]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Change `select-active-region' mechanics.
[gnu-emacs] / lisp / ChangeLog
1 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * simple.el (select-active-regions): Move to keyboard.c.
4 (deactivate-mark): Used saved-region-selection.
5 (select-active-region): Function removed.
6 (activate-mark, set-mark, push-mark-command)
7 (handle-shift-selection): Don't call it.
8 (keyboard-quit): Avoid adding the region to the window selection.
9
10 * mouse.el (mouse-drag-track): Remove hacks to deal with old
11 select-active-regions implementation.
12 (mouse-yank-at-click): Doc fix.
13
14 * cus-start.el: Add custom declaration for select-active-regions.
15
16 2010-08-07 Eli Zaretskii <eliz@gnu.org>
17
18 * simple.el (delete-forward-char): Doc fix.
19
20 * tutorial.el (help-with-tutorial): Hack safe file-local variables
21 after reading the tutorial.
22
23 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
24
25 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
26 for the case that a C style comment has its delimiters alone on
27 their respective lines.
28
29 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
30
31 * net/tramp.el (tramp-handle-start-file-process ): Set connection
32 property "vec".
33 (tramp-process-sentinel): Use it for flushing the cache. We
34 cannot do it via the process buffer, the buffer could be deleted
35 already when running the sentinel.
36
37 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
38
39 * comint.el (comint-mode): Make directory tracking functions
40 functional on remote files. (Bug#6764)
41
42 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
43
44 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
45
46 2010-08-05 Eli Zaretskii <eliz@gnu.org>
47
48 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
49 unexec.c => unexcoff.c.
50
51 * emacs-lisp/authors.el (authors-fixed-entries): Rename
52 unexec.c => unexcoff.c.
53
54 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
55
56 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
57 cache, not only file cache.
58 (tramp-process-sentinel): New defun.
59 (tramp-handle-start-file-process): Use it, in order to invalidate
60 file caches.
61
62 2010-08-03 Leo <sdl.web@gmail.com>
63
64 * server.el (server-start): Simplify loop.
65
66 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * frame.el (screen-height, screen-width, set-screen-width)
69 (set-screen-height): Remove ancient compatibility aliases.
70
71 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
72 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
73
74 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
75 that change current buffer.
76
77 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
78
79 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
80 beginning of the string. Use `string-match-p'. (Bug#6765)
81
82 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
83
84 * cus-start.el (x-gtk-use-system-tooltips): New variable.
85
86 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
87
88 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
89 (package--builtins): Tweak descriptions.
90 (package-print-package): Upcase descriptions if necessary.
91 Show all built-in packages in font-lock-builtin-face.
92 (package-list-packages-internal): Omit "emacs" package.
93 Show status of built-in packages as "built-in".
94
95 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
96
97 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
98 before killing to preserve the primary selection (Bug#6701).
99
100 * term/x-win.el (x-select-text): Doc fix.
101
102 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
103
104 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
105 The following functions were modified or created:
106
107 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
108 (objc-font-lock-extra-types):
109 * progmodes/cc-mode.el (c-basic-common-init):
110 * progmodes/cc-langs.el (c-make-mode-syntax-table)
111 (c++-make-template-syntax-table)
112 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
113 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
114 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
115 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
116 * progmodes/cc-fonts.el (c-make-inverse-face)
117 (c-basic-matchers-after):
118 * progmodes/cc-engine.el (c-forward-keyword-clause)
119 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
120 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
121 (c-guess-continued-construct, c-guess-basic-syntax):
122
123 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
124
125 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
126
127 2010-07-31 Eli Zaretskii <eliz@gnu.org>
128
129 * files.el (bidi-paragraph-direction): Define safe local values.
130
131 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
132 language-info-alist. Remove outdated FIXME in a comment.
133
134 2010-07-31 Alan Mackenzie <acm@muc.de>
135
136 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
137 Auto-fill broken in C/C++ modes.
138
139 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
140
141 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
142 (menu-bar-showhide-tool-bar-menu-customize-disable)
143 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
144 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
145 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
146 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
147 make a menu for Options => toolbar that can move it.
148
149 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
150
151 * emacs-lisp/package-x.el (package--make-rss-entry):
152 (package-maint-add-news-item, package--update-news)
153 (package-upload-buffer-internal): New arg ARCHIVE-URL.
154
155 * emacs-lisp/package.el (package-archive-url): Rename from
156 package-archive-id.
157 (package-install): Doc fix.
158 (package-download-single, package-download-tar, package-install)
159 (package-menu-view-commentary): Callers changed.
160
161 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
162
163 * net/tramp.el (tramp-handle-start-file-process): Check only for
164 `remote-tty' process property.
165 (tramp-open-shell): Don't check for tty.
166 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
167 process property.
168
169 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
170 host.
171
172 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
173
174 * emacs-lisp/package.el (package-load-list, package-archives)
175 (package-archive-contents, package-user-dir)
176 (package-directory-list, package--builtins, package-alist)
177 (package-activated-list, package-obsolete-alist): Mark as risky.
178
179 2010-07-28 Phil Hagelberg <phil@evri.com>
180
181 Add support for non-default package repositories.
182 * emacs-lisp/package.el (package-archive-base): Var deleted.
183 (package-archives): New variable.
184 (package-archive-contents): Doc fix.
185 (package-load-descriptor): Do nothing if descriptor file is missing.
186 (package--write-file-no-coding): New function.
187 (package-unpack-single): Use it.
188 (package-archive-id): New function.
189 (package-download-single, package-download-tar)
190 (package-menu-view-commentary): Use it.
191 (package-installed-p): Make second argument optional.
192 (package-read-all-archive-contents): New function.
193 (package-initialize): Use it.
194 (package-read-archive-contents): Add ARCHIVE argument.
195 (package--add-to-archive-contents): New function.
196 (package-install): Don't call package-read-archive-contents.
197 (package--download-one-archive): Store archive file in a
198 subdirectory of package-user-dir.
199 (package-menu-execute): Remove spurious line movement.
200
201 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
202
203 * cus-start.el (tool-bar-style): Add text-image-horiz.
204
205 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
206
207 * progmodes/gud.el (gud-common-init): Check for remoteness of
208 `file', and not of `default-directory'.
209
210 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
211
212 * net/tramp.el (tramp-methods): Move hostname to the end in all
213 ssh `tramp-login-args'.
214 (tramp-verbose): Describe verbose level 9.
215 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
216 (tramp-open-connection-setup-interactive-shell): Trace stty
217 settings if `tramp-verbose' >= 9.
218 (tramp-handle-start-file-process): Implement tty setting.
219 (Bug#4604, Bug#6360)
220
221 * net/tramp-cmds.el (tramp-bug): Recommend setting of
222 `tramp-verbose' to 9.
223
224 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
225
226 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
227 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
228 Remove references to package `lisp-re' (bug#4369).
229
230 2010-07-27 Tom Tromey <tromey@redhat.com>
231
232 * progmodes/js.el (js-mode):
233 * progmodes/make-mode.el (makefile-mode):
234 * progmodes/simula.el (simula-mode):
235 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
236
237 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
238
239 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
240
241 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
242
243 * time.el (display-time-day-and-date): Remove spurious * in docstring.
244 (display-time-world-buffer-name, display-time-world-mode-map):
245 Fix typos in docstrings.
246
247 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
248
249 * image-mode.el (image-display-size): New function.
250 (image-forward-hscroll, image-next-line, image-eol, image-eob)
251 (image-mode-fit-frame): Use it (Bug#6639).
252
253 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
254
255 * dired.el (dired-buffers-for-dir): Handle list values of
256 dired-directory (Bug#6636).
257
258 2010-07-26 Sam Steingold <sds@gnu.org>
259
260 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
261 Do not call `x-get-selection' the second time, reuse the value.
262
263 2010-07-26 Daiki Ueno <ueno@unixuser.org>
264
265 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
266 which consist of control chars only. Suggested by Richard Stallman.
267
268 2010-07-25 Daiki Ueno <ueno@unixuser.org>
269
270 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
271 exists before passing an error to find-file-not-found-functions
272 (bug#6723).
273
274 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
275
276 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
277 Remove leading nil element, adjust values.
278 (tetris-shapes, tetris-shape-scores):
279 Change representation of shapes and remove some redundancy.
280 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
281 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
282 Adjust for working with new representation of shapes.
283 (tetris-shape-rotations): New function.
284 (tetris-move-bottom, tetris-move-left, tetris-move-right)
285 (tetris-rotate-prev, tetris-rotate-next):
286 Adjust for working with the new version of tetris-test-shape.
287
288 2010-07-23 Markus Triska <markus.triska@gmx.at>
289
290 * progmodes/ps-mode.el: Use comint (bug#5954).
291 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
292 (ps-mode-other-newline): Simplify.
293 (ps-run-mode): Derive from comint-mode instead of
294 fundamental-mode, yielding input history etc.
295 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
296 (ps-run-send-string): Adapt for comint-mode.
297 (ps-run-newline): Remove now unneeded function.
298
299 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
300
301 * net/tramp.el (tramp-methods): Move hostname to the end in all
302 plink `tramp-login-args'.
303
304 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
305
306 * net/tramp.el (tramp-open-shell): New defun.
307 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
308 Use it.
309
310 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
311
312 * net/tramp.el (tramp-file-name-regexp-unified)
313 (tramp-completion-file-name-regexp-unified): On W32 systems, do
314 not regard the volume letter as remote filename. (Bug#5447)
315
316 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
317
318 * custom.el (custom-declare-variable): Give a clearer error message
319 when the docstring is missing (bug#6476).
320
321 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
322
323 * progmodes/sql.el: Version 2.4. Improved Login prompting.
324 (sql-login-params): New widget definition.
325 (sql-oracle-login-params, sql-mysql-login-params)
326 (sql-solid-login-params, sql-sybase-login-params)
327 (sql-informix-login-params, sql-ingres-login-params)
328 (sql-ms-login-params, sql-postgres-login-params)
329 (sql-interbase-login-params, sql-db2-login-params)
330 (sql-linter-login-params): Use it.
331 (sql-sqlite-login-params): Use it; Define "database" parameter as
332 a file name.
333 (sql-sqlite-program): Change to "sqlite3".
334 (sql-comint-sqlite): Make sure database name is complete.
335 (sql-for-each-login): New function.
336 (sql-connect, sql-save-connection): Use it.
337 (sql-get-login-ext): New function.
338 (sql-get-login): Use it.
339 (sql-make-alternate-buffer-name): Handle :file parameters.
340
341 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
342
343 * dired.el (dired-no-confirm): Document value t and fix defcustom to
344 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
345
346 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
347
348 * dired.el (dired-mode-map): Use command remapping (bug#6632).
349
350 2010-07-22 Lawrence Mitchell <wence@gmx.li>
351
352 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
353
354 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
355
356 * net/tramp.el (tramp-get-ls-command)
357 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
358 instead of "/".
359
360 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
361
362 * progmodes/sql.el: Version 2.3.
363 (sql-connection-alist): Changed keys from symbols to strings;
364 enhanced the widget definition.
365 (sql-mode-menu): Added submenu to select connections.
366 (sql-interactive-mode-menu): Added "Save Connection" item.
367 (sql-add-product): Fixed menu item.
368 (sql-get-product-feature): Improved error handling.
369 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
370 (sql-make-alternate-buffer-name): Simplified.
371 (sql-product-interactive): Handle missing product.
372 (sql-connect): Support string keys, minor improvements.
373 (sql-save-connection): New function.
374 (sql-connection-menu-filter): New function.
375
376 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
377
378 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
379 (tramp-open-connection-setup-interactive-shell): Apply
380 workaround for IRIX64 bug. Move argument of last
381 `tramp-send-command' where it belongs to.
382
383 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
384
385 * net/tramp.el (tramp-perl-file-attributes)
386 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
387 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
388 front of `login-args'.
389
390 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
391
392 * time.el (display-time-world-mode): Define with `define-derived-mode'.
393 Set `show-trailing-whitespace' to nil.
394 (display-time-world-display): Simplify.
395
396 2010-07-18 Alan Mackenzie <acm@muc.de>
397
398 Enhance `c-file-style' in file/directory local variables.
399 * progmodes/cc-mode.el (c-count-cfss): New function.
400 (c-before-hack-hook): Call `c-set-style' differently according to
401 whether c-file-style was set in file or directory local
402 variables.
403
404 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
405
406 * progmodes/sql.el: Version 2.2.
407 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
408 defcustom :safe keyword rather than putting safe-local-variable
409 property.
410 (sql-password): Use defcustom :risky keyword rather than putting
411 risky-local-variable property.
412 (sql-oracle-login-params, sql-sqlite-login-params)
413 (sql-solid-login-params, sql-sybase-login-params)
414 (sql-informix-login-params, sql-ingres-login-params)
415 (sql-ms-login-params, sql-postgres-login-params)
416 (sql-interbase-login-params, sql-db2-login-params)
417 (sql-linter-login-params): Add `port' option.
418 (sql-get-product-feature): Added NO-INDIRECT parameter.
419 (sql-comint-oracle, sql-comint-sybase)
420 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
421 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
422 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
423 (sql-comint-linter): Renamed sql-connect-* functions to
424 sql-comint-*.
425 (sql-product-alist, sql-mode-menu): Renamed as above and
426 :sqli-connect-func to :sqli-comint-func.
427 (sql-connection): New variable.
428 (sql-interactive-mode): Set it.
429 (sql-connection-alist): New variable.
430 (sql-connect): New function.
431 (sql--alt-buffer-part, sql--alt-if-not-empty)
432 (sql-make-alternate-buffer-name): Improved alternative buffer name.
433
434 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
435
436 * image-mode.el (image-bookmark-make-record): Do not set context
437 in an image (Bug#6650).
438
439 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
440
441 * simple.el (select-active-region): New function.
442 (push-mark-command, set-mark, activate-mark)
443 (handle-shift-selection): Use it.
444 (deactivate-mark): Don't check for size of region.
445
446 * mouse.el (mouse-drag-track): Use select-active-region.
447
448 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
449
450 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
451 "--dired" stronger.
452
453 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
454
455 * term/x-win.el (x-select-enable-primary): Change default to nil.
456 (x-select-enable-clipboard): Add :version keyword.
457
458 * mouse.el (mouse-drag-copy-region):
459 * simple.el (select-active-regions): Likewise.
460
461 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
462
463 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
464 (vc-coding-system-for-diff): Use it to decide whether to inherit
465 from the file the EOL format for reading the diffs of that file.
466 (Bug#4451)
467
468 2010-07-16 Eli Zaretskii <eliz@gnu.org>
469
470 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
471 unibyte, so compressed attachments are not compressed again.
472
473 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
474
475 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
476 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
477 (tramp-find-shell): Simplify setting connection property.
478 (tramp-get-ls-command): Make test for "--color=never" stronger.
479
480 2010-07-15 Simon South <ssouth@member.fsf.org>
481
482 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
483 blocks within record declarations (i.e. variant parts) correctly.
484
485 2010-07-15 Simon South <ssouth@member.fsf.org>
486
487 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
488 over literal tokens when parsing so newlines aren't "absorbed" by
489 single-line comments. Corrects the indentation of case blocks
490 that have a comment on the first line.
491
492 2010-07-14 Karl Fogel <kfogel@red-bean.com>
493
494 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
495 by Drew Adams (Bug#5504).
496
497 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
498
499 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
500 now that Unicode is used (Bug#6594).
501
502 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
503
504 * term/x-win.el (x-select-enable-clipboard): Default to t.
505 (x-initialize-window-system): Don't overwrite Paste menu item.
506
507 * simple.el (select-active-regions): Default to t.
508 (push-mark-command): Don't overwrite primary with empty string.
509
510 * mouse.el: Bind mouse-2 to mouse-yank-primary.
511 (mouse-drag-copy-region): Default to nil.
512
513 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
514 Cut/Copy/Paste menu bar items.
515
516 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
517
518 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
519 Patch applied by Karl Fogel.
520
521 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
522 and `bookmark-current-buffer' if they have been already set in
523 another buffer (e.g gnus-art).
524
525 2010-07-13 Karl Fogel <kfogel@red-bean.com>
526 Thierry Volpiatto <thierry.volpiatto@gmail.com>
527
528 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
529
530 * bookmark.el (bookmark-make-record-default): Allow unneeded
531 information to be omitted from the record.
532
533 Adjust declarations and calls:
534
535 * info.el (bookmark-make-record-default): Adjust declaration.
536 (Info-bookmark-make-record): Adjust call.
537
538 * woman.el (bookmark-make-record-default): Adjust declaration.
539 (woman-bookmark-make-record): Adjust call.
540
541 * man.el (bookmark-make-record-default): Adjust declaration.
542 (Man-bookmark-make-record): Adjust call.
543
544 * image-mode.el (bookmark-make-record-default): Adjust declaration.
545
546 * doc-view.el (bookmark-make-record-default): Adjust declaration.
547
548 2010-07-13 Karl Fogel <kfogel@red-bean.com>
549
550 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
551 This is also from Thierry Volpiatto's patch in bug #6444. However,
552 because it was extraneous to the functional change in that patch,
553 and causes a re-indendation, I am committing it separately.
554
555 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
556
557 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
558 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
559 Patch applied by Karl Fogel (Bug#6444).
560
561 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
562
563 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
564
565 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
566
567 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
568 Dempsky; bug#5084). Remove incorrect binding for S-tab.
569 (ns-alternatives-map): Change S-tab binding to backtab
570 (bug#6616).
571
572 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
573 under ns.
574
575 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
576
577 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
578 (Bug#5806)
579
580 * language/tv-util.el (tai-viet-re): Remove format.
581
582 2010-07-12 Kenichi Handa <handa@m17n.org>
583
584 * language/hebrew.el: Remove no-byte-compile declaration.
585 Change coding: tag to utf-8. Register hebrew-shape-gstring in
586 composition-function-table for 3-character looking back.
587 (hebrew-font-get-precomposed): New function.
588 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
589
590 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
591
592 * mouse.el (mouse-drag-track): Handle select-active-regions
593 (Bug#6612).
594
595 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
596
597 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
598 empty argument to gvfs-copy.
599
600 2010-07-10 Glenn Morris <rgm@gnu.org>
601
602 * calendar/calendar.el (calendar-week-end-day): New function.
603 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
604 Respect calendar-week-start-day. (Bug#6606)
605 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
606 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
607 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
608 respect calendar-week-start-day.
609
610 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
611
612 * simple.el (use-region-p): Doc fix (Bug#6607).
613
614 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
615
616 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
617 regexps for cucumber and ruby.
618
619 2010-07-08 Daiki Ueno <ueno@unixuser.org>
620
621 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
622 (epa-file-insert-file-contents): Hack to prevent
623 find-file from opening empty buffer when decryption failed
624 (bug#6568).
625
626 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
627
628 * textmodes/ispell.el (ispell-alternate-dictionary):
629 Use file-readable-p.
630 Return nil if no word-list is found at default locations.
631 (ispell-complete-word-dict): Default to nil.
632 (ispell-command-loop): Use 'word-list' when using lookup-words.
633 (lookup-words): Use ispell-complete-word-dict or
634 ispell-alternate-dictionary. Check for word-list availability
635 and handle errors if needed with better messages (Bug#6539).
636 (ispell-complete-word): Use ispell-complete-word-dict or
637 ispell-alternate-dictionary.
638
639 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
640
641 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
642 builtins (BufferError, BytesWarning, WindowsError; callables
643 bin, bytearray, bytes, format, memoryview, next, print; __package__).
644
645 2010-07-07 Glenn Morris <rgm@gnu.org>
646
647 * play/zone.el (top-level): Do not require timer, tabify, or cl.
648 (zone-shift-left): Ignore intangibility, and any errors from
649 forward-char.
650 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
651 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
652 deleting, and copying text properties.
653 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
654 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
655 to point-max is hard.
656 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
657 (zone-fill-out-screen): Ignore intangibility.
658
659 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
660
661 * menu-bar.el (menu-bar-mode):
662 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
663 if it has been set.
664
665 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
666 word/line selection (Bug#6565).
667
668 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
669
670 * net/dbus.el (dbus-send-signal): Declare function.
671
672 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
673
674 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
675 (dbus-register-property): New optional argument EMITS-SIGNAL.
676 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
677
678 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
679
680 * mouse.el (mouse-drag-overlay): Variable deleted.
681 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
682 (mouse--remap-link-click-p): New function.
683 (mouse-drag-track): Handle dragging by using temporary Transient
684 Mark mode, instead of a special overlay.
685 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
686 mouse-show-mark.
687
688 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
689 deleted.
690
691 2010-07-02 Juri Linkov <juri@jurta.org>
692
693 * autoinsert.el (auto-insert-alist): Fix readability
694 by using dotted pair notation for lambda.
695
696 2010-07-02 Juri Linkov <juri@jurta.org>
697
698 * faces.el (read-face-name): Rename arg `string-describing-default'
699 to `default'. Doc fix. Display the default value in quotes
700 in the prompt. With empty input, return the `default' arg,
701 unless the default value is a string (in which case return nil).
702 (describe-face): Replace the string `default' arg of `read-face-name'
703 with the symbol `default'.
704
705 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
706
707 * emulation/viper-cmd.el (viper-delete-backward-char)
708 (viper-del-backward-char-in-insert)
709 (viper-del-backward-char-in-replace, viper-change)
710 (viper-backward-indent): Replace delete-backward-char with
711 delete-char (Bug#6552).
712
713 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
714
715 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
716
717 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
718
719 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
720 argument passed to frame-creation-function (Bug#5378).
721
722 * faces.el (x-handle-named-frame-geometry)
723 (x-handle-reverse-video, x-create-frame-with-faces)
724 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
725 separately consult default-frame-alist. It is now passed as the
726 PARAMETER argument.
727
728 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
729
730 * startup.el (command-line): Don't call tool-bar-setup in a
731 tty-only build.
732
733 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
734
735 * ruler-mode.el (ruler--save-header-line-format): New fun.
736 (ruler-mode): Use it as a setter function, so as not to overwrite
737 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
738
739 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
740
741 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
742 (vc-root-diff, vc-print-root-log, vc-log-incoming)
743 (vc-log-outgoing): Use it.
744 (vc-diff-internal): Set diff-vc-backend.
745
746 * vc/diff-mode.el (diff-vc-backend): New var.
747
748 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
749
750 * dynamic-setting.el (font-setting-change-default-font): Remove
751 call to message.
752
753 2010-06-28 Kenichi Handa <handa@m17n.org>
754
755 * international/quail.el (quail-insert-kbd-layout): Fix the
756 showing of untranslated characters.
757
758 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
759
760 * simple.el (delete-active-region): New option.
761 (delete-backward-char): Implement in Lisp.
762 (delete-forward-char): New command.
763
764 * mouse.el (mouse-region-delete-keys): Deleted.
765 (mouse-show-mark): Simplify.
766
767 * bindings.el (global-map): Bind delete and DEL, the former to
768 delete-forward-char.
769
770 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
771
772 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
773 (ruby-mode): Bind indent-line-function (Bug#5119).
774
775 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
776
777 * startup.el (command-line): Recognize "0" X resource value.
778
779 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
780
781 * startup.el (command-line): Use X resources to set the value of
782 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
783
784 * menu-bar.el (menu-bar-mode):
785 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
786 Set init-value to t.
787
788 * frame.el (frame-notice-user-settings): Don't change
789 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
790 vice versa (Bug#2249).
791
792 2010-06-26 Eli Zaretskii <eliz@gnu.org>
793
794 * w32-fns.el (w32-convert-standard-filename): Doc fix.
795
796 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
797
798 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
799 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
800
801 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
802 default directories are expanded (Bug#6143).
803
804 2010-06-24 Juri Linkov <juri@jurta.org>
805
806 * minibuffer.el (completions-format): Change default from nil to
807 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
808
809 2010-06-24 Juri Linkov <juri@jurta.org>
810
811 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
812 buffer-locally to lambda that re-runs the vc diff command.
813 (Bug#6447)
814
815 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
816
817 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
818 echo area is in use (Bug#3412).
819
820 2010-06-22 Glenn Morris <rgm@gnu.org>
821
822 * textmodes/texinfmt.el (texinfo-format-region)
823 (texinfo-raise-lower-sections, texinfo-format-separate-node)
824 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
825 (texinfo-format-option, texinfo-noindent):
826 Use line-beginning-position and line-end-position.
827
828 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
829 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
830 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
831 utf-8 characters.
832
833 2010-06-21 Karl Fogel <kfogel@red-bean.com>
834
835 * play/zone.el (zone-fall-through-ws): Fix next-line ->
836 forward-line fallout.
837
838 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
839
840 * mouse.el (mouse-appearance-menu): Add docstring.
841
842 * help.el (describe-key): Print up-event using key-description.
843
844 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
845
846 * net/zeroconf.el (zeroconf-resolve-service)
847 (zeroconf-service-resolver-handler): Use
848 `dbus-byte-array-to-string'.
849 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
850
851 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
852
853 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
854
855 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
856
857 Avoid displaying files with a nil state in vc-dir.
858 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
859 cases that cause insertion.
860 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
861 with a nil state.
862
863 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
864
865 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
866
867 2010-06-29 Leo <sdl.web@gmail.com>
868
869 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
870
871 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
872
873 * generic-x.el (bat-generic-mode): Fix regexp for command line
874 switches (Bug#5719).
875
876 2010-06-27 Masatake YAMATO <yamato@redhat.com>
877
878 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
879 of nconc to avoid pure storage error (Bug#6239).
880
881 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
882
883 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
884 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
885 bindings of bookmark-automatically-show-annotations (Bug#6515).
886
887 2010-06-25 Eli Zaretskii <eliz@gnu.org>
888
889 * arc-mode.el (archive-zip-extract): Don't quote the file name on
890 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
891
892 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
893
894 * comint.el (make-comint, make-comint-in-buffer): Mention return
895 value in the docstrings. (Bug#6498)
896
897 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
898
899 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
900 since it is not present when using some non-default switches.
901
902 2010-06-23 Karl Fogel <kfogel@red-bean.com>
903
904 * simple.el (compose-mail): Fix doc string to refer to
905 `compose-mail-user-agent-warnings', instead of to the
906 nonexistent `compose-mail-check-user-agent'.
907
908 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
909
910 Fix an indentation bug:
911
912 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
913 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
914 of existing values.
915
916 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
917 (c-clear->-pair-props-if-match-before): now return t when they've
918 cleared properties, nil otherwise.
919 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
920 by taking account of the existing value.
921
922 * progmodes/cc-defs.el
923 (c-clear-char-property-with-value-function): Fix this to clear the
924 property rather than overwriting it with nil.
925
926 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
927
928 * emacs-lisp/package.el (package-print-package): Add link to
929 package description via describe-package.
930 (describe-package-1): List package requirements. Add button to
931 perform installation.
932 (package-menu-describe-package): New command.
933
934 * help-mode.el (help-package): New button type.
935
936 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
937
938 * emacs-lisp/package.el: Move package-list-packages binding to
939 menu-bar.el.
940 (describe-package, describe-package-1, package--dir): New funs.
941 (package-activate-1): Use package--dir.
942
943 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
944
945 * help-mode.el (help-package-def): New button type.
946
947 * menu-bar.el: Move package-list-packages binding here from
948 package.el.
949
950 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
951
952 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
953
954 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * emacs-lisp/edebug.el (edebug-read-list):
957 Phase out old-style backquotes.
958
959 2010-06-17 Juri Linkov <juri@jurta.org>
960
961 * help-mode.el (help-mode): Set buffer-local variable
962 revert-buffer-function to help-mode-revert-buffer.
963 (help-mode-revert-buffer): New function.
964
965 * info.el (Info-revert-find-node): Check for major-mode Info-mode
966 before popping to "*info*" (like in other Info functions).
967 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
968 old-history-forward. Pop to old-buffer-name or "*info*" to
969 recreate the killed buffer. Set Info-history-forward from
970 old-history-forward.
971 (Info-breadcrumbs-depth): Add :group and :version.
972
973 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
974
975 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
976
977 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
978
979 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
980 for languages like Portuguese with pt_{BR,PT} and no plain pt.
981
982 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
983
984 * emacs-lisp/package.el (package-menu-mode-map):
985 Move initialization into declaration.
986
987 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
988
989 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
990
991 * emacs-lisp/package.el (package-archive-base): Point to
992 elpa.gnu.org.
993 (package-enable, package-load-list): New defcustoms.
994 (package-user-dir, package-directory-list): Turn into defcustoms.
995 Don't include package-user-dir in package-directory-list.
996 (package--builtins-base): Don't include Emacs as a "package".
997 (package-subdirectory-regexp): New var.
998 (package-load-all-descriptors, package-compute-transaction)
999 (package-download-transaction): Obey package-load-list.
1000 (package-activate-1): Rename from package-do-activate.
1001 (package-list-packages-internal): Check package-load-list.
1002 (package-load-descriptor, package-generate-autoloads)
1003 (package-unpack, package-unpack-single)
1004 (package--read-archive-file, package-delete): Use
1005 expand-file-name.
1006
1007 * emacs-lisp/package-x.el: New file. Package uploading
1008 functionality split out from package.el.
1009
1010 * startup.el (command-line): Load packages after reading init
1011 file.
1012
1013 2010-06-17 Tom Tromey <tromey@redhat.com>
1014
1015 * emacs-lisp/package.el: New file.
1016
1017 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1018
1019 Fix vc-annotate for renamed files when using Git.
1020 * vc-git.el (vc-git-find-revision): Deal with empty results from
1021 ls-files. Doe not pass the object as a file name to cat-file, it
1022 is not a file name.
1023 (vc-git-annotate-command): Pass the file name using -- to avoid
1024 ambiguity with the revision.
1025 (vc-git-previous-revision): Pass a relative file name.
1026
1027 2010-06-22 Glenn Morris <rgm@gnu.org>
1028
1029 * progmodes/js.el (js-mode-map): Use standard capitalization and
1030 ellipses for menu entries.
1031
1032 * wid-edit.el (widget-complete): Doc fix.
1033
1034 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1035
1036 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1037
1038 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1039
1040 Fix annotating other revisions for renamed files in vc-annotate.
1041 * vc-annotate.el (vc-annotate): Add an optional argument for the
1042 VC backend. Use it when non-nil.
1043 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1044 (Bug#6487)
1045
1046 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1047 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1048 Do not pass the file name to the 'previous-revision call when we
1049 don't want a file diff. (Bug#6489)
1050
1051 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1052
1053 Fix finding revisions for renamed files in vc-annotate.
1054 * vc.el (vc-find-revision): Add an optional argument for
1055 the VC backend. Use it when non-nil.
1056 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1057 backend to vc-find-revision. (Bug#6487)
1058
1059 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1060
1061 Fix reading file names in Git annotate buffers.
1062 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1063 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1064
1065 2010-06-20 Alan Mackenzie <acm@muc.de>
1066
1067 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1068 in file local variables, set it first.
1069
1070 2010-06-19 Glenn Morris <rgm@gnu.org>
1071
1072 * descr-text.el (describe-char-unicode-data): Insert separating
1073 space when needed. (Bug#6422)
1074
1075 * progmodes/idlwave.el (idlwave-action-and-binding):
1076 Fix typo in 2009-12-03 change. (Bug#6450)
1077
1078 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1079
1080 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1081 handling for `lambda' (misunderstanding).
1082
1083 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
1084
1085 * calc/calc-poly.el (math-accum-factors): Make sure that
1086 constants aren't distributed after they are factored out.
1087
1088 2010-06-16 Juri Linkov <juri@jurta.org>
1089
1090 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1091 `list-colors-print'. (Bug#6332)
1092
1093 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1094
1095 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1096
1097 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1098 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
1099
1100 * font-lock.el (font-lock-major-mode): Rename from
1101 font-lock-mode-major-mode to distinguish it from
1102 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1103 (font-lock-set-defaults):
1104 * font-core.el (font-lock-default-function): Adjust users.
1105 (font-lock-mode): Don't set it at all.
1106
1107 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1110
1111 2010-06-16 Glenn Morris <rgm@gnu.org>
1112
1113 * calendar/appt.el (appt-time-msg-list): Doc fix.
1114 (appt-check): Let-bind appt-warn-time.
1115 (appt-add): Make the 3rd argument optional.
1116 Simplify argument names. Doc fix. Check for integer WARNTIME.
1117 Only add WARNTIME to the output list if non-nil.
1118
1119 2010-06-16 Ivan Kanis <apple@kanis.eu>
1120
1121 * calendar/appt.el (appt-check): Let the 3rd element of
1122 appt-time-msg-list specify the warning time.
1123 (appt-add): Add new argument with the warning time. (Bug#5176)
1124
1125 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1126
1127 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1128 older than version 1.6. (Bug#6361)
1129
1130 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
1131
1132 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1133 used by cl-do-arglist. (Bug#6408)
1134
1135 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
1136
1137 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1138 portuguese casechars/not-casechars for missing 'çÇ'.
1139 Suggested by Rolando Pereira (bug#6434).
1140
1141 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
1142
1143 * facemenu.el (list-colors-sort): Doc fix.
1144
1145 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1146
1147 * progmodes/sql.el (sql-connect-mysql): Fix typo.
1148
1149 2010-06-14 Juri Linkov <juri@jurta.org>
1150
1151 Add sort option `list-colors-sort'. (Bug#6332)
1152 * facemenu.el (color-rgb-to-hsv): New function.
1153 (list-colors-sort): New defcustom.
1154 (list-colors-sort-key): New function.
1155 (list-colors-display): Doc fix. Sort list according to the option
1156 `list-colors-sort'.
1157 (list-colors-print): Add HSV values to `help-echo' property of
1158 RGB strings.
1159
1160 2010-06-14 Juri Linkov <juri@jurta.org>
1161
1162 * compare-w.el: Move to the "vc" subdirectory.
1163
1164 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * image-mode.el (image-mode-map): Remap left-char and right-char.
1167
1168 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1169
1170 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
1171
1172 * term/common-win.el (x-colors): Add all the color names defined
1173 in rgb.txt (Bug#6332).
1174
1175 * facemenu.el (list-colors-print): Don't print extra names if it
1176 will overflow the window width.
1177
1178 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1179 change (Bug#6343).
1180
1181 2010-06-12 Eli Zaretskii <eliz@gnu.org>
1182
1183 * files.el (make-directory): Doc fix (bug#6396).
1184
1185 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
1186
1187 * net/tramp.el (tramp-remote-process-environment): Protect version
1188 string by apostroph.
1189 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1190 XEmacs.
1191 (tramp-file-name-for-operation): Add `call-process-region'.
1192 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1193
1194 * net/tramp-compat.el (top): Do not autoload
1195 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1196 only when `start-file-process' is not bound.
1197 (tramp-advice-file-expand-wildcards): Do not use
1198 `tramp-handle-file-remote-p'.
1199 (tramp-compat-make-temp-file): Handle the case, that
1200 `make-temp-file' has no third argument EXTENSION.
1201
1202 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
1203
1204 * makefile.w32-in (WINS_BASIC): Include new directory vc.
1205
1206 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1207
1208 2010-06-11 Juri Linkov <juri@jurta.org>
1209
1210 * finder.el (finder-known-keywords): Add keyword "vc"
1211 for version control.
1212
1213 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1214 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1215 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1216 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1217
1218 2010-06-11 Juri Linkov <juri@jurta.org>
1219
1220 Move version control related files to the "vc" subdirectory.
1221 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1222 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1223 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1224 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1225 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1226 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1227 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1228 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1229 Move files to the "vc" subdirectory.
1230
1231 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1232
1233 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1234 (Bug#6367).
1235
1236 2010-06-11 Stephen Eglen <stephen@gnu.org>
1237
1238 * shell.el: Bind `shell-resync-dirs' to M-RET.
1239
1240 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
1241
1242 * notifications.el: Move file from lisp/net, because it is
1243 supposed to talk locally to the user.
1244
1245 2010-06-10 Julien Danjou <julien@danjou.info>
1246
1247 * net/notifications.el (notifications-on-action-signal)
1248 (notifications-on-closed-signal): Pass notification id as first
1249 argument to the callback functions. Add docstrings.
1250 (notifications-notify): Fix docstring.
1251
1252 2010-06-10 Glenn Morris <rgm@gnu.org>
1253
1254 * emacs-lisp/authors.el (authors-ignored-files)
1255 (authors-valid-file-names): Add some files.
1256
1257 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1260 merge conflict, giving preference to the emacs-23 version of the code.
1261
1262 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1263
1264 * emacs-lisp/advice.el (ad-compile-function):
1265 Define warning-suppress-types before we let-bind it (bug#6275).
1266
1267 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1268 declare it, make it buffer-local and permanent-local (bug#6324).
1269 (vc-resynch-window): Adjust name.
1270 * vc-hooks.el (vc-find-file-hook): Adjust name.
1271
1272 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
1273
1274 * net/notifications.el (notifications-notify): Fix docstring.
1275
1276 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1277
1278 Update to Unicode 6.0.0 beta.
1279 * international/charprop.el: Update copyright.
1280 * international/mule-cmds.el (ucs-names): Update character ranges.
1281 * international/uni-bidi.el:
1282 * international/uni-category.el:
1283 * international/uni-combining.el:
1284 * international/uni-comment.el:
1285 * international/uni-decimal.el:
1286 * international/uni-decomposition.el:
1287 * international/uni-digit.el:
1288 * international/uni-lowercase.el:
1289 * international/uni-mirrored.el:
1290 * international/uni-name.el:
1291 * international/uni-numeric.el:
1292 * international/uni-old-name.el:
1293 * international/uni-titlecase.el:
1294 * international/uni-uppercase.el: Regenerate.
1295
1296 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1297
1298 * emacs-lisp/smie.el (comment-string-strip): Declare function.
1299 (smie-precs-precedence-table): Fix typo in docstring.
1300
1301 * vc-mtn.el (log-edit-extract-headers): Declare function.
1302
1303 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1304
1305 * net/notifications.el (dbus-register-signal): Declare function.
1306 (notifications-notify): Fix typos and reflow docstring.
1307
1308 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1309
1310 Improve VC create/retrieve tag/branch.
1311 * vc.el (vc-create-tag): Do not read the directory name for VCs
1312 with repository revision granularity. Adjust the tag/branch
1313 prompt. Reset VC properties.
1314 (vc-retrieve-tag): Do not read the directory name for VCs
1315 with repository revision granularity. Reset VC properties.
1316
1317 2010-06-09 Julien Danjou <julien@danjou.info>
1318
1319 * net/notifications.el: New file.
1320
1321 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1322
1323 Add optional support for resetting VC properties.
1324 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1325 call vc-file-clearprops when true.
1326 (vc-resynch-buffer): Add new optional argument, pass it down.
1327 (vc-resynch-buffers-in-directory): Likewise.
1328
1329 Improve support for special markup in the VC commit message.
1330 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1331 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1332 * vc-git.el (vc-git-checkin):
1333 * vc-bzr.el (vc-bzr-checkin): Likewise.
1334
1335 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1336
1337 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1338 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1339
1340 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
1341
1342 * iimage.el: Remove images as soon as the underlying text is modified.
1343 (iimage-modification-hook): New function.
1344 (iimage-mode-buffer): Use it.
1345
1346 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1349 smie-indent-offset-after. Add :prev case. Make a bit more generic.
1350 (smie-indent-virtual): Remove `virtual' arg. Update callers.
1351 (smie-indent-keyword): Add handling of open-paren keywords.
1352 (smie-indent-comment-continue): Don't assume comment-continue.
1353
1354 2010-06-07 Martin Rudalics <rudalics@gmx.at>
1355
1356 * window.el (pop-to-buffer): Remove the conditional that
1357 compares new-window and old-window, so it will reselect
1358 the selected window unconditionally.
1359 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1360
1361 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1362
1363 * emacs-lisp/smie.el (smie-indent-offset-after)
1364 (smie-indent-forward-token, smie-indent-backward-token): New functions.
1365 (smie-indent-after-keyword): Use them.
1366 (smie-indent-fixindent): Only applies to the indentation of the BOL.
1367 (smie-indent-keyword): Tweak the black magic.
1368 (smie-indent-comment-continue): Strip comment-continue before use.
1369 (smie-indent-functions): Indent comments before keywords.
1370
1371 2010-06-06 Juri Linkov <juri@jurta.org>
1372
1373 * isearch.el (isearch-lazy-highlight-search): Fix looping
1374 by checking for empty match. This syncs this loop with the
1375 similar loop in `isearch-search'. (Bug#6362)
1376
1377 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1378
1379 * net/dbus.el (dbus-register-method): Declare function.
1380 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1381 (dbus-introspect): Doc fix.
1382 (dbus-event-bus-name, dbus-introspect-get-interface)
1383 (dbus-introspect-get-argument): Reflow docstrings.
1384
1385 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
1386
1387 vc-log-incoming/vc-log-outgoing fixes for Git.
1388 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1389 incoming/outgoing logs.
1390 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1391 instead of vc-git-compute-remote.
1392 (vc-git-compute-remote): Remove.
1393
1394 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1395
1396 * term/common-win.el (x-colors): Add "dark green" and "dark
1397 turquoise" (Bug#6332).
1398
1399 2010-06-04 Juri Linkov <juri@jurta.org>
1400
1401 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1402 Instead of setting `replace' to t and replacing the same string
1403 with itself, don't do certain actions when
1404 kill-do-not-save-duplicates is non-nil and string is equal to car
1405 of kill-ring: don't call menu-bar-update-yank-menu, don't push
1406 interprogram-paste strings to kill-ring, and don't push the input
1407 argument `string' to kill-ring.
1408 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1409
1410 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1411
1412 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1413
1414 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
1415
1416 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1417 (tramp-gvfs-handler-mounted-unmounted)
1418 (tramp-gvfs-connection-mounted-p): Handle default-location.
1419
1420 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1421 move files to trash.
1422
1423 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1424
1425 * international/mule-cmds.el (nonascii-insert-offset)
1426 (nonascii-translation-table): Add obsolescence information.
1427
1428 * international/mule.el (make-translation-table-from-vector): Doc fix.
1429
1430 2010-06-03 Eric Ludlam <zappo@gnu.org>
1431
1432 * cedet/semantic/lex-spp.el
1433 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1434 invalid values during save, just save a nil (Bug#6324).
1435
1436 2010-06-03 Glenn Morris <rgm@gnu.org>
1437
1438 * desktop.el (desktop-clear-preserve-buffers):
1439 Add "*Warnings*" buffer. (Bug#6336)
1440
1441 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1442
1443 vc-log-incoming/vc-log-outgoing improvements for Git.
1444 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1445 short log.
1446 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
1447
1448 Add bindings for vc-log-incoming and vc-log-outgoing.
1449 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1450 and vc-log-outgoing.
1451 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1452 and vc-log-outgoing.
1453
1454 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1455
1456 * net/rcirc.el (rcirc-sort-nicknames): Remove.
1457 (rcirc-handler-366): Always sort nicknames.
1458
1459 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1460
1461 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1462
1463 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1464
1465 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1466
1467 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1468
1469 * net/rcirc.el (rcirc-sort-nicknames): Change default.
1470 (rcirc-sort-nicknames-join): Avoid setq.
1471
1472 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1473
1474 * net/rcirc.el (rcirc-sort-nicknames): New custom.
1475 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1476 (rcirc-handler-366): Use them.
1477
1478 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 Split smie-indent-calculate into more manageable chunks.
1481 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1482 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1483 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1484 (smie-indent-exps): Extract from smie-indent-calculate.
1485 (smie-indent-functions): New var.
1486 (smie-indent-functions): Use them.
1487
1488 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1489
1490 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1491 (smie-indent-calculate): Simplify and cleanup.
1492
1493 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
1494
1495 * net/tramp-gvfs.el (top): Require url-util.
1496 (tramp-gvfs-mount-point): Remove.
1497 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1498 New defuns.
1499 (with-tramp-dbus-call-method): Format trace message.
1500 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1501 Implement backup call, when operation on local files fails.
1502 Use progress reporter. Flush properties of changed files.
1503 (tramp-gvfs-handle-make-directory): Make more traces.
1504 (tramp-gvfs-url-file-name): Hexify file name in url.
1505 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1506 into account for the resulting file name.
1507 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1508 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
1509 (tramp-gvfs-handler-mounted-unmounted)
1510 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1511 attribute "default_location". Set "prefix" property.
1512 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1513 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1514 exists. Raise an error, if not (due to a corresponding answer
1515 "no" in interactive questions, for example).
1516
1517 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1518
1519 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1520
1521 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
1522
1523 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1524 right-*. (Bug#6265)
1525
1526 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1527
1528 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1529 * vc-git.el (vc-git-compute-remote): New function.
1530 (vc-git-log-outgoing): Use it instead of hard coding a value.
1531 (vc-git-log-incoming): New function.
1532
1533 Improve state updating for VC tag commands.
1534 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1535 to update the state of all buffers in the directory.
1536
1537 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1538
1539 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1540
1541 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1542 `file-directory-p' to the filename part rather than to the whole text.
1543
1544 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
1545
1546 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1547 (bug#6231).
1548
1549 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1552
1553 2010-05-31 Drew Adams <drew.adams@oracle.com>
1554
1555 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1556
1557 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1558
1559 * subr.el (momentary-string-display): Just use read-event to read
1560 the exit event (Bug#6238).
1561
1562 2010-05-30 Eli Zaretskii <eliz@gnu.org>
1563
1564 * international/mule.el (define-coding-system): Doc fix (bug#6313).
1565
1566 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1567
1568 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1569 Suggested by Eli Zaretskii <eliz@gnu.org>.
1570
1571 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1572
1573 * minibuffer.el (completion-file-name-table): Don't return a boundary
1574 past the end of `string' (bug#6299).
1575 (completion--file-name-table): Delegate to completion-file-name-table
1576 for the `boundaries' case.
1577
1578 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1579
1580 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1581 movement commands.
1582
1583 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1584 `path-separator', but maintain compatibility with Emacs 20.2.
1585
1586 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1587
1588 * server.el (server-process-filter): Receive parent-id argument
1589 from emacsclient.
1590 (server-create-window-system-frame): New arg. Pass parent-id as
1591 frame parameter.
1592
1593 2010-05-29 Eli Zaretskii <eliz@gnu.org>
1594
1595 Bidi-sensitive word movement with arrow keys.
1596 * subr.el (right-arrow-command, left-arrow-command): Move to
1597 bindings.el.
1598
1599 * bindings.el (right-char, left-char): Move from subr.el and
1600 rename from right-arrow-command and left-arrow-command.
1601 (right-word, left-word): New functions.
1602 (global-map) <right>: Bind to right-char.
1603 (global-map) <left>: Bind to left-char.
1604 (global-map) <C-right>: Bind to right-word.
1605 (global-map) <C-left>: Bind to left-word.
1606
1607 * ls-lisp.el (ls-lisp-classify-file): New function.
1608 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1609 (ls-lisp-classify): Call ls-lisp-classify-file.
1610 (insert-directory): Remove blanks from switches.
1611
1612 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1613
1614 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1615 (ansi-color-drop-regexp): New constant.
1616 (ansi-color-apply, ansi-color-filter-region)
1617 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1618 (ansi-color-apply): Build string list before calling concat.
1619
1620 2010-05-28 Juri Linkov <juri@jurta.org>
1621
1622 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1623 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1624 (Bug#5270)
1625
1626 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1627
1628 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1629 to ignored backtrace functions.
1630 (with-progress-reporter): Expand docstring.
1631 (tramp-handle-delete-file): Implement TRASH argument.
1632 (tramp-get-remote-trash): New defun.
1633
1634 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1635
1636 * net/tramp-compat.el (tramp-compat-delete-file): Use
1637 `symbol-value' for backward compatibility.
1638
1639 * net/tramp.el (tramp-handle-make-symbolic-link)
1640 (tramp-handle-load)
1641 (tramp-do-copy-or-rename-file-via-buffer)
1642 (tramp-do-copy-or-rename-file-directly)
1643 (tramp-do-copy-or-rename-file-out-of-band)
1644 (tramp-handle-process-file, tramp-handle-call-process-region)
1645 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1646 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1647 (tramp-delete-temp-file-function): Use `delete-file' instead
1648 of `tramp-compat-delete-file'.
1649
1650 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1651 (tramp-fish-handle-make-symbolic-link)
1652 (tramp-fish-handle-process-file): Use `delete-file' instead
1653 of `tramp-compat-delete-file'.
1654
1655 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1656 `delete-file' instead of `tramp-compat-delete-file'.
1657
1658 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1659 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1660 `tramp-compat-delete-file'.
1661
1662 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1663 `delete-file' instead of `tramp-compat-delete-file'.
1664
1665 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1666 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1667 (tramp-smb-handle-write-region): Use `delete-file' instead of
1668 `tramp-compat-delete-file'.
1669 (tramp-smb-handle-delete-directory): Use 'trash as arg.
1670
1671 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * dired.el (dired-delete-file): New arg TRASH.
1674 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
1675 (dired-do-flagged-delete, dired-do-delete): Use trash.
1676
1677 * speedbar.el (speedbar-item-delete): Allow trashing.
1678
1679 * files.el (delete-directory): New arg TRASH.
1680
1681 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1682 (ange-ftp-rename-remote-to-remote)
1683 (ange-ftp-rename-local-to-remote)
1684 (ange-ftp-rename-remote-to-local, ange-ftp-load)
1685 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1686 `delete-file'.
1687 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1688 allow trashing.
1689
1690 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1691 handle new TRASH arg of `delete-file'.
1692
1693 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1694 (tramp-handle-make-symbolic-link, tramp-handle-load)
1695 (tramp-do-copy-or-rename-file-via-buffer)
1696 (tramp-do-copy-or-rename-file-directly)
1697 (tramp-do-copy-or-rename-file-out-of-band)
1698 (tramp-handle-process-file, tramp-handle-call-process-region)
1699 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1700 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1701 (tramp-delete-temp-file-function): Use null TRASH arg in
1702 tramp-compat-delete-file call.
1703
1704 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1705 (tramp-fish-handle-delete-file)
1706 (tramp-fish-handle-make-symbolic-link)
1707 (tramp-fish-handle-process-file): Use null TRASH arg in
1708 `tramp-compat-delete-file' call.
1709
1710 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1711 arg in `tramp-compat-delete-file' call.
1712
1713 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1714 (tramp-gvfs-handle-write-region): Use null TRASH arg in
1715 `tramp-compat-delete-file' call.
1716
1717 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1718 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1719 `tramp-compat-delete-file' call.
1720
1721 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1722 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1723 (tramp-smb-handle-write-region): Use null TRASH arg in
1724 tramp-compat-delete-file call.
1725 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1726 (tramp-smb-handle-delete-file): Rename arg.
1727
1728 * diff.el (diff-sentinel):
1729 * epg.el (epg--make-temp-file, epg-decrypt-string)
1730 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1731 * jka-compr.el (jka-compr-partial-uncompress)
1732 (jka-compr-call-process, jka-compr-write-region):
1733 * server.el (server-sentinel): Remove optional arg from
1734 delete-file, reverting 2010-05-03 change.
1735
1736 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1737
1738 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1739 font-lock-constant-face, not obsolete font-lock-reference-face.
1740
1741 2010-05-27 Kenichi Handa <handa@m17n.org>
1742
1743 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1744 element of GSTRING is nil.
1745
1746 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * emacs-lisp/smie.el (smie-forward-token-function)
1749 (smie-backward-token-function): New vars.
1750 (smie-backward-sexp, smie-forward-sexp)
1751 (smie-indent-hanging-p, smie-indent-calculate): Use them.
1752 (smie-default-backward-token): Rename from smie-backward-token and
1753 skip comments.
1754 (smie-default-forward-token): Rename from smie-forward-token and
1755 skip comments.
1756 (smie-next-sexp): Handle nil results from next-token.
1757 (smie-indent-calculate): Add a new case for special `fixindent' comments.
1758
1759 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1760
1761 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1762 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1763
1764 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1765
1766 * htmlfontify.el (hfy-face-resolve-face): New function.
1767 (hfy-face-to-style): Use it (Bug#6279).
1768
1769 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1772 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1773
1774 2010-05-26 Glenn Morris <rgm@gnu.org>
1775
1776 * emulation/edt.el (edt-load-keys): Use locate-library.
1777
1778 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
1779
1780 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1781 (log-edit-changelog-entries): Doc fix.
1782 (log-edit-changelog-insert-entries): Args changed.
1783 Rename relative filenames in ChangeLog entries. Delete tabs.
1784 (log-edit-insert-changelog-entries): Reorganize return value of
1785 `log-edit-changelog-entries' to pass filenames to
1786 log-edit-changelog-insert-entries.
1787
1788 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1789
1790 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1791 `image-dired-dired-insert-marked-thumbs' to
1792 `image-dired-dired-toggle-marked-thumbs'.
1793
1794 * image-dired.el: Require cl when compiling.
1795 (image-dired-dired-toggle-marked-thumbs): Rename from
1796 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
1797 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
1798 to 'no-dir. Skip files whose names don't match
1799 `image-file-name-regexp'. When file has a thumbnail overlay,
1800 delete it. (Bug#5270)
1801
1802 2010-05-25 Juri Linkov <juri@jurta.org>
1803
1804 * image-mode.el (image-mode): Add image-after-revert-hook to
1805 after-revert-hook.
1806 (image-after-revert-hook): New function. (Bug#5669)
1807
1808 2010-05-25 Juri Linkov <juri@jurta.org>
1809
1810 * image.el (image-animated-p): When delay between animated images
1811 is 0, set it to 10 (0.1 sec). (Bug#6258)
1812
1813 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1814
1815 * net/tramp.el (tramp-handle-insert-directory): Don't use
1816 `forward-word', its default syntax could be changed.
1817
1818 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
1819
1820 * net/tramp.el (tramp-progress-reporter-update): New defun.
1821 (with-progress-reporter): Use it.
1822 (tramp-process-actions):
1823 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1824 current message, in order to let progress reporter continue
1825 afterwards. (Bug#6257)
1826
1827 2010-05-25 Glenn Morris <rgm@gnu.org>
1828
1829 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1830 Add :version.
1831
1832 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1833
1834 * net/rcirc.el (rcirc-default-user-name): Change to "user".
1835 (rcirc-default-full-name): Change to "unknown".
1836 (rcirc-user-name-history): Add variable.
1837
1838 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1839 Jonathan Rockway <jon@jrock.us>
1840
1841 * net/rcirc.el (rcirc-server-alist): Add :pass.
1842 (rcirc): When prompting for connection parameters, also prompt for
1843 username and password.
1844 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
1845 value to server when connecting.
1846
1847 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1850 (smie-merge-prec2s): Pass the tables as separate args.
1851 (smie-bnf-precedence-table): Adjust call accordingly.
1852 (smie-prec2-levels): Set levels at the end.
1853
1854 Replace Lisp calls to delete-backward-char by delete-char.
1855 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1856 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1857 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1858 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1859 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1860 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1861 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1862 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1863 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1864 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1865 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1866 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1867 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1868 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1869 delete-backward-char by calls to delete-char.
1870
1871 2010-05-25 Kenichi Handa <handa@m17n.org>
1872
1873 * language/hebrew.el (hebrew-shape-gstring): New function.
1874 Register it in composition-function-table for all Hebrew combining
1875 characters.
1876
1877 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1878
1879 * epa.el (epa--select-keys): Don't explicitly delete the window since
1880 that can fail (e.g. sole window in frame). Use dedication instead.
1881
1882 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1883
1884 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1885
1886 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
1887
1888 * image.el (image-refresh): Define as an alias for image-flush.
1889
1890 * image-mode.el (image-toggle-display-image): Caller changed.
1891
1892 2010-05-21 Juri Linkov <juri@jurta.org>
1893
1894 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1895 Remove "all" from grep-files-aliases. Split grep-files-aliases by
1896 whitespace, call wildcard-to-regexp on substrings and concat them
1897 with "\\|". (Bug#6114)
1898
1899 2010-05-21 Alan Mackenzie <acm@muc.de>
1900
1901 * progmodes/cc-engine.el (c-parse-state-get-strategy):
1902 Replace parameter `here' with `here-' and `here-plus', which sandwich
1903 any pertinent CPP construct.
1904 (c-remove-stale-state-cache-backwards): Fix a bug which happens
1905 when doing (c-parse-state) in a CPP construct: Exclude any "new"
1906 CPP construct from taking part in the scanning.
1907
1908 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
1909
1910 * net/tramp.el (tramp-do-copy-or-rename-file)
1911 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1912 Tune `with-progress-reporter' messages.
1913 (tramp-handle-vc-registered):
1914 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1915 (tramp-fish-handle-insert-file-contents)
1916 (tramp-fish-maybe-open-connection):
1917 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1918 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1919 (tramp-imap-handle-insert-file-contents)
1920 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1921
1922 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
1923
1924 * add-log.el (change-log-font-lock-keywords):
1925 Highlight all authors in multi-author entries.
1926
1927 * smerge-mode.el (smerge-refine-ignore-whitespace)
1928 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1929 Fix typos in docstrings.
1930 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1931
1932 2010-05-21 Glenn Morris <rgm@gnu.org>
1933
1934 * progmodes/fortran.el (fortran-mode):
1935 * progmodes/f90.el (f90-mode): Derive from prog-mode.
1936
1937 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1938 having a relative path in src/Makefile.in.
1939
1940 2010-05-20 Kevin Ryde <user42@zip.com.au>
1941
1942 * help-mode.el (help-make-xrefs): For Info node links turn
1943 newlines into spaces. Link node names with newlines are matched
1944 by help-xref-info-regexp and buttonized, this change ensures they
1945 can be followed successfully with RET. (Bug#6206)
1946
1947 2010-05-20 Juri Linkov <juri@jurta.org>
1948
1949 * locate.el (locate): Use pop-to-buffer instead of
1950 switch-to-buffer-other-window. (Bug#6204)
1951
1952 2010-05-20 Juri Linkov <juri@jurta.org>
1953
1954 * replace.el (replace-highlight): Fix lazy-highlighting
1955 for `M-s w str M-% str RET'.
1956
1957 2009-12-15 Masatake YAMATO <yamato@redhat.com>
1958
1959 * isearch.el (isearch-yank-word-or-char): Pull next subword
1960 when `subword-mode' is activated. (Bug#6220)
1961
1962 2010-05-20 Mark A. Hershberger <mah@everybody.org>
1963
1964 * isearch.el (isearch-update-post-hook): New hook.
1965 (isearch-update): Use the new hook. (Bug#6225)
1966
1967 2010-05-20 Juri Linkov <juri@jurta.org>
1968
1969 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1970 [f1], [help], and (char-to-string help-char) instead of "\C-h".
1971 (Bug#6222)
1972
1973 2010-05-20 Juri Linkov <juri@jurta.org>
1974
1975 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1976 (Bug#6223)
1977
1978 2010-05-20 Juri Linkov <juri@jurta.org>
1979
1980 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1981 FILE-NAME to read from the minibuffer when called interactively
1982 with prefix argument instead of using buffer-file-name.
1983 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1984
1985 * dired.el: Update autoloads.
1986
1987 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1990 nxml-finish-element, for consistency with SGML mode.
1991
1992 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1993 octave-close-block.
1994
1995 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
1996
1997 * composite.el: Require cl when compiling.
1998 (reference-point-alist, compose-gstring-for-graphic)
1999 (compose-gstring-for-terminal): Fix typos in docstrings.
2000
2001 2010-05-19 Juri Linkov <juri@jurta.org>
2002
2003 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
2004 set-window-parameter.
2005
2006 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
2007
2008 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
2009 where appropriate.
2010 (tramp-maybe-open-connection): Use it.
2011
2012 2010-05-19 Eli Zaretskii <eliz@gnu.org>
2013
2014 * simple.el (move-end-of-line): Make sure we are at line beginning
2015 before backing up to end of previous line.
2016
2017 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
2018
2019 * password-cache.el (password-cache-remove): Fix docstring.
2020
2021 * net/secrets.el: Autoload the widget functions.
2022 (secrets-search-items, secrets-create-item)
2023 (secrets-get-attributes, secrets-expand-item): Attributes will be
2024 stored on the password database without leading ":", as all other
2025 clients do as well.
2026 (secrets-mode): Fix docstring.
2027 (secrets-show-secrets): Provide it as autoloaded command only when
2028 D-Bus support is available. Check existence of Secret Service API.
2029
2030 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * indent.el (indent-region): Deactivate region (bug#6200).
2033
2034 2010-05-19 Glenn Morris <rgm@gnu.org>
2035
2036 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
2037
2038 2010-05-19 Kenichi Handa <handa@m17n.org>
2039
2040 * composite.el: Register compose-gstring-for-graphic in
2041 composition-function-table only for combining characters (Mn, Mc, Me).
2042
2043 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2044
2045 * calc/calc-trail.el (calc-trail-isearch-forward)
2046 (calc-trail-isearch-backward): Ensure that the new window
2047 point is set correctly.
2048
2049 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2050
2051 * subr.el (read-quoted-char): Resolve modifiers after key
2052 remapping (bug#6212).
2053
2054 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
2055
2056 Add visualization code for secrets.
2057 * net/secrets.el (secrets-mode): New major mode.
2058 (secrets-show-secrets, secrets-show-collections)
2059 (secrets-expand-collection, secrets-expand-item)
2060 (secrets-tree-widget-after-toggle-function)
2061 (secrets-tree-widget-show-password): New defuns.
2062
2063 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2066 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2067 handled in smie-next-sexp.
2068 (smie-indent-calculate): Provide a starting indentation (so the
2069 recursion is well-founded ;-).
2070
2071 Fix handling of non-associative equal levels.
2072 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2073 when it's not needed.
2074 (smie-op-left, smie-op-right): New functions.
2075 (smie-next-sexp): New function, extracted from smie-backward-sexp.
2076 Better handle equal levels to distinguish the associative case from
2077 the "multi-keyword construct" case.
2078 (smie-backward-sexp, smie-forward-sexp): Use it.
2079
2080 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
2081
2082 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2083
2084 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2085 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2086
2087 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 Provide a simple generic indentation engine and use it for Prolog.
2090 * emacs-lisp/smie.el: New file.
2091 * progmodes/prolog.el (prolog-smie-op-levels)
2092 (prolog-smie-indent-rules): New var.
2093 (prolog-mode-variables): Use them to configure SMIE.
2094 (prolog-indent-line, prolog-indent-level): Remove.
2095
2096 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
2097
2098 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2099 order before computing the averages.
2100
2101 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2102
2103 * calc/calc-vec.el (calc-histogram):
2104 (calcFunc-histogram): Allow vectors as inputs.
2105 (math-vector-avg): New function.
2106
2107 * calc/calc-ext.el (math-group-float): Have the number of digits
2108 being grouped depend on the radix (Bug#6189).
2109
2110 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2111
2112 * version.el (emacs-copyright, emacs-version): Don't define here,
2113 now that emacs.c defines it.
2114
2115 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2116
2117 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2118 "Describe Language Environment" menu item.
2119
2120 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2121
2122 Bidi-sensitive movement with arrow keys.
2123 * subr.el (right-arrow-command, left-arrow-command): New functions.
2124
2125 * bindings.el (global-map): Bind them to right and left arrow keys.
2126
2127 Don't override standard definition of convert-standard-filename.
2128 * files.el (convert-standard-filename): Call
2129 w32-convert-standard-filename and dos-convert-standard-filename on
2130 the corresponding systems.
2131
2132 * w32-fns.el (w32-convert-standard-filename): Rename from
2133 convert-standard-filename. Doc fix.
2134
2135 * dos-fns.el (dos-convert-standard-filename): Doc fix.
2136 (convert-standard-filename): Don't defalias.
2137 (register-name-alist, make-register, register-value)
2138 (set-register-value, intdos): Obsolete aliases for the
2139 corresponding dos-* functions and variables.
2140 (dos-intdos): Add a doc string.
2141
2142 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
2143
2144 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2145 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2146 (math-compose-tex-func):
2147 * calc/calccomp.el (math-compose-expr):
2148 * calc/calc-ext.el (math-format-flat-expr-fancy):
2149 * calc/calc-store.el (calc-read-var-name):
2150 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2151
2152 * calc/calc.el (var-π, var-φ, var-γ): New variables.
2153 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2154 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2155 (math-standard-units): Add units.
2156
2157 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2158
2159 * progmodes/asm-mode.el (asm-mode):
2160 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2161
2162 * pcomplete.el (pcomplete-completions-at-point): New function,
2163 extracted from pcomplete-std-complete.
2164 (pcomplete-std-complete): Use it.
2165
2166 2010-05-15 Glenn Morris <rgm@gnu.org>
2167
2168 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2169 Remove references to CVS, RCS and Old directories.
2170
2171 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
2172
2173 * calc/calc-bin.el (math-format-twos-complement): Group digits when
2174 appropriate.
2175
2176 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2177
2178 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2179 (sh-mode-syntax-table): Give it a default value instead.
2180 (sh-header-marker): Make buffer-local.
2181 (sh-mode): Move make-local-variable to the corresponding setq.
2182 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2183 Use complete-with-action.
2184
2185 * simple.el (prog-mode): New (abstract) major mode.
2186 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2187 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2188
2189 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
2190
2191 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2192 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2193 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2194 (sql-make-alternate-buffer-name, sql-placeholders-filter)
2195 (sql-escape-newlines-filter, sql-input-sender)
2196 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2197
2198 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
2199
2200 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2201
2202 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2203 latex-open-block and C-c / to latex-close-block.
2204
2205 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2206 and C-c C-e to sgml-close-tag.
2207
2208 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
2209
2210 * net/tramp.el (with-progress-reporter): Create reporter object
2211 only when the message would be displayed. Handle nested calls.
2212 (tramp-handle-load, tramp-handle-file-local-copy)
2213 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2214 (tramp-maybe-send-script, tramp-find-shell):
2215 Use `with-progress-reporter'.
2216 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2217 Fix message text.
2218
2219 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2220 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2221 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2222 Use `with-progress-reporter'.
2223
2224 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
2225
2226 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2227 process everytime when spellchecking from the minibuffer (bug#6143).
2228
2229 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2232
2233 * dos-fns.el: Add "dos-" prefix for namespace control.
2234 (convert-standard-filename): Define as alias for
2235 dos-convert-standard-filename but only if applicable.
2236
2237 2010-05-12 Alan Mackenzie <acm@muc.de>
2238
2239 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2240 Push the mark at the start of these functions when appropriate.
2241
2242 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * minibuffer.el (completion-cycle-threshold): New custom var.
2245 (completion--do-completion): Use it.
2246 (minibuffer-complete): Use cycling if appropriate.
2247
2248 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
2249
2250 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2251 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2252
2253 2010-05-11 Juri Linkov <juri@jurta.org>
2254
2255 * scroll-all.el (scroll-all-check-to-scroll):
2256 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2257
2258 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2259
2260 * iimage.el (iimage-mode-map): Move initialization into declaration.
2261 (iimage-mode-buffer): Use with-silent-modifications.
2262 Simplify calling convention. Adjust callers.
2263 (iimage-mode): Don't run hook redundantly.
2264
2265 * minibuffer.el (completion-pcm--pattern->regex):
2266 Fix last change (bug#6160).
2267
2268 2010-05-10 Juri Linkov <juri@jurta.org>
2269
2270 Remove nodes visited during Isearch from the Info history.
2271 * info.el (Info-isearch-initial-history)
2272 (Info-isearch-initial-history-list): New variables.
2273 (Info-isearch-start): Record initial values of
2274 Info-isearch-initial-history and Info-isearch-initial-history-list.
2275 Add Info-isearch-end to isearch-mode-end-hook.
2276 (Info-isearch-end): New function.
2277
2278 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
2279
2280 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2281 format string, in order to work around a bug in pdksh.
2282 Reported by Gilles Pion <gpion@lfdj.com>.
2283 (tramp-handle-verify-visited-file-modtime): Do not send a command
2284 when the connection is not established.
2285 (tramp-handle-set-file-times): Simplify the check for utc.
2286
2287 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
2288
2289 Fix use of `filter-buffer-substring' (rework previous change).
2290 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2291 (cua-repeat-replace-region):
2292 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2293 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2294 (cua-cut-region-to-global-mark): Use it.
2295
2296 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
2297
2298 * progmodes/sql.el: Version 2.1.
2299 (sql-product-alist): Redesign structure of product info.
2300 (sql-product, sql-user, sql-server, sql-database): Safe variables.
2301 (sql-port, sql-port-history): New variables.
2302 (sql-interactive-product): New variable.
2303 (sql-send-terminator): New variable.
2304 (sql-imenu-generic-expression): Add "Types" imenu entry.
2305 (sql-oracle-login-params, sql-sqlite-login-params)
2306 (sql-mysql-login-params, sql-solid-login-params)
2307 (sql-sybase-login-params, sql-informix-login-params)
2308 (sql-ingres-login-params, sql-ms-login-params)
2309 (sql-postgres-login-params, sql-interbase-login-params)
2310 (sql-db2-login-params, sql-linter-login-params)
2311 (sql-oracle-scan-on): New variables.
2312 (sql-mode-map): Add C-c C-i to start interactive mode.
2313 (sql-mode-menu): Update existing menu entries.
2314 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2315 (sql-mode-oracle-font-lock-keywords)
2316 (sql-mode-postgres-font-lock-keywords)
2317 (sql-mode-ms-font-lock-keywords)
2318 (sql-mode-sybase-font-lock-keywords)
2319 (sql-mode-informix-font-lock-keywords)
2320 (sql-mode-interbase-font-lock-keywords)
2321 (sql-mode-ingres-font-lock-keywords)
2322 (sql-mode-solid-font-lock-keywords)
2323 (sql-mode-mysql-font-lock-keywords)
2324 (sql-mode-sqlite-font-lock-keywords)
2325 (sql-mode-db2-font-lock-keywords)
2326 (sql-mode-linter-font-lock-keywords): Update initialization to
2327 reduce run-time complexity.
2328 (sql-add-product, sql-del-product): New functions.
2329 (sql-set-product-feature, sql-get-product-feature): New functions.
2330 (sql-product-font-lock): Update product API.
2331 (sql-add-product-keywords): New function.
2332 (sql-highlight-product): Update product API.
2333 (sql-help-list-products): New function.
2334 (sql-help): Dynamically lists free and non-free products.
2335 (sql-get-login): Correct bug in handling history and added
2336 prompt for port.
2337 (sql-copy-column): Copy without properties.
2338 (sqli-input-sender): Apply filters to SQLi input.
2339 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2340 Implement as a filter.
2341 (sql-escape-newlines-filter): Implement as a filter.
2342 (sql-remove-tabs-filter): New function.
2343 (sql-send-magic-terminator): New function.
2344 (sql-send-string): Implement magic terminator.
2345 (sql-send-region): Use `sql-send-string'.
2346 (sql-interactive-mode): Use product API.
2347 (sql-product-interactive): Use product API.
2348 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2349 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2350 (sql-db2, sql-linter): Use `sql-product-interactive'.
2351 (sql-connect): New function.
2352 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2353 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2354 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2355 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2356 Use `sql-connect'.
2357
2358 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2359
2360 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2361 New custom variable.
2362 (completion-pcm--string->pattern): Use it.
2363 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2364 Make it handle any symbol as `any'.
2365 (completion-pcm--merge-completions): Extract common suffix for the new
2366 `prefix' symbol as well.
2367 (completion-substring--all-completions): Use the new `prefix' symbol.
2368
2369 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
2370
2371 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2372 not bound.
2373 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2374 (tramp-compat-funcall): New defmacro.
2375 (tramp-compat-line-beginning-position)
2376 (tramp-compat-line-end-position)
2377 (tramp-compat-temporary-file-directory)
2378 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2379 (tramp-compat-copy-file, tramp-compat-copy-directory)
2380 (tramp-compat-delete-file, tramp-compat-delete-directory)
2381 (tramp-compat-number-sequence, tramp-compat-process-running-p)
2382 * net/tramp.el (top, with-progress-reporter)
2383 (tramp-rfn-eshadow-setup-minibuffer)
2384 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2385 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2386 (tramp-completion-mode-p, tramp-check-for-regexp)
2387 (tramp-open-connection-setup-interactive-shell)
2388 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2389 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2390 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2391 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2392 (tramp-reporter-dump-variable, tramp-load-report-modules)
2393 (tramp-append-tramp-buffers)
2394 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2395
2396 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2397
2398 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * progmodes/compile.el (compilation-buffer-modtime): Rename from
2401 buffer-modtime. Adjust users.
2402
2403 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * international/mule.el (auto-coding-alist): Only purecopy
2406 car of each item, not the whole list (Bug#6083).
2407
2408 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2409
2410 * progmodes/js.el (js-mode): Make paragraph variables local before
2411 calling c-setup-paragraph-variables (Bug#6071).
2412
2413 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2414
2415 * composite.el (compose-region, reference-point-alist): Fix typos
2416 in the doc strings.
2417
2418 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2419
2420 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2421 gnuplot's "set" command.
2422
2423 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2424
2425 * abbrev.el (last-abbrev-text): Doc fix.
2426 (abbrev-prefix-mark): Don't escape parenthesis.
2427
2428 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
2429
2430 * composite.el (find-composition): Doc fix.
2431
2432 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2433
2434 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2435 (sql-oracle-program, sql-sqlite-options)
2436 (sql-query-placeholders-and-send): Doc fixes.
2437 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2438 (sql-imenu-generic-expression, sql-buffer)
2439 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2440 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2441 (sql-mode-sybase-font-lock-keywords)
2442 (sql-mode-informix-font-lock-keywords)
2443 (sql-mode-interbase-font-lock-keywords)
2444 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2445 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2446 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2447 (sql-product-feature, sql-highlight-product)
2448 (comint-line-beginning-position, sql-rename-buffer)
2449 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2450 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2451 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2452 Fix typos in docstrings.
2453
2454 2010-05-08 Juri Linkov <juri@jurta.org>
2455
2456 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2457 property instead of `invisible' and `after-string' (bug#5998).
2458
2459 2010-05-08 Juri Linkov <juri@jurta.org>
2460
2461 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2462
2463 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2464
2465 * filecache.el (file-cache-add-directory-list)
2466 (file-cache-add-directory-recursively): Fix typos in docstrings.
2467
2468 2010-05-08 Kenichi Handa <handa@m17n.org>
2469
2470 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2471 (gujarati-composable-pattern): Fix typo.
2472
2473 2010-05-08 Kenichi Handa <handa@m17n.org>
2474
2475 * language/indian.el (oriya-composable-pattern)
2476 (tamil-composable-pattern, malayalam-composable-pattern):
2477 Add two-part vowels to "v" (vowel sign).
2478
2479 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2480
2481 * files.el (copy-directory): Handle symlinks (Bug#5982).
2482
2483 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2484
2485 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2486 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2487 (Bug#5846).
2488
2489 2010-05-08 Glenn Morris <rgm@gnu.org>
2490
2491 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2492
2493 * minibuffer.el (completion-at-point): Doc fix.
2494
2495 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * electric.el (Electric-command-loop): Minor tweak.
2498
2499 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2500 better with dedicated windows.
2501
2502 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2503
2504 * Version 23.2 released.
2505
2506 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2507 Stefan Monnier <monnier@iro.umontreal.ca>
2508
2509 Highlight vendor specific properties.
2510 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2511 (css-proprietary-property): New face.
2512 (css-font-lock-keywords): Use them.
2513
2514 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2515
2516 * cus-start.el (all): Add native condition for tool-bar-* symbols.
2517
2518 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2519
2520 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2521 * files.el (auto-mode-alist): Remove redundant entries.
2522
2523 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2524 * simple.el (auto-save-mode): Move from files.el.
2525 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2526
2527 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
2528
2529 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2530
2531 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2532
2533 * mail/binhex.el (binhex-decode-region-internal)
2534 * mail/uudecode.el (uudecode-decode-region-internal)
2535 * net/dns.el (dns-read-string-name, dns-write, dns-read)
2536 (dns-read-type, dns-query)
2537 * pgg-parse.el (pgg-parse-armor)
2538 * pgg.el (pgg-verify-region)
2539 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2540 XEmacs.
2541
2542 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2543
2544 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
2545
2546 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2547
2548 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2549 * emulation/cua-base.el (cua-repeat-replace-region):
2550 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2551 (cua-cut-region-to-global-mark):
2552 Remove text properties with `set-text-properties'.
2553
2554 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
2555
2556 * net/tramp.el (top, with-progress-reporter):
2557 Use `symbol-function' inside `funcall'.
2558
2559 * net/tramp-compat.el (tramp-compat-file-attributes)
2560 (tramp-compat-delete-file, tramp-compat-delete-directory):
2561 Handle only `wrong-number-of-arguments' error.
2562
2563 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2564 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2565 inside `funcall'.
2566
2567 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * minibuffer.el (completion--sreverse, completion--common-suffix):
2570 New functions.
2571 (completion-pcm--merge-completions): Extract common suffix when safe.
2572
2573 * emacs-lisp/easy-mmode.el (define-minor-mode):
2574 Make :variable more flexible.
2575 * files.el (auto-save-mode): Use it to define using define-minor-mode.
2576
2577 2010-05-05 Juri Linkov <juri@jurta.org>
2578
2579 Add `slow' and `history' tags to the desktop data.
2580
2581 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2582 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2583 (Info-finder-find-node): Require `finder.el' to be able
2584 to restore node from the desktop.
2585 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
2586 data `Info-history' and `slow' tag in the assoc list.
2587 (Info-restore-desktop-buffer): Don't restore nodes with the
2588 `slow' tag. Restore `Info-history'.
2589
2590 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
2591
2592 Add FORCE argument to `delete-file'.
2593
2594 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2595 forcing to delete the temporary file.
2596 (ange-ftp-delete-file): Add FORCE arg.
2597 (ange-ftp-rename-remote-to-remote)
2598 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2599 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2600 Force file deletion.
2601
2602 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2603
2604 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2605 (tramp-handle-make-symbolic-link, tramp-handle-load)
2606 (tramp-do-copy-or-rename-file-via-buffer)
2607 (tramp-do-copy-or-rename-file-directly)
2608 (tramp-do-copy-or-rename-file-out-of-band)
2609 (tramp-handle-process-file, tramp-handle-call-process-region)
2610 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2611 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2612 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2613
2614 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2615 (tramp-fish-handle-make-symbolic-link)
2616 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2617
2618 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2619 Use `tramp-compat-delete-file'.
2620
2621 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2622 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2623
2624 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2625 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2626
2627 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2628 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2629 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2630 `tramp-compat-delete-file'.
2631
2632 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 Minor cleanups.
2635 * subr.el (add-minor-mode): Use push.
2636 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2637 * emulation/edt.el (edt-select-mode): Simplify.
2638
2639 Use define-minor-mode in more cases.
2640 * term/tvi970.el (tvi970-set-keypad-mode):
2641 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2642 (normal-erase-is-backspace-mode):
2643 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2644 (set-scroll-bar-mode-1): (Re)move to its sole caller.
2645 (get-scroll-bar-mode): New function.
2646 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2647
2648 Use define-minor-mode for less obvious cases.
2649 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2650 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2651 * international/iso-ascii.el (iso-ascii-mode):
2652 * frame.el (auto-raise-mode, auto-lower-mode):
2653 * composite.el (global-auto-composition-mode): Use define-minor-mode.
2654
2655 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
2656
2657 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2658 in order to see error messages for failed logins.
2659
2660 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2661
2662 * diff.el (diff-sentinel):
2663
2664 * epg.el (epg--make-temp-file, epg-decrypt-string)
2665 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2666
2667 * jka-compr.el (jka-compr-partial-uncompress)
2668 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2669
2670 * server.el (server-sentinel): Use delete-file's new FORCE arg
2671 (Bug#6070).
2672
2673 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2674
2675 Use define-minor-mode where applicable.
2676 * view.el (view-mode):
2677 * type-break.el (type-break-query-mode)
2678 (type-break-mode-line-message-mode):
2679 * textmodes/reftex.el (reftex-mode):
2680 * term/vt100.el (vt100-wide-mode):
2681 * tar-mode.el (tar-subfile-mode):
2682 * savehist.el (savehist-mode):
2683 * ibuf-ext.el (ibuffer-auto-mode):
2684 * composite.el (auto-composition-mode):
2685 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2686 Use define-minor-mode.
2687 (vhdl-mode): Use static mode-line format.
2688 (vhdl-mode-line-update): Delete.
2689 (vhdl-create-mode-menu, vhdl-activate-customizations)
2690 (vhdl-hs-minor-mode): Don't bother calling it.
2691
2692 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2693
2694 * simple.el (with-wrapper-hook): Move.
2695 (buffer-substring-filters): Mark obsolete.
2696 (filter-buffer-substring-functions): New variable.
2697 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
2698
2699 Use a mode-line spec rather than a static string in Semantic.
2700 * cedet/semantic/util-modes.el:
2701 (semantic-minor-modes-format): New var to replace...
2702 (semantic-minor-modes-status): Remove.
2703 (semantic-mode-line-update): Construct a mode-line spec rather than
2704 a static string so that mouse buttons can be used on individual minor
2705 modes and so that semantic-mode-line-update only needs to be called
2706 when global settings are changed.
2707 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2708 Call semantic-mode-line-update.
2709 (semantic-toggle-minor-mode-globally): Don't assume mode is on
2710 minor-mode-alist, check semantic-minor-mode-alist as well.
2711 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2712 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2713 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2714 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2715 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2716 (define-semantic-idle-service, semantic-idle-summary-mode):
2717 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2718 Don't call semantic-mode-line-update any more.
2719
2720 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 Use define-minor-mode in CEDET where applicable.
2723
2724 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2725 Use define-minor-mode.
2726
2727 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2728 Remove unused arg `keymap' and code redundant with define-minor-mode.
2729 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2730 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2731 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2732 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2733 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2734 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2735 Use define-minor-mode.
2736 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2737 (semantic-show-unmatched-syntax-mode-setup)
2738 (semantic-show-parser-state-mode-setup)
2739 (semantic-highlight-func-mode-setup): Inline into sole caller.
2740
2741 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2742 (semantic-mru-bookmark-mode): Use define-minor-mode.
2743 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2744
2745 * cedet/semantic/idle.el (define-semantic-idle-service):
2746 Use define-minor-mode and inline setup function into its sole caller.
2747 (semantic-idle-scheduler-mode-setup)
2748 (semantic-idle-summary-mode-setup): Inline into sole caller.
2749 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2750 Use define-minor-mode.
2751
2752 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2753 (semantic-decoration-mode): Use define-minor-mode.
2754 (semantic-decoration-mode-setup): Inline into sole caller.
2755
2756 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2757 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2758 (ede-dired-add-to-target): Use dolist.
2759
2760 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2761 Michael Albinus <michael.albinus@gmx.de>
2762
2763 Implement compression for inline methods.
2764
2765 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2766 (tramp-copy-size-limit): Allow also nil.
2767 (tramp-inline-compress-commands): New defconst.
2768 (tramp-find-inline-compress, tramp-get-inline-compress)
2769 (tramp-get-inline-coding): New defuns.
2770 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2771 replaced by `tramp-get-inline-coding'.
2772 (tramp-handle-file-local-copy, tramp-handle-write-region)
2773 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2774
2775 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2776
2777 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2778 Remove unused functions.
2779
2780 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2781 Set find-tag-default-function as a variable rather than a property.
2782
2783 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2784 * progmodes/etags.el (tags-completion-at-point-function):
2785 Remove left over interactive spec. Add autoloading stub.
2786 (complete-tag): Use tags-completion-at-point-function.
2787
2788 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
2789
2790 * minibuffer.el (tags-completion-at-point-function): Fix return value.
2791
2792 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * ido.el (ido-init-completion-maps): Remove C-v binding.
2795 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2796
2797 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2798
2799 * minibuffer.el (tags-completion-at-point-function): New function.
2800 (completion-at-point-functions): Use it.
2801
2802 * cedet/semantic.el (semantic-completion-at-point-function): New function.
2803 (semantic-mode): Use semantic-completion-at-point-function for
2804 completion-at-point-functions instead.
2805
2806 * progmodes/etags.el (complete-tag): Revert last change.
2807
2808 2010-04-29 Alan Mackenzie <acm@muc.de>
2809
2810 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2811 off-by-one error (in end of macro position).
2812
2813 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2816 firefox is absent. Don't autoload.
2817 (browse-url-galeon-program): Don't autoload.
2818
2819 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2820
2821 * bindings.el (complete-symbol): Move into minibuffer.el.
2822
2823 * minibuffer.el (complete-tag): Move from etags.el. If tags
2824 completion cannot be performed, return nil instead of signalling
2825 an error.
2826 (completion-at-point): Make it an alias for complete-symbol.
2827 (complete-symbol): Move from bindings.el, and replace with the
2828 body of completion-at-point.
2829
2830 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2831
2832 * cedet/semantic.el (semantic-mode): When enabled, add
2833 semantic-ia-complete-symbol to completion-at-point-functions.
2834
2835 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2836 if Semantic is not active.
2837
2838 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
2839
2840 * net/tramp.el (tramp-remote-selinux-p): New defun.
2841 (tramp-handle-file-selinux-context)
2842 (tramp-handle-set-file-selinux-context): Use it.
2843
2844 2010-04-28 Sam Steingold <sds@gnu.org>
2845
2846 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2847 `safe-local-variable' if the value is a string or a symbol with
2848 the property `bug-reference-url-format'.
2849
2850 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2851
2852 * progmodes/bug-reference.el (bug-reference-url-format): Revert
2853 2010-04-27 change due to security risk.
2854
2855 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 Make it possible to locally disable a globally enabled mode.
2858 * simple.el (fundamental-mode): Run fundamental-mode-hook.
2859 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2860 rather than kill-all-local-variables so it runs fundamental-mode-hook.
2861 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2862 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2863 that subsequent hooks get a chance to disable it.
2864
2865 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2866
2867 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2868 Avoid re-enabling a minor mode after the user turned the minor mode
2869 off if MODE-enable-in-buffers is run twice (typically once from
2870 fundamental-mode's after-change-major-mode-hook and a second time from
2871 run-mode-hook's own after-change-major-mode-hook).
2872
2873 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2874
2875 2010-04-27 Sam Steingold <sds@gnu.org>
2876
2877 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2878 `safe-local-variable' if the value is a string or a function, as
2879 documented and implemented on 2010-04-02.
2880
2881 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
2882
2883 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2884 when method is 'kill.
2885
2886 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
2887
2888 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2889 condition in default directory check.
2890 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2891 Kill ispell process when killing its associated buffer.
2892
2893 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
2894
2895 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2896 but we aren't using it.
2897
2898 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
2899
2900 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2901 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2902
2903 2010-04-24 Glenn Morris <rgm@gnu.org>
2904
2905 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2906 Ignore VCS-ignore files, and deleted nextstep preferences files.
2907 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2908 (authors-ambiguous-files): New list.
2909 (authors-valid-file-names): Add some deleted files.
2910 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2911 (authors-disambiguate-file-name): New function. (Bug#5501)
2912 (authors-canonical-file-name): Doc fix.
2913 Don't warn about obsolete files.
2914 (authors-canonical-file-name, authors-scan-el):
2915 Use authors-disambiguate-file-name.
2916
2917 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2918 Add autoload cookies.
2919 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2920 (generated-autoload-file): Set file-local value to "htmlfontify.el".
2921 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2922 They have definitions / compiler macros in cl.el.
2923 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2924 Replace manual autoloads with generated ones.
2925 (htmlfontify-unload-rgb-file): Remove autoload.
2926 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2927
2928 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2929
2930 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2931 (byte-compile-setq-default): Optimize for the
2932 single-var case and don't call byte-compile-form in this case to avoid
2933 inf-loop with byte-compile-set-default.
2934
2935 * progmodes/compile.el (compilation-start): Abbreviate default directory.
2936
2937 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
2938
2939 Implement SELINUX backends.
2940
2941 * net/tramp.el (tramp-file-name-handler-alist):
2942 Add `file-selinux-context' and `set-file-selinux-context'.
2943 (tramp-handle-file-selinux-context)
2944 (tramp-handle-set-file-selinux-context): New defuns.
2945 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2946 Handle PRESERVE-SELINUX-CONTEXT.
2947
2948 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2949 Add `file-selinux-context' and `set-file-selinux-context'.
2950 (tramp-gvfs-handle-file-selinux-context)
2951 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2952 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2953
2954 * net/ange-ftp.el (ange-ftp-copy-file):
2955 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2956 * net/tramp-imap.el (tramp-imap-handle-copy-file):
2957 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2958 Add PRESERVE-SELINUX-CONTEXT.
2959
2960 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2961
2962 Synchronize with Tramp repository.
2963
2964 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2965 (tramp-action-process-alive, tramp-action-out-of-band)
2966 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2967 (tramp-exists-file-name-handler): Fix docstring.
2968 (with-progress-reporter): New defmacro.
2969 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2970 (tramp-maybe-open-connection): Use it.
2971
2972 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
2973
2974 Detect ssh 'ControlMaster' argument automatically in some cases.
2975
2976 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2977 (tramp-default-method): Use it.
2978
2979 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2980
2981 * net/tramp.el (tramp-handle-copy-file): Add new optional
2982 parameter `preserve-selinux-context'.
2983 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2984
2985 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2986
2987 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2988 Ensure, that non remote files are still checked. Oops.
2989
2990 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
2991
2992 Fix Bug#5840.
2993
2994 * icomplete.el (icomplete-completions): Use `non-essential'.
2995
2996 * net/tramp.el (tramp-connectable-p): New defun.
2997 (tramp-handle-expand-file-name)
2998 (tramp-completion-handle-file-name-all-completions)
2999 (tramp-completion-handle-file-name-completion): Use it.
3000
3001 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
3004
3005 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3006
3007 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
3008
3009 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
3010
3011 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
3012 is present.
3013
3014 * info.el (info-tool-bar-map): Add labels.
3015
3016 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
3017
3018 * cus-edit.el (custom-commands): Add labels for tool bar.
3019 (custom-buffer-create-internal, Custom-mode): Adjust for
3020 labels in custom-commands.
3021
3022 * dynamic-setting.el: Renamed from font-setting.el.
3023
3024 2010-04-21 John Wiegley <jwiegley@gmail.com>
3025
3026 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3027 toggles the use of virtual buffers.
3028 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
3029 value.
3030 (ido-toggle-virtual-buffers): New function.
3031
3032 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
3033
3034 Use `define-derived-mode'; fix window selection; doc fixes.
3035 * play/tetris.el (tetris, tetris-update-speed-function)
3036 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
3037 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
3038 (tetris-rotate-next, tetris-end-game, tetris-start-game)
3039 (tetris-pause-game): Fix typos in docstrings.
3040 (tetris-mode-map, tetris-null-map):
3041 Move initialization into declaration.
3042 (tetris-mode): Define with `define-derived-mode';
3043 set show-trailing-whitespace to nil.
3044 (tetris): Prefer window already displaying the "*Tetris*" buffer.
3045
3046 2010-04-21 Karel Klíč <kklic@redhat.com>
3047
3048 * files.el (backup-buffer): Handle SELinux context, and return it
3049 if a backup was made by renaming.
3050 (backup-buffer-copy): Set SELinux context to the target file.
3051 (basic-save-buffer): Set SELinux context of the newly written file.
3052 (basic-save-buffer-1): Now it also returns any SELinux context.
3053 (basic-save-buffer-2): Set SELinux context of the newly created file,
3054 and return it.
3055 * net/tramp.el (tramp-file-name-for-operation):
3056 Add file-selinux-context.
3057
3058 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 Make the log-edit comments use RFC822 format throughout.
3061
3062 * vc.el (vc-checkin, vc-modify-change-comment):
3063 Adjust to new vc-start/finish-logentry.
3064 (vc-find-conflicted-file): New command.
3065 (vc-transfer-file): Adjust to new vc-checkin.
3066 (vc-next-action): Improve scoping.
3067
3068 * vc-hg.el (vc-hg-log-edit-mode): Remove.
3069 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
3070
3071 * vc-git.el (vc-git-log-edit-mode): Remove.
3072 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
3073 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3074
3075 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3076 (vc-start-logentry): Remove argument `extra'.
3077 (vc-finish-logentry): Remove extra args.
3078
3079 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3080 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
3081 (vc-bzr-conflicted-files): New function.
3082
3083 * log-edit.el (log-edit-extra-flags)
3084 (log-edit-before-checkin-process): Remove.
3085 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3086 (log-edit-headers-alist): New var.
3087 (log-edit-header-contents-regexp): New const.
3088 (log-edit-match-to-eoh): New function.
3089 (log-edit-font-lock-keywords): Use them.
3090 (log-edit): Insert a "Summary:" header as default.
3091 (log-edit-mode): Mark font-lock rules as case-insensitive.
3092 (log-edit-done): Cleanup headers.
3093 (log-view-process-buffer): Remove.
3094 (log-edit-extract-headers): New function to replace it.
3095
3096 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3097
3098 * subr.el (default-direction-reversed): Remove obsolescence info.
3099
3100 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3101
3102 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3103 windows/frames.
3104
3105 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3106 I.e. include text after point in the completion region.
3107 Also, return nil when we're not after/in a symbol.
3108
3109 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3110 default enable-multibyte-characters.
3111
3112 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * international/mule.el: Help the user choose a valid coding-system.
3115 (read-buffer-file-coding-system): New function.
3116 (set-buffer-file-coding-system): Use it. Prompt the user if the
3117 coding-system cannot encode all the chars.
3118
3119 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3120 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3121 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3122 Don't use *vc-bzr-shelve*.
3123
3124 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3125
3126 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3127 Don't destroy list before using it.
3128
3129 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
3130
3131 Fix the version number for added files.
3132 * vc-hg.el (vc-hg-working-revision): Check if the file is
3133 registered after hg parent fails (Bug#5961).
3134
3135 2010-04-19 Glenn Morris <rgm@gnu.org>
3136
3137 * htmlfontify.el (htmlfontify-buffer)
3138 (htmlfontify-copy-and-link-dir): Autoload entry points.
3139
3140 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
3141
3142 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3143 name relative to the project root (Bug#5960).
3144
3145 2010-04-19 Glenn Morris <rgm@gnu.org>
3146
3147 * vc-git.el (vc-git-print-log): Doc fix.
3148
3149 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3150
3151 * ido.el (ido-file-internal): Fix 2009-12-02 change.
3152
3153 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
3154
3155 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3156 default settings (Bug#5928).
3157
3158 2010-04-19 Glenn Morris <rgm@gnu.org>
3159
3160 * progmodes/fortran.el (fortran-match-and-skip-declaration):
3161 New function.
3162 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
3163
3164 2010-04-19 Kenichi Handa <handa@m17n.org>
3165
3166 * language/indian.el (malayalam-composable-pattern): Fix previous
3167 change (add U+0D4D "SIGN VIRAMA").
3168 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3169 (tamil-composable-pattern): Fix typo in the regexp.
3170 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3171 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3172 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3173
3174 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3177 paragraph-separate (Bug#5821).
3178
3179 2010-04-19 Juri Linkov <juri@jurta.org>
3180
3181 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3182
3183 * info.el (Info-find-node-2): Comment out code that skips
3184 breadcrumbs line.
3185 (Info-mouse-follow-link): New command.
3186 (Info-link-keymap): New keymap.
3187 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3188 Return a string with links instead of inserting breadcrumbs
3189 to the Info buffer.
3190 (Info-fontify-node): Comment out code that inserts breadcrumbs.
3191 Instead of putting the `invisible' text property over the Info
3192 header, make an overlay over the Info header with the `invisible'
3193 property and `after-string' set to the string returned by
3194 `Info-breadcrumbs'.
3195
3196 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3197
3198 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3199 Reported by monkey@sandpframing.com.
3200
3201 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3202
3203 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3204 (tmm-get-keymap): Add key-binding shortcuts now that they're not
3205 available in the "keyseq cache" any more.
3206
3207 * custom.el (defcustom): Add edebug spec.
3208
3209 2010-04-18 Juri Linkov <juri@jurta.org>
3210
3211 Test for special mode-class in view-buffer instead of view-file (bug#5513).
3212
3213 * view.el (view-file, view-buffer): Move test for special mode-class
3214 from view-file to view-buffer.
3215
3216 * tar-mode.el (tar-extract): Turn if's into one cond
3217 like in arc-mode.el.
3218
3219 2010-04-18 Juri Linkov <juri@jurta.org>
3220
3221 Add 7z archive format support (bug#5475).
3222
3223 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3224 (archive-7z-extract): New defcustom.
3225 (archive-find-type): Add magic string for 7z.
3226 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3227 If `stderr-file' is non-nil, use `(t stderr-file)' for the
3228 `buffer' arg of `call-process'.
3229 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3230 call the function `archive-7z-extract' with the variable
3231 `archive-7z-extract' let-bound to `archive-zip-extract'.
3232 (archive-7z-summarize, archive-7z-extract): New functions.
3233
3234 * international/mule.el (auto-coding-alist):
3235 * files.el (auto-mode-alist): Add 7z file extension.
3236
3237 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * loadup.el: Setup hash-cons for pure data.
3240
3241 Fix duplicate entries in cedet's loaddefs.el files.
3242 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3243 Should make most file-local generated-autoload-file unnecessary.
3244 (print-readably): Silence warnings.
3245 (autoload-find-destination): Take load-name as an arg to make sure
3246 it's the same as the one that will be in the file.
3247 (autoload-generate-file-autoloads): Adjust to above changes.
3248 Try to make the dataflow a bit simpler.
3249
3250 * cvs-status.el (cvs-refontify): Remove unused.
3251
3252 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3253
3254 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3255
3256 * calc-bin.el (calc-radix): Have the "O" option turn on
3257 twos-complement mode.
3258
3259 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
3260
3261 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3262 Add `calc-option-prefix-help' to calc-help autoloads.
3263 (calc-inverse): Add "Option" to message, as appropriate.
3264 (calc-hyperbolic): Add "Option" to message, as appropriate.
3265 (calc-option, calc-is-option): New functions.
3266
3267 * calc-help.el (calc-full-help): Add `calc-option-help'.
3268 (calc-option-prefix-help): New function.
3269
3270 * calc-misc.el (calc-help): Add "Option" entry.
3271
3272 * calc.el (calc-local-var-list): Add `calc-option-flag'.
3273 (calc-option-flag): New variable.
3274 (calc-do): Set `calc-option-flag to nil.
3275 (calc-set-mode-line): Add "Opt " as appropriate.
3276
3277 2010-04-16 Juri Linkov <juri@jurta.org>
3278
3279 Move scrolling commands from simple.el to window.el
3280 because their primitives are implemented in window.c.
3281
3282 * simple.el (scroll-error-top-bottom)
3283 (scroll-up-command, scroll-down-command, scroll-up-line)
3284 (scroll-down-line, scroll-other-window-down)
3285 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3286 * window.el (scroll-error-top-bottom)
3287 (scroll-up-command, scroll-down-command, scroll-up-line)
3288 (scroll-down-line, scroll-other-window-down)
3289 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3290 Move from simple.el to window.el because their primitives are
3291 implemented in window.c.
3292
3293 2010-04-16 Juri Linkov <juri@jurta.org>
3294
3295 * isearch.el (isearch-lookup-scroll-key): Check both
3296 `isearch-scroll' and `scroll-command' properties.
3297 (scroll-up, scroll-down): Remove `isearch-scroll' property.
3298
3299 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3300
3301 * simple.el (scroll-up-command, scroll-down-command)
3302 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3303
3304 2010-04-15 Juri Linkov <juri@jurta.org>
3305
3306 * simple.el (scroll-up-command, scroll-down-command)
3307 (scroll-up-line, scroll-down-line): Put `scroll-command'
3308 property on the these symbols. Remove them from
3309 `scroll-preserve-screen-position-commands'.
3310
3311 * mwheel.el (mwheel-scroll): Put `scroll-command' and
3312 `isearch-scroll' properties on the `mwheel-scroll' symbol.
3313 Remove it from `scroll-preserve-screen-position-commands'.
3314
3315 * isearch.el (isearch-allow-scroll): Doc fix.
3316
3317 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
3318
3319 * net/tramp.el (tramp-error-with-buffer): Don't show the
3320 connection buffer when we are in completion mode.
3321 (tramp-file-name-handler): Catch the error for some operations
3322 when we are in completion mode. This gives the user the chance to
3323 correct the file name in the minibuffer.
3324
3325 2010-04-15 Glenn Morris <rgm@gnu.org>
3326
3327 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3328
3329 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
3330
3331 Simplify by using `define-derived-mode'.
3332 * info.el (Info-mode):
3333 * calendar/todo-mode.el (todo-mode):
3334 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3335 (gomoku-mode-map): Move initialization into declaration.
3336
3337 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
3338
3339 Fix Bug#5840.
3340 * ido.el (ido-file-name-all-completions-1):
3341 * minibuffer.el (minibuffer-completion-help):
3342 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3343
3344 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3345
3346 * simple.el (non-essential): New var.
3347
3348 Add a new field `location' to bookmarks for non-file bookmarks.
3349 * bookmark.el (bookmark-location): Use the new field, if present.
3350 (bookmark-insert-location): Undo last change, not needed any more.
3351 * man.el (Man-bookmark-make-record):
3352 * woman.el (woman-bookmark-make-record): Add `location' field.
3353
3354 2010-04-14 Juri Linkov <juri@jurta.org>
3355
3356 * simple.el (scroll-error-top-bottom): New defcustom.
3357 (scroll-up-command, scroll-down-command): Use it. Doc fix.
3358
3359 * emulation/pc-select.el (pc-select-override-scroll-error):
3360 Obsolete in favor of `scroll-error-top-bottom'.
3361
3362 2010-04-14 Juri Linkov <juri@jurta.org>
3363
3364 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3365 `scroll-up-command' and `M-v' to `scroll-down-command'.
3366
3367 * emulation/cua-rect.el (cua--init-rectangles):
3368 * forms.el (forms--change-commands):
3369 * image-mode.el (image-mode-map):
3370 Remap scroll-down-command and scroll-up-command
3371 in addition to scroll-down and scroll-up.
3372
3373 2010-04-14 Juri Linkov <juri@jurta.org>
3374
3375 * mwheel.el (scroll-preserve-screen-position-commands):
3376 Add mwheel-scroll to this list of commands.
3377
3378 * simple.el (scroll-preserve-screen-position-commands):
3379 Add scroll-up-command, scroll-down-command, scroll-up-line,
3380 scroll-down-line to this list of commands.
3381
3382 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3383
3384 * obsolete/complete.el: Move from lisp/complete.el.
3385
3386 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3387
3388 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3389 to the minor mode function now turns the mode ON unconditionally.
3390
3391 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 * vc-dir.el (vc-dir-kill-line): New command.
3394 (vc-dir-mode-map): Bind it to C-k.
3395
3396 * bookmark.el (bookmark-insert-location): Handle a nil filename.
3397
3398 * woman.el: Add bookmark declarations to silence the compiler.
3399 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3400 step to compatibility between man and woman bookmarks.
3401 Adjust for Man-default-bookmark-title renaming.
3402 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
3403
3404 * man.el: Add bookmark declarations to silence the compiler.
3405 (Man-name-local-regexp): Make it match NAME as well.
3406 (Man-getpage-in-background): Return the buffer.
3407 (Man-notify-when-ready): Use `case'.
3408 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3409 Don't hardcode "NAME". Simplify.
3410 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3411 Rename from Man-bookmark-make-record.
3412 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
3413 we have the actual man-args. Use Man-getpage-in-background rather
3414 than `man' since the arg is already processed. Let bookmark.el do the
3415 window handling. Only wait for the relevant process.
3416 Don't forget to autoload.
3417
3418 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3419
3420 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3421
3422 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3423 New functions.
3424 (woman-mode): Setup bookmark support.
3425
3426 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3427 (man-bookmark-jump): New functions.
3428 (Man-mode): Setup bookmark support.
3429
3430 2010-04-10 Jari Aalto <jari.aalto@cante.net>
3431
3432 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3433 recognize ssh-keygen prompt (Bug#2817).
3434
3435 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3436
3437 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3438
3439 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3440
3441 Synchronize with Tramp repository.
3442
3443 * net/tramp.el (tramp-completion-function-alist)
3444 (tramp-file-name-regexp, tramp-chunksize)
3445 (tramp-local-coding-commands, tramp-remote-coding-commands):
3446 Fix docstring.
3447 (tramp-remote-process-environment): Use `format' instead of `concat'.
3448 (tramp-handle-directory-files-and-attributes)
3449 (tramp-get-remote-path): Use `copy-tree'.
3450 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3451 compatibility: Use `completion-ignore-case' if
3452 `read-file-name-completion-ignore-case' does not exist.
3453 (tramp-do-copy-or-rename-file-directly): Do not use
3454 `tramp-handle-file-remote-p'.
3455 (tramp-do-copy-or-rename-file-out-of-band):
3456 Use `tramp-compat-delete-directory'.
3457 (tramp-do-copy-or-rename-file-out-of-band)
3458 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3459 Use `format-spec-make'.
3460 (tramp-find-foreign-file-name-handler)
3461 (tramp-advice-make-auto-save-file-name)
3462 (tramp-set-auto-save-file-modes): Remove superfluous check for
3463 `stringp'. This is done inside `tramp-tramp-file-p'.
3464 (tramp-debug-outline-regexp): New defconst.
3465 (tramp-get-debug-buffer): Use it.
3466 (tramp-check-for-regexp): Use (forward-line 1).
3467 (tramp-set-auto-save-file-modes): Adapt version check.
3468
3469 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3470 Wrap call of `featurep' for 2nd argument.
3471 (tramp-compat-make-temp-file): Simplify fallback implementation.
3472 (tramp-compat-copy-tree): Remove function.
3473 (tramp-compat-delete-directory): Provide implementation for older
3474 Emacsen.
3475
3476 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3477 Do not use `tramp-fish-handle-file-attributes.
3478
3479 * net/trampver.el: Update release number.
3480
3481 2010-04-10 Glenn Morris <rgm@gnu.org>
3482
3483 * progmodes/compile.el (compilation-save-buffers-predicate):
3484 Add missing :version tag.
3485
3486 2010-04-09 Sam Steingold <sds@gnu.org>
3487
3488 * progmodes/compile.el (compilation-save-buffers-predicate):
3489 Remove the "autoload" cookie.
3490
3491 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3492 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3493 and `bug-reference-prog-mode' can be used in hooks directly.
3494
3495 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3496
3497 Add --author support to git commit.
3498 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3499 (vc-git-log-edit-mode): New minor mode.
3500 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3501 New declarations.
3502
3503 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
3504
3505 * vc-hooks.el, vc-git.el: Improve documentation comments.
3506
3507 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3508
3509 Fix some of the problems in defsubst* (bug#5728).
3510 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3511 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3512
3513 2010-04-07 Sam Steingold <sds@gnu.org>
3514
3515 * progmodes/compile.el (compilation-save-buffers-predicate):
3516 New custom variable.
3517 (compile, recompile): Pass it to `save-some-buffers'.
3518
3519 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3520
3521 * wid-edit.el (widget-choose): Move cursor to the second line of
3522 the buffer (Bug#5695).
3523
3524 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3525
3526 Add new VC methods: vc-log-incoming and vc-log-outgoing.
3527 * vc.el (vc-print-log-setup-buttons): New function split out from
3528 vc-print-log-internal.
3529 (vc-log-internal-common): New function, a parametrized version of
3530 vc-print-log-internal.
3531 (vc-print-log-internal): Just call vc-log-internal-common with the
3532 right arguments.
3533 (vc-incoming-outgoing-internal):
3534 (vc-log-incoming, vc-log-outgoing): New functions.
3535 (vc-log-view-type): New permanent local variable.
3536
3537 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3538
3539 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3540 of the dynamic bound vc-short-log.
3541 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3542
3543 * vc-git.el (vc-git-log-outgoing): New function.
3544 (vc-git-log-view-mode): Use vc-log-view-type instead
3545 of the dynamic bound vc-short-log.
3546
3547 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3548 of the dynamic bound vc-short-log. Highlight the tag.
3549 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3550 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3551 (vc-hg-incoming-mode): Remove.
3552 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3553
3554 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3555
3556 Fix default-directory for vc-root-diff.
3557 * vc.el (vc-root-diff): Bind default-directory to the root
3558 directory for the diff command.
3559
3560 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
3561
3562 * progmodes/verilog-mode.el (verilog-forward-sexp):
3563 (verilog-calc-1): Support "disable fork" and "fork wait" multi
3564 word keywords, suggested by Steve Pearlmutter.
3565 (verilog-pretty-declarations): Support lineup of declarations in
3566 port lists.
3567 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3568 fix bug for /* / comments.
3569 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3570 Speed up and simplfy as this is never called with a bound.
3571 (verilog-pretty-declarations): Enhance to line up declarations
3572 inside a parameter list, suggested by Alan Morgan.
3573 (verilog-pretty-expr): Tune assignment regular expression match
3574 string for corner cases; also use markers instead of character
3575 number as indent changes the later.
3576
3577 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
3578
3579 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3580 as missing keyword.
3581 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3582 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
3583 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3584 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
3585 Tennant.
3586 (verilog-keywords):
3587 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3588 1800-2009 keywords, including "global.".
3589
3590 2010-04-06 John Wiegley <jwiegley@gmail.com>
3591
3592 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3593 appearing in buffer list (if a live buffer name matched a recentf
3594 file basename). Should use uniquify to offer a real solution.
3595
3596 2010-04-06 John Wiegley <jwiegley@gmail.com>
3597
3598 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3599 comment to code, and add a :version tag.
3600 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3601
3602 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
3603
3604 Enable recentf-mode if using virtual buffers.
3605 * ido.el (recentf-list): Declare for byte-compiler.
3606 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
3607 (ido-make-buffer-list): Simplify.
3608 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
3609
3610 2010-04-05 Juri Linkov <juri@jurta.org>
3611
3612 Scrolling commands which scroll a line instead of full screen.
3613 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3614
3615 * simple.el (scroll-up-line, scroll-down-line): New commands.
3616 Put property isearch-scroll=t on them.
3617
3618 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3619 Remove commands.
3620
3621 2010-04-05 Juri Linkov <juri@jurta.org>
3622
3623 Scrolling commands which do not signal errors at top/bottom.
3624 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3625
3626 * simple.el (scroll-up-command, scroll-down-command): New commands.
3627 Put property isearch-scroll=t on them.
3628
3629 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3630 `scroll-down-command' and [next] from `scroll-up' to
3631 `scroll-up-command'.
3632
3633 * emulation/cua-base.el: Put property CUA=move on
3634 `scroll-up-command' and `scroll-down-command'.
3635 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3636 and `scroll-down-command' to `cua-scroll-down'.
3637
3638 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
3639
3640 * help.el (describe-mode): Return nil.
3641
3642 2010-04-04 John Wiegley <jwiegley@gmail.com>
3643
3644 * ido.el (ido-use-virtual-buffers): New variable to indicate
3645 whether "virtual buffer" support is enabled for IDO.
3646 (ido-virtual): Face used to indicate virtual buffers in the list.
3647 (ido-buffer-internal): If a buffer is chosen, and no such buffer
3648 exists, but a virtual buffer of that name does (which would be why
3649 it was in the list), recreate the buffer by reopening the file.
3650 (ido-make-buffer-list): If virtual buffers are being used, call
3651 `ido-add-virtual-buffers-to-list' before the make list hook.
3652 (ido-virtual-buffers): New variable which contains a copy of the
3653 current contents of the `recentf-list', albeit pared down for the
3654 sake of speed, and with proper faces applied.
3655 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3656 create a list of "virtual buffers" to present to the user in
3657 addition to the currently open set. Note that this logic could
3658 get rather slow if that list is too large. With the default
3659 `recentf-max-saved-items' of 200, there is little speed penalty.
3660
3661 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * font-lock.el: Require CL when compiling.
3664 (font-lock-turn-on-thing-lock): Use `case'.
3665
3666 2010-04-03 Eli Zaretskii <eliz@gnu.org>
3667
3668 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3669 Zaretskii.
3670
3671 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
3672
3673 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3674 (semantic-create-imenu-directory-index): Fix typos in docstrings.
3675 (semantic-imenu-goto-function): Reflow docstring.
3676
3677 2010-04-02 Juri Linkov <juri@jurta.org>
3678
3679 * ehelp.el (electric-help-orig-major-mode):
3680 New buffer-local variable.
3681 (electric-help-mode): Set it to original major-mode. Doc fix.
3682 (with-electric-help): Use `electric-help-orig-major-mode' instead
3683 of (default-value 'major-mode). Doc fix.
3684 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3685
3686 2010-04-02 Sam Steingold <sds@gnu.org>
3687
3688 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3689 `vc-hg-command' with a list of flags.
3690
3691 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3692 Also accept "patch" and "RFE".
3693 (bug-reference-fontify): `bug-reference-url-format' can also be a
3694 function to be able to handle the bug kind.
3695 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3696
3697 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
3698
3699 * tmm.el (tmm-get-keymap): Check with symbolp before passing
3700 value to fboundp, it may not be a symbol.
3701
3702 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3703
3704 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3705
3706 2010-03-31 Juri Linkov <juri@jurta.org>
3707
3708 * simple.el (next-line, previous-line): Re-throw a signal
3709 with `signal' instead of using `ding'.
3710 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3711
3712 2010-03-31 Juri Linkov <juri@jurta.org>
3713
3714 * simple.el (keyboard-escape-quit): Raise deselecting the active
3715 region higher than exiting the minibuffer.
3716 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3717
3718 2010-03-31 Juri Linkov <juri@jurta.org>
3719
3720 * image.el (image-animated-p): Use `image-metadata' instead of
3721 `image-extension-data'. Get GIF extenstion data from metadata
3722 property `extension-data'.
3723
3724 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3725
3726 * simple.el (append-to-buffer): Simplify.
3727
3728 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
3729
3730 * textmodes/artist.el (artist-mode): Fix typo in docstring.
3731 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
3732
3733 2010-03-31 Kenichi Handa <handa@m17n.org>
3734
3735 * language/sinhala.el (composition-function-table): Fix regexp for
3736 the new Unicode specification.
3737
3738 * language/indian.el (devanagari-composable-pattern)
3739 (tamil-composable-pattern, kannada-composable-pattern)
3740 (malayalam-composable-pattern): Adjust for the new Unicode
3741 specification.
3742 (bengali-composable-pattern, gurmukhi-composable-pattern)
3743 (gujarati-composable-pattern, oriya-composable-pattern)
3744 (telugu-composable-pattern): New variables to cope with the new
3745 Unicode specification. Use them in composition-function-table.
3746
3747 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 Make tmm-menubar work for the Buffers menu again (bug#5726).
3750 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3751 vectors rather than cons cells, as used in menu-bar-update-buffers.
3752
3753 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3754
3755 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3756 (js-insert-and-indent): Revert 2009-08-15 change, restoring
3757 electric punctuation for "{}();,:" (Bug#5586).
3758
3759 * mail/sendmail.el (mail-default-directory): Doc fix.
3760
3761 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3762
3763 * mail/sendmail.el (mail-default-directory): Doc fix.
3764
3765 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3766
3767 * subr.el (version-regexp-alist, version-to-list)
3768 (version-list-<, version-list-=, version-list-<=)
3769 (version-list-not-zero, version<, version<=, version=): Doc fix.
3770 (Bug#5744).
3771
3772 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
3773
3774 * vc.el (vc-root-diff): Doc fix.
3775
3776 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3777
3778 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3779
3780 * simple.el (append-to-buffer): Fix last change.
3781
3782 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3783
3784 * simple.el (append-to-buffer): Ensure that point is preserved if
3785 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
3786 (Bug#5749)
3787
3788 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3789
3790 * files.el (auto-mode-case-fold): Change default to t.
3791
3792 2010-03-30 Juri Linkov <juri@jurta.org>
3793
3794 * dired-x.el (dired-omit-mode): Doc fix.
3795
3796 2010-03-30 Juri Linkov <juri@jurta.org>
3797
3798 * replace.el (occur-accumulate-lines): Move occur-engine related
3799 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3800 to be located after `occur-engine'.
3801
3802 2010-03-30 Juri Linkov <juri@jurta.org>
3803
3804 Make occur handle multi-line matches cleanly with context.
3805 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3806
3807 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3808 (occur-engine): Add local variables `ret', `prev-after-lines',
3809 `prev-lines'. Use more arguments for `occur-context-lines'.
3810 Set first elem of its returned list to `data', and the second elem
3811 to `prev-after-lines'. Don't print the separator line.
3812 In the end, print remaining context after-lines.
3813 (occur-context-lines): Add new arguments `begpt', `endpt',
3814 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
3815 after-lines of the previous match with before-lines of the
3816 current match and not overlap them. Return a list with two
3817 values: the output line and the list of context after-lines.
3818
3819 2010-03-30 Juri Linkov <juri@jurta.org>
3820
3821 * replace.el (occur-accumulate-lines): Fix a bug where the first
3822 context line at the beginning of the buffer was missing.
3823
3824 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3825
3826 * files.el: Make bidi-display-reordering safe variable for boolean
3827 values.
3828
3829 2010-03-29 Phil Hagelberg <phil@evri.com>
3830 Chong Yidong <cyd@stupidchicken.com>
3831
3832 * subr.el: Extend progress reporters to perform "spinning".
3833 (progress-reporter-update, progress-reporter-do-update):
3834 Handle non-numeric value arguments.
3835 (progress-reporter--pulse-characters): New var.
3836
3837 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
3838
3839 * progmodes/compile.el (compilation-start): Fix regexp detection
3840 of initial cd command (Bug#5771).
3841
3842 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
3843
3844 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3845
3846 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
3847
3848 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3849 * lisp/progmodes/gdb-mi.el: Restore.
3850 * lisp/progmodes/gdb-ui.el: Remove.
3851 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3852
3853 2010-03-25 Glenn Morris <rgm@gnu.org>
3854
3855 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3856 all dired buffers, even tramp ones. (Bug#5755)
3857
3858 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3859
3860 Add "union tags" in mpc.el.
3861 * mpc.el: Remove backward compatibility code.
3862 (mpc-browser-tags): Change default.
3863 (mpc--find-memoize-union-tags): New var.
3864 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3865 (mpc-cmd-find): Handle the case where the playlist does not exist.
3866 Handle union-tags.
3867 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
3868 (mpc-cmd-add): Use mpc-cmd-flush.
3869 (mpc-tagbrowser-tag-name): New fun.
3870 (mpc-tagbrowser-buf): Use it.
3871 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
3872
3873 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3874
3875 Misc cleanup.
3876 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3877 Use replace-regexp-in-string.
3878 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3879 (makefile-imake-mode-syntax-table): Move init into defvar.
3880 (makefile-mode): Use define-derived-mode.
3881
3882 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3883 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3884 not be present any more.
3885
3886 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3887
3888 * faces.el (set-face-attribute): Fix typo in docstring.
3889 (face-valid-attribute-values): Reflow docstring.
3890
3891 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3892
3893 2010-03-24 Glenn Morris <rgm@gnu.org>
3894
3895 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3896
3897 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * indent.el (indent-for-tab-command): Doc fix.
3900
3901 2010-03-24 Alan Mackenzie <acm@muc.de>
3902
3903 * progmodes/cc-engine.el (c-remove-stale-state-cache):
3904 Fix off-by-one error. Fixes bug #5747.
3905
3906 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3907
3908 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3909 (image-dired-read-comment): Doc fix.
3910
3911 * json.el (json-object-type, json-array-type, json-key-type)
3912 (json-false, json-null, json-read-number):
3913 * minibuffer.el (completion-in-region-functions):
3914 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3915 (cal-tex-cursor-week):
3916 * emacs-lisp/trace.el (trace-function):
3917 * eshell/em-basic.el (eshell/printnl):
3918 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3919 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3920 * obsolete/levents.el (allocate-event, event-key, event-object)
3921 (event-point, event-process, event-timestamp, event-to-character)
3922 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3923 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3924 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3925 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3926 (reftex-highlight-selection): Fix typos in docstrings.
3927
3928 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3929
3930 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3931
3932 2010-03-24 Glenn Morris <rgm@gnu.org>
3933
3934 * mail/rmail.el (rmail-highlight-face): Restore option deleted
3935 2008-02-13 without comment; mark it obsolete.
3936 (rmail-highlight-headers): Use rmail-highlight-face once more.
3937
3938 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * woman.el (woman2-process-escapes): Only consume the newline if
3941 the filler character is on a line by itself (Bug#5729).
3942
3943 2010-03-24 Kenichi Handa <handa@m17n.org>
3944
3945 * language/indian.el (devanagari-composable-pattern): Add more
3946 consonants.
3947
3948 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3949
3950 * net/trampver.el: Update release number.
3951
3952 2010-03-24 Glenn Morris <rgm@gnu.org>
3953
3954 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3955
3956 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3957
3958 * net/tramp.el (tramp-find-executable):
3959 Use `tramp-get-connection-buffer'. Make the regexp for checking
3960 output of "wc -l" more robust.
3961 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3962 (tramp-open-connection-setup-interactive-shell): Remove workaround
3963 for OpenSolaris bug, it is not needed anymore.
3964
3965 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
3966
3967 * cedet/semantic/imenu.el: New file, from the CEDET repository
3968 (Bug#5412).
3969
3970 2010-03-24 Glenn Morris <rgm@gnu.org>
3971
3972 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
3973
3974 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
3975
3976 * files.el (auto-mode-alist): Accept more verilog file patterns.
3977
3978 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3979
3980 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3981
3982 2010-03-24 Glenn Morris <rgm@gnu.org>
3983
3984 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3985 log-edit-before-checkin-process.
3986
3987 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3988
3989 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3990
3991 * vc-dispatcher.el (vc-start-logentry): Doc fix.
3992 (log-view-process-buffer, log-edit-extra-flags): Declare.
3993
3994 * log-edit.el (log-edit-before-checkin-process): Doc fix.
3995
3996 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3997 Consistently check ede-object is bound throughout.
3998
3999 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
4000
4001 2010-03-23 Sam Steingold <sds@gnu.org>
4002
4003 Fix bug#5620: recalculate all markers on compilation buffer
4004 modifications, not on file modifications.
4005 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
4006 the buffer modification time, for buffers not associated with files.
4007 (compilation-mode): Create it.
4008 (compilation-filter): Update it.
4009 (compilation-next-error-function): Use it instead of
4010 `visited-file-modtime' for timestamp.
4011
4012 2010-03-23 Juri Linkov <juri@jurta.org>
4013
4014 Implement Occur multi-line matches.
4015 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
4016
4017 * replace.el (occur): Doc fix.
4018 (occur-engine): Set `begpt' to the beginning of the first line.
4019 Set `endpt' to the end of the last match line. At first, count
4020 line numbers between `origpt' and `begpt'. Split out code from
4021 `out-line' variable to new let-bindings `match-prefix' and
4022 `match-str'. In `out-line' add non-numeric prefix to all
4023 non-first lines of multi-line matches. Finally, count lines
4024 between `begpt' and `endpt' and add to `lines'.
4025
4026 2010-03-23 Juri Linkov <juri@jurta.org>
4027
4028 * replace.el (occur-accumulate-lines, occur-engine):
4029 Use `occur-engine-line' instead of duplicate code.
4030 (occur-engine-line): New function created from duplicate code
4031 in `occur-accumulate-lines' and `occur-engine'.
4032
4033 * replace.el (occur-engine-line): Add optional arg `keep-props'.
4034 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
4035
4036 2010-03-23 Juri Linkov <juri@jurta.org>
4037
4038 * finder.el: Remove TODO tasks.
4039
4040 * info.el (Info-finder-find-node): Add node "all"
4041 with all package info. Handle a list of multiple keywords
4042 separated by comma.
4043 (info-finder): In interactive use with a prefix argument,
4044 use `completing-read-multiple' to read a list of keywords
4045 separated by comma.
4046
4047 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4048
4049 Add a new completion style `substring'.
4050 * minibuffer.el (completion-basic--pattern): New function.
4051 (completion-basic-try-completion, completion-basic-all-completions):
4052 Use it.
4053 (completion-substring--all-completions)
4054 (completion-substring-try-completion)
4055 (completion-substring-all-completions): New functions.
4056 (completion-styles-alist): New style `substring'.
4057
4058 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 Get rid of .elc files after removal of the corresponding .el.
4061 * Makefile.in (compile-clean): New target.
4062 (compile-main): Use it.
4063
4064 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
4065
4066 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4067 don't do make there. When compiling with separate object dir, there
4068 is no Makefile there.
4069
4070 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 Get rid of the ELCFILES abomination, again.
4073 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4074 (all, compile): Don't call compile-last.
4075 (compile-main): Build the "elcfiles" list dynamically.
4076 (compile-targets): New (internal) target.
4077
4078 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
4079
4080 * Makefile.in (top_srcdir): Define.
4081 (abs_top_builddir): Define.
4082 (srcdir): Don't append `/..'.
4083 (EMACS): Use ${abs_top_builddir}.
4084 (all, compile, compile-always, compile-last): Don't set emacswd.
4085 (update-subdirs, update-authors): Use $(top_srcdir) instead of
4086 $(srcdir).
4087 (lisp): Use $(srcdir) instead of @srcdir@.
4088
4089 2010-03-21 Juri Linkov <juri@jurta.org>
4090
4091 Fix message of multi-line occur regexps and multi-buffer header lines.
4092 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4093
4094 * replace.el (occur-1): Don't display regexp if it is longer
4095 than window-width. Use `query-replace-descr' to display regexp.
4096 (occur-engine): Don't display regexp in the buffer header for
4097 multi-buffer occur. Display a separate header line with total
4098 match count and regexp for multi-buffer occur.
4099 Use `query-replace-descr' to display regexp.
4100
4101 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4102
4103 * net/secrets.el: Fix parenthesis.
4104 (secrets-enabled): Fix parenthesis.
4105
4106 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 Use more relative file and directory names.
4109 * Makefile.in (EMACS): Arrange for it to work when we chdir.
4110 (setwins, setwins_almost, setwins_for_subdirs):
4111 Don't `cd'; output relative names.
4112 (all, compile, compile-always, compile-last): Set emacswd.
4113 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4114 Just cd to the lisp source dir so we can use relative file names.
4115
4116 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4117
4118 2010-03-20 Glenn Morris <rgm@gnu.org>
4119
4120 * textmodes/rst.el: Use faces for font-lock customization, and make the
4121 old -face variables obsolete.
4122 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4123 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4124 (rst-block-face, rst-external-face, rst-definition-face)
4125 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4126 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4127 Make obsolete.
4128 (rst-font-lock-keywords-function): Update for above changes.
4129
4130 2010-03-20 Juri Linkov <juri@jurta.org>
4131
4132 * s-region.el:
4133 * obsolete/s-region.el: Move to obsolete.
4134
4135 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
4136
4137 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4138
4139 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4140
4141 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4142
4143 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4144
4145 Add special markup processing for commit logs.
4146 * log-edit.el (log-edit-extra-flags): New variable.
4147 (log-edit): Add new argument MODE. Use that mode when non-nil
4148 instead of the log-view-mode.
4149 (log-view-process-buffer): New function.
4150
4151 * vc.el: Document that the checkin method takes optional
4152 arguments. Document new backend specific method: log-view-mode.
4153 (vc-default-log-edit-mode): New function.
4154 (vc-checkin): Use a backend specific log-view-mode.
4155 Pass extra arguments to the checkin method.
4156 (vc-modify-change-comment): Pass a dummy extra argument.
4157
4158 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4159 log-edit.
4160 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4161 (vc-finish-logentry): Process the log buffer before passing it
4162 down. Pass log-edit-extra-flags.
4163
4164 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4165 command.
4166 (log-edit-extra-flags, log-edit-before-checkin-process):
4167 New declarations.
4168
4169 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4170 command.
4171 (log-edit-extra-flags, log-edit-before-checkin-process):
4172 New declarations.
4173 (vc-hg-log-edit-mode): New derived mode.
4174
4175 * vc-arch.el (vc-arch-checkin):
4176 * vc-cvs.el (vc-cvs-checkin):
4177 * vc-git.el (vc-git-checkin):
4178 * vc-mtn.el (vc-mtn-checkin):
4179 * vc-rcs.el (vc-rcs-checkin):
4180 * vc-sccs.el (vc-sccs-checkin):
4181 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4182
4183 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4184
4185 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4186 parent typo).
4187
4188 2010-03-19 Glenn Morris <rgm@gnu.org>
4189
4190 * password-cache.el (password-cache, password-cache-expiry): Autoload.
4191
4192 2010-03-18 Glenn Morris <rgm@gnu.org>
4193
4194 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4195
4196 * replace.el (query-replace-history): Give it a doc string.
4197 (map-query-replace-regexp): Use query-replace-from-history-variable
4198 and query-replace-to-history-variable.
4199
4200 * mail/hashcash.el (declare-function): Remove duplicate definition.
4201
4202 * mail/emacsbug.el (report-emacs-bug-pretest-address):
4203 Make it an obsolete alias for report-emacs-bug-address.
4204 (message-strip-special-text-properties): Declare.
4205 (report-emacs-bug): Remove test for a pretest bug address.
4206 Combine message-mode-specific code.
4207
4208 * mail/supercite.el: Don't require sendmail.
4209 (mh-in-header-p): Declare rather than using with-no-warnings.
4210 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4211 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
4212
4213 * calendar/cal-french.el: Convert to utf-8.
4214
4215 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4216 Emacs scripts.
4217
4218 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
4219
4220 * net/secrets.el (secrets-enabled): New variable. Use it instead
4221 of a subfeature.
4222
4223 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
4224
4225 * net/secrets.el (top): Register the D-Bus signals only when the
4226 service "org.freedesktop.secrets" can be pinged.
4227 Provide subfeature `enabled'.
4228
4229 2010-03-14 Juri Linkov <juri@jurta.org>
4230
4231 Add finder unknown keywords.
4232
4233 * finder.el (finder-unknown-keywords): New function.
4234
4235 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4236 to create a Finder node with unknown keywords.
4237
4238 2010-03-14 Juri Linkov <juri@jurta.org>
4239
4240 * finder.el (finder-compile-keywords): Replace `princ' with
4241 `prin1' on a list of symbols interned from keyword strings.
4242
4243 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4244 a comma, then split keywords using a comma and optional whitespace.
4245 Otherwise, split by whitespace.
4246
4247 * complete.el:
4248 * face-remap.el:
4249 * log-view.el:
4250 * net/hmac-def.el:
4251 * net/hmac-md5.el:
4252 * net/netrc.el:
4253 * progmodes/mixal-mode.el: Fix keywords.
4254
4255 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
4256
4257 * Makefile.in (ELCFILES): Add net/secrets.elc.
4258
4259 * net/secrets.el: New file.
4260
4261 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4262
4263 * facemenu.el (list-colors-display, list-colors-print): New arg
4264 callback. Use it to allow selecting colors.
4265
4266 * wid-edit.el (widget-image-insert): Insert image prop even if the
4267 current display is non-graphic.
4268 (widget-field-value-set): New fun.
4269 (editable-field): Use it.
4270 (widget-field-value-get): Clean up unused var.
4271 (widget-color-value-create, widget-color--choose-action):
4272 New funs. Allow using list-colors-display to choose color.
4273
4274 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * cus-edit.el: Resort topmost custom groups.
4277 (custom-buffer-sort-alphabetically): Default to t.
4278 (customize-apropos): Use apropos-parse-pattern.
4279 (custom-search-field): New var.
4280 (custom-buffer-create-internal): Add custom-apropos search field.
4281 (custom-add-parent-links): Don't display parent doc.
4282 (custom-group-value-create): Don't sort top-level custom group.
4283 (custom-magic-value-create): Show visibility button before option name.
4284
4285 (custom-variable-state): New fun, from custom-variable-state-set.
4286 (custom-variable-state-set): Use it.
4287 (custom-group-value-create): Hide options with standard values
4288 using the :hidden-states property. Use progress reporter.
4289
4290 (custom-show): Simplify.
4291 (custom-visibility): Disable images by default.
4292 (custom-variable): New property :hidden-states.
4293 (custom-variable-value-create): Enable images for
4294 custom-visibility widgets. Use :hidden-states property to
4295 determine initial visibility.
4296
4297 * wid-edit.el (widget-image-find): Give images center ascent.
4298 (visibility): Add :on-image and :off-image properties.
4299 (widget-visibility-value-create): Use them.
4300
4301 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4302
4303 * cus-edit.el (processes): Remove from development group.
4304 (oop, hypermedia): Delete group.
4305 (comm): Promote to top-level group.
4306
4307 * net/browse-url.el (browse-url):
4308 * net/xesam.el (xesam):
4309 * net/tramp.el (tramp):
4310 * net/goto-addr.el (goto-address):
4311 * net/ange-ftp.el (ange-ftp): Put in comm group.
4312
4313 * view.el (view): Remove from editing group.
4314
4315 * uniquify.el (uniquify): Put in files group.
4316
4317 * net/browse-url.el (browse-url):
4318 * ps-print.el (postscript): Put in external group.
4319
4320 * cus-edit.el (outlines):
4321 * textmodes/text-mode.el (text-mode-hook):
4322 * textmodes/table.el (table):
4323 * textmodes/picture.el (picture):
4324 * outline.el (outlines): Put in wp group.
4325
4326 * nxml/nxml-mode.el (nxml): Remove from wp group.
4327
4328 * net/tramp-imap.el (tramp-imap): Put in tramp group.
4329
4330 * mail/metamail.el (metamail): Remove from hypermedia group.
4331
4332 * cus-edit.el (abbrev):
4333 * whitespace.el (whitespace):
4334 * vcursor.el (vcursor):
4335 * reveal.el (reveal):
4336 * hl-line.el (hl-line): Put in convenience group.
4337
4338 * epg-config.el (epg): Put in data group.
4339
4340 * emulation/pc-select.el (pc-select): Put in emulations group.
4341
4342 * calculator.el (calculator): Put in applications group.
4343
4344 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4345
4346 Add .dir-locals.el support for file-less buffers.
4347 * files.el (hack-local-variables): Split out code to apply local
4348 variable settings ...
4349 (hack-local-variables-apply): ... here. New function.
4350 (hack-dir-local-variables): Use the default directory for when the
4351 buffer does not have an associated file.
4352 (hack-dir-local-variables-non-file-buffer): New function.
4353 * diff-mode.el (diff-mode):
4354 * vc-annotate.el (vc-annotate-mode):
4355 * vc-dir.el (vc-dir-mode):
4356 * log-edit.el (log-edit-mode):
4357 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4358
4359 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4360
4361 Add support for shelving snapshots and for showing shelves.
4362 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4363 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4364 New functions.
4365 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4366 (vc-bzr-extra-menu-map): Map them.
4367
4368 2010-03-11 Glenn Morris <rgm@gnu.org>
4369
4370 * cus-edit.el (customize-changed-options-previous-release):
4371 Bump to 23.1.
4372
4373 * image.el (image-animate-max-time): Fix :version tag.
4374
4375 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4376
4377 * Branch for 23.2.
4378
4379 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4380
4381 * vc-git.el (vc-git-revision-table): Include remote branches.
4382
4383 2010-03-10 Kim F. Storm <storm@cua.dk>
4384
4385 Animated image API.
4386 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4387
4388 * image.el (image-animate-max-time): New defcustom.
4389 (image-animated-types): New defconst.
4390 (create-animated-image, image-animate-timer)
4391 (image-animate-start, image-animate-stop, image-animate-timeout)
4392 (image-animated-p): New functions.
4393
4394 * image-mode.el (image-toggle-display-image):
4395 Replace `create-image' with `create-animated-image'.
4396
4397 2010-03-09 Miles Bader <miles@gnu.org>
4398
4399 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4400 instead of "format:"; this ensures that the output is
4401 newline-terminated.
4402
4403 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
4404
4405 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4406 that all errors are caught, and that the return value is always a
4407 list (Bug#5692).
4408
4409 2010-03-08 Kenichi Handa <handa@m17n.org>
4410
4411 * language/misc-lang.el (windows-1256): New coding system.
4412 (cp1256): New alias of windows-1256 (bug#5690).
4413
4414 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
4415
4416 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4417 call to rfc822-bad-address. (Bug#5692)
4418
4419 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
4420
4421 * vc-git.el (vc-git-annotate-extract-revision-at-line):
4422 Use vc-git-root as default directory for revision path (Bug#5657).
4423
4424 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4425
4426 * calculator.el (calculator): Don't bind split-window-keep-point
4427 (Bug#5674).
4428
4429 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * vc-git.el: Re-flow to fit into 80 columns.
4432 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4433 Remove spurious `quote' element in each case alternative.
4434 (vc-git-show-log-entry): Use prog1.
4435 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4436
4437 2010-03-06 Glenn Morris <rgm@gnu.org>
4438
4439 * cedet/semantic/grammar.el (semantic-grammar-header-template):
4440 Update template copyright to GPLv3+.
4441
4442 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4445
4446 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4447
4448 * macros.el (insert-kbd-macro): Look up keyboard macro using the
4449 definition, not the name (Bug#5481).
4450
4451 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
4452
4453 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4454 argument with a local variable. (Bug#5670)
4455
4456 2010-03-02 Juri Linkov <juri@jurta.org>
4457
4458 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
4459
4460 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
4461
4462 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4463 error when FILENAME and NEWNAME are existing remote directories.
4464
4465 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4466 parameter DIR-FLAG.
4467
4468 2010-03-02 Glenn Morris <rgm@gnu.org>
4469
4470 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4471 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4472
4473 2010-03-01 Kenichi Handa <handa@m17n.org>
4474
4475 * language/burmese.el (burmese-composable-pattern): Rename from
4476 myanmar-composable-pattern.
4477
4478 * international/characters.el (script-list):
4479 * international/fontset.el (script-representative-chars):
4480 Change myanmar to burmese.
4481 (otf-script-alist): Likewise.
4482 (setup-default-fontset): Likewise. Re-fix :otf spec.
4483
4484 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4485
4486 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4487
4488 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
4489
4490 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4491
4492 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4493
4494 * net/tramp.el (tramp-handle-write-region): START can be a string.
4495 Take care in the checks. Reported by Dan Davison
4496 <davison@stats.ox.ac.uk>.
4497
4498 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4499
4500 * net/dbus.el (dbus-introspect, dbus-get-property)
4501 (dbus-set-property, dbus-get-all-properties):
4502 Use `dbus-call-method' when noninteractive. (Bug#5645)
4503
4504 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
4505
4506 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4507 * emacs-lisp/elint.el (elint-add-required-env):
4508 * cedet/semantic/db-find.el
4509 (semanticdb-find-translate-path-brutish-default):
4510 * cedet/ede/make.el (ede-make-check-version):
4511 * calendar/icalendar.el (icalendar--add-diary-entry):
4512 * calc/calcalg2.el (math-tracing-integral):
4513 * files.el (recover-session-finish): Use with-current-buffer
4514 instead of save-excursion.
4515
4516 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4517
4518 Fix in-buffer completion when after-change-functions modify the buffer.
4519 * minibuffer.el (completion--replace): New function.
4520 (completion--do-completion): Use it and use relative movement.
4521
4522 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4523
4524 * international/fontset.el (setup-default-fontset): Fix :otf spec.
4525
4526 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
4527
4528 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4529 Allow the characters _<> in the stack entry (Bug#5653).
4530
4531 2010-02-26 Kenichi Handa <handa@m17n.org>
4532
4533 * language/burmese.el: Fix entries in composition-function-table.
4534 (myanmar-composable-pattern): New variable.
4535
4536 * international/fontset.el (setup-default-fontset): Add an entry
4537 for myanmar.
4538
4539 * international/characters.el (script-list): Add Myanmar
4540 Extended-A.
4541
4542 2010-02-26 Glenn Morris <rgm@gnu.org>
4543
4544 * custom.el (custom-initialize-delay): Doc fix.
4545
4546 * mail/sendmail.el (send-mail-function): Autoload the call
4547 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4548
4549 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * files.el (hack-local-variables-filter): For eval forms, also
4552 check safe-local-variable-p (Bug#5636).
4553
4554 2010-02-24 Eduard Wiebe <usenet@pusto.de>
4555
4556 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4557 and use c(ad)r of cddr (Bug#5640).
4558
4559 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
4560
4561 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4562 setting the modes by `ignore-errors'. It might fail, for example
4563 if the file is not owned by the user but the group.
4564 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4565
4566 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
4567
4568 * files.el (directory-listing-before-filename-regexp): Use
4569 stricter matching for iso-style dates, to avoid false matches with
4570 date-like filenames (Bug#5597).
4571
4572 * htmlfontify.el (htmlfontify): Doc fix.
4573
4574 * eshell/eshell.el (eshell): Doc fix.
4575
4576 * startup.el (fancy-about-screen): In mode-line, apply
4577 mode-line-buffer-id face only to the buffer name (Bug#5613).
4578
4579 2010-02-20 Kevin Ryde <user42@zip.com.au>
4580
4581 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4582 In `watcom' anchor regexp to start of line, to avoid slowness
4583 (Bug#5599).
4584
4585 2010-02-20 Eli Zaretskii <eliz@gnu.org>
4586
4587 * subr.el (remove-yank-excluded-properties): Explain in a comment
4588 why `category' property is removed.
4589
4590 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
4591
4592 * isearch.el (isearch-update-post-hook, isearch-update): Revert
4593 2010-02-17 change.
4594
4595 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
4596
4597 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4598 (icalendar--convert-weekly-to-ical)
4599 (icalendar--convert-yearly-to-ical)
4600 (icalendar--convert-block-to-ical)
4601 (icalendar--convert-cyclic-to-ical)
4602 (icalendar--convert-anniversary-to-ical): Take care of time
4603 specifications where hour has 1-digit only (Bug#5549).
4604
4605 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
4606
4607 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4608 of disassemble output in GDB 7.1.
4609
4610 2010-02-19 Glenn Morris <rgm@gnu.org>
4611
4612 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4613 property. (Bug#5593)
4614
4615 2010-02-18 Sam Steingold <sds@gnu.org>
4616
4617 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4618
4619 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 Use abbreviated file names in bookmarks (bug#5591).
4622 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4623 calls to expand-file-name.
4624 (bookmark-relocate): Use abbreviated file names in bookmarks.
4625 (bookmark-load): Use abbreviated file names in messages.
4626
4627 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4628
4629 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4630 expand "." and "..". Reported by Thierry Volpiatto
4631 <thierry.volpiatto@gmail.com>.
4632
4633 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4634
4635 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4636 permissions of the temporary file to "0600". In case the remote
4637 file has no read permissions for the owner, there might be
4638 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
4639
4640 22010-02-18 Glenn Morris <rgm@gnu.org>
4641
4642 * emacs-lisp/authors.el (authors-renamed-files-alist):
4643 Add entries for INSTALL.CVS.
4644
4645 2010-02-17 Mark A. Hershberger <mah@everybody.org>
4646
4647 * vc-bzr.el: Fix typo in Known Bugs section.
4648
4649 * isearch.el (isearch-update-post-hook): New hook.
4650 (isearch-update): Use the new hook.
4651
4652 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
4653
4654 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4655 Fix errors in copying directories.
4656 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4657 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4658 (tramp-handle-delete-file)
4659 (tramp-handle-dired-recursive-delete-directory)
4660 (tramp-handle-write-region): Flush also the cache for the upper
4661 directory.
4662
4663 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
4664
4665 * simple.el (save-interprogram-paste-before-kill): Doc fix.
4666
4667 * cus-edit.el (hardware): Doc fix.
4668
4669 * man.el (man): Add to external custom group.
4670
4671 * delim-col.el (columns): Move to wp custom group.
4672
4673 * doc-view.el (doc-view): Add to data custom group.
4674
4675 * cedet/data-debug.el (data-debug): Move to extensions group.
4676
4677 * cedet/ede.el (ede):
4678 * cedet/srecode.el (srecode):
4679 * cedet/semantic.el (semantic): Put in tools and extensions group.
4680
4681 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4682
4683 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4684 by ispell-parse-output (Bug#5575).
4685
4686 2010-02-16 Kenichi Handa <handa@m17n.org>
4687
4688 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4689 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4690 (skkdic-convert): Use `euc-japan' coding system for writing.
4691
4692 2010-02-16 Glenn Morris <rgm@gnu.org>
4693
4694 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4695 tex-main-file before using it. (Bug#5562)
4696
4697 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4698
4699 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4700 warnings, since it is annoying for the user to see them each time he
4701 runs the code.
4702
4703 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
4704
4705 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4706 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4707 instead of PROC for caching "first-password-request". Otherwise,
4708 new processes would not profit from passwords already entered.
4709
4710 * net/tramp-cache.el (tramp-dump-connection-properties):
4711 Don't save "first-password-request" property.
4712
4713 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
4714
4715 * outline.el (outline-head-from-level):
4716 * simple.el (with-wrapper-hook):
4717 * cedet/ede.el (ede-run-target, project-delete-target)
4718 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4719 (ede-adebug-project, ede-adebug-project-parent)
4720 (ede-adebug-project-root):
4721 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4722 (elint-defun, elint-buffer-env, elint-top-form-logged)
4723 (elint-unbound-variable):
4724 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4725 Fix typos in docstrings.
4726
4727 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
4728
4729 * files.el (insert-directory): When WILDCARD-REGEXP and
4730 FULL-DIRECTORY-P are nil, insert the file entry instead of the
4731 whole directory. (Bug#5551)
4732
4733 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
4734 dired's alignment sanity. (Bug#5516)
4735
4736 2010-02-14 Juri Linkov <juri@jurta.org>
4737
4738 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4739 Remove remaining ^H with their preceding chars. (Bug#5566)
4740
4741 2010-02-13 Glenn Morris <rgm@gnu.org>
4742
4743 * simple.el (transpose-subr): Give it a doc-string.
4744
4745 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4746 Doc fixes.
4747
4748 2010-02-12 Juri Linkov <juri@jurta.org>
4749
4750 * arc-mode.el (archive-unique-fname): Make directories for nested
4751 archives. (Bug#5540)
4752
4753 2010-02-12 Juri Linkov <juri@jurta.org>
4754
4755 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
4756
4757 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4758
4759 * subr.el (copy-overlay): Handle deleted overlays.
4760
4761 * man.el (Man-completion-table): Don't signal an error if we can't run
4762 manual-program (bug#4056).
4763
4764 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
4765
4766 * textmodes/artist.el (artist-mt): Fix typos in docstring.
4767
4768 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4769
4770 * info.el (Info-bookmark-jump): Simplify.
4771
4772 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4773 (bookmark-default-handler): Accept new bookmark field `buffer'.
4774
4775 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
4776
4777 * iswitchb.el (iswitchb-completions): Revert last change.
4778
4779 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
4780
4781 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4782 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4783 This prevents file names like "~/" being listed literally.
4784
4785 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
4786
4787 * term/xterm.el (xterm-maybe-set-dark-background-mode):
4788 Remove dead code. (Bug#5546)
4789
4790 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
4791
4792 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4793 correctly (Bug#5548).
4794
4795 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
4796
4797 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4798 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4799
4800 2010-02-08 Kenichi Handa <handa@m17n.org>
4801
4802 * international/mule-util.el (with-coding-priority): Add autoload
4803 cookie for putting `lisp-indent-function'.
4804
4805 2010-02-07 Glenn Morris <rgm@gnu.org>
4806
4807 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4808 Move F2003 named interfaces from keywords-2 to keywords-1, and
4809 use function-name-face rather than constant-face.
4810 Simplify "abstract interface" regexp.
4811
4812 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
4813
4814 * eshell/esh-util.el (eshell-file-attributes): New optional arg
4815 ID-FORMAT. Pass it to `file-attributes'.
4816
4817 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4818
4819 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
4820
4821 * faces.el (set-face-attribute): Allow calling
4822 internal-set-lisp-face-attribute with 'unspecified family and
4823 foundry argument (Bug#5536).
4824
4825 2010-02-07 Glenn Morris <rgm@gnu.org>
4826
4827 * progmodes/f90.el (f90-font-lock-keywords-2)
4828 (f90-looking-at-type-like, f90-looking-at-program-block-end):
4829 Handle F2003 named interfaces.
4830
4831 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
4832
4833 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4834 beg and end before calling c-get-state-before-change-functions.
4835
4836 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
4837
4838 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4839
4840 2010-02-05 Juri Linkov <juri@jurta.org>
4841
4842 * doc-view.el (doc-view-mode):
4843 * image-mode.el (image-mode): Put property mode-class=special.
4844 (Bug#4896)
4845
4846 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4847
4848 * vc-svn.el (vc-svn-revision-table): New function.
4849
4850 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
4851
4852 * net/ange-ftp.el (ange-ftp-insert-directory):
4853 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4854 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4855 Handle also directories. (Bug#5478)
4856
4857 2010-02-05 Glenn Morris <rgm@gnu.org>
4858
4859 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4860
4861 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
4862
4863 * startup.el (command-line-1): Convert options beginning with a
4864 single dash as well (Bug#5519).
4865
4866 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4869 * minibuffer.el (completion-initials-expand): Only check the presence
4870 of delims *within* the boundaries, since otherwise the / delim is
4871 always found for files.
4872
4873 Fix up various corner case problems.
4874 * doc-view.el (doc-view-last-page-number): New function.
4875 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4876 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4877 (doc-view-kill-proc): Avoid inf-loop in freak cases.
4878 (doc-view-reconvert-doc): Use the new recursive delete-directory.
4879 (doc-view-convert-current-doc): Don't create the resolution.el file
4880 here any more.
4881 (doc-view-pdf/ps->png): Do it here instead.
4882 (doc-view-already-converted-p): Check that resolution.el is present.
4883 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4884 windows that are not yet showing images.
4885
4886 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
4887
4888 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4889 `dired-uncache' for every elemnt which is an absolute file name.
4890
4891 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4892 directory, handle its directory component.
4893 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4894 function is called permanently and creates noise, otherwise.
4895
4896 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4897 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4898 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
4899
4900 2010-02-04 David Burger <dburger@google.com> (tiny change)
4901
4902 * macros.el (apply-macro-to-region-lines):
4903 Minor simplification. (Bug#5485)
4904
4905 2010-02-04 Glenn Morris <rgm@gnu.org>
4906
4907 * mail/rmail.el (rmail-show-message-1): Handle malformed
4908 quoted-printable text. (Bug#5441)
4909
4910 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4911
4912 * simple.el (visual-line-mode): Capitalize lighter.
4913
4914 2010-02-03 John Wiegley <jwiegley@gmail.com>
4915
4916 * iswitchb.el (iswitchb-completions): Add bookmark files to the
4917 list of files considered for "virtual buffer" completions.
4918
4919 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
4920
4921 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4922 also in case of (and (not full) (not wildcard)). This is needed
4923 when dired is called with a list of files, which are not in
4924 `default-directory'. (Bug#5478)
4925
4926 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4927
4928 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4929
4930 2010-02-02 Juri Linkov <juri@jurta.org>
4931
4932 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4933 from unidiff to allow function-line after @@.
4934
4935 2010-02-02 Juri Linkov <juri@jurta.org>
4936
4937 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4938 '(RCS SCCS) with inverted condition.
4939
4940 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
4941
4942 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4943 messages.
4944
4945 2010-02-01 Juri Linkov <juri@jurta.org>
4946
4947 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4948 compare with "pkunzip" and "pkzip" instead of only "pkzip".
4949 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4950 only when (car archive-zip-extract) is "unzip". (Bug#5475)
4951
4952 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4955 (doc-view-revert-buffer): New command.
4956 (doc-view-mode-map): Use it.
4957
4958 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
4959
4960 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4961 pending merge is detected.
4962
4963 2010-01-31 Juri Linkov <juri@jurta.org>
4964
4965 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4966 beginning of interactive spec like all other grep commands do.
4967 Put "all" in front of "gz". (Bug#5260)
4968
4969 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4970
4971 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4972
4973 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
4974
4975 * dirtrack.el (dirtrack): Warn instead of signalling error if the
4976 regexp is incorrect (Bug#5476).
4977
4978 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
4979
4980 * net/tramp.el (tramp-handle-insert-directory): Handle also
4981 symlinks, when FILENAME is not in `default-directory'.
4982
4983 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4984
4985 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4986 FILE is not in `default-directory'. (Bug#5478)
4987
4988 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4989 of SWITCHES. Handle the case, FILENAME is not in
4990 `default-directory'. (Bug#5478)
4991 (tramp-register-file-name-handlers): Add safe-magic property.
4992
4993 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
4994
4995 * arc-mode.el (archive-zip-extract): Quote the argument passed to
4996 unzip (Bug#5475).
4997
4998 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
4999
5000 * progmodes/flymake.el (flymake-allowed-file-name-masks)
5001 (flymake-master-make-header-init): Add other C++ filename masks.
5002 (flymake-find-possible-master-files)
5003 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
5004
5005 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
5006
5007 Fix some busybox annoyances.
5008
5009 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
5010 not responding." string.
5011 (tramp-open-connection-setup-interactive-shell): Dump stty
5012 settings. Enable "neveropen" arg for all `tramp-send-command'
5013 calls. Handle "=" in variable values properly.
5014 (tramp-find-inline-encoding): Raise an error, when no encoding is
5015 found.
5016 (tramp-wait-for-output): Check, whether PROC buffer is available.
5017 Remove spurious " ^H" sequences, sent by busybox.
5018 (tramp-get-ls-command): Suppress coloring, if possible.
5019
5020 2010-01-28 Glenn Morris <rgm@gnu.org>
5021
5022 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
5023
5024 * log-edit.el (log-edit-strip-single-file-name): Add missing
5025 :safe, :group, and :version tags.
5026
5027 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
5028
5029 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
5030 buffers. (Bug#5477)
5031
5032 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
5033
5034 * files.el (delete-directory): Handle moving to trash without
5035 first doing recursion (Bug#5436).
5036
5037 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
5038
5039 * vc-hooks.el (vc-path): Mark as obsolete.
5040
5041 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
5042
5043 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5044 names too.
5045
5046 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5047 for the short log.
5048 (vc-bzr-log-view-mode): Adjust regexp for the above change.
5049
5050 2010-01-25 Mark A. Hershberger <mah@everybody.org>
5051
5052 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5053
5054 * vc-bzr.el (vc-bzr-revision-table): New function.
5055
5056 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
5057
5058 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5059 diff-index command. This requires at least git-1.5.5. (Bug#1589).
5060
5061 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5062
5063 Remove support for adding --signoff on commit.
5064 Future support will use an incompatible generic mechanism.
5065 * vc-git.el (vc-git-add-signoff): Remove variable.
5066 (vc-git-toggle-signoff): Remove function.
5067 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5068
5069 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5070 from xterm-set-background-mode. Return t if the background mode
5071 was set.
5072 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5073 earlier, call it again in case the background mode has changed.
5074
5075 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
5076
5077 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5078 (Bug#3541).
5079
5080 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
5081
5082 * emacs-lisp/assoc.el (aelement): Doc fix.
5083 (aput, adelete, amake): Use lexical-let (Bug#5450).
5084
5085 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
5086
5087 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5088 is the same as subprogram call, not declaration. (Bug#5435).
5089
5090 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
5091
5092 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5093 (tramp-smb-maybe-open-connection): Use it.
5094
5095 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
5096
5097 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
5098
5099 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5102 just because we see "encoding: 8bit".
5103 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5104
5105 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
5106
5107 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5108
5109 2010-01-22 Eli Zaretskii <eliz@gnu.org>
5110
5111 * jka-compr.el (jka-compr-load): If load-file is not in
5112 load-history, try its file-truename version. (bug#5447)
5113
5114 2010-01-21 Alan Mackenzie <acm@muc.de>
5115
5116 Fix a situation where deletion of a cpp construct throws an error.
5117 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5118 invoking c-with-all-but-one-cpps-commented-out, check that the
5119 special cpp construct is still in the buffer.
5120 (c-parse-state): Record the special cpp with markers, not numbers.
5121
5122 2010-01-21 Kenichi Handa <handa@m17n.org>
5123
5124 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5125 process last-command-event, as it is now decoded first (Bug#5380).
5126
5127 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
5128
5129 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5130
5131 2010-01-20 Glenn Morris <rgm@gnu.org>
5132
5133 * indent.el (tab-always-indent): Fix custom-type.
5134
5135 2010-01-19 Alan Mackenzie <acm@muc.de>
5136
5137 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5138 buffer throws "args out of range".
5139 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5140 playing the role of delimiter.
5141
5142 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
5143
5144 * progmodes/ada-mode.el: Fix bug#5400.
5145 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5146 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5147 changed. Delete RECURSIVE parameter; never used. Improve doc string.
5148 Improve comments in "is" portion. Handle null procedure declaration.
5149 (ada-move-to-end): Improve doc string.
5150
5151 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
5152
5153 * ido.el (ido-cur-list): Initialize to nil.
5154 Remove obsolete information from commentary.
5155 (ido-choice-list): Initialize to nil.
5156 (ido-get-bufname): Reject minibuffers.
5157 (ido-make-buffer-list): If "default" is a nonexistent
5158 buffer, ignore it, as per the function's comment.
5159 (ido-kill-buffer-internal): New function.
5160 (ido-kill-buffer-at-head): Use it.
5161 (ido-visit-buffer): Likewise.
5162
5163 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
5164
5165 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5166
5167 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
5168
5169 * cedet/ede/locate.el (ede-locate-file-in-project)
5170 (ede-locate-file-in-project-impl): Fix typos in docstrings.
5171 (ede-enable-locate-on-project): Fix typos in error messages.
5172
5173 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5174 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5175 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5176 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5177 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5178 Fix typos in menu help.
5179
5180 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5181 Fix typos in chart titles.
5182
5183 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5184 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5185 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5186 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5187 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5188 (semantic-parse-stream, semantic-parse-region)
5189 (semantic-parse-region-default, semantic--set-buffer-cache)
5190 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5191 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5192 (semantic-default-submodes):
5193 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5194 (semanticdb-create-ebrowse-database)
5195 (semanticdb-find-tags-for-completion-method)
5196 (semanticdb-find-tags-by-class-method)
5197 (semanticdb-deep-find-tags-by-name-method)
5198 (semanticdb-deep-find-tags-for-completion-method):
5199 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5200 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5201 (semanticdb-find-tags-for-completion-method)
5202 (semanticdb-find-tags-by-class-method)
5203 (semanticdb-deep-find-tags-for-completion-method):
5204 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5205 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5206 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5207 (semanticdb-find-tags-by-name-method)
5208 (semanticdb-find-tags-by-name-regexp-method)
5209 (semanticdb-find-tags-for-completion-method)
5210 (semanticdb-find-tags-by-class-method)
5211 (semanticdb-find-tags-external-children-of-type-method)
5212 (semanticdb-find-tags-subclasses-of-type-method)
5213 (semanticdb-deep-find-tags-by-name-method)
5214 (semanticdb-deep-find-tags-by-name-regexp-method)
5215 (semanticdb-deep-find-tags-for-completion-method):
5216 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5217 (semanticdb-enable-gnu-global-in-buffer)
5218 (semanticdb-find-tags-for-completion-method)
5219 (semanticdb-deep-find-tags-by-name-method)
5220 (semanticdb-deep-find-tags-for-completion-method):
5221 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5222 (javascript-mode, semanticdb-find-translate-path)
5223 (semanticdb-find-tags-for-completion-method)
5224 (semanticdb-find-tags-by-class-method)
5225 (semanticdb-deep-find-tags-by-name-method)
5226 (semanticdb-deep-find-tags-for-completion-method)
5227 (semanticdb-find-tags-external-children-of-type-method):
5228 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5229 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5230 (global-semantic-idle-scheduler-mode):
5231 * cedet/srecode/dictionary.el (srecode-field-value)
5232 (srecode-dictionary-add-section-dictionary):
5233 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5234 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5235 (describe-class, eieio-describe-generic, describe-generic):
5236 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5237 (eieio-speedbar-expand):
5238 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5239 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5240 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5241 (viper-del-backward-char-in-replace, viper-backward-indent)
5242 (viper-brac-function, viper-register-to-point, viper-submit-report):
5243 * net/tramp.el (tramp-remote-coding-commands):
5244 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5245 Fix typos in docstrings.
5246
5247 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5248
5249 * mail/sendmail.el (mail-yank-original): Set the mark if the
5250 specified function for yanking does not do it.
5251
5252 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
5253
5254 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
5255
5256 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5257 resyncing a directory.
5258
5259 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
5260
5261 * progmodes/ada-mode.el: Fix bug#1920.
5262 (ada-ident-re): Delete ., allow multibyte characters.
5263 (ada-goto-label-re): New; matches goto labels.
5264 (ada-block-label-re): New; matches block labels.
5265 (ada-label-re): New; matches both.
5266 (ada-named-block-re): Deleted; callers changed to use
5267 `ada-block-label-re' instead.
5268 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5269 Use `ada-block-label-re'.
5270 (ada-indent-on-previous-lines): Improve handling of goto labels.
5271 (ada-get-indent-block-start): Special-case block label.
5272 (ada-get-indent-label): Split into `ada-indent-block-label' and
5273 `ada-indent-goto-label'.
5274 (ada-goto-stmt-start, ada-goto-next-non-ws):
5275 Optionally ignore goto labels.
5276 (ada-goto-next-word): Simplify.
5277 (ada-indent-newline-indent-conditional): Insert newline before
5278 trying to fix indentation; doc fix.
5279
5280 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
5281
5282 * calc/calc.el (calc-command-flags): Give it an initial value.
5283
5284 2010-01-17 Glenn Morris <rgm@gnu.org>
5285
5286 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5287
5288 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5289
5290 * cedet/semantic.el (semantic-mode):
5291 * files.el (minibuffer-with-setup-hook):
5292 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5293 (artist-key-draw-continously, artist-key-do-continously-continously)
5294 (artist-key-set-point-continously, artist-mouse-draw-continously):
5295 Fix typos in docstrings.
5296
5297 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
5298
5299 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5300 return t (Bug#3898).
5301
5302 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
5303
5304 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5305 can parse the output of the external commands (Bug#5279).
5306
5307 2010-01-16 Jari Aalto <jari.aalto@cante.net>
5308
5309 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5310
5311 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
5312
5313 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5314
5315 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5316
5317 * startup.el (command-line): Remove unused --icon-type arg.
5318 Handle --display arg, passing it to command-line-1 (Bug#5392).
5319
5320 2010-01-16 Mario Lang <mlang@delysid.org>
5321
5322 * cedet/ede/cpp-root.el (ede-cpp-root-project):
5323 * cedet/ede/files.el (ede-expand-filename):
5324 * cedet/ede/simple.el (ede-simple-project):
5325 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5326 (semantic-complete-inline-tag-engine):
5327 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5328 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5329 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5330 * cedet/semantic/db.el (semanticdb-equivalent-mode):
5331 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5332 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5333 * emacs-lisp/chart.el (chart-translate-namezone):
5334 * textmodes/artist.el (artist-compute-popup-menu-table):
5335 Remove duplicated words in doc-strings.
5336
5337 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
5338
5339 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5340 to mairix-search to suppress threading (Bug#5342).
5341
5342 2010-01-15 Kenichi Handa <handa@m17n.org>
5343
5344 * international/mule-cmds.el (canonicalize-coding-system-name):
5345 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5346
5347 2010-01-15 Glenn Morris <rgm@gnu.org>
5348
5349 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
5350
5351 * wid-edit.el (widget-keymap): Doc fix.
5352
5353 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5354 former seems to be more widely accepted by various svn versions.
5355
5356 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5357
5358 * find-cmd.el (find-constituents):
5359 * vc-arch.el (vc-arch-root):
5360 * window.el (window-body-height, pop-up-frames):
5361 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5362 (semantic-no-reparse-needed-change-hook):
5363 * cedet/srecode/insert.el (srecode-resolve-argument-list)
5364 (srecode-template-inserter-blank, srecode-template-inserter-variable)
5365 (srecode-template-inserter-ask, srecode-template-inserter-width)
5366 (srecode-template-inserter-section-start)
5367 (srecode-template-inserter-section-end, srecode-insert-method):
5368 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5369 * progmodes/ada-stmt.el (ada-if):
5370 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5371 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5372 (ispell-encoding8-command, ispell-aspell-supports-utf8)
5373 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5374
5375 * progmodes/flymake.el (flymake-post-syntax-check):
5376 Fix typo in error message.
5377
5378 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5379
5380 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5381 which is always a string. (Bug#5313)
5382
5383 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5384
5385 * progmodes/ada-xref.el (ada-default-prj-properties):
5386 Simplify previous change.
5387
5388 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5389
5390 * progmodes/ada-xref.el (ada-default-prj-properties):
5391 Default ada_project_path to $ADA_PROJECT_PATH.
5392
5393 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5394
5395 * progmodes/ada-mode.el (ada-create-keymap):
5396 Override `narrow-to-defun' with `ada-narrow-to-defun'.
5397
5398 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5399
5400 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5401 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5402 (ada-get-current-indent, ada-imenu-generic-expression)
5403 (ada-which-function): Check for it.
5404
5405 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5406
5407 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5408 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5409
5410 2010-01-14 Glenn Morris <rgm@gnu.org>
5411
5412 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
5413
5414 2010-01-14 Kenichi Handa <handa@m17n.org>
5415
5416 * composite.el (auto-composition-mode): Make it a buffer local
5417 variable (permanent-local).
5418 (auto-composition-function): Set the default value to
5419 auto-compose-chars.
5420 (auto-composition-mode): Make it a simple function, not a minor mode.
5421 (global-auto-composition-mode): Likewise.
5422 (turn-on-auto-composition-if-enabled): Delete it.
5423
5424 2010-01-13 Karl Fogel <kfogel@red-bean.com>
5425
5426 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5427
5428 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
5429
5430 * files.el (copy-directory): Compute target for recursive
5431 directories with identical names. (Bug#5343)
5432
5433 2010-01-12 Glenn Morris <rgm@gnu.org>
5434
5435 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5436 it to bug-gnu-emacs rather than emacs-pretest-bug.
5437
5438 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5439
5440 * cedet/data-debug.el (data-debug): Fix customization group reference.
5441
5442 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5443
5444 * cedet/semantic/analyze.el (semantic-analyze-push-error)
5445 (semantic-analyze-context, semantic-analyze-context-assignment)
5446 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5447 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5448 (semantic-java-doc-keywords-map):
5449 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5450 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5451 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5452 (semantic-c-classname, semantic-format-tag-uml-prototype)
5453 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5454 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5455 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5456 (semantic-get-local-variables, semantic-end-of-command)
5457 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5458 (lisp-mode):
5459 * cedet/semantic/bovine/make.el (makefile-mode):
5460 * cedet/semantic/wisent/python.el (wisent-python-string-re)
5461 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5462 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5463 (semantic-lex, semantic-get-local-variables, python-mode):
5464 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5465 * cedet/srecode/extract.el (srecode-extract-state-set)
5466 (srecode-extract-method): Fix typos in docstrings.
5467
5468 2010-01-11 Sam Steingold <sds@gnu.org>
5469
5470 * imenu.el (imenu-default-create-index-function): Detect infinite
5471 loops caused by imenu-prev-index-position-function.
5472
5473 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5474
5475 * htmlfontify.el (htmlfontify-load-rgb-file)
5476 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5477 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5478 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5479 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5480 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5481 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5482 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5483 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5484 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5485 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5486 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5487 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5488 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5489 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5490 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5491 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5492 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5493 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5494 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5495 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5496 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5497 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5498 backslash-quoting from parentheses, etc.
5499
5500 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * progmodes/js.el: Autoload javascript-mode alias.
5503
5504 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5505
5506 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5507 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5508 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5509 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5510 Fix typos in docstrings.
5511 (ffap-url-regexp): Doc fix.
5512 (ffap-at-mouse): Fix typo in message.
5513
5514 2010-01-11 Glenn Morris <rgm@gnu.org>
5515
5516 * version.el (emacs-copyright): Set copyright year to 2010.
5517
5518 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * format.el (format-annotate-function): Only set
5521 write-region-post-annotation-function after running to-fn so as not to
5522 affect nested write-region calls (bug#5273).
5523
5524 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * cedet/semantic.el (semantic-new-buffer-setup-functions):
5527 Add python parser.
5528
5529 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5530 wisent/python.el.
5531
5532 2010-01-10 Richard Kim <emacs18@gmail.com>
5533
5534 * cedet/semantic/wisent/python-wy.el:
5535 * cedet/semantic/wisent/python.el: New files.
5536
5537 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5538
5539 * man.el (Man-goto-section): Signal error if the section is not
5540 found (Bug#5317).
5541
5542 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
5543
5544 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5545 URLs with a leading triple slash in the file: scheme. (Bug#5345)
5546
5547 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5548
5549 * progmodes/compile.el: Don't treat compile-command as safe if
5550 compilation-read-command might be nil (Bug#4218).
5551
5552 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5553
5554 * startup.el (command-line-1): Use orig-argi to check for ignored X and
5555 NS options.
5556
5557 2010-01-08 Kenichi Handa <handa@m17n.org>
5558
5559 * international/fontset.el (build-default-fontset-data):
5560 Exclude characters in scripts kana, hangul, han, or cjk-misc.
5561
5562 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
5563
5564 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5565 to `create-file-buffer' as it expects, not just a buffer name.
5566 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5567 to help uniquify. (Bug#3224)
5568
5569 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5570
5571 * font-setting.el (font-setting-change-default-font): Use user-spec
5572 instead of name.
5573
5574 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5575
5576 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5577
5578 2010-01-05 Tom Tromey <tromey@redhat.com>
5579
5580 * progmodes/python.el (python-font-lock-keywords):
5581 Handle qualified decorators (Bug#881).
5582
5583 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5584
5585 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5586 in a lightweight checkout.
5587
5588 2010-01-05 Kenichi Handa <handa@m17n.org>
5589
5590 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5591
5592 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5593
5594 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5595
5596 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
5597
5598 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5599 checkouts. (Bug#618)
5600 (vc-bzr-log-view-mode): Also highlight the author.
5601 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5602 (vc-bzr-shelve-menu-map):
5603 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5604 (vc-bzr-shelve-apply): Make prompt more explicit.
5605
5606 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5607
5608 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5609 They are valid characters in URL paths (rfc3986), and at least
5610 Firefox does not understand the encoded version (Bug#3166).
5611
5612 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
5613
5614 * progmodes/octave-mod.el (octave-end-keywords)
5615 (octave-block-begin-or-end-regexp, octave-block-match-alist):
5616 Add "end" keyword (Bug#3061).
5617 (octave-end-as-array-index-p): New function.
5618 (calculate-octave-indent): Use it.
5619
5620 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5621
5622 * bookmark.el: Consistently put the text property on the bookmark name.
5623 (bookmark-bmenu-marks-width): Bump back to 2, to include
5624 annotation marks.
5625 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5626 property on the bookmark name, instead of not putting it at all.
5627 (bookmark-bmenu-list): Fix where we put the text property.
5628
5629 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5630
5631 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5632 for showing buffer modified state (as added in the previous change).
5633
5634 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5635
5636 * bookmark.el: Show modified state of bookmark buffer more accurately.
5637 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5638 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5639 (with-buffer-modified-unmodified): New macro.
5640 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5641 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5642 Use new macro to preserve the buffer modified state.
5643
5644 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5645
5646 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5647 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5648 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5649 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5650 (bookmark-bmenu-rename, bookmark-bmenu-locate)
5651 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5652 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5653
5654 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5655
5656 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5657 Make the lines in the generated doc string shorter. (Bug#4668)
5658
5659 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
5660
5661 * net/rcirc.el: Add follow-link binding (Bug#4738).
5662
5663 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5664
5665 * Makefile.in (bzr-update): Rename from cvs-update.
5666 (cvs-update): New target for backward compatibility.
5667
5668 * makefile.w32-in (bzr-update): Rename from cvs-update.
5669 (cvs-update): New target for backward compatibility.
5670
5671 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5672
5673 * bookmark.el: Remove gratuitous gratitude.
5674
5675 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5676
5677 * bookmark.el (bookmark-bmenu-any-marks): New function.
5678 (bookmark-bmenu-save): Clear buffer modification if no marks.
5679
5680 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5681
5682 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5683 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5684 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5685 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5686
5687 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5688 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5689 To: emacs-devel {_AT_} gnu.org
5690 Subject: bookmark.el bug report
5691 Date: Mon, 28 Dec 2009 14:19:16 +0800
5692 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5693
5694 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5695
5696 * bookmark.el: Improvements suggested by Drew Adams:
5697 (bookmark-bmenu-ensure-position): New name for
5698 `bookmark-bmenu-check-position'. Just ensure the position,
5699 don't return any meaningful value.
5700 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5701 New constants.
5702
5703 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
5704
5705 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5706 (bookmark-yank-point, bookmark-bmenu-check-position):
5707 Fix typos in docstrings.
5708 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5709 (bookmark-name-from-full-record, bookmark-get-position)
5710 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5711 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5712 Remove useless quoting of parenthesis, etc. in docstrings.
5713
5714 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5715 (ediff-append-custom-diff): Fix typo in error message.
5716 (ediff-meta-mark-equal-files): Fix typos in messages.
5717
5718 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5719
5720 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5721 Fix typo in docstring.
5722
5723 * net/imap-hash.el (imap-hash-make): Doc fix.
5724 (imap-hash-test): Fix typo in error message; reflow docstring.
5725 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5726 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5727 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5728 Fix typos in docstrings.
5729 (imap-hash-open-connection): Fix typo in error message.
5730
5731 * play/gomoku.el (gomoku): Fix typos in docstring.
5732
5733 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5734 (gdb-jsonify-buffer): Fix typos in docstring.
5735 (gdb-goto-breakpoint): Fix typo in error message.
5736 ("Display Other Windows"): Fix typo in help message.
5737 (gdb-speedbar-expand-node): Fix typo in question.
5738
5739 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5740 (idlwave-html-system-help-location, idlwave-html-help-location)
5741 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5742 (idlwave-help-browser-generic-args, idlwave-help-directory)
5743 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5744 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5745 (idlwave-online-help, idlwave-help-html-link)
5746 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5747 Fix typos in docstrings.
5748 (idlwave-help-with-source, idlwave-help-find-routine-definition):
5749 Reflow docstrings.
5750 (idlwave-help-assistant-start): Fix typo in error message.
5751
5752 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5753 (octave-electric-space): Fix typos in docstrings.
5754
5755 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5756
5757 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5758
5759 2010-01-01 Juri Linkov <juri@jurta.org>
5760
5761 * comint.el (comint-input-ring-size): Make it a defcustom and
5762 increase the default to 500 (Bug#5148).
5763
5764 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
5765
5766 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5767 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5768 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5769
5770 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
5771
5772 Show working revision correctly for mercurial.
5773 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5774 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5775
5776 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
5777
5778 Declare some functions for the byte-compiler.
5779 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5780 (speedbar-timer-fn, speedbar-change-expand-button-char)
5781 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5782
5783 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
5784
5785 This changeset reverts GDB Graphical Interface to use annotations.
5786 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5787
5788 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5789
5790 Make vc-dir work on subdirectories of the bzr root.
5791 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
5792 file names relative to it.
5793 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5794 relative directory to vc-bzr-after-dir-status.
5795
5796 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
5797
5798 * font-lock.el (font-lock-refresh-defaults): New function, which
5799 can be used to let font-lock react to external changes in
5800 variables like font-lock-defaults and keywords.
5801 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5802
5803 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
5804
5805 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5806
5807 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5808
5809 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
5810
5811 Supersede color.diff settings in git log (bug#5211).
5812
5813 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5814 escape chars in its output when the user has color.diff set to `always'.
5815 This fix works on git 1.4.2 and newer (released on 2006-08-13).
5816
5817 2009-12-26 Kevin Ryde <user42@zip.com.au>
5818
5819 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5820 node. Keep previous "Index" name to work with past coreutils too.
5821
5822 * man.el (man): Revise docstring a bit to show -a and -l as
5823 examples. Add -k description since support for it has otherwise
5824 been a secret. (Further to bug#3717.)
5825 (Man-bgproc-sentinel): When "-k foo" produces no output show error
5826 "no matches" rather than "Can't find manpage", as the latter reads
5827 like -k was interpreted as a page name, which is not so. (Bug#5431)
5828
5829 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
5830
5831 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5832 switches. Check also for //SUBDIRED// line.
5833
5834 2009-12-25 Kenichi Handa <handa@m17n.org>
5835
5836 * language/indian.el (devanagari-composable-pattern): Fixed to
5837 handle ZWNJ and ZWJ. Use it in composition-function-table for
5838 Devanagari.
5839 (malayalam-composable-pattern): Fix previous change.
5840
5841 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5842
5843 * ps-print.el (ps-face-attributes): It was not returning the
5844 attribute face for faces specified as string. Reported by harven
5845 <harven@free.fr>.
5846 (ps-print-version): New version 7.3.5.
5847
5848 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
5849
5850 * calendar/icalendar.el (icalendar--convert-tz-offset):
5851 Fix timezone names.
5852 (icalendar--convert-tz-offset): Fix the "last-day-problem".
5853 (icalendar--add-diary-entry): Remove the trailing blank that
5854 diary-make-entry inserts.
5855
5856 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
5857
5858 Make `file-expand-wildcards' work for remote files.
5859
5860 * files.el (file-expand-wildcards): In case of remote files, check
5861 only local file name part for wildcards. Provide feature 'files
5862 and subfeature 'remote-wildcards. (Bug#5198)
5863
5864 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5865 if there is already an established connection.
5866 (tramp-advice-file-expand-wildcards): Remove it.
5867
5868 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5869 (tramp-advice-file-expand-wildcards): Move from tramp.el.
5870 Activate advice for older GNU Emacs versions. (Bug#5237)
5871
5872 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
5873
5874 Some doc fixes (more needed).
5875
5876 * find-cmd.el (find-constituents): Reflow docstring.
5877 (find-cmd, find-prune, find-command): Fix typos in docstrings.
5878 (find-generic): Doc fix.
5879
5880 2009-12-17 Juri Linkov <juri@jurta.org>
5881
5882 Fix regression from 23.1 to allow multiple modes in Local Variables.
5883
5884 * files.el (hack-local-variables-filter): While ignoring duplicates,
5885 don't take `mode' into account.
5886 (hack-local-variables-filter, hack-dir-local-variables):
5887 Don't remove duplicate `mode' from local-variables-alist (like `eval').
5888
5889 2009-12-17 Juri Linkov <juri@jurta.org>
5890
5891 Make `dired-diff' safer. (Bug#5225)
5892
5893 * dired-aux.el (dired-diff): Signal an error when `file' equals to
5894 `current' or when `file' is a directory of the `current' file.
5895
5896 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
5897
5898 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5899 unconditionally preloaded files.
5900
5901 2009-12-16 Juri Linkov <juri@jurta.org>
5902
5903 Revert to old 23.1 logic of using the file at the mark as default.
5904 * dired-aux.el (dired-diff): Use the file at the mark as default
5905 if it's not the same as the current file, and the target dir is
5906 the current dir or the mark is active. Add the current file
5907 as the arg of `dired-dwim-target-defaults'. Use the default file
5908 in the prompt. (Bug#5225)
5909
5910 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
5911
5912 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5913 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5914 (tramp-check-for-regexp): Check also, when an echoing shell stops
5915 to echo sent commands.
5916
5917 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5918
5919 * Makefile.in: Revert last change (Bug#5191).
5920
5921 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
5922
5923 * vc-hg.el (vc-hg-print-log): Fix argument order.
5924 (vc-hg-working-revision): Make sure the command is executed in a
5925 known environment so that we can parse the output. (Bug#4417)
5926
5927 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5928
5929 * progmodes/python.el (python-symbol-completions): Remove text
5930 properties from symbol string before calling python-send-receive.
5931
5932 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
5933
5934 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5935 when there are values for both file and line. (Bug#5060)
5936
5937 2009-12-14 Juri Linkov <juri@jurta.org>
5938
5939 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5940 whitespace after the file name of the first line of unified format,
5941 because git-diff doesn't output whitespace and file modification time
5942 after the file name.
5943
5944 2009-12-14 David Kastrup <dak@gnu.org>
5945
5946 * info.el (Info-hide-cookies-node): Before hiding a cookie,
5947 check if it already has the `display' property added by
5948 `Info-display-images-node', and not put the `invisible' property
5949 in this case.
5950
5951 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5952
5953 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5954 (semantic-mru-bookmark-mode): Doc fixes.
5955
5956 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5957 of assert.
5958
5959 2009-12-13 Glenn Morris <rgm@gnu.org>
5960
5961 * mail/emacsbug.el (message-sort-headers): Define for compiler.
5962 (report-emacs-bug): In message-mode, sort manually before storing
5963 original report text. (Bug#5178)
5964 Remove superfluous save-excursion.
5965
5966 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
5967
5968 * net/dbus.el (dbus-property-handler): Filter lambda forms out
5969 when responding to "GetAll" properties.
5970
5971 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
5972
5973 * simple.el (compose-mail): Remove mail-setup-with-from from
5974 customization checks.
5975
5976 2009-12-12 Eli Zaretskii <eliz@gnu.org>
5977
5978 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5979 RAR archives created on Unix systems.
5980
5981 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5982
5983 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5984 the varalias that was accidentally removed by the 2009-11-19 change
5985 (bug#5186).
5986
5987 2009-12-12 Kenichi Handa <handa@m17n.org>
5988
5989 * language/indian.el (indian-compose-regexp): New function.
5990 (malayalam-composable-pattern): Fix the pattern.
5991 (composition-function-table): Set malayalam-composable-pattern for
5992 Malayalam characters.
5993
5994 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
5995
5996 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5997 rather than down-mouse-1, based on follow-link conventions.
5998
5999 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
6000 are compiled.
6001
6002 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
6003
6004 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
6005 (verilog-vmm-statement-re, verilog-ovm-statement-re)
6006 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
6007 (verilog-leap-to-head, verilog-backward-token):
6008 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
6009
6010 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
6011
6012 * progmodes/verilog-mode.el (verilog-auto-lineup)
6013 (verilog-nameable-item-re): Cleanup user-visible spelling and
6014 documentation errors. One reported by Gary Delp.
6015 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
6016 (verilog-read-decls): Fix AUTOWIRE with types declared in a
6017 package, bug195. Reported by Pierre-David Pfister.
6018
6019 2009-12-11 Glenn Morris <rgm@gnu.org>
6020
6021 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
6022
6023 * mail/emacsbug.el: No longer require sendmail.
6024 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
6025 (report-emacs-bug-orig-text): Doc fix.
6026 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
6027 New local variables, to adapt to different mail-user-agents.
6028 (report-emacs-bug): Fix test for a gnu.org address.
6029 Use overlays for emphasis, since font-lock defeats 'face property.
6030 Pretest bugs also end up at the newsgroup these days.
6031 Stop message-mode stripping text properties.
6032 Set and use the new buffer-local variables.
6033 (report-emacs-bug-hook): Add doc-string.
6034 Remove some unnecessary save-excursions and simplify.
6035 Use the appropriate hook and send-command.
6036
6037 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
6038 capitalization of some menu entries.
6039
6040 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6041
6042 * whitespace.el (whitespace-display-char-on):
6043 Ensure `buffer-display-table' is unique when two or more windows are
6044 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6045 New version 12.1.
6046
6047 2009-12-10 Eli Zaretskii <eliz@gnu.org>
6048
6049 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6050 characters in the Attribute field.
6051
6052 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6053
6054 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
6055
6056 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6057
6058 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6059 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6060 Disregard autoload-excludes.
6061 (update-directory-autoloads): Obey autoload-excludes here instead.
6062 But don't store its contents in no-autoloads and remove entries that
6063 refer to excludes files.
6064
6065 2009-12-10 Glenn Morris <rgm@gnu.org>
6066
6067 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6068 (expand-mail-aliases): Define for compiler.
6069
6070 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6071 Define for compiler.
6072
6073 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6074 appropriate for the mail-user-agent in use.
6075
6076 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
6077
6078 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6079
6080 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6081
6082 Fix short log parsing and fontification.
6083 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6084 Fix fontification for the [merge] label.
6085
6086 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
6087
6088 Drop some properties to avoid surprises (bug#5002).
6089 * htmlfontify.el (hfy-ignored-properties): New defcustom.
6090 (hfy-fontify-buffer): Use it.
6091
6092 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 Minor cleanup.
6095 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6096 Adjust all callers.
6097 (ffap-locate-file): Remove unused arg `dir-ok' and make other
6098 args compulsory. Adjust callers.
6099 (ffap-gopher-at-point): Remove unused var `name'.
6100
6101 Get rid of the ELCFILES abomination.
6102 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6103 (compile-elcfiles): New phony target.
6104 (compile-main): Compute ELCFILES dynamically.
6105 (compile-clean): New target to remove left-over elc files.
6106 (compile, all): Use it.
6107
6108 2009-12-09 Kenichi Handa <handa@etlken>
6109
6110 * international/mule-diag.el: Require help-mode instead of help-fns.
6111
6112 2009-12-09 Kenichi Handa <handa@m17n.org>
6113
6114 * international/mule-cmds.el (ucs-names): Supply sufficiently
6115 fine ranges instead of pre-calculating accurate ranges.
6116 Iterate with bigger gc-cons-threshold.
6117
6118 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6119
6120 Add support for stashing a snapshot of the current tree.
6121 * vc-git.el (vc-git-stash-snapshot): New function.
6122 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6123
6124 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
6125
6126 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6127 instead of `(beginning|end)-of-line'.
6128
6129 2009-12-08 Glenn Morris <rgm@gnu.org>
6130
6131 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6132
6133 * Makefile.in (ELCFILES): Regenerate.
6134
6135 2009-12-07 Juri Linkov <juri@jurta.org>
6136
6137 Don't lazy-highlight the comint output in history Isearch mode.
6138
6139 * comint.el (comint-history-isearch-search): Instead of
6140 `comint-line-beginning-position', use `comint-after-pmark-p'
6141 to check if point if before the process mark, and go to
6142 `process-mark' in this case.
6143
6144 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * textmodes/tex-mode.el (latex-complete)
6147 (latex-indent-or-complete): Remove.
6148 (latex-mode): Set completion-at-point-functions instead.
6149
6150 Provide a standard completion command and hook it into TAB.
6151 * minibuffer.el (completion-at-point-functions): New var.
6152 (completion-at-point): New command.
6153 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6154 * progmodes/python.el (python-mode-map): Use completion-at-point.
6155 (python-completion-at-point): Rename from python-partial-symbol and
6156 adjust for use in completion-at-point-functions.
6157 (python-mode): Setup completion-at-point for Python completion.
6158 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6159 extracted from lisp-complete-symbol.
6160 (lisp-complete-symbol): Use it.
6161 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6162 setup completion-at-point for Elisp completion.
6163 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6164 Use completion-at-point.
6165 * ielm.el (ielm-map): Use completion-at-point.
6166 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6167 * progmodes/sym-comp.el: Move to...
6168 * obsolete/sym-comp.el: Move from progmodes.
6169
6170 2009-12-07 Eli Zaretskii <eliz@gnu.org>
6171
6172 Prevent save-buffer in Rmail buffers from using the coding-system
6173 of the current message, and from clobbering the encoding mnemonics
6174 in the mode line (Bug#4623).
6175
6176 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6177 flag, too.
6178 (rmail-message-encoding): New variable.
6179 (rmail-write-region-annotate): Record the encoding of the current
6180 message in rmail-message-encoding.
6181 (rmail-after-save-hook): New function, restores the encoding of
6182 the current message after the message collection is saved.
6183
6184 2009-12-07 Juri Linkov <juri@jurta.org>
6185
6186 * progmodes/grep.el (grep-read-files): Use `completing-read'
6187 instead of `read-string'. Set its `collection' arg to
6188 `read-file-name-internal'. (Bug#4301)
6189
6190 2009-12-07 Juri Linkov <juri@jurta.org>
6191
6192 Correctly restore original Isearch point. (Bug#4994)
6193
6194 * isearch.el (isearch-mode): Move `isearch-push-state' after
6195 `(run-hooks 'isearch-mode-hook)'.
6196 (isearch-cancel): When `isearch-push-state-function' is defined,
6197 let-bind `isearch-cmds' to the first state (the last element of
6198 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6199 function and restores the original point). Otherwise, move point
6200 to `isearch-opoint'.
6201
6202 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6203
6204 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6205 chars that don't have names, so the table can be built much faster at
6206 run-time.
6207
6208 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
6209
6210 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6211 change. Suggested by David Kastrup.
6212
6213 * simple.el (compose-mail): Check for incompatibilities and warn.
6214 (compose-mail-user-agent-warnings): New option.
6215
6216 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6217
6218 Support showing a single log entry from vc-annotate.
6219 * vc.el (print-log): Add a new argument: START-REVISION.
6220 (vc-print-log-internal): Add a new optional argument and
6221 pass it to the backend.
6222 (vc-print-log, vc-print-root-log): Adjust callers.
6223 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6224 buffer already displays the requested log entry, use it.
6225 Otherwise display only the log entry in question.
6226 * vc-svn.el (vc-svn-print-log):
6227 * vc-mtn.el (vc-mtn-print-log):
6228 * vc-hg.el (vc-hg-state):
6229 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6230 (vc-git-show-log-entry): Return t on success.
6231 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6232 (vc-bzr-show-log-entry): Return t on success.
6233 * vc-rcs.el (vc-rcs-print-log):
6234 * vc-sccs.el (vc-sccs-print-log):
6235 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6236
6237 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6238
6239 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6240 Add menus to the meta mode. (Bug#5043)
6241
6242 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
6243
6244 * ediff-init.el (ediff-event-key): Use event-to-character instead of
6245 event-key.
6246
6247 * ediff.el (ediff-buffers-internal): Add unwind-protect.
6248
6249 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
6250
6251 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
6252 Berbain <raphael.berbain@gmail.com>.
6253
6254 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
6255 characters.
6256 (tramp-initial-end-of-output): New defconst.
6257 (tramp-methods, tramp-find-shell)
6258 (tramp-open-connection-setup-interactive-shell)
6259 (tramp-maybe-open-connection): Use it.
6260 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6261 existence of `#' and `$'.
6262
6263 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6264 `tramp-initial-end-of-output'.
6265
6266 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6267
6268 Get the background mode from the terminal for xterm, and set
6269 faces accordingly.
6270 * term/xterm.el (xterm-set-background-mode): New function.
6271 (terminal-init-xterm): Use it in case xterm supports background
6272 color queries. Recompute faces after getting the background
6273 color.
6274
6275 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
6276
6277 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6278 number comment back on its own line, for easier parsing.
6279
6280 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6281
6282 Make it work for non-file buffers (bug#5102).
6283 * doc-view.el (doc-view-current-cache-dir):
6284 Use doc-view-buffer-file-name rather than buffer-file-name.
6285 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6286
6287 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
6288
6289 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6290 author field is too short.
6291
6292 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
6293
6294 * vc-git.el (vc-git-print-log): Handle a limit argument.
6295 Display the short log in graph form and with labels.
6296 (vc-git-log-view-mode): Handle labels.
6297
6298 Make vc-revert change VC state from 'added to 'unregistered.
6299 * vc-git.el (vc-git-revert): Call git reset first.
6300
6301 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6302
6303 * net/newst-backend.el, net/newst-plainview.el:
6304 * net/newst-reader.el, net/newst-ticker.el:
6305 * net/newst-treeview.el, net/newsticker.el:
6306 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
6307
6308 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6309
6310 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6311
6312 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6313 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
6314 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6315 Update annotation regexp.
6316
6317 * simple.el (beginning-of-visual-line): Constrain to field
6318 boundaries (Bug#5106).
6319
6320 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6321
6322 * xml.el (xml-substitute-numeric-entities): Move
6323 newsticker--decode-numeric-entities in newst-backend.el to
6324 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6325 * net/newst-backend.el (newsticker--parse-generic-feed)
6326 (newsticker--parse-generic-items)
6327 (newsticker--decode-numeric-entities): Move
6328 newsticker--decode-numeric-entities in newst-backend.el to
6329 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6330
6331 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
6332
6333 * progmodes/js.el (js--js-not): Add null to the list of values.
6334
6335 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6336
6337 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6338
6339 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6340
6341 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6342 delimiter if it is at the end of the current line.
6343 (bibtex-generate-url-list): Fix docstring.
6344
6345 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6346
6347 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6348 minibuffer's content with itself.
6349 Fold the confirm-after-completion case into the `confirm' case.
6350 (completion-pcm-word-delimiters): Add : and / to the delimiters.
6351
6352 2009-12-06 Kevin Ryde <user42@zip.com.au>
6353
6354 * ffap.el (ffap-rfc-path): Make this a defcustom since
6355 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
6356
6357 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6358 manuals, similar to existing setup for help-mode. (Bug#3913.)
6359
6360 2009-12-05 Juri Linkov <juri@jurta.org>
6361
6362 Save and restore dired buffer's point positions too. (Bug#4880)
6363
6364 * dired.el (dired-save-positions): Return in the first element
6365 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6366 Doc fix.
6367 (dired-restore-positions): First restore buffer's position.
6368 While restoring window's positions, check if window still displays
6369 the original buffer.
6370
6371 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6372
6373 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6374 if possible.
6375
6376 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6377 Make argument optional.
6378
6379 * shell.el (shell): Require ansi-color (Bug#5113).
6380
6381 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6382
6383 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6384
6385 2009-12-05 Alan Mackenzie <acm@muc.de>
6386
6387 * progmodes/cc-mode.el (c-before-hack-hook)
6388 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6389 `c-file-style' to work again. This reversion restores the current
6390 software to its state in Emacs 23.1. (Bug#4146)
6391
6392 2009-12-05 Kevin Ryde <user42@zip.com.au>
6393
6394 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6395 comment-start-skip to comment-end-skip as comment (Bug#4781).
6396
6397 2009-12-05 Juri Linkov <juri@jurta.org>
6398
6399 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6400 for virtual nodes. (Bug#4147)
6401 (Info-find-node-2): Set `Info-current-node-virtual' to nil
6402 when moving from a virtual node.
6403 (Info-mode-menu): Add `Info-virtual-index' to the menu.
6404 (Info-mode): Add `Info-virtual-index' to the docstring.
6405
6406 2009-12-05 Eric Ludlam <zappo@gnu.org>
6407
6408 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6409 Describe project macro symbols.
6410
6411 * cedet/semantic/complete.el (semantic-complete-do-completion):
6412 Don't call semantic-collector-current-exact-match.
6413
6414 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6415 ede-objects as targets.
6416
6417 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6418 a target's object list even if compiler vars are already in the
6419 Makefile.
6420
6421 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6422 list of headers producing necessary macros.
6423
6424 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6425
6426 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6427 track of the buffer position of the end of a BibTeX entry as this
6428 position may change during reformatting.
6429 (bibtex-format-entry): Remove whitespace before processing
6430 numerical fields so that we recognize the latter properly.
6431 (bibtex-reformat): Do not use push which changes the global value
6432 of bibtex-entry-format.
6433 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6434 (bibtex-field-re-init): Replace only space characters by regexp
6435 for whitespace.
6436 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6437 (bibtex-initialize): Also update bibtex-strings.
6438 (bibtex-kill-field): Preserve white space at end of entry.
6439 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6440 Update bibtex-reference-keys.
6441
6442 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6443
6444 * minibuffer.el (completion-pcm--merge-try): Also consider placing
6445 point after a star, if that's the only place where modifications can
6446 make progress.
6447
6448 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
6449
6450 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6451 in docstrings.
6452
6453 2009-12-04 Juri Linkov <juri@jurta.org>
6454
6455 * proced.el (proced): Call `(proced-update t)' to update process
6456 information instead of only running proced-post-display-hook.
6457 (proced-send-signal): Add a leading space to the buffer name
6458 " *Marked Processes*" to make this buffer ephemeral.
6459
6460 2009-12-04 Juri Linkov <juri@jurta.org>
6461
6462 * dired.el (dired-auto-revert-buffer): New defcustom.
6463 (dired-internal-noselect): Use it.
6464
6465 2009-12-04 Juri Linkov <juri@jurta.org>
6466
6467 Change roles of modes and functions in image-mode.el (Bug#5062).
6468
6469 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6470 in `auto-mode-alist'.
6471 (image-mode-previous-major-mode): New variable.
6472 (image-minor-mode-map): Rename from `image-mode-text-map'.
6473 (image-mode): Move graceful error-handling code from
6474 `image-minor-mode' to here. On errors call `image-mode-as-text'.
6475 (image-minor-mode): Remove all image-handling code.
6476 Replace `image-mode-text-map' with `image-minor-mode-map'.
6477 Check for `image-type' in mode-line format string.
6478 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6479 (image-mode-as-text): New function with most code from
6480 `image-mode-maybe'.
6481 (image-toggle-display-text): Move code that removes image
6482 properties from `image-toggle-display' to here.
6483 (image-toggle-display-image): New function with code that adds
6484 image properties copied from `image-toggle-display'.
6485 (image-toggle-display): Remove most code with leaving only code
6486 that toggles between `image-mode-as-text' and `image-mode'.
6487
6488 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
6489
6490 * net/newst-treeview.el
6491 (newsticker--treeview-list-highlight-start): Restored call to
6492 save-excursion: Selected item was stuck.
6493 (newsticker--treeview-list-select): New.
6494 (newsticker--treeview-item-show-text)
6495 (newsticker--treeview-item-show)
6496 (newsticker--treeview-item-update): Use new
6497 newsticker-treeview-item-mode.
6498 (newsticker-treeview-update): Keep current item.
6499 (newsticker-treeview-next-new-or-immortal-item): Doc change.
6500 (newsticker--treeview-first-feed): Doc change.
6501 (newsticker-treeview-list-menu)
6502 (newsticker-treeview-item-menu): Added menu entries.
6503 (newsticker-treeview-item-mode): New.
6504
6505 * net/newst-backend.el (newsticker-customize): Delete other
6506 windows.
6507
6508 2009-12-04 Sam Steingold <sds@gnu.org>
6509
6510 * log-view.el (log-view-mode-map): "q" calls quit-window,
6511 like in all the other non-self-insert buffers.
6512
6513 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6514
6515 Minor cleanup.
6516 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6517 key decoding rather than do it manually via last-input-event +
6518 ascii-character.
6519 (term-exec): Use delete-and-extract-region.
6520 (term-handle-ansi-terminal-messages): Remove unused var `end'.
6521 (term-process-pager): Remove unused var `i'.
6522 (term-dynamic-simple-complete): Make obsolete.
6523 (serial-update-config-menu): Remove unused vars `y' and `str'.
6524 (term-update-mode-line): Remove unused var `temp'.
6525
6526 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6527
6528 Limit the number of log entries displayed by default.
6529 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6530 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6531 using a prefix argument.
6532
6533 2009-12-03 Glenn Morris <rgm@gnu.org>
6534
6535 * progmodes/idlwave.el (class): Restore still useful declaration.
6536
6537 2009-12-03 Alan Mackenzie <acm@muc.de>
6538
6539 Enhance `c-parse-state' to run efficiently in "brace deserts".
6540
6541 * progmodes/cc-mode.el (c-basic-common-init):
6542 Call c-state-cache-init.
6543 (c-neutralize-syntax-in-and-mark-CPP): Rename from
6544 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
6545 placing `category' properties value 'c-cpp-delimiter at its boundaries.
6546
6547 * progmodes/cc-langs.el (c-before-font-lock-function):
6548 c-extend-and-neutralize-syntax-in-CPP has been renamed
6549 c-neutralize-syntax-in-and-mark-CPP.
6550
6551 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6552 with `category' properties now, not `syntax-table' ones.
6553
6554 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6555 enhanced (but slower) version of c-end-of-macro that won't land
6556 inside a literal or on another awkward character.
6557 (c-state-cache-too-far, c-state-cache-start)
6558 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6559 (c-state-nonlit-pos-cache-limit, c-state-point-min)
6560 (c-state-point-min-lit-type, c-state-point-min-lit-start)
6561 (c-state-min-scan-pos, c-state-brace-pair-desert)
6562 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6563 buffer local variables.
6564 (c-state-literal-at, c-state-lit-beg)
6565 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6566 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6567 (c-state-cache-top-paren, c-state-cache-after-top-paren)
6568 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6569 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6570 (c-renarrow-state-cache)
6571 (c-append-lower-brace-pair-to-state-cache)
6572 (c-state-push-any-brace-pair, c-append-to-state-cache)
6573 (c-remove-stale-state-cache)
6574 (c-remove-stale-state-cache-backwards, c-state-cache-init)
6575 (c-invalidate-state-cache-1, c-parse-state-1)
6576 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6577 (c-parse-state): Enhance and refactor.
6578 (c-debug-parse-state): Amend to deal with all the new variables.
6579
6580 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6581 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6582 modify to use category text properties rather than syntax-table ones.
6583 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6584 to switch off/on the syntactic paren property of C++ template
6585 delimiters using the category property.
6586 (c-with-<->-as-parens-suppressed): Macro to invoke code with
6587 template delims suppressed.
6588 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6589 New constant/macros which apply category properties to the start
6590 and end of preprocessor constructs.
6591 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6592 "comment out" the syntactic value of characters in preprocessor
6593 constructs.
6594 (c-with-cpps-commented-out)
6595 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6596 with characters in all or all but one preprocessor constructs
6597 "commented out".
6598
6599 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6600
6601 * proced.el (proced-filter-alist): Use regexp-quote.
6602
6603 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
6604
6605 Cleanup.
6606 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6607 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
6608 arguments. Expand `default-directory'.
6609
6610 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6611 the benefit of returning an expanded localname.
6612 (tramp-tramp-file-p): Handle the case NAME is not a string.
6613
6614 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6615
6616 Add support for bzr shelve/unshelve.
6617 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6618 (vc-bzr-extra-menu-map): New variables.
6619 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6620 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6621 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6622 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6623 (vc-bzr-dir-extra-headers): Display shelves.
6624
6625 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6626
6627 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * textmodes/bibtex.el (bibtex-complete-internal):
6630 Use completion-in-region.
6631 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6632
6633 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6634
6635 Support applying stashes. Improve UI.
6636 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6637 (vc-git-stash-apply, vc-git-stash-pop)
6638 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6639 (vc-git-stash-menu): New functions.
6640 (vc-git-stash-menu-map): New variable.
6641 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6642
6643 2009-12-03 Glenn Morris <rgm@gnu.org>
6644
6645 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6646 (vc-print-log-internal): Fix previous change.
6647 (vc-revert): Correct pluralization.
6648
6649 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6650
6651 * progmodes/make-mode.el (makefile-special-targets-list): No need for
6652 it to be an alist any more.
6653 (makefile-complete): Use completion-in-region.
6654
6655 * progmodes/octave-mod.el (octave-complete-symbol):
6656 Use completion-in-region.
6657
6658 Misc cleanup.
6659 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6660 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6661 (idlwave-complete-class): Don't quote lambda.
6662 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6663 (idlwave-mode-map): Move initialization into declaration.
6664 (idlwave-action-and-binding): Use backquotes.
6665 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6666 Simplify.
6667 (idlwave-is-pointer-dereference): Remove unused var `pos'.
6668 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6669 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6670 `parts', and `all-parts'.
6671 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6672 (idlwave-convert-xml-system-routine-info): Remove unused string
6673 `version-string'.
6674 (idlwave-display-user-catalog-widget): Use dolist.
6675 (idlwave-scanning-lib): Declare dynamically-scoped var.
6676 (idlwave-scan-library-catalogs): Remove unused var `flags'.
6677 (completion-highlight-first-word-only): Declare to silence bytecomp.
6678 (idlwave-popup-select): Tighten scope of `resp'.
6679 (idlwave-find-struct-tag): Remove unused var `beg'.
6680 (idlwave-after-load-rinfo-hook): Declare.
6681 (idlwave-sintern-class-info): Remove unused var `taglist'.
6682 (idlwave-find-class-definition): Remove unused var `list'.
6683 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6684 (idlwave-what-module-find-class): Remove unused var `classes'.
6685
6686 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
6687
6688 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6689
6690 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6693 buffers visited. Remove redundant current-buffer-saving.
6694
6695 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 Use completion-in-buffer and remove uses of dynamic scoping.
6698 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6699 (pascal-buffer-to-use, pascal-flag): Don't declare.
6700 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6701 (pascal-get-completion-decl, pascal-keyword-completion):
6702 Add `pascal-str' argument, save-excursion,
6703 return the found completions, and don't filter with pascal-pred.
6704 (pascal-completion-cache): New var.
6705 (pascal-completion): Don't switch buffer any more (it was never
6706 necessary). Don't save-excursion any more (it's done by the called
6707 subroutines). Use a cache to avoid redundant computations.
6708 Use complete-with-action rather than pascal-completion-response and
6709 let it apply the predicate as well.
6710 (pascal-complete-word): Use completion-in-buffer when
6711 pascal-toggle-completions is nil.
6712 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6713 not used any more.
6714 (pascal-comp-defun): Don't change buffer any more.
6715 Use complete-with-action rather than pascal-completion-response and
6716 let it apply the predicate as well.
6717 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6718 when neded.
6719
6720 2009-12-02 Kenichi Handa <handa@m17n.org>
6721
6722 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6723 shape for all Indic scripts.
6724
6725 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6726
6727 Use completion-in-buffer.
6728 * wid-edit.el (widget-field-text-end): New function.
6729 (widget-field-value-get): Use it.
6730 (widget-string-complete, widget-file-complete)
6731 (widget-color-complete): Use it and completion-in-region.
6732 (widget-complete): Don't narrow the buffer.
6733
6734 2009-12-02 Glenn Morris <rgm@gnu.org>
6735
6736 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
6737 (rmail-select-summary): Use rmail-pop-to-buffer.
6738 * mail/rmailsum.el: Replace all pop-to-buffer calls with
6739 rmail-pop-to-buffer, to prevent horizontal splits.
6740
6741 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6742 save-excursion with save-current-buffer.
6743 Widen before searching. (Bug#5093)
6744 (diary-list-sexp-entries): Remove superfluous save-excursion.
6745
6746 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
6747
6748 * woman.el (woman-make-bufname): Handle man-pages with "." in the
6749 name. (Bug#5038)
6750
6751 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
6752
6753 * ido.el (ido-file-internal): Handle filenames at point that do
6754 not have a directory part. (Bug#5049)
6755
6756 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
6757
6758 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6759 (mpc-songs-jump-to, mpc-resume): Doc fixes.
6760
6761 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
6762
6763 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6764 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6765 any more.
6766
6767 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * comint.el (comint-insert-input): Ignore clicks to the right of
6770 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6771
6772 * vc.el (vc-print-log-internal): Don't wait for the process to
6773 terminate before setting up the major mode.
6774
6775 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6776 in case.
6777
6778 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6779 the last element.
6780
6781 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6782
6783 2009-12-01 Glenn Morris <rgm@gnu.org>
6784
6785 * window.el (window--display-buffer-2): Fix previous changes.
6786
6787 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
6788
6789 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6790
6791 2009-12-01 Glenn Morris <rgm@gnu.org>
6792
6793 * Makefile.in (ELCFILES): Add mpc.elc.
6794
6795 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * mpc.el: New file.
6798
6799 2009-12-01 Glenn Morris <rgm@gnu.org>
6800
6801 * window.el (window-to-use): Define for compiler.
6802
6803 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6804 consistent with others (no final period).
6805
6806 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6807 (rmail-mime-show): Downcase the encoding. (Bug#5070)
6808
6809 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
6810
6811 Make vc-print-log buttons work.
6812 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6813
6814 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
6815
6816 * savehist.el (savehist-autosave-interval): Allow setting to nil
6817 through customize. (Bug#5056)
6818
6819 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
6820
6821 Fix references to jit-lock properties.
6822 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6823 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6824 (perl-font-lock-special-syntactic-constructs):
6825 Quote jit-lock-defer-multiline property.
6826
6827 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
6828
6829 * vc-git.el (vc-git-registered): Call vc-git-root only once.
6830
6831 2009-11-30 Juri Linkov <juri@jurta.org>
6832
6833 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6834 value `buffer' of `multi-isearch-next-buffer-current-function'.
6835 Use `(current-buffer)' when `buffer' is nil.
6836 (multi-isearch-next-buffer-from-list): Don't fallback to
6837 `(current-buffer)' when `buffer' is nil. (Bug#4947)
6838
6839 2009-11-30 Juri Linkov <juri@jurta.org>
6840
6841 * misearch.el (multi-isearch-read-buffers): Move canonicalization
6842 of buffers with `get-buffer' to `multi-isearch-buffers'.
6843 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6844 Canonicalize BUFFERS with `get-buffer'. Doc fix.
6845 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6846 FILES with `expand-file-name' converting relative file names
6847 to absolute. Doc fix. (Bug#4727)
6848
6849 2009-11-30 Juri Linkov <juri@jurta.org>
6850
6851 * misearch.el (multi-isearch-read-buffers)
6852 (multi-isearch-read-matching-buffers): New functions.
6853 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6854 Use them in the `interactive' spec. Doc fix.
6855 (multi-isearch-read-files, multi-isearch-read-matching-files):
6856 New functions.
6857 (multi-isearch-files, multi-isearch-files-regexp):
6858 Use them in the `interactive' spec. Doc fix. (Bug#4725)
6859
6860 2009-11-30 Juri Linkov <juri@jurta.org>
6861
6862 * doc-view.el (doc-view-continuous):
6863 Rename from `doc-view-continuous-mode'.
6864 (doc-view-menu): Move "Toggle display" to the top.
6865 Add submenu "Continuous" with radio buttons "Off"/"On"
6866 and "Save as Default".
6867 (doc-view-scroll-up-or-next-page)
6868 (doc-view-scroll-down-or-previous-page)
6869 (doc-view-next-line-or-next-page)
6870 (doc-view-previous-line-or-previous-page): Rename
6871 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
6872
6873 2009-11-30 Juri Linkov <juri@jurta.org>
6874
6875 * comint.el (comint-mode-map): Rebind `M-r' from
6876 `comint-previous-matching-input' to
6877 `comint-history-isearch-backward-regexp'.
6878 Unbind `M-s' to allow global key binding `M-s'.
6879 Add menu items for `comint-history-isearch-backward' and
6880 `comint-history-isearch-backward-regexp'. (Bug#3746)
6881
6882 2009-11-30 Juri Linkov <juri@jurta.org>
6883
6884 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6885 For def=recenter, replace `recenter' with `recenter-top-bottom'
6886 that is called with `this-command' and `last-command' let-bound
6887 to `recenter-top-bottom'. When the last `def' was not `recenter',
6888 set `recenter-last-op' to nil. (Bug#4981)
6889
6890 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 Minor cleanup and simplification.
6893 * filecache.el (file-cache-add-directory)
6894 (file-cache-add-directory-recursively)
6895 (file-cache-add-from-file-cache-buffer)
6896 (file-cache-delete-file-regexp, file-cache-delete-directory)
6897 (file-cache-files-matching-internal, file-cache-display): Use dolist.
6898 (file-cache-temp-minibuffer-message): Delete function.
6899 (file-cache-minibuffer-complete): Use minibuffer-message instead.
6900
6901 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6902 Don't signal an error when bumping into EOB in tr, s, or y.
6903
6904 2009-11-29 Juri Linkov <juri@jurta.org>
6905
6906 * startup.el (fancy-about-text): Fix wording of Guided Tour.
6907 (Bug#4960)
6908
6909 * descr-text.el (describe-char-unidata-list): Use lowercase name
6910 for "Unicode name" like in other tags.
6911
6912 2009-11-29 Juri Linkov <juri@jurta.org>
6913
6914 * ediff-util.el (ediff-minibuffer-with-setup-hook):
6915 New compatibility macro.
6916 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6917
6918 2009-11-29 Juri Linkov <juri@jurta.org>
6919
6920 Add defcustom to define the cycling order of `recenter-top-bottom'.
6921 (Bug#4981)
6922
6923 * window.el (recenter-last-op): Doc fix.
6924 (recenter-positions): New defcustom.
6925 (recenter-top-bottom): Rewrite to use `recenter-positions'.
6926 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6927
6928 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
6929
6930 Improve integration of Tramp and ange-ftp in eshell.
6931
6932 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6933 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
6934 (eshell/sudo): Flatten args. Let-bind `default-directory'.
6935
6936 * eshell/esh-util.el (top): Require also Tramp when compiling.
6937 (eshell-directory-files-and-attributes): Check for FTP remote
6938 connection.
6939 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6940 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6941 (eshell-file-attributes): Handle ".". Return `entry'.
6942
6943 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6944 (ange-ftp-directory-files-and-attributes)
6945 (ange-ftp-real-directory-files-and-attributes): New defuns.
6946
6947 * net/tramp.el (tramp-maybe-open-connection): Open the remote
6948 shell with "exec" when possible. This prevents trailing prompts
6949 in `start-file-process'.
6950
6951 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6952
6953 Try and remove assumptions about point-min==1.
6954 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6955 (rng-compute-mode-line-string): Show the validation percentage in
6956 terms of the narrowed text, not the widened text.
6957 (rng-do-some-validation): Don't catch internal errors when debugging.
6958 (rng-first-error): Simplify.
6959 (rng-after-change-function): Remove work around. AFAIK the bug has
6960 been fixed a while ago.
6961
6962 * image-mode.el (image-minor-mode): Exit more gracefully when the image
6963 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6964
6965 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6966
6967 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6968 `cd' doesn't always do it for us (bug#5067).
6969
6970 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6971 on 2009-10-25 as part of some other change (bug#5067).
6972
6973 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6974
6975 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6976 `suspicious'.
6977 (byte-compile-warnings): Use byte-compile-warning-types.
6978 (byte-compile-save-excursion): Warn about use of set-buffer right
6979 after save-excursion.
6980
6981 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6982 the excursion as well.
6983
6984 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
6985
6986 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6987 providing a Tramp related implementation of "su" and "sudo".
6988 (eshell-unix-initialize): Add "su" and "sudo".
6989
6990 2009-11-27 Daiki Ueno <ueno@unixuser.org>
6991
6992 * net/socks.el (socks-send-command): Convert binary request to
6993 unibyte before sending. This fixes mishandling of some port
6994 numbers such as 129.
6995
6996 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6997
6998 * help.el (describe-bindings-internal): Remove `interactive'.
6999
7000 * man.el (Man-completion-table): Trim a terminating "(".
7001 Remove the space between name page a section.
7002 Add the command's description on the `help-echo' property.
7003 Remove `process-connection-type' binding since it's unused by
7004 call-process.
7005 Provide completion for the "<section> <name>" format as well.
7006 (Man-default-man-entry): Remove spurious var shadowing the argument.
7007
7008 2009-11-26 Kevin Ryde <user42@zip.com.au>
7009
7010 * log-view.el: Add "Keywords: tools", since its other keywords
7011 aren't in finder-known-keywords, and following vc.el.
7012
7013 * sha1.el (sha1-string-external): default-directory "/" in case
7014 otherwise non-existent. process-connection-type pipe for touch of
7015 efficiency recommended by elisp manual. (An aside in Bug#3911.)
7016
7017 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7018
7019 Misc coding convention cleanups.
7020 * htmlfontify.el (hfy-init-kludge-hook): Rename from
7021 hfy-init-kludge-hooks.
7022 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7023 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
7024 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
7025 and push.
7026 (hfy-slant, hfy-weight): Use tables rather than code.
7027 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
7028 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
7029 (hfy-face-attr-for-class): Initialize `face-spec' directly.
7030 (hfy-face-to-css): Remove `nconc' with single arg.
7031 (hfy-p-to-face-lennart): Use `or'.
7032 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
7033 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
7034 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
7035 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
7036 (hfy-force-fontification): Use run-hooks.
7037
7038 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
7039
7040 Various minor fixes.
7041 * htmlfontify.el (hfy-default-header): Add toggle_invis since
7042 Javascript belongs in the header, not the body.
7043 (hfy-javascript): Remove.
7044 (hfy-fontify-buffer): Don't insert it any more.
7045 (hfy-face-at): Handle (face0 face1 face2) style face properties.
7046 Fix bug in invis handling when there were no invis props in a chunk.
7047
7048 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7051
7052 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
7053
7054 * finder.el (finder-mode-map): Add a menu.
7055
7056 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
7057
7058 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7059 "unsigned" structs.
7060
7061 (verilog-leap-to-head, verilog-backward-token): Handle "disable
7062 fork" statement better.
7063
7064 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
7065
7066 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7067 (verilog-delete-auto, verilog-delete-empty-auto-pair)
7068 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7069 Reported by Clay Douglass.
7070
7071 (verilog-auto-inst, verilog-auto-star-safe)
7072 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7073 Fix removing "// Interfaces" when saving .* expansions. Reported by
7074 Pierre-David Pfister.
7075
7076 2009-11-26 Glenn Morris <rgm@gnu.org>
7077
7078 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7079 the scope.
7080
7081 2009-11-25 Johan Bockgård <bojohan@gnu.org>
7082
7083 * vc-annotate.el (vc-annotate-revision-previous-to-line):
7084 Really use previous revision.
7085
7086 2009-11-25 Kevin Ryde <user42@zip.com.au>
7087
7088 * man.el (Man-completion-table): default-directory "/" in case
7089 doesn't otherwise exist. process-environment COLUMNS=999 so as
7090 not to truncate long names. process-connection-type pipe to avoid
7091 any chance of hitting the pseudo-tty TIOCGWINSZ.
7092 (man): completion-ignore-case t for friendliness and since man
7093 itself is case-insensitive on the command line.
7094 Further to Bug#3717.
7095
7096 * arc-mode.el: Add "Keywords: files", so the details in its
7097 commentary can be reached from finder-by-keyword.
7098 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
7099 editing mode, but it's comms related and sgml-mode.el has "comm"
7100 on that basis too.
7101 * textmodes/bibtex-style.el: Add "Keywords: tex".
7102 * international/isearch-x.el, international/ja-dic-cnv.el:
7103 * international/ja-dic-utl.el, international/kkc.el:
7104 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7105
7106 2009-11-25 Juri Linkov <juri@jurta.org>
7107
7108 * man.el (Man-completion-table): Modify regexp to include
7109 section names to completion strings. (Bug#3717)
7110
7111 2009-11-25 Juri Linkov <juri@jurta.org>
7112
7113 Search recursively in gzipped files. (Bug#4982)
7114
7115 * progmodes/grep.el (grep-highlight-matches): Add new options
7116 `always' and `auto'. Doc fix.
7117 (grep-process-setup): Check `grep-highlight-matches' for
7118 `auto-detect' to determine the need to compute grep defaults.
7119 Move Windows/DOS specific --colors settings handling
7120 to `grep-compute-defaults'. Check `grep-highlight-matches'
7121 to get the value of "--color=".
7122 (grep-compute-defaults): Compute `grep-highlight-matches' when it
7123 has the value `auto-detect'. Move Windows/DOS specific settings
7124 from `grep-process-setup'.
7125 (zrgrep): New command with alias `rzgrep'.
7126
7127 2009-11-25 Juri Linkov <juri@jurta.org>
7128
7129 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7130 to nil instead of switching off view-mode. (Bug#4896)
7131
7132 2009-11-25 Juri Linkov <juri@jurta.org>
7133
7134 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
7135
7136 * mwheel.el (mwheel-scroll-up-function)
7137 (mwheel-scroll-down-function): New defvars.
7138 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7139 `scroll-up', and `mwheel-scroll-down-function' instead of
7140 `scroll-down'.
7141
7142 * doc-view.el (doc-view-scroll-up-or-next-page)
7143 (doc-view-scroll-down-or-previous-page): Add optional ARG.
7144 Use this ARG in the call to image-scroll-up/image-scroll-down.
7145 Change `interactive' spec to "P". Goto next/previous page only
7146 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7147 SPC/DEL case). Doc fix.
7148 (doc-view-next-line-or-next-page)
7149 (doc-view-previous-line-or-previous-page): Rename arg to ARG
7150 for consistency.
7151 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7152 `doc-view-scroll-up-or-next-page', and buffer-local
7153 `mwheel-scroll-down-function' to
7154 `doc-view-scroll-down-or-previous-page'.
7155
7156 2009-11-25 Juri Linkov <juri@jurta.org>
7157
7158 Provide additional default values (directories at other Dired
7159 windows) via M-n in the minibuffer of some Dired commands.
7160
7161 * dired-aux.el (dired-diff, dired-compare-directories)
7162 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7163 `minibuffer-default' in `minibuffer-with-setup-hook'.
7164 (dired-dwim-target-directory): Find a window that displays Dired
7165 buffer instead of failing when the next window is not Dired.
7166 Use `get-window-with-predicate' to find for the next Dired window.
7167 (dired-dwim-target-defaults): New function.
7168
7169 * ediff-util.el (ediff-read-file-name):
7170 Use `dired-dwim-target-defaults' to set `minibuffer-default'
7171 in `minibuffer-with-setup-hook'.
7172
7173 2009-11-25 Juri Linkov <juri@jurta.org>
7174
7175 Provide additional default values (file name at point or at the
7176 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
7177
7178 * minibuffer.el (read-file-name-defaults): New function.
7179 (read-file-name): Reset `minibuffer-default' to nil when
7180 it duplicates initial input `insdef'.
7181 Bind `minibuffer-default-add-function' to lambda that
7182 calls `read-file-name-defaults' in `minibuffer-selected-window'.
7183 (minibuffer-insert-file-name-at-point): New command.
7184
7185 * files.el (file-name-at-point-functions): New defcustom.
7186 (find-file-default): Remove defvar.
7187 (find-file-read-args): Don't use `find-file-default'.
7188 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7189 to `read-file-name'.
7190 (find-file-literally): Use `read-file-name' with
7191 `confirm-nonexistent-file-or-buffer'.
7192
7193 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7194
7195 * dired.el (dired-read-dir-and-switches):
7196 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7197 to `read-file-name'.
7198 (dired-file-name-at-point): New function.
7199 (dired-mode): Add hook `dired-file-name-at-point' to
7200 `file-name-at-point-functions'.
7201
7202 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 Really make the *Completions* window soft-dedicated (bug#5030).
7205 * window.el (window--display-buffer-2): Add `dedicated' argument.
7206 (display-buffer): Pass it when needed so the dedicated flag is set
7207 after calling set-window-buffer, which would otherwise reset it.
7208
7209 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7210
7211 * progmodes/meta-mode.el (meta-complete-symbol):
7212 * progmodes/etags.el (complete-tag):
7213 * mail/mailabbrev.el (mail-abbrev-complete-alias):
7214 Use completion-in-region.
7215
7216 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7217 (dabbrev-completion): Use completion-in-region.
7218 (dabbrev--abbrev-at-point): Simplify regexp.
7219
7220 * abbrev.el (abbrev--before-point): Use word-motion functions
7221 if :regexp is not specified (bug#5031).
7222
7223 * subr.el (string-prefix-p): New function.
7224
7225 * man.el (Man-completion-cache): New var.
7226 (Man-completion-table): Use it.
7227
7228 * vc.el (vc-print-log-internal): Make `limit' optional for better
7229 compatibility (e.g. with vc-annotate.el).
7230
7231 2009-11-24 Kevin Ryde <user42@zip.com.au>
7232
7233 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7234 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
7235
7236 * emacs-lisp/elint.el (elint-add-required-env): Better error message
7237 when .el source file not found or other error.
7238
7239 2009-11-24 Markus Triska <markus.triska@gmx.at>
7240
7241 * linum.el (linum-update-window): Ignore intangible (bug#4996).
7242
7243 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 Handle the [back] button properly (bug#4979).
7246 * descr-text.el (describe-text-properties): Add a `buffer' argument.
7247 Use help-setup-xref, help-buffer, and with-help-window.
7248 (describe-char): Add `buffer' argument.
7249 Pass proper command to help-setup-xref. Don't meddle with
7250 help-xref-stack-item directly.
7251 (describe-text-category): Use with-help-window and help-buffer.
7252
7253 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7254 for the displayed buffer (bug#4887).
7255
7256 * man.el (Man-completion-table): New function.
7257 (man): Use it.
7258
7259 2009-11-24 David Reitter <david.reitter@gmail.com>
7260
7261 * vc-git.el (vc-git-registered): Use checkout directory (where
7262 .git is) rather than the file's directory and a relative path spec
7263 to work around a bug in git.
7264
7265 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
7266
7267 Improve handling of processes on remote hosts.
7268
7269 * eshell/esh-util.el (eshell-path-env): New defvar.
7270 (eshell-parse-colon-path): New defun.
7271 (eshell-file-attributes): Use `eshell-parse-colon-path'.
7272
7273 * eshell/esh-ext.el (eshell-search-path):
7274 Use `eshell-parse-colon-path'.
7275 (eshell-remote-command): Remove argument HANDLER.
7276 (eshell-external-command): Check for FTP remote connection.
7277
7278 * eshell/esh-proc.el (eshell-gather-process-output):
7279 Use `file-truename', in order to start also symlinked files.
7280 Apply `start-file-process' instead of `start-process'.
7281 Shorten `command' to the local file name part.
7282
7283 * eshell/em-cmpl.el (eshell-complete-commands-list):
7284 Use `eshell-parse-colon-path'.
7285
7286 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7287
7288 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
7289 to `eshell-directory-change-hook'.
7290
7291 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
7292
7293 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7294 because it could be enabled automatically if view-read-only is non-nil.
7295
7296 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
7297
7298 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7299 made on 2009-11-22.
7300
7301 2009-11-24 Glenn Morris <rgm@gnu.org>
7302
7303 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7304 deleted variable bookmark-bmenu-bookmark-column.
7305
7306 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7307 Move after definition of global-semantic-idle-tag-highlight-mode.
7308
7309 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7310
7311 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7312
7313 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
7314
7315 * net/browse-url.el (browse-url-filename-alist): On Windows, add
7316 two slashes to the "file:" prefix.
7317 (browse-url-file-url): De-munge Cygwin filenames before passing
7318 them to Windows browser.
7319 (browse-url-default-windows-browser): Use call-process.
7320
7321 2009-11-23 Juri Linkov <juri@jurta.org>
7322
7323 Implement DocView Continuous mode. (Bug#4896)
7324 * doc-view.el (doc-view-continuous-mode): New defcustom.
7325 (doc-view-mode-map): Bind C-n/<down> to
7326 `doc-view-next-line-or-next-page', C-p/<up> to
7327 `doc-view-previous-line-or-previous-page'.
7328 (doc-view-next-line-or-next-page)
7329 (doc-view-previous-line-or-previous-page): New commands.
7330
7331 2009-11-23 Juri Linkov <juri@jurta.org>
7332
7333 Implement Isearch in comint input history. (Bug#3746)
7334 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7335 `isearch-mode-hook'.
7336 (comint-history-isearch): New defcustom.
7337 (comint-history-isearch-backward)
7338 (comint-history-isearch-backward-regexp): New commands.
7339 (comint-history-isearch-message-overlay): New buffer-local variable.
7340 (comint-history-isearch-setup, comint-history-isearch-end)
7341 (comint-goto-input, comint-history-isearch-search)
7342 (comint-history-isearch-message, comint-history-isearch-wrap)
7343 (comint-history-isearch-push-state)
7344 (comint-history-isearch-pop-state): New functions.
7345
7346 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
7347
7348 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7349 return.
7350 (tramp-handle-make-symbolic-link)
7351 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7352 Quote file names.
7353 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7354 (tramp-handle-process-file): Use it.
7355
7356 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7357
7358 * window.el (move-to-window-line-last-op): Remove.
7359 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7360
7361 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
7362
7363 Make M-r mirror the new cycling behavior of C-l.
7364 * window.el (move-to-window-line-last-op): New var.
7365 (move-to-window-line-top-bottom): New command.
7366 (global-map): Bind M-r move-to-window-line-top-bottom.
7367
7368 2009-11-23 Sven Joachim <svenjoac@gmx.de>
7369
7370 * dired-x.el (dired-guess-shell-alist-default):
7371 Support xz format. (Bug#4953)
7372
7373 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
7374
7375 * cedet/srecode/map.el (srecode-get-maps):
7376 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7377 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7378 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7379 (semantic-toggle-decoration-style):
7380 * cedet/semantic/decorate/include.el
7381 (semantic-decoration-include-describe)
7382 (semantic-decoration-unknown-include-describe)
7383 (semantic-decoration-unparsed-include-describe)
7384 (semantic-decoration-all-include-summary):
7385 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7386 * cedet/semantic/analyze/complete.el
7387 (semantic-analyze-possible-completions):
7388 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7389 (semantic-show-unmatched-syntax-mode)
7390 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7391 (semantic-highlight-func-mode):
7392 * cedet/semantic/util.el (semantic-describe-buffer):
7393 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7394 (semantic-symref-find-tags-by-name)
7395 (semantic-symref-find-tags-by-regexp)
7396 (semantic-symref-find-tags-by-completion)
7397 (semantic-symref-find-file-references-by-name)
7398 (semantic-symref-find-text):
7399 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7400 (senator-yank-tag):
7401 * cedet/semantic/scope.el (semantic-calculate-scope):
7402 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7403 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7404 (define-semantic-idle-service):
7405 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7406 (semantic-complete-analyze-inline-idle):
7407 * cedet/semantic/analyze.el (semantic-analyze-current-context):
7408 * cedet/mode-local.el (describe-mode-local-bindings)
7409 (describe-mode-local-bindings-in-mode):
7410 * cedet/ede/make.el (ede-make-check-version):
7411 * cedet/ede/locate.el (ede-enable-locate-on-project):
7412 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7413 (cedet-idutils-version-check):
7414 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7415 (cedet-gnu-global-version-check):
7416 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7417 (cedet-cscope-version-check): Use called-interactively-p instead
7418 of interactive-p.
7419
7420 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7421 Use semantic-format-tag-prototype.
7422
7423 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7424
7425 * emulation/viper-cmd.el: Use viper-last-command-char instead of
7426 last-command-char/last-command-event.
7427 (viper-prefix-arg-value): Do correct conversion of event-char for
7428 XEmacs.
7429
7430 * emulation/viper-util.el, emulation/viper.el:
7431 Use viper-last-command-char instead of
7432 last-command-char/last-command-event.
7433
7434 * ediff-init.el, ediff-mult.el, ediff-util.el:
7435 Replace last-command-char and last-command-event
7436 with (ediff-last-command-char) everywhere.
7437
7438 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7439 created in fundamental mode.
7440
7441 * ediff.el (ediff-version): Revert the change of interactive-p to
7442 called-interactively-p.
7443
7444 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
7445
7446 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7447 generation from word-movement command names.
7448
7449 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
7450
7451 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7452 (semantic-complete-jump-local, semantic-complete-jump):
7453 Improve prompt string.
7454
7455 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7456
7457 * cus-start.el (all): Add native condition for font-use-system-font.
7458
7459 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
7460
7461 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7462 Correct the patch from 2009-11-18. (Bug#3910)
7463
7464 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
7465
7466 * progmodes/subword.el: Rename from lisp/subword.el.
7467
7468 * subword.el: Rename to progmodes/subword.el.
7469
7470 * Makefile.in (ELCFILES): Adapt to subword.el move.
7471
7472 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7473 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7476 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7477 (bookmark-bmenu-show-filenames): Use push.
7478 (bookmark-bmenu-hide-filenames): Use local var instead of
7479 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
7480 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7481 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7482 filenames now that the bookmark names are always available.
7483
7484 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7485
7486 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7487 (bookmark-search-pattern): Move and leave unbound.
7488 (bookmark-bmenu-mode-map): Change binding.
7489 (bookmark-read-search-input): Simplify.
7490 Don't use text-char-description. Don't error on non-char events.
7491 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7492 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7493 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7494 Use a local var for the timer.
7495 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7496 (i.e. bookmark-bmenu-search).
7497
7498 2009-11-21 Glenn Morris <rgm@gnu.org>
7499
7500 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
7501
7502 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7503
7504 * net/browse-url.el (browse-url-default-windows-browser):
7505 Use cygstart for cygwin.
7506
7507 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
7508
7509 * bookmark.el: Formatting and doc fixes only:
7510 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7511 (bookmark-bmenu-search): Wrap to fit within 80 columns.
7512 Minor grammar and punctuation fixes in doc string.
7513 (bookmark-read-search-input): Adjust to fit within 80 columns.
7514
7515 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7516
7517 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7518 (c-backward-into-nomenclature): Adapt to subword renaming.
7519
7520 * subword.el (subword-forward, subword-backward, subword-mark)
7521 (subword-kill, subword-backward-kill, subword-transpose)
7522 (subword-downcase, subword-upcase, subword-capitalize)
7523 (subword-forward-internal, subword-backward-internal):
7524 Rename from forward-subword, backward-subword, mark-subword,
7525 kill-subword, backward-kill-subword, transpose-subwords,
7526 downcase-subword, upcase-subword, capitalize-subword,
7527 forward-subword-internal, backward-subword-internal.
7528
7529 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7530
7531 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7532 New options.
7533 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7534 New vars.
7535 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7536 (bookmark-bmenu-filter-alist-by-regexp)
7537 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7538 (bookmark-bmenu-search): New command.
7539 (bookmark-bmenu-mode-map): Bind it.
7540
7541 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7542
7543 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7544
7545 * cedet/semantic/idle.el (define-semantic-idle-service)
7546 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7547
7548 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7549
7550 * progmodes/cc-cmds.el: declare-functioned forward-subword and
7551 backward-subword to quit the byte-compiler.
7552
7553 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7554
7555 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7556
7557 * progmodes/cc-cmds.el (c-update-modeline)
7558 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7559 Refer to subword.el functions instead of cc-subword.el.
7560
7561 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7562 subword.el functions instead of cc-subword.el.
7563
7564 * progmodes/cc-subword.el: Rename to subword.el.
7565 * subword.el: Rename from progmodes/cc-subword.el.
7566 (subword-mode-map): Rename from c-subword-mode-map.
7567 (subword-mode): Rename from c-subword-mode.
7568 (global-subword-mode): New global minor mode.
7569 (forward-subword): Rename from c-forward-subword.
7570 (backward-subword): Rename from c-backward-subword.
7571 (mark-subword): Rename from c-mark-subword.
7572 (kill-subword): Rename from c-kill-subword.
7573 (backward-kill-subword): Rename from c-backward-kill-subword.
7574 (transpose-subwords): Rename from c-tranpose-subword.
7575 (downcase-subword): Rename from c-downcase-subword.
7576 (capitalize-subword): Rename from c-capitalize-subword.
7577 (forward-subword-internal): Rename from c-forward-subword-internal.
7578 (backward-subword-internal): Rename from c-backward-subword-internal.
7579
7580 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
7581
7582 * vc.el (vc-deduce-fileset): Allow non-state changing operations
7583 from a dired buffer.
7584 (vc-dired-deduce-fileset): New function.
7585 (vc-root-diff, vc-print-root-log): Use it.
7586
7587 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7588 nil LIMIT argument to vc-print-log-internal.
7589
7590 2009-11-20 Glenn Morris <rgm@gnu.org>
7591
7592 * Makefile.in (ELCFILES): Regenerate.
7593
7594 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7595
7596 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7597
7598 * cedet/semantic.el: Enable idle-mode menu items only if
7599 global-semantic-idle-scheduler-mode is enabled.
7600 (semantic-default-submodes): Doc fix.
7601
7602 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7603 When turning off, disable other idle modes.
7604
7605 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
7606
7607 * calc/calc.el (calc-set-mode-line):
7608 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7609 (math-format-number): Rename `math-format-complement-signed' to
7610 `math-format-twos-complement'.
7611
7612 * calc/calc-bin.el (math-format-twos-complement): Rename from
7613 math-format-complement-signed.
7614 (calc-radix): Rename `calc-complement-signed-mode' to
7615 `calc-twos-complement-mode'.
7616 (calc-octal-radix, calc-hex-radix): Add an argument for
7617 two's complement.
7618
7619 * calc/calc-embed.el (calc-embedded-mode-vars):
7620 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7621
7622 * calc/calc-ext.el (calc-init-extensions):
7623 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7624 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7625
7626 * calc/calc-units.el (math-build-units-table-buffer):
7627 Let `calc-twos-complement-mode' be nil.
7628
7629 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7630 entries.
7631
7632 * calc/calc-vec.el (calcFunc-vunpack):
7633 * calc/calc-aent.el (calc-do-calc-eval):
7634 * calc/calc-forms.el (math-format-date):
7635 * calc/calc-graph.el (calc-graph-plot):
7636 * calc/calc-math.el (math-use-emacs-fn):
7637 * calc/calccomp.el (math-compose-expr):
7638 Let `calc-twos-complement-mode' be nil.
7639
7640 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7643 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
7644 * minibuffer.el (completion-in-region-functions): New hook.
7645 (completion-in-region): New function.
7646 * emacs-lisp/lisp.el (lisp-complete-symbol):
7647 * pcomplete.el (pcomplete-std-complete): Use it.
7648
7649 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7652 (latex-complete-alist): New vars.
7653 (latex-string-prefix-p, latex-complete-bibtex-keys)
7654 (latex-complete-envnames, latex-complete-refkeys)
7655 (latex-complete-data): New functions.
7656 (latex-complete, latex-indent-or-complete): New commands.
7657
7658 * window.el (display-buffer-mark-dedicated): New var.
7659 (display-buffer): Obey it.
7660 * minibuffer.el (minibuffer-completion-help): Use it.
7661
7662 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7663
7664 * filecache.el (file-cache-add-file): Use push and cons.
7665 (file-cache-delete-file-regexp): Use push.
7666 (file-cache-complete): Use completion-in-region.
7667
7668 * simple.el (with-wrapper-hook): Fix thinko.
7669
7670 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7671 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7672 Use with-current-buffer and string-to-number.
7673 (hfy-fallback-colour-values): Use assoc-string.
7674 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7675 (hfy-face-at): Remove unused var `found-face'.
7676 (hfy-compile-stylesheet): Remove unused var `css'.
7677 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7678 and `orig-buffer'.
7679 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7680 Use with-current-buffer.
7681 (hfy-text-p): Use expand-file-name and fewer setq.
7682
7683 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
7684
7685 * htmlfontify.el, hfy-cmap.el: New files.
7686
7687 2009-11-19 Juri Linkov <juri@jurta.org>
7688
7689 * minibuffer.el (completions-format): New defcustom.
7690 (completion--insert-strings): Implement vertical format.
7691
7692 * simple.el (switch-to-completions): Move point to the first
7693 completion when point was at the beginning of the buffer.
7694
7695 2009-11-19 Juri Linkov <juri@jurta.org>
7696
7697 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
7698
7699 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7700
7701 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7702
7703 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7704 (mail-signature): Change default to t.
7705 (mail-from-style): Deprecate `system-default' value.
7706 (mail-insert-from-field): For default value of mail-from-style,
7707 default to `angles' unless `angles' needs quoting and `parens'
7708 does not.
7709 (mail-citation-prefix-regexp): Use citation regexp from
7710 message-mode.
7711
7712 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
7713
7714 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7715 Set variables for computing the prompt for reading password.
7716
7717 2009-11-19 Glenn Morris <rgm@gnu.org>
7718
7719 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
7720
7721 * textmodes/flyspell.el (sgml-lexical-context): Declare.
7722
7723 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7724 (newsticker-treeview-listwindow-height): Fix custom type.
7725
7726 2009-11-19 Kenichi Handa <handa@m17n.org>
7727
7728 * descr-text.el (describe-char-padded-string): Compose with TAB
7729 only if there's a font for CH.
7730 (describe-char): Fix the condition for detecting a trivial composition.
7731
7732 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
7733
7734 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7735 more accurate version of the regexp. (Bug#3910)
7736
7737 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7738
7739 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7740
7741 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
7742
7743 * font-setting.el (font-use-system-font): Declare for byte-compiler.
7744 (font-setting-change-default-font): Fix typo in docstring.
7745
7746 2009-11-18 Alan Mackenzie <acm@muc.de>
7747
7748 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7749
7750 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7751
7752 * font-setting.el (font-use-system-font): Move ...
7753
7754 * cus-start.el (all): ... to here.
7755
7756 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
7757
7758 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7759 Don't set `ad-return-value' if `ad-do-it' doesn't.
7760
7761 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7762 modification time.
7763
7764 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7765
7766 * menu-bar.el: Put "Use system font" in Option-menu.
7767 (menu-bar-options-save): Add font-use-system-font.
7768
7769 * loadup.el: If feature system-font-setting or font-render-setting is
7770 there, load font-setting.
7771
7772 * Makefile.in (ELCFILES): Add font-settings.el.
7773 * font-setting.el: New file.
7774
7775 2009-11-17 Glenn Morris <rgm@gnu.org>
7776
7777 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7778
7779 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7780 Preserve point in the list buffer. (Bug#4939)
7781 Use point-at-eol.
7782 (newsticker--treeview-list-update-highlight)
7783 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7784
7785 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7786
7787 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7788 Remove.
7789
7790 * calc/calc-ext.el (calc-init-extensions): Remove references to
7791 symclip.
7792
7793 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7794
7795 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7796 * calc/calc-help.el (calc-b-prefix-help): Remove references to
7797 `calc-symclip'.
7798
7799 2009-11-16 Kevin Ryde <user42@zip.com.au>
7800
7801 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7802 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7803
7804 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7805 (lm-keywords-list): Allow comma-only separator like "foo,bar".
7806 Ignore trailing spaces by omit-nulls to split-string (fixing
7807 regression from Emacs 21 due to the incompatible split-string
7808 change). (Bug #4928.)
7809
7810 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7811
7812 * vc.el (vc-log-show-limit): Default to 2000.
7813 (vc-print-log-internal): Insert buttons to request more entries
7814 when limiting the output.
7815
7816 * vc-sccs.el (vc-sccs-print-log):
7817 * vc-rcs.el (vc-rcs-print-log):
7818 * vc-cvs.el (vc-cvs-print-log):
7819 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7820 LIMIT is non-nil.
7821
7822 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7823
7824 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7825 error when `tramp-gvfs-dbus-event-vector' is set.
7826 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7827
7828 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7829
7830 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7831
7832 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7833
7834 * net/dbus.el (dbus-unregister-service): New defun.
7835 (dbus-register-property): Register the handlers of
7836 "org.freedesktop.DBus.Properties" for SERVICE.
7837 (dbus-property-handler): Fix docstring.
7838
7839 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7840
7841 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7842 Quote doc string reference in defvaralias as it is not in special form.
7843 (byte-compile-output-docform): Doc fix.
7844
7845 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7846
7847 * calc/calc.el (math-2-word-size, math-half-2-word-size)
7848 (calc-complement-signed-mode): New variables.
7849 (calc-set-mode-line): Add indicator for twos-complements.
7850 (math-format-number): Format twos-complement notation.
7851
7852 * calc/calc-bin.el (calc-word-size): Reset the variables
7853 `math-2-word-size' and `math-half-2-word-size'.
7854 (math-format-complement-signed, math-symclip, calcFunc-symclip)
7855 (calc-symclip): New functions.
7856
7857 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7858
7859 * calc/calc-embed.el (calc-embedded-mode-vars):
7860 Add `calc-complement-signed-mode' to the list of modes.
7861
7862 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7863 (calc-b-oper-keys): Add `calc-symclip' to list.
7864
7865 * calc/calc-ext.el (math-read-number-fancy): Read complement
7866 signed numbers.
7867 (calc-init-extensions): Add binding for `calc-symclip'.
7868 Add autoload for `calcFunc-symclip' and `calc-symclip'.
7869
7870 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7871 `calc-symclip'.
7872 (calc-modes-menu): Add item for twos complement mode.
7873
7874 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7875
7876 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7877
7878 * register.el (jump-to-register, insert-register): Handle Semantic
7879 tags. From commented-out advice in semantic/senator.el.
7880
7881 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7882
7883 * vc.el (vc-log-show-limit): New variable.
7884 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
7885 when using a prefix argument.
7886 (vc-print-log-internal): Add new argument LIMIT.
7887
7888 * vc-svn.el (vc-svn-print-log):
7889 * vc-mtn.el (vc-mtn-print-log):
7890 * vc-hg.el (vc-hg-print-log):
7891 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7892 pass it to the log command when set. Make the BUFFER argument
7893 non-optional.
7894
7895 * vc-sccs.el (vc-sccs-print-log):
7896 * vc-rcs.el (vc-rcs-print-log):
7897 * vc-git.el (vc-git-print-log):
7898 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7899 ignore it. Make the BUFFER argument non-optional
7900
7901 * bindings.el (mode-line-buffer-identification): Do not purecopy.
7902
7903 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7904
7905 * dired.el (dired-mode-map): Move encryption items to "Operate"
7906 menu (Bug#4703).
7907
7908 * strokes.el (strokes-update-window-configuration): Make strokes
7909 buffer current before erasing (Bug#4906).
7910
7911 * cedet/semantic/idle.el (semantic-idle-summary-mode)
7912 (semantic-idle-summary-mode): Define using define-minor-mode
7913 instead of define-semantic-idle-service.
7914 (semantic-idle-summary-mode): New function.
7915 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7916 that mouse motion does not reset the echo area.
7917
7918 2009-11-15 Juri Linkov <juri@jurta.org>
7919
7920 * simple.el (set-mark-default-inactive): Add :type, :group
7921 and :version. (Bug#4876)
7922
7923 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
7924
7925 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7926 (archive-unique-fname): ... here. (Bug#4929)
7927
7928 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7929
7930 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7931 with a real fix.
7932
7933 * novice.el (disabled-command-function): Add useful args.
7934 Setup the help buffer so that [back] works.
7935 Remove redundant call to help-mode.
7936 (disabled-command-function): Use `case'.
7937 (en/disable-command): New function extracted from enable-command.
7938 (enable-command, disable-command): Use it.
7939
7940 2009-11-14 Glenn Morris <rgm@gnu.org>
7941
7942 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7943 constants. (Bug#4913)
7944
7945 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7946
7947 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
7948
7949 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7950 defined in C that have no doc-strings. (Bug#1063)
7951
7952 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
7953
7954 * cus-edit.el (data, files):
7955 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
7956
7957 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
7958
7959 * simple.el (shell-command): Doc fix (Bug#4891).
7960
7961 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7962
7963 2009-11-14 Glenn Morris <rgm@gnu.org>
7964
7965 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7966 statements for vc-diff, emerge-quit, and rmail-cease-edit.
7967 If they are already loaded, eval-after-load will do the right thing.
7968
7969 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7970 compiling.
7971
7972 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7973
7974 * simple.el (x-selection-owner-p): Declare.
7975 (read-mail-command): Use custom radio type rather than choice.
7976 (completion-no-auto-exit): Doc fix.
7977
7978 * custom.el (defgroup):
7979 * epg-config.el (epg): Doc fixes.
7980
7981 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7982
7983 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7984 * international/ccl.el (define-ccl-program): Do not purecopy the
7985 docstring, defconst does it anyway.
7986
7987 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * add-log.el (add-change-log-entry): Avoid displaying the changelog
7990 a second time.
7991
7992 * x-dnd.el (x-dnd-maybe-call-test-function):
7993 * window.el (split-window-vertically):
7994 * whitespace.el (whitespace-help-on):
7995 * vc-rcs.el (vc-rcs-consult-headers):
7996 * userlock.el (ask-user-about-lock-help)
7997 (ask-user-about-supersession-help):
7998 * type-break.el (type-break-force-mode-line-update):
7999 * time-stamp.el (time-stamp-conv-warn):
8000 * terminal.el (te-set-output-log, te-more-break, te-filter)
8001 (te-sentinel, terminal-emulator):
8002 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
8003 (term-write-input-ring, term-check-source, term-start-output-log):
8004 (term-display-buffer-line, term-dynamic-list-completions):
8005 (term-ansi-make-term, serial-term):
8006 * subr.el (selective-display):
8007 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8008 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
8009 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
8010 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
8011 (speedbar-remove-localized-speedbar-support)
8012 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
8013 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
8014 (speedbar-buffers-line-directory):
8015 * simple.el (shell-command-on-region, append-to-buffer)
8016 (prepend-to-buffer):
8017 * shadowfile.el (shadow-save-todo-file):
8018 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
8019 (scroll-bar-maybe-set-window-start):
8020 * sb-image.el (speedbar-image-dump):
8021 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
8022 (load-save-place-alist-from-file):
8023 * ps-samp.el (ps-print-message-from-summary):
8024 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
8025 (ps-background-image, ps-begin-job, ps-do-despool):
8026 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
8027 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
8028 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
8029 (pr-call-process, pr-file-list, pr-interface-save):
8030 * novice.el (disabled-command-function)
8031 (enable-command, disable-command):
8032 * mouse.el (mouse-buffer-menu-alist):
8033 * mouse-copy.el (mouse-kill-preserving-secondary):
8034 * macros.el (kbd-macro-query):
8035 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
8036 * informat.el (batch-info-validate):
8037 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
8038 * hippie-exp.el (try-expand-dabbrev-visible):
8039 * help-mode.el (help-make-xrefs):
8040 * help-fns.el (describe-variable):
8041 * generic-x.el (bat-generic-mode-run-as-comint):
8042 * finder.el (finder-mouse-select):
8043 * find-dired.el (find-dired-sentinel):
8044 * filesets.el (filesets-file-close):
8045 * files.el (list-directory):
8046 * faces.el (list-faces-display, describe-face):
8047 * facemenu.el (list-colors-display):
8048 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8049 * epg.el (epg--process-filter, epg-cancel):
8050 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8051 (epa--read-signature-type):
8052 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8053 (emerge-file-names):
8054 * ehelp.el (electric-helpify):
8055 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8056 * ediff-vers.el (rcs-ediff-view-revision):
8057 * ediff-util.el (ediff-setup):
8058 * ediff-mult.el (ediff-append-custom-diff):
8059 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8060 (ediff-wordify):
8061 * echistory.el (Electric-command-history-redo-expression):
8062 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8063 * disp-table.el (describe-display-table):
8064 * dired.el (dired-find-buffer-nocreate):
8065 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8066 * dabbrev.el (dabbrev--same-major-mode-p):
8067 * chistory.el (list-command-history):
8068 * apropos.el (apropos-documentation):
8069 * allout.el (allout-obtain-passphrase):
8070 (allout-copy-exposed-to-buffer):
8071 (allout-verify-passphrase): Use with-current-buffer.
8072
8073 2009-11-13 Glenn Morris <rgm@gnu.org>
8074
8075 * Makefile.in (ELCFILES): Regenerate.
8076
8077 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
8078
8079 * net/dbus.el (dbus-registered-objects-table): Rename from
8080 `dbus-registered-functions-table', because it contains also properties.
8081 (dbus-unregister-object): Unregister also properties.
8082 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8083 Use a timeout of 500 msec, in order to not block.
8084 (dbus-register-property, dbus-property-handler): New defuns.
8085
8086 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 * simple.el (minibuffer-default-add-completions): Drop deprecated
8089 4th arg.
8090
8091 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
8092
8093 * textmodes/artist.el (artist-mouse-choose-operation):
8094 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8095 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8096 (artist-compute-up-event-key): New function.
8097 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8098
8099 2009-11-13 Kenichi Handa <handa@m17n.org>
8100
8101 * language/japan-util.el: Make sure that the value of jisx0208
8102 property is jisx0208 character.
8103
8104 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
8105
8106 * international/mule.el (auto-coding-regexp-alist): Only purecopy
8107 car or each item, not the whole list.
8108
8109 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
8110
8111 * minibuffer.el (minibuffer-completion-help):
8112 Use minibuffer-hide-completions.
8113
8114 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
8115
8116 * dired.el (dired-save-positions, dired-restore-positions): New funs.
8117 (dired-revert): Use them (bug#4880).
8118
8119 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8120
8121 * tooltip.el (tooltip-frame-parameters): Undo previous change.
8122
8123 2009-11-12 Juri Linkov <juri@jurta.org>
8124
8125 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8126 New functions.
8127 (find-file-literally-at-point): Alias of `ffap-literally'.
8128
8129 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8130
8131 * textmodes/ispell.el (ispell-skip-region-alist):
8132 * textmodes/css-mode.el (auto-mode-alist):
8133 * progmodes/compile.el (auto-mode-alist):
8134 * international/mule.el (ctext-non-standard-encodings-alist)
8135 (ctext-non-standard-encodings-regexp):
8136 * simple.el (shell-command-switch, text-read-only):
8137 * replace.el (occur-mode-map):
8138 * paths.el (rmail-file-name):
8139 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8140 * find-file.el (ff-special-constructs):
8141 * files.el (file-name-handler-alist):
8142 * composite.el: Purecopy strings.
8143
8144 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8145
8146 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8147
8148 * widget.el (define-widget): Purecopy the docstring.
8149 * international/mule-cmds.el (charset): Do not purecopy the
8150 docstring here, define-widget does it.
8151
8152 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8153 * textmodes/bibtex-style.el (auto-mode-alist):
8154 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8155 * progmodes/compile.el (compile-command):
8156 * language/korea-util.el (default-korean-keyboard):
8157 * international/mule-conf.el (file-coding-system-alist):
8158 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8159 * tooltip.el (tooltip-frame-parameters):
8160 * newcomment.el (comment-end, comment-padding):
8161 * dired.el (dired-trivial-filenames):
8162 * comint.el (comint-file-name-prefix): Purecopy initial values.
8163
8164 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
8165
8166 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8167 (tramp-advice-minibuffer-electric-tilde): Unload advices via
8168 `tramp-unload'.
8169 (tramp-advice-make-auto-save-file-name)
8170 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8171 after removing the advice.
8172
8173 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8174
8175 * progmodes/grep.el (grep-regexp-alist):
8176 * international/mule-cmds.el (iso-2022-control-alist):
8177 * emacs-lisp/timer.el (timer-duration-words):
8178 * subr.el (version-separator, version-regexp-alist):
8179 * minibuffer.el (completion-styles-alist):
8180 * faces.el (face-attribute-name-alist, list-faces-sample-text):
8181 Change defvars to defconsts.
8182
8183 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8184 * loadup.el ("international/mule-conf"): Load the byte compiled version.
8185 * international/mule-conf.el: Allow to be byte compiled.
8186
8187 * international/mule.el (define-charset): Purecopy props.
8188 (load-with-code-conversion): Purecopy doc string and file name.
8189 (put-charset-property): Purecopy strings.
8190 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8191
8192 * international/mule-cmds.el (register-input-method): Purecopy arguments.
8193 (define-char-code-property): Correctly purecopy the table.
8194
8195 * international/ccl.el (define-ccl-program): Purecopy the docstring.
8196
8197 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8198
8199 * subr.el (add-hook): Purecopy strings.
8200 (eval-after-load): Purecopy load-history-regexp and the form.
8201
8202 * custom.el (custom-declare-group): Purecopy load-file-name.
8203
8204 * subr.el (menu-bar-separator): New defconst.
8205 * net/eudc.el (eudc-tools-menu):
8206 * international/mule-cmds.el (set-coding-system-map)
8207 (mule-menu-keymap):
8208 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8209 * vc-hooks.el (vc-menu-map):
8210 * replace.el (occur-mode-map):
8211 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8212 (menu-bar-edit-menu, menu-bar-goto-menu)
8213 (menu-bar-custom-menu, menu-bar-showhide-menu)
8214 (menu-bar-options-menu, menu-bar-tools-menu)
8215 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8216 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8217 (menu-bar-help-menu):
8218 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8219 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8220
8221 * term/x-win.el (x-gtk-stock-map):
8222 * progmodes/vera-mode.el (auto-mode-alist):
8223 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8224 (inferior-lisp-program, inferior-lisp-load-command):
8225 * progmodes/hideshow.el (hs-special-modes-alist):
8226 * progmodes/gud.el (same-window-regexps):
8227 * progmodes/grep.el (grep-program, find-program, xargs-program):
8228 * net/telnet.el (same-window-regexps):
8229 * net/rlogin.el (same-window-regexps):
8230 * language/ethiopic.el (font-ccl-encoder-alist):
8231 * vc-sccs.el (vc-sccs-master-templates):
8232 * vc-rcs.el (vc-rcs-master-templates):
8233 * subr.el (cl-assertion-failed):
8234 * simple.el (next-error-overlay-arrow-position):
8235 * lpr.el (lpr-command):
8236 * locate.el (locate-ls-subdir-switches):
8237 * info.el (same-window-regexps, info)
8238 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8239 * image-mode.el (image-mode, auto-mode-alist):
8240 * hippie-exp.el (hippie-expand-ignore-buffers):
8241 * format.el (format-alist):
8242 * find-dired.el (find-ls-subdir-switches, find-grep-options)
8243 (find-name-arg):
8244 * facemenu.el (facemenu-keybindings):
8245 * dired.el (dired-listing-switches, dired-chown-program):
8246 * diff.el (diff-switches, diff-command):
8247 * cus-edit.el (same-window-regexps):
8248 * bindings.el (mode-line-mule-info)
8249 (mode-line-buffer-identification): Purecopy strings.
8250
8251 2009-11-11 Juri Linkov <juri@jurta.org>
8252
8253 * simple.el (dired-get-filename) <declare-function>:
8254 Tell the byte-compiler about dired-get-filename.
8255 (shell-command): In Dired mode, get filename from the current line
8256 as the default value.
8257
8258 2009-11-10 Glenn Morris <rgm@gnu.org>
8259
8260 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8261 * calendar/holidays.el, progmodes/cperl-mode.el:
8262 Update x-popup-menu declarations.
8263
8264 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8265 (list-load-path-shadows): Use dolist.
8266 (list-load-path-shadows): Use with-current-buffer.
8267
8268 2009-11-10 Juri Linkov <juri@jurta.org>
8269
8270 * minibuffer.el (read-file-name): Support a list of default values
8271 in `default-filename'. Use the first file name where only one
8272 element is required. Doc fix.
8273
8274 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
8275
8276 * net/dbus.el (dbus-unregister-object): Release service, if no
8277 other method is registered for it.
8278
8279 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
8280
8281 * bookmark.el (bookmark-completing-read): Sort bookmark names if
8282 bookmark-sort-flag is non-nil (Bug#4653).
8283
8284 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8285
8286 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8287 the progress reporter entirely.
8288
8289 * emulation/cua-base.el: Add CUA property to some CC mode commands
8290 (Bug#4100).
8291
8292 2009-11-08 Kevin Ryde <user42@zip.com.au>
8293
8294 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8295 at end of sentence (Bug#4818).
8296
8297 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
8298
8299 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8300 Handle "see declaration of" MSFT statements (Bug#4100).
8301
8302 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
8303
8304 * net/tramp.el (tramp-advice-make-auto-save-file-name)
8305 (tramp-advice-file-expand-wildcards): Unload via
8306 `ad-remove-advice'.
8307
8308 * net/trampver.el: Update release number.
8309
8310 2009-11-08 Kevin Ryde <user42@zip.com.au>
8311
8312 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8313 `ad-do-it'.
8314
8315 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
8316
8317 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8318 in order to keep context in SELinux.
8319
8320 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8321
8322 * dired-aux.el (dired-query): Place cursor in echo area and allow
8323 C-g.
8324
8325 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8326 menu item if not on a directory (Bug#4701).
8327
8328 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
8329
8330 Sync with Tramp 2.1.17.
8331
8332 * net/tramp.el (tramp-handle-copy-directory): Don't use
8333 `file-remote-p' (due to compatibility).
8334
8335 * net/tramp-compat.el (tramp-compat-copy-directory)
8336 (tramp-compat-delete-directory): New defuns.
8337
8338 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8339 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8340 `tramp-compat-delete-directory'.
8341
8342 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8343 (tramp-smb-handle-delete-directory): Use
8344 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8345
8346 * net/trampver.el: Update release number.
8347
8348 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
8349
8350 * tar-mode.el (tar-copy): Call write-region on the right buffer
8351 (Bug#4857).
8352
8353 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8354 by hand, if necessary (Bug#4878).
8355
8356 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8359 align size column (Bug#4839).
8360
8361 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8362 statement.
8363
8364 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8365
8366 * progmodes/ld-script.el (auto-mode-alist):
8367 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8368
8369 * cus-face.el (custom-declare-face): Purecopy face spec.
8370
8371 2009-11-06 Kenichi Handa <handa@m17n.org>
8372
8373 * international/uni-bidi.el: Re-generated.
8374 * international/uni-category.el: Re-generated.
8375 * international/uni-combining.el: Re-generated.
8376 * international/uni-mirrored.el: Re-generated.
8377
8378 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8379
8380 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8381 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8382 (tex-start-options, slitex-run-command, latex-run-command)
8383 (tex-run-command, tex-directory):
8384 * textmodes/ispell.el (ispell-html-skip-alists)
8385 (ispell-tex-skip-alists, ispell-tex-skip-alists):
8386 * textmodes/fill.el (adaptive-fill-first-line-regexp):
8387 (adaptive-fill-regexp):
8388 * textmodes/dns-mode.el (auto-mode-alist):
8389 * progmodes/python.el (interpreter-mode-alist):
8390 * progmodes/etags.el (tags-compression-info-list):
8391 * progmodes/etags.el (tags-file-name):
8392 * net/browse-url.el (browse-url-galeon-program)
8393 (browse-url-firefox-program):
8394 * mail/sendmail.el (mail-signature-file)
8395 (mail-citation-prefix-regexp):
8396 * international/mule-conf.el (eight-bit):
8397 * international/latexenc.el (latex-inputenc-coding-alist):
8398 * international/fontset.el (x-pixel-size-width-font-regexp):
8399 * emacs-lisp/warnings.el (warning-type-format):
8400 * emacs-lisp/trace.el (trace-buffer):
8401 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8402 (emacs-lisp-mode-map):
8403 * calendar/holidays.el (holiday-solar-holidays)
8404 (holiday-bahai-holidays, holiday-islamic-holidays)
8405 (holiday-christian-holidays, holiday-hebrew-holidays)
8406 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8407 (hebrew-holidays-1, holiday-oriental-holidays)
8408 (holiday-general-holidays):
8409 * x-dnd.el (x-dnd-known-types):
8410 * tool-bar.el (tool-bar):
8411 * startup.el (site-run-file):
8412 * shell.el (shell-dumb-shell-regexp):
8413 * rfn-eshadow.el (file-name-shadow-tty-properties)
8414 (file-name-shadow-properties):
8415 * paths.el (remote-shell-program, news-directory):
8416 * mouse.el ([C-down-mouse-3]):
8417 * menu-bar.el (menu-bar-tools-menu):
8418 * jka-cmpr-hook.el (jka-compr-load-suffixes)
8419 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8420 (jka-compr-compression-info-list):
8421 * isearch.el (search-whitespace-regexp):
8422 * image-file.el (image-file-name-extensions):
8423 * find-dired.el (find-ls-option):
8424 * files.el (directory-listing-before-filename-regexp)
8425 (directory-free-space-args, insert-directory-program)
8426 (list-directory-brief-switches, magic-fallback-mode-alist)
8427 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8428 (automount-dir-prefix):
8429 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8430 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8431 (face-font-registry-alternatives, face-font-registry-alternatives)
8432 (face-font-family-alternatives):
8433 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8434 (facemenu-foreground-menu, facemenu-face-menu):
8435 * epa-hook.el (epa-file-name-regexp):
8436 * dnd.el (dnd-protocol-alist):
8437 * textmodes/rst.el (auto-mode-alist):
8438 * button.el (default-button): Purecopy strings.
8439
8440 2009-11-06 Glenn Morris <rgm@gnu.org>
8441
8442 * Makefile.in (ELCFILES): Update.
8443
8444 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8447 * emacs-lisp/levents.el: Move to obsolete/levents.el.
8448
8449 * nxml/xsd-regexp.el (xsdre-gen-categories):
8450 * nxml/xmltok.el (xmltok-parse-entity):
8451 * nxml/rng-parse.el (rng-parse-validate-file):
8452 * nxml/rng-maint.el (rng-format-manual)
8453 (rng-manual-output-force-new-line):
8454 * nxml/rng-loc.el (rng-save-schema-location-1):
8455 * nxml/rng-cmpct.el (rng-c-parse-file):
8456 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8457 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8458
8459 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
8460
8461 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8462 Remove extra save-excursions and make-variable-buffer-local's.
8463 Suggested by Stefan Monnier.
8464
8465 (verilog-getopt-file, verilog-module-inside-filename-p)
8466 (verilog-set-define): Merge GNU 1.35 and repair changes from
8467 switching to using with-current-buffer.
8468
8469 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8470 being treated as a number and confusing AUTORESET.
8471 Reported by Dan Dever.
8472
8473 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8474 Add verilog-auto-ignore-concat to fix backward compatibility with
8475 older verilog-modes. Reported by Dan Katz.
8476
8477 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8478 containing closing anchors "...$".
8479
8480 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8481 Reported by Wade Smith.
8482
8483 (verilog-batch-execute-func): Comment on function usage.
8484
8485 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
8486
8487 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8488 for labels.
8489
8490 (verilog-label-re, verilog-calc-1): Support proper indent of named
8491 asserts.
8492
8493 (verilog-backward-token, verilog-basic-complete-re)
8494 (verilog-beg-of-statement, verilog-indent-re): Support proper
8495 indent of the assert statement at the beginning of a block of text.
8496
8497 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8498 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8499 tokens as begins.
8500
8501 2009-11-05 Glenn Morris <rgm@gnu.org>
8502
8503 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8504 Emacs 19. (Bug#1531)
8505 (byte-compile-fix-header): Update for the above change.
8506 Drop test for epoch::version.
8507
8508 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8509 * cus-dep.el (custom-make-dependencies):
8510 * finder.el (finder-compile-keywords):
8511 Use autoload-rubric's feature argument.
8512
8513 * calendar/diary-lib.el (top-level): Make load behave more like require.
8514
8515 * vc-git.el (vc-git-stash-map): Move definition before use.
8516
8517 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8518
8519 * custom.el (custom-declare-group): Purecopy standard-value.
8520 (custom-declare-group): Purecopy custom-prefix.
8521
8522 * international/mule.el (load-with-code-conversion):
8523 Call do-after-load-evaluation unconditionally.
8524
8525 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8526
8527 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8528
8529 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8530
8531 2009-11-04 Glenn Morris <rgm@gnu.org>
8532
8533 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8534 (byte-compile-compatibility): Remove option.
8535 (byte-compile-close-variables, byte-compile-fix-header)
8536 (byte-compile-insert-header, byte-compile-output-docform)
8537 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8538 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8539 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8540 (byte-compile-insert, byte-compile-defun):
8541 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
8542 (byte-defop-compiler19): Remove.
8543 Without byte-compile-compatibility, the 'emacs19-opcode property is not
8544 used by anything. Replace all calls with byte-defop-compiler.
8545
8546 2009-11-04 Juri Linkov <juri@jurta.org>
8547
8548 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8549 (menu-bar-options-menu): Don't quote the `prop' arg of
8550 `menu-bar-make-mm-toggle'.
8551
8552 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
8553
8554 * calendar/calendar.el (cal-loaddefs):
8555 * calendar/diary-lib.el (diary-loaddefs):
8556 * calendar/holidays.el (hol-loaddefs):
8557 * eshell/esh-module.el (esh-groups): Load rather than require.
8558
8559 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8560
8561 * calendar/todo-mode.el (todo-add-category): Don't hardcode
8562 point-min==1.
8563 (todo-top-priorities): Only display-buffer when called interactively.
8564 (todo-item-start): Don't save excursion point.
8565 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
8566 (todo-insert-item-here, todo-file-item, todo-remove-item):
8567 Adjust uses of todo-item-start and todo-item-end.
8568
8569 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8570 (autoload-rubric): Don't use any more.
8571 * cedet/semantic/fw.el (semantic/loaddefs):
8572 * cedet/srecode.el (srecode/loaddefs):
8573 * cedet/ede.el (ede/loaddefs): Load rather than require.
8574 * cedet/ede/cpp-root.el:
8575 * cedet/ede/emacs.el:
8576 * cedet/ede/files.el:
8577 * cedet/ede/linux.el:
8578 * cedet/ede/locate.el:
8579 * cedet/ede/make.el:
8580 * cedet/ede/shell.el:
8581 * cedet/ede/speedbar.el:
8582 * cedet/ede/system.el:
8583 * cedet/ede/util.el:
8584 * cedet/semantic/analyze.el:
8585 * cedet/semantic/bovine.el:
8586 * cedet/semantic/complete.el:
8587 * cedet/semantic/ctxt.el:
8588 * cedet/semantic/db-file.el:
8589 * cedet/semantic/db-find.el:
8590 * cedet/semantic/db-global.el:
8591 * cedet/semantic/db-mode.el:
8592 * cedet/semantic/db-typecache.el:
8593 * cedet/semantic/db.el:
8594 * cedet/semantic/debug.el:
8595 * cedet/semantic/dep.el:
8596 * cedet/semantic/doc.el:
8597 * cedet/semantic/edit.el:
8598 * cedet/semantic/find.el:
8599 * cedet/semantic/format.el:
8600 * cedet/semantic/html.el:
8601 * cedet/semantic/ia-sb.el:
8602 * cedet/semantic/ia.el:
8603 * cedet/semantic/idle.el:
8604 * cedet/semantic/lex-spp.el:
8605 * cedet/semantic/lex.el:
8606 * cedet/semantic/mru-bookmark.el:
8607 * cedet/semantic/scope.el:
8608 * cedet/semantic/senator.el:
8609 * cedet/semantic/sort.el:
8610 * cedet/semantic/symref.el:
8611 * cedet/semantic/tag-file.el:
8612 * cedet/semantic/tag-ls.el:
8613 * cedet/semantic/tag-write.el:
8614 * cedet/semantic/tag.el:
8615 * cedet/semantic/util-modes.el:
8616 * cedet/semantic/analyze/complete.el:
8617 * cedet/semantic/analyze/refs.el:
8618 * cedet/semantic/bovine/c.el:
8619 * cedet/semantic/bovine/gcc.el:
8620 * cedet/semantic/bovine/make.el:
8621 * cedet/semantic/bovine/scm.el:
8622 * cedet/semantic/decorate/include.el:
8623 * cedet/semantic/decorate/mode.el:
8624 * cedet/semantic/symref/cscope.el:
8625 * cedet/semantic/symref/global.el:
8626 * cedet/semantic/symref/grep.el:
8627 * cedet/semantic/symref/idutils.el:
8628 * cedet/semantic/symref/list.el:
8629 * cedet/semantic/wisent/java-tags.el:
8630 * cedet/semantic/wisent/javascript.el:
8631 * cedet/srecode/compile.el:
8632 * cedet/srecode/cpp.el:
8633 * cedet/srecode/document.el:
8634 * cedet/srecode/el.el:
8635 * cedet/srecode/expandproto.el:
8636 * cedet/srecode/getset.el:
8637 * cedet/srecode/insert.el:
8638 * cedet/srecode/java.el:
8639 * cedet/srecode/map.el:
8640 * cedet/srecode/mode.el:
8641 * cedet/srecode/template.el:
8642 * cedet/srecode/texi.el: Remove the file-local setting of
8643 generated-autoload-feature.
8644
8645 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8646 and only put a prop if it is non-nil.
8647
8648 2009-11-03 Juri Linkov <juri@jurta.org>
8649
8650 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8651 (menu-bar-options-menu): Fix list quoting (Bug#4429).
8652
8653 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8654 and "Menu" to make top-level menu item visually one unit (like
8655 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8656 multi-word menu items). Fix :help string for quit-window.
8657
8658 2009-11-03 Glenn Morris <rgm@gnu.org>
8659
8660 * cedet/mode-local.el (with-mode-local): Doc fix.
8661
8662 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8663 (byte-compile-file-form-define-abbrev-table)
8664 (byte-compile-file-form-custom-declare-variable)
8665 (byte-compile-variable-ref, byte-compile-defvar):
8666 Whether or not a warning is enabled should only affect whether we issue
8667 the warning, not whether or not we collect the relevant data.
8668 Eg warnings can be turned on and off throughout the course of a file.
8669
8670 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8671 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8672
8673 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8674
8675 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8676 * play/mpuz.el (mpuz-create-buffer):
8677 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8678 (lm-print-y,s,noise, lm-print-w0, lm-init):
8679 * play/gomoku.el (gomoku-prompt-for-move):
8680 * play/fortune.el (fortune-in-buffer):
8681 * play/dissociate.el (dissociated-press):
8682 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8683 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8684 * mail/supercite.el (sc-eref-show):
8685 * mail/smtpmail.el (smtpmail-send-it):
8686 * mail/rmailsum.el (rmail-summary-next-labeled-message)
8687 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8688 (rmail-summary-undelete-many, rmail-summary-rmail-update)
8689 (rmail-summary-goto-msg, rmail-summary-expunge)
8690 (rmail-summary-get-new-mail, rmail-summary-search-backward)
8691 (rmail-summary-add-label, rmail-summary-output-menu)
8692 (rmail-summary-output-body):
8693 * mail/rfc822.el (rfc822-addresses):
8694 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8695 * mail/mailpost.el (post-mail-send-it):
8696 * mail/hashcash.el (hashcash-generate-payment):
8697 * mail/feedmail.el (feedmail-run-the-queue)
8698 (feedmail-queue-send-edit-prompt-help-first)
8699 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8700 (feedmail-deduce-address-list):
8701 * eshell/esh-ext.el (eshell-remote-command):
8702 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8703 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8704 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8705 (viper-save-string-in-file, viper-valid-marker):
8706 * emulation/viper-keym.el (viper-toggle-key):
8707 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8708 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8709 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8710 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8711 (viper-exec-form-in-emacs, viper-brac-function):
8712 * emulation/viper.el (viper-delocalize-var):
8713 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8714 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8715 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8716 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8717 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8718 * emulation/edt.el (edt-electric-helpify):
8719 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8720 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8721 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8722 (cua-indent-to-global-mark-column):
8723 * calendar/diary-lib.el (calendar-mark-1):
8724 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8725 Use with-current-buffer.
8726 * emulation/viper.el (viper-delocalize-var): Use dolist.
8727
8728 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
8729
8730 * comint.el (comint-replace-by-expanded-history-before-point):
8731 Replace !! with the previous input string literally (Bug#1795).
8732
8733 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
8734
8735 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8736 to be made up of whitespace.
8737
8738 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
8739
8740 * minibuffer.el (read-file-name): Don't use file dialogs for
8741 remote directories (Bug#99).
8742
8743 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
8744
8745 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8746
8747 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
8748
8749 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8750 instead of deleting the window or frame.
8751
8752 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8753
8754 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8755 Support face colors.
8756
8757 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8758 New function. Support face colors (Bug#1168).
8759 (tex-common-initialization): Use it.
8760
8761 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8762 mode allows it (Bug#1168).
8763
8764 2009-10-31 Juri Linkov <juri@jurta.org>
8765
8766 * facemenu.el (list-colors-display): Don't mark buffer as
8767 modified (Bug#3948).
8768
8769 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8770
8771 * international/mule-diag.el (list-character-sets-1): Minor
8772 message fix (Bug#3526).
8773
8774 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8775 face property (Bug#4834).
8776 (etags-list-tags, etags-tags-apropos-additional)
8777 (etags-tags-apropos, tags-select-tags-table): Add follow-link
8778 property.
8779
8780 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8781 items.
8782
8783 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8784 items.
8785
8786 * cedet/ede.el (ede-minor-mode):
8787 * cedet/semantic.el (semantic-mode): Toggle menu separators.
8788
8789 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
8790
8791 * textmodes/two-column.el (2C-split):
8792 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8793 * textmodes/tex-mode.el (tex-set-buffer-directory):
8794 * textmodes/spell.el (spell-region, spell-string):
8795 * textmodes/reftex.el (reftex-erase-buffer):
8796 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8797 * textmodes/reftex-toc.el (reftex-toc-promote-action):
8798 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8799 (reftex-select-item):
8800 * textmodes/reftex-ref.el (reftex-label-info-update)
8801 (reftex-offer-label-menu):
8802 * textmodes/reftex-index.el (reftex-index-change-entry)
8803 (reftex-index-phrases-info):
8804 * textmodes/reftex-global.el (reftex-create-tags-file)
8805 (reftex-save-all-document-buffers, reftex-ensure-write-access):
8806 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8807 (reftex-view-crossref-from-bibtex):
8808 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8809 (reftex-extract-bib-entries-from-thebibliography)
8810 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8811 * textmodes/refbib.el (r2b-capitalize-title):
8812 (r2b-convert-buffer, r2b-help):
8813 * textmodes/page-ext.el (pages-directory)
8814 (pages-directory-goto-with-mouse):
8815 * textmodes/bibtex.el (bibtex-validate-globally):
8816 * textmodes/bib-mode.el (bib-capitalize-title):
8817 * textmodes/artist.el (artist-clear-buffer, artist-system):
8818 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8819 (local-set-scheme-interaction-buffer, xscheme-process-filter)
8820 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8821 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8822 (xscheme-send-control-g-interrupt, xscheme-start-process)
8823 (xscheme-process-sentinel, xscheme-cd):
8824 * progmodes/verilog-mode.el (verilog-read-always-signals)
8825 (verilog-set-define, verilog-getopt-file)
8826 (verilog-module-inside-filename-p):
8827 * progmodes/sh-script.el:
8828 * progmodes/python.el (python-pdbtrack-get-source-buffer)
8829 (python-pdbtrack-grub-for-buffer, python-execute-file):
8830 * progmodes/octave-inf.el (inferior-octave):
8831 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8832 (idlwave-shell-compile-helper-routines, idlwave-set-local)
8833 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8834 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8835 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8836 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8837 (idlwave-shell-filter, idlwave-shell-examine-highlight)
8838 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8839 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8840 (idlwave-shell-examine-display, idlwave-shell-run-region)
8841 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8842 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8843 * progmodes/idlw-help.el (idlwave-help-get-special-help)
8844 (idlwave-help-get-help-buffer):
8845 * progmodes/gud.el (gud-basic-call, gud-find-class)
8846 (gud-tooltip-activate-mouse-motions-if-enabled):
8847 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8848 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8849 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8850 (ebrowse-tags-next-file):
8851 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8852 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8853 (ebnf-eps-finish-and-write):
8854 * progmodes/cpp.el (cpp-edit-save):
8855 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8856 * progmodes/cc-defs.el (c-emacs-features):
8857 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8858 (antlr-directory-dependencies):
8859 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8860 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8861 (ada-find-any-references, ada-make-filename-from-adaname)
8862 (ada-make-body-gnatstub):
8863 * obsolete/rnews.el (news-list-news-groups):
8864 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8865 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8866 * net/rcirc.el (rcirc-debug):
8867 * net/newst-treeview.el (newsticker--treeview-list-add-item)
8868 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8869 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8870 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8871 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8872 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8873 (newsticker--treeview-list-clear-highlight)
8874 (newsticker--treeview-list-update-highlight)
8875 (newsticker--treeview-list-highlight-start)
8876 (newsticker--treeview-tree-update-highlight)
8877 (newsticker--treeview-get-selected-item)
8878 (newsticker-treeview-mark-list-items-old)
8879 (newsticker--treeview-set-current-node):
8880 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8881 * net/newst-backend.el (newsticker--get-news-by-funcall)
8882 (newsticker--get-news-by-wget, newsticker--image-get)
8883 (newsticker--image-sentinel):
8884 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8885 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8886 (eudc-ph-close-session):
8887 * net/eudc.el (eudc-save-options):
8888 * language/thai-word.el (thai-update-word-table):
8889 * language/japan-util.el (japanese-string-conversion):
8890 * international/titdic-cnv.el (tsang-quick-converter)
8891 (ziranma-converter, ctlau-converter):
8892 * international/mule-cmds.el (describe-language-environment):
8893 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8894 (skkdic-convert-postfix, skkdic-convert-prefix):
8895 (skkdic-convert-okuri-nasi, skkdic-convert):
8896 * emacs-lisp/re-builder.el (reb-update-overlays):
8897 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8898 * emacs-lisp/gulp.el (gulp-send-requests):
8899 * emacs-lisp/find-gc.el (trace-call-tree):
8900 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8901 (eieio-describe-generic):
8902 * emacs-lisp/eieio-base.el (eieio-persistent-read):
8903 * emacs-lisp/edebug.el (edebug-outside-excursion):
8904 * emacs-lisp/debug.el (debugger-make-xrefs):
8905 * emacs-lisp/cust-print.el (custom-prin1-to-string):
8906 * emacs-lisp/chart.el (chart-new-buffer):
8907 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8908 Use with-current-buffer.
8909 * textmodes/artist.el (artist-system): Don't call
8910 copy-sequence on a fresh string.
8911 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8912
8913 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
8914
8915 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8916 is no item to edit. (Bug#4820)
8917 (todo-top-priorities): Restore point and restore narrowing in Todo
8918 buffer. (Bug#4820)
8919
8920 2009-10-31 Glenn Morris <rgm@gnu.org>
8921
8922 * net/ange-ftp.el (top-level): Don't require dired when compiling.
8923 (comint-last-output-start, comint-last-input-start)
8924 (comint-last-input-end): Don't defvar when compiling.
8925 (ange-ftp-process-file): Use bound-and-true-p.
8926
8927 * pcmpl-rpm.el (top-level): Move provide statement to end.
8928 (pcmpl-rpm): Remove unused custom group.
8929
8930 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8931
8932 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8933
8934 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8935 (byte-compile-warnings): Add `constants' as an option.
8936 (byte-compile-callargs-warn, byte-compile-arglist-warn)
8937 (display-call-tree): Update for byte-compile-fdefinition possibly
8938 returning `(macro lambda ...)'. (Bug#4778)
8939 (byte-compile-variable-ref, byte-compile-setq-default):
8940 Respect `constants' member of byte-compile-warnings.
8941
8942 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8943 Use mapc rather than mapcar because the return value is never used.
8944
8945 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8946 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8947 * cedet/semantic/html.el:
8948 Suppress harmless warnings about setting up semantic-imenu (not
8949 part of Emacs) variables.
8950
8951 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8952
8953 * vc-bzr.el (vc-bzr-revision-keywords): New var.
8954 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8955 to "submit:".
8956
8957 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8958 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8959 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8960 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8961 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8962 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8963 (semantic-analyzer-debug-global-symbol)
8964 (semantic-analyzer-debug-missing-innertype)
8965 (semantic-analyzer-debug-insert-include-summary):
8966 * cedet/semantic/util.el (semantic-file-tag-table):
8967 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8968 (semantic-recursive-find-nonterminal-by-name):
8969 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8970 * cedet/semantic/tag-file.el (semantic-prototype-file):
8971 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8972 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8973 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8974 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8975 (semantic-idle-summary-maybe-highlight):
8976 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8977 (semantic-ia-sb-tag-info):
8978 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8979 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8980 * cedet/semantic/ede-grammar.el (project-compile-target):
8981 (ede-proj-makefile-insert-variables):
8982 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8983 (semantic-debug-set-source-location, semantic-debug-interface-layout)
8984 (semantic-debug-mode, semantic-debug):
8985 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8986 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8987 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8988 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8989 (semanticdb-find-translate-path-includes--internal)
8990 (semanticdb-reset-log, semanticdb-find-log-activity):
8991 * cedet/semantic/db-file.el (object-write):
8992 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8993 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8994 (semanticdb-create-ebrowse-database):
8995 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8996 * cedet/semantic/complete.el (semantic-displayor-focus-request)
8997 (semantic-collector-calculate-completions-raw)
8998 (semantic-complete-read-tag-analyzer):
8999 * cedet/semantic/analyze.el (semantic-analyze-pulse):
9000 * cedet/ede/util.el (ede-update-version-in-source):
9001 * cedet/ede/proj.el (project-delete-target):
9002 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
9003 (ede-proj-flush-autoconf):
9004 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
9005 (ede-proj-configure-synchronize):
9006 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
9007 * cedet/ede/linux.el (ede-linux-version):
9008 * cedet/ede/emacs.el (ede-emacs-version):
9009 * cedet/ede/dired.el (ede-dired-add-to-target):
9010 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
9011 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
9012 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
9013 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
9014 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
9015 (cedet-idutils-version-check):
9016 * cedet/cedet-global.el (cedet-gnu-global-call):
9017 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
9018 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
9019 * cedet/cedet-cscope.el (cedet-cscope-call)
9020 (cedet-cscope-expand-filename, cedet-cscope-version-check):
9021 Use with-current-buffer.
9022 * cedet/ede.el (ede-make-project-local-variable)
9023 (ede-set-project-variables, ede-set): Use dolist.
9024
9025 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
9026
9027 * textmodes/ispell.el (ispell-skip-region-alist):
9028 * international/mule-conf.el (eight-bit):
9029 * international/fontset.el (font-encoding-alist):
9030 * startup.el (pure-space-overflow-message):
9031 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
9032 * paths.el (gnus-nntp-service, rmail-spool-directory)
9033 (term-file-prefix):
9034 * files.el (save-some-buffers-action-alist):
9035 * cmuscheme.el (same-window-buffer-names):
9036 * ielm.el (same-window-buffer-names):
9037 * shell.el (same-window-buffer-names):
9038 * mail/sendmail.el (same-window-buffer-names):
9039 * progmodes/inf-lisp.el (same-window-buffer-names):
9040 * bindings.el (mode-line-client)
9041 (mode-line-column-line-number-mode-map):
9042 * language/tibetan.el (tibetan-precomposition-rule-regexp)
9043 (tibetan-precomposed-regexp): Purecopy string arguments.
9044
9045 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9048 (calcDigit-nondigit):
9049 * calc/calc-yank.el (calc-copy-to-buffer):
9050 * calc/calc-units.el (calc-invalidate-units-table):
9051 * calc/calc-trail.el (calc-trail-yank):
9052 * calc/calc-store.el (calc-insert-variables):
9053 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9054 * calc/calc-prog.el (calc-read-parse-table):
9055 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9056 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9057 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9058 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9059 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9060 (calc-graph-name, calc-graph-find-command, calc-graph-view)
9061 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9062 * calc/calc-ext.el (calc-realign):
9063 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9064 (calc-embedded-finish-edit, calc-embedded-make-info)
9065 (calc-embedded-finish-command, calc-embedded-stack-change):
9066 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9067
9068 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9069 (overload-docstring-extension): Use that info.
9070 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9071 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9072 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9073 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9074 (semantic-nonterminal-full-name): Add the new `when' info.
9075 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9076 `assert'.
9077
9078 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9079 shell-dynamic-complete-filename in preference to
9080 comint-dynamic-complete-filename.
9081
9082 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9083 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9084 Don't consider whether the display supports colors.
9085 (bookmark-import-new-list): Use dolist.
9086 (bookmark-bmenu-mode-map): Move initialization into declaration.
9087 (bookmark-bmenu-list): Use dolist, simplify.
9088 (bookmark-show-all-annotations): Use save-selected-window and dolist.
9089 (menu-bar-final-items): Use push.
9090
9091 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
9092
9093 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9094 it works on remote files.
9095 (vc-hg-diff): Don't pass any `--cwd' argument.
9096
9097 2009-10-27 Kevin Ryde <user42@zip.com.au>
9098
9099 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9100 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9101 (Further to Bug#3921).
9102
9103 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
9104
9105 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9106 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9107 calling `tramp-imap-put-file'. Add file size to the call.
9108 (tramp-imap-get-file-entries): Compute also user name, file size,
9109 and date.
9110 (tramp-imap-handle-insert-directory): Insert uid and gid.
9111 (tramp-imap-handle-file-attributes): Transform uid and gid
9112 according to `id-format'.
9113 (tramp-imap-put-file): New optional parameter SIZE. Encode file
9114 size in header X-Size.
9115
9116 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
9117
9118 * simple.el (transpose-subr): Give clearer error when the mark
9119 is not set. (Bug#4807)
9120
9121 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
9122
9123 * net/tramp.el (tramp-perl-file-truename): New defconst.
9124 Perl code contributed by yary <not.com@gmail.com> (tiny change).
9125 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9126 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9127 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9128
9129 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9130 Ignore `dired-call-process'.
9131 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9132
9133 2009-10-26 Julian Scheid <julians37@gmail.com>
9134
9135 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9136 (tramp-get-remote-readlink): New defun.
9137 (tramp-handle-file-truename): Use it.
9138 (tramp-handle-file-exists-p): Check file-attributes cache, assume
9139 file exists if cache value present.
9140 (tramp-check-cached-permissions): New defun.
9141 (tramp-handle-file-readable-p): Use it.
9142 (tramp-handle-file-writable-p): Likewise.
9143 (tramp-handle-file-executable-p): Likewise.
9144 (tramp-handle-file-name-all-completions): Try using Perl to get
9145 partial completions. When perl not available, combine `cd' and
9146 `ls' into single remote operation and use shell expansion to get
9147 partial remote directory contents. Set `file-exists-p' cache for
9148 directory and any files returned by ls. Change cache handling to
9149 support partial directory contents. Use error message emitted by
9150 remote `cd' or Perl code for local tramp-error.
9151 (tramp-do-copy-or-rename-file-directly): Avoid separate
9152 tramp-send-command-and-check call.
9153 (tramp-handle-process-file): Merge three remote ops into one.
9154 Do not flush all caches when `process-file-side-effects' is set.
9155 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9156 file-attributes shows uid/gid to be set already.
9157
9158 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9159
9160 * textmodes/tex-mode.el (tex-dvi-view-command)
9161 (tex-show-queue-command, tex-open-quote):
9162 * progmodes/ruby-mode.el (auto-mode-alist)
9163 (interpreter-mode-alist): Purecopy strings.
9164
9165 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9166
9167 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9168 string for the hook, keymap and abbrev table.
9169
9170 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9171
9172 * x-dnd.el (x-dnd-xdnd-to-action):
9173 * startup.el (fancy-startup-text, fancy-about-text): Change to
9174 defconst from defvar.
9175
9176 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9177
9178 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9179 Purecopy initialization strings.
9180
9181 * mail/sendmail.el (mail-header-separator)
9182 (mail-personal-alias-file):
9183 * mail/rmail.el (rmail-default-dont-reply-to-names)
9184 (rmail-ignored-headers, rmail-retry-ignored-headers)
9185 (rmail-highlighted-headers, rmail-secondary-file-directory)
9186 (rmail-secondary-file-regexp):
9187 * files.el (null-device, file-name-invalid-regexp)
9188 (locate-dominating-stop-dir-regexp)
9189 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9190 (interpreter-mode-alist): Use mapcar instead of mapc.
9191
9192 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9193
9194 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9195 (completion-ignored-extensions):
9196 (debug-ignored-errors): Purecopy strings.
9197
9198 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9199
9200 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9201 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9202 (pcomplete--here): Use push.
9203
9204 * subr.el (all-completions): Declare the 4th arg obsolete.
9205
9206 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9207
9208 * pcomplete.el (pcomplete-unquote-argument-function): New var.
9209 (pcomplete-unquote-argument): New function.
9210 (pcomplete--common-suffix): Always pay attention to case.
9211 (pcomplete--table-subvert): Quote and unquote the text.
9212 (pcomplete--common-quoted-suffix): New function.
9213 (pcomplete-std-complete): Use it and pcomplete-begin.
9214
9215 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9216 we're inside a dedicated or minibuffer window.
9217
9218 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9219
9220 * cedet/semantic/fw.el (semantic-alias-obsolete)
9221 (semantic-varalias-obsolete): Make the `when' arg mandatory.
9222 (define-mode-overload-implementation):
9223 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9224 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9225 * cedet/semantic/util.el (semantic-file-token-stream)
9226 (semantic-something-to-stream):
9227 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9228 (semantic-expand-nonterminal):
9229 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9230 (semantic-find-dependency, semantic-find-nonterminal)
9231 (semantic-find-dependency):
9232 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9233 (semantic-flex-text, semantic-flex-make-keyword-table)
9234 (semantic-flex-keyword-p, semantic-flex-keyword-put)
9235 (semantic-flex-keyword-get, semantic-flex-map-keywords)
9236 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9237 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9238 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9239 (semantic-after-idle-scheduler-reparse-hooks):
9240 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9241 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9242 * cedet/semantic.el (semantic-toplevel-bovine-table)
9243 (semantic-toplevel-bovine-cache)
9244 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9245 (semantic-init-mode-hooks, semantic-init-db-hooks)
9246 (semantic-bovination-working-type): Provide the `when' arg.
9247
9248 2009-10-24 Karl Fogel <kfogel@red-bean.com>
9249
9250 * bookmark.el: Update documentation, especially documentation
9251 of `bookmark-alist' and of the bookmark file format.
9252 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
9253
9254 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9255
9256 * mail/emacsbug.el (report-emacs-bug): Clarify that the
9257 keybindings apply to the mail buffer (Bug#4003). Shrink help
9258 window to buffer.
9259
9260 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9261 (global-whitespace-mode, global-whitespace-newline-mode)
9262 (whitespace-toggle-options, global-whitespace-toggle-options):
9263 Doc fix (Bug#3660).
9264
9265 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9266 of xmltok-start before the end tag was inserted (Bug#2840).
9267
9268 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9269 patterns that are preceded by an open-paren (Bug#1320).
9270
9271 2009-10-24 Sven Joachim <svenjoac@gmx.de>
9272
9273 * files.el (delete-directory): Delete symlinks to directories with
9274 delete-file (Bug#4739).
9275
9276 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9277
9278 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9279 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9280 argument to make-obsolete.
9281
9282 * cedet/semantic/fw.el (semantic-alias-obsolete)
9283 (semantic-varalias-obsolete): Add optional WHEN argument.
9284
9285 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
9286
9287 * vc.el (vc-backend-for-registration): Rename from
9288 vc-get-backend-for-registration. Update callers.
9289
9290 * international/mule-cmds.el (set-language-info-alist):
9291 Purecopy lang-env.
9292 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9293 (charset): Purecopy the name.
9294 (define-char-code-property): Purecopy string arguments.
9295
9296 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9297 Purecopy string arguments.
9298
9299 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9300 * ediff-hook.el (menu-bar-ediff-menu):
9301 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9302 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9303
9304 2009-10-24 Glenn Morris <rgm@gnu.org>
9305
9306 * comint.el (comint-dynamic-list-completions):
9307 * term.el (term-dynamic-list-completions): Use choose-completion rather
9308 than obsolete alias mouse-choose-completion.
9309
9310 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9311 file-cache-choose-completion.
9312 (file-cache-choose-completion): Handle an optional event argument.
9313 (file-cache-mouse-choose-completion): Make it an obsolete alias.
9314
9315 * progmodes/octave-mod.el (octave-complete-symbol):
9316 Use choose-completion if mouse-choose-completion is ever removed.
9317
9318 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9319 use.
9320
9321 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9322 compiler.
9323
9324 * vc-hooks.el (vc-responsible-backend): Fix declaration.
9325
9326 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9327
9328 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9329 Ignore `pred' now that we receive one.
9330 Handle test-completion specially.
9331
9332 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9333
9334 * vc.el (vc-responsible-backend): Throw an error if not backend is
9335 found. Remove the REGISTER argument. Move the code dealing with
9336 REGISTER ...
9337 (vc-get-backend-for-registration): ... here. New function.
9338 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9339 of vc-responsible-backend, pass the file name instead of the
9340 directory name.
9341
9342 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9345 New funs.
9346 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
9347 (pcomplete-comint-setup): Don't modify a global var via
9348 accidental side-effects.
9349 (pcomplete-shell-setup): Adjust call accordingly.
9350 (pcomplete-parse-comint-arguments): Use push.
9351
9352 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
9353
9354 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9355 Allow uncapitalized info node names (Bug#3921).
9356
9357 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9358 to the DEBUG file (Bug#3781).
9359
9360 2009-10-23 Jari Aalto <jari.aalto@cante.net>
9361
9362 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9363 dictionary entry (Bug#4579).
9364
9365 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
9366
9367 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9368 from `rfn-eshadow-update-overlay-hook' when unloading.
9369 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9370 "rsyncc". Adjust doc string.
9371 (tramp-temp-buffer-file-name): New buffer-local defvar.
9372 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9373 Keep temporary file when indicated by method ("rsync" and
9374 "rsyncc").
9375 (tramp-handle-write-region): Handle APPEND.
9376 (tramp-delete-temp-file-function): New defun. Added to
9377 `kill-buffer-hook'.
9378
9379 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
9380
9381 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9382
9383 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9384
9385 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9386 (color-name-rgb-alist, tty-standard-colors)
9387 (tty-color-mode-alist): Change to defconst.
9388
9389 * simple.el (mark-inactive): Purecopy message.
9390
9391 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9392 (global-map, yank-menu):
9393 * textmodes/ispell.el (ispell-menu-map):
9394 * net/eudc.el (eudc-tools-menu):
9395 * international/mule-cmds.el (describe-language-environment-map)
9396 (setup-language-environment-map, set-coding-system-map)
9397 (mule-menu-keymap):
9398 * vc-hooks.el (vc-menu-entry, vc-menu-map):
9399 * replace.el (occur-mode-map):
9400 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9401
9402 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
9403
9404 * calc/calc.el (math-read-number, math-read-number-simple): Use
9405 `save-match-data'.
9406
9407 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9410 rather than fiddling with global-map bindings, since it should only
9411 affect per-terminal settings.
9412 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9413
9414 * minibuffer.el (completion-table-with-terminator): Allow to specify
9415 the terminator-regexp.
9416
9417 * simple.el (switch-to-completions): Look for *Completions* in other
9418 frames as well.
9419
9420 * pcomplete.el: Allow the use of completion-tables.
9421 (pcomplete-std-complete): New command.
9422 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9423 (pcomplete--here): Use a function for `form' rather than an expression,
9424 so it can be byte-compiled.
9425 (pcomplete-here, pcomplete-here*): Adjust accordingly.
9426 Add edebug declaration.
9427 (pcomplete-show-completions): Remove unused var `curbuf'.
9428 (pcomplete-do-complete, pcomplete-stub):
9429 Don't assume `completions' is a list of strings any more.
9430
9431 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
9432
9433 * find-dired.el (find-name-arg): Fix typo in docstring.
9434
9435 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9438 (pcmpl-linux-fs-types): Same, and update to new modules layout.
9439
9440 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9441 pcomplete-entries.
9442
9443 * comint.el (comint-read-input-ring, comint-write-input-ring)
9444 (comint-substitute-in-file-name)
9445 (comint-dynamic-complete-as-filename)
9446 (comint-dynamic-simple-complete)
9447 (comint-dynamic-list-filename-completions)
9448 (comint-dynamic-list-completions)
9449 (comint-redirect-results-list-from-process): Minor simplifications.
9450
9451 2009-10-21 Kevin Ryde <user42@zip.com.au>
9452
9453 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9454 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9455 the first form. And insert a blank line after ";;; Code" since
9456 that's usual style. (Bug#4612)
9457
9458 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9459
9460 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9462 * minibuffer.el (completion-table-with-terminator): Properly implement
9463 boundaries, in case `terminator' appears in the suffix.
9464 (completion--embedded-envvar-table): Don't return boundaries if
9465 there's no valid completion. Simplify.
9466 (completion-file-name-table): New completion table extracted from
9467 completion--file-name-table.
9468 (completion--file-name-table): Use it.
9469 (read-file-name-predicate): Declare obsolete.
9470 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9471 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9472 completion-file-name-table, and use the `pred' argument.
9473 * files.el (locate-file-completion-table): Use the `pred' arg rather
9474 than read-file-name-predicate.
9475 (abbreviate-file-name): Use \` rather than ^ for BOS.
9476
9477 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
9478
9479 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9480 vc-responsible-backend to register, it causes problems.
9481
9482 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9483
9484 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9485
9486 2009-10-21 Eric Ludlam <zappo@gnu.org>
9487
9488 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9489 (semantic-c-debug-mode-init-pch): New functions.
9490 (semantic-c-debug-mode-init-last-mode): New var.
9491 (semantic-c-parse-lexical-token): Use them.
9492
9493 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9494 When extracting the argument list, limit only by point-max.
9495
9496 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
9497
9498 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9499 (tramp-smb-handle-file-attributes): Use it.
9500 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9501 (tramp-smb-handle-insert-directory): Use `mapc' rather than
9502 `mapcar'. Use `tramp-smb-get-stat-capability'.
9503 Add `dired-filename' text properties.
9504 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9505 (tramp-smb-maybe-open-connection): Simplify check for smbclient
9506 version.
9507
9508 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9509
9510 * subr.el (read-key-delay): Reduce to 0.01.
9511 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9512 (bug#4751).
9513
9514 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9517
9518 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9519 (Info-menu): Remove unused vars `last' and `completions'.
9520 (Info-index-nodes): Remove unused var `node'.
9521
9522 * info.el (Info-complete-menu-item): Use complete-with-action.
9523
9524 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9525
9526 Make vc-annotate work through copies and renames.
9527 * vc-annotate.el (vc-annotate-extract-revision-at-line):
9528 Return the file name too.
9529 (vc-annotate-revision-at-line)
9530 (vc-annotate-find-revision-at-line)
9531 (vc-annotate-revision-previous-to-line)
9532 (vc-annotate-show-log-revision-at-line): Update to get the file
9533 name from vc-annotate-extract-revision-at-line.
9534 (vc-annotate-show-diff-revision-at-line-internal): Change the
9535 argument to mean whether to show a file diff or not. Get the file
9536 name from vc-annotate-extract-revision-at-line.
9537 (vc-annotate-show-diff-revision-at-line):
9538 Update vc-annotate-show-diff-revision-at-line call.
9539 (vc-annotate-warp-revision): Add an optional file argument.
9540
9541 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9542 (vc-git-annotate-extract-revision-at-line): Also return the file
9543 name if found.
9544
9545 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9546 command. Remove unused code.
9547 (vc-hg-annotate-re): Update to match --follow output.
9548 (vc-hg-annotate-extract-revision-at-line): Also return the file
9549 name if found.
9550
9551 * vc.el: Update annotate-extract-revision-at-line documentation.
9552
9553 2009-10-18 Kevin Ryde <user42@zip.com.au>
9554
9555 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9556 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9557
9558 * net/browse-url.el (browse-url): Identify alist with "consp and
9559 not functionp" and let all other things go down the `apply' leg,
9560 as suggested by Stefan. (Further to bug#4531.)
9561
9562 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
9563
9564 * minibuffer.el (read-file-name): Check for repeat before putting
9565 a default argument in file-name-history (Bug#4657).
9566
9567 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9568 read syntax (Bug#4737).
9569
9570 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9571
9572 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9573
9574 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9575 (html-tag-alist, html-tag-help): Add descriptions for undocumented
9576 entries and make note of obsolete tags.
9577
9578 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9581
9582 2009-10-18 Glenn Morris <rgm@gnu.org>
9583
9584 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9585 grep, so that binary files (eg international/uni-bidi.el) can match.
9586 Remove test for "UnicodeData" files, since it is hopefully unnecessary
9587 now, and in any case the file header format has changed.
9588
9589 2009-10-17 Glenn Morris <rgm@gnu.org>
9590
9591 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9592 (flyspell-get-word, flyspell-large-region)
9593 (flyspell-auto-correct-previous-word): Doc/error message fixes.
9594
9595 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9596
9597 * Makefile.in (ELCFILES): Add ede/shell.
9598
9599 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
9600
9601 * term/common-win.el (x-colors): Purecopy it.
9602
9603 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9606 permissive for when the buffer is empty.
9607 (tar-header-block-tokenize): Decode the username and groupname.
9608 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9609
9610 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9611
9612 * cedet/srecode/srt.el:
9613 * cedet/srecode/compile.el:
9614 * cedet/semantic/mru-bookmark.el:
9615 * cedet/semantic/debug.el:
9616 * cedet/semantic/complete.el:
9617 * cedet/semantic/analyze.el: Require CL when compiling.
9618
9619 2009-10-17 Eric Ludlam <zappo@gnu.org>
9620
9621 * cedet/semantic/scope.el
9622 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9623 tmpscope so that the regular scope will continue to work.
9624
9625 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9626 Use semantic-idle-summary-highlight-face as the highlighting.
9627
9628 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9629 contains multibyte characters, choose first applicable coding
9630 system automatically.
9631
9632 * cedet/ede/project-am.el (project-run-target): New method.
9633 (project-run-target): New method.
9634
9635 * cedet/ede.el (ede-target): Add run target menu item.
9636 (ede-project, ede-minor-keymap): Add ede-run-target binding.
9637 (ede-run-target): New function.
9638 (ede-target::project-run-target): New method.
9639
9640 * cedet/ede/proj.el (project-run-target): New method.
9641
9642 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9643 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
9644 Add :rules.
9645 (ede-proj-target-makefile-shared-object): Only libtool compilers
9646 now available. Add linkers for libtool.
9647 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9648 (ede-proj-makefile-target-name): Always use .la extension.
9649
9650 * cedet/ede/proj-prog.el (project-run-target): New method.
9651
9652 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9653 (ede-g++-linker): Change Change link lines.
9654
9655 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9656 When searching for old variables, go to the end of the buffer and
9657 search backward from there.
9658 (ede-proj-makefile-automake-insert-subdirs)
9659 (ede-proj-makefile-automake-insert-extradist): New methods.
9660 (ede-proj-makefile-create): Use them.
9661
9662 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9663 Force FILE to expand to the current target. Use file-exists-p to
9664 check that it exists.
9665
9666 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9667 (ede-linux-load): Wrap dir in file-name-as-directory.
9668 Set :version slot.
9669
9670 * cedet/ede/files.el (ede-get-locator-object): When enabling
9671 locate, do so on "top".
9672
9673 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9674 file-name-as-directory during compare.
9675 (ede-emacs-version): Return Emacs/XEmacs differentiator.
9676 Get version number from different places. Don't call egrep.
9677 (ede-emacs-load): Set :version slot. Call file-name-as-directory
9678 to set the directory.
9679
9680 * cedet/ede/shell.el: New file.
9681
9682 * cedet/inversion.el (inversion-decoders): Allow for stray . in
9683 alpha/beta variants.
9684
9685 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9686
9687 * international/mule-cmds.el (select-safe-coding-system): If the file
9688 has a coding cookie, use it regardless of any other setting (bug#4712).
9689
9690 2009-10-17 Glenn Morris <rgm@gnu.org>
9691
9692 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9693 All errors should have messages.
9694
9695 * foldout.el (foldout-mouse-swallow-events):
9696 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9697
9698 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9699 (dired-keep-marker-copy, dired-keep-marker-hardlink)
9700 (dired-keep-marker-symlink, dired-dwim-target)
9701 (dired-copy-preserve-time): Do not autoload these defcustoms.
9702
9703 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9704 messages from messing up the file coding. (Bug#4623)
9705
9706 2009-10-17 Jari Aalto <jari.aalto@cante.net>
9707
9708 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9709 if no match is found for the current dictionary. (Bug#4578)
9710
9711 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9712 optional, since that is how it is documented, and this is often called
9713 with a nil argument. (Bug#4577)
9714 (flyspell-external-point-words, flyspell-auto-correct-word)
9715 (flyspell-correct-word-before-point, flyspell-word-search-forward)
9716 (flyspell-word-search-backward): Remove nil argument in calls to
9717 flyspell-get-word, since it is not needed now.
9718
9719 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
9720
9721 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
9722
9723 2009-10-16 Glenn Morris <rgm@gnu.org>
9724
9725 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9726
9727 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
9728
9729 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9730 (ange-ftp-file-size): New function.
9731 (ange-ftp-file-attributes): Use it.
9732
9733 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
9734
9735 * net/tramp-smb.el (tramp-smb-version): New defvar.
9736 (tramp-smb-maybe-open-connection): Use it, in order to avoid
9737 repeated checks.
9738
9739 2009-10-16 Glenn Morris <rgm@gnu.org>
9740
9741 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9742 Maybe copy some custom properties from old to new name. (Bug#4706)
9743
9744 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
9745
9746 * subr.el (error, sit-for, start-process-shell-command)
9747 (start-file-process-shell-command): Set the calling convention
9748 after the function definition.
9749
9750 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9751
9752 * subr.el (error, sit-for, start-process-shell-command)
9753 (start-file-process-shell-command): Use the new
9754 set-advertised-calling-convention feature.
9755
9756 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
9757
9758 * international/ucs-normalize.el (ucs-normalize-version):
9759 Change to 1.2.
9760 (check-range): Adjust for Unicode 5.2.
9761
9762 2009-10-15 Juri Linkov <juri@jurta.org>
9763
9764 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9765 to the `menu-item' format.
9766
9767 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
9768
9769 * net/tramp.el (tramp-replace-environment-variables): Do not fail
9770 if the environment variable does not exist.
9771
9772 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9773 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9774 parameter.
9775 (tramp-smb-handle-add-name-to-file)
9776 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9777 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9778 (tramp-smb-handle-file-attributes)
9779 (tramp-smb-do-file-attributes-with-stat)
9780 (tramp-smb-handle-file-local-copy)
9781 (tramp-smb-handle-insert-directory)
9782 (tramp-smb-handle-make-directory)
9783 (tramp-smb-handle-make-directory-internal)
9784 (tramp-smb-handle-make-symbolic-link)
9785 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9786 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9787 (tramp-smb-maybe-open-connection): Apply the changed parameters.
9788 (tramp-smb-read-file-entry): Read Disk names in compressed format.
9789 Handle long file names.
9790 (tramp-smb-get-cifs-capabilities): Check, whether the connection
9791 process is running.
9792 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9793 Read share names with "-g" option.
9794
9795 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
9796
9797 * net/rcirc.el (rcirc-view-log-file): New command.
9798 (rcirc-track-minor-mode-map): Remove C-c ` binding.
9799 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9800 specified.
9801
9802 2009-10-15 Glenn Morris <rgm@gnu.org>
9803
9804 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9805 from the second command-line argument.
9806 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9807 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9808 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9809 w32-batch-update-autoloads.
9810 * emacs-lisp/autoload.el (autoload-make-program): New variable.
9811 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9812
9813 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9814 the headers cannot be located. Simplify, subtracting superflous
9815 save-excursions.
9816
9817 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9818
9819 Replace completion-base-size by completion-base-position to fix bugs
9820 such as (bug#4699).
9821 * simple.el (completion-base-position): New var.
9822 (completion-base-size): Mark as obsolete.
9823 (choose-completion): Make it work for mouse events as well.
9824 Pass the new base-position to choose-completion-string.
9825 (choose-completion-guess-base-position): New function, extracted from
9826 choose-completion-delete-max-match.
9827 (choose-completion-delete-max-match): Use it. Make obsolete.
9828 (choose-completion-string): Use the new base-position info.
9829 (completion-root-regexp): Delete.
9830 (completion-setup-function): Preserve completion-base-position.
9831 Eliminate obsolete base-size manipulation.
9832 * minibuffer.el (display-completion-list): Don't mess with base-size.
9833 (minibuffer-completion-help): Set completion-base-position instead.
9834 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9835 choose-completion.
9836 * textmodes/bibtex.el (bibtex-complete):
9837 * emacs-lisp/crm.el (crm--choose-completion-string):
9838 Adjust to new calling convention.
9839 * complete.el (partial-completion-mode): Use minibufferp to avoid
9840 bumping into incompatible change to choose-completion-string-functions.
9841 * ido.el (ido-choose-completion-string): Make its calling convention
9842 more permissive.
9843 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9844 base-size manipulation.
9845 (comint-dynamic-list-input-ring): Use dotimes and push.
9846 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9847 fundamental-mode. Use `or'.
9848
9849 2009-10-14 Juri Linkov <juri@jurta.org>
9850
9851 * misearch.el (multi-isearch-next-buffer-from-list)
9852 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
9853
9854 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9855
9856 * Makefile.in (compile-onefile): Load `bytecomp' rather than
9857 `bytecomp.el'.
9858
9859 * minibuffer.el (completion-pcm--merge-completions): Make sure the
9860 string we return is all made up of text from the completions rather
9861 than part from the completions and part from the input (bug#4219).
9862
9863 * ido.el (ido-everywhere): Use define-minor-mode.
9864
9865 * buff-menu.el (list-buffers, ctl-x-map):
9866 Mark the entry points with ;;;###autoload cookies.
9867
9868 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
9869
9870 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9871 correctly in the detached head case.
9872 (vc-git-print-log): Remove unused binding.
9873
9874 * vc.el (vc-responsible-backend): When a directory is passed for
9875 for registration create a VC repository if no backend is
9876 responsible for the directory argument.
9877 (vc-deduce-fileset): Tell vc-responsible-backend to register.
9878
9879 * vc.el: Move comments about RCS and SCCS ...
9880 * vc-rcs.el:
9881 * vc-sccs.el: ... here, respectively.
9882
9883 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * minibuffer.el (completion--file-name-table): Return nil if there's
9886 no file completion, even if substitute-in-file-name changed
9887 the string (bug#4708).
9888
9889 2009-10-13 Juri Linkov <juri@jurta.org>
9890
9891 * files-x.el (read-file-local-variable-value): Don't filter out
9892 minor modes from mode name completion (bug#4664).
9893
9894 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9895
9896 * international/mule-cmds.el (ucs-names): Remove exclusion of
9897 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9898
9899 2009-10-13 Kenichi Handa <handa@m17n.org>
9900
9901 * international/uni-name.el: Regenerated.
9902
9903 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9904
9905 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
9906 should be automatically buffer-local, but isn't.)
9907
9908 2009-10-12 Sam Steingold <sds@gnu.org>
9909
9910 * progmodes/compile.el (compilation-next-error-function): Fix the
9911 timestamps if the buffer has been visited before.
9912 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9913 non-anchored patterns, like the perl one (bug#3928).
9914
9915 2009-10-12 Glenn Morris <rgm@gnu.org>
9916
9917 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9918 Let-bind `size'.
9919
9920 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
9921
9922 * proced.el (proced-unload-function): New function.
9923
9924 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9925 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9926 Doc fix.
9927
9928 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9929
9930 2009-10-11 Juri Linkov <juri@jurta.org>
9931
9932 * files-x.el (read-file-local-variable-value):
9933 Provide default value only for bound variables (bug#4664).
9934
9935 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
9936
9937 * net/tramp.el (tramp-local-host-p): Function shall return nil for
9938 connection methods like smb.
9939
9940 * net/tramp-cache.el (tramp-flush-connection-property): The hash
9941 can be empty.
9942
9943 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9944 (tramp-smb-file-name-handler-alist): Add handlers for
9945 `add-name-to-file', `make-symbolic-link'.
9946 (tramp-smb-handle-add-name-to-file)
9947 (tramp-smb-do-file-attributes-with-stat)
9948 (tramp-smb-handle-make-symbolic-link)
9949 (tramp-smb-get-cifs-capabilities): New defuns.
9950 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9951 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9952 (tramp-smb-handle-file-local-copy)
9953 (tramp-smb-handle-make-directory-internal)
9954 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9955 The file name syntax depends on cifs capabilities.
9956 (tramp-smb-handle-file-attributes):
9957 Call `tramp-smb-do-file-attributes-with-stat' if possible.
9958 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9959 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9960
9961 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
9962
9963 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9964 (eieio-defclass): Apply deftype handler and setf-method properties
9965 directly.
9966 (eieio-add-new-slot): Avoid union function from cl library.
9967 (eieio--typep): New function.
9968 (eieio-perform-slot-validation): Use it.
9969
9970 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9971
9972 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9973 Update documentation to refer to the variables documented in r1.135.
9974 (Bug#4188)
9975
9976 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9977
9978 * bookmark.el (Info-suffix-list): Remove this unused variable.
9979 (bookmark-current-point): Remove this obsolete variable.
9980 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9981 Adjust for removal of bookmark-current-point.
9982
9983 (bookmarks-already-loaded, bookmark-current-buffer)
9984 (bookmark-yank-point): Document. (Bug#4188)
9985
9986 2009-10-10 Glenn Morris <rgm@gnu.org>
9987
9988 * frame.el (frame-height): Doc fix.
9989
9990 * calendar/calendar.el (calendar-split-width-threshold): New option.
9991 (calendar-basic-setup): Use calendar-split-width-threshold.
9992
9993 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
9994
9995 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9996 Use .la for Automake.
9997
9998 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
9999
10000 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
10001 Use "autoreconf -i". Suggested by Andreas Schwab.
10002
10003 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
10004
10005 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
10006 Ideographic Supplement" range (U+1F200..U+1F2FF).
10007
10008 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10009
10010 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
10011 since the list will have been rebuilt anyway. (Bug#4349)
10012
10013 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10014
10015 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
10016 (bookmark-bmenu-execute-deletions): Don't save here, as
10017 bookmark-delete will now do so if necessary.
10018 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
10019 (Bug#4348)
10020
10021 2009-10-09 Glenn Morris <rgm@gnu.org>
10022
10023 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
10024
10025 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10026
10027 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
10028 (bookmark-jump-other-window): Just invoke bookmark-jump with new
10029 argument now, so the two function's behaviors will match. (Bug#3645)
10030
10031 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10032
10033 * cedet/ede/proj.el (project-make-dist, project-compile-project):
10034 Fix filename test.
10035 (ede-proj-dist-makefile): Use expand-file-name instead of concat
10036 to expand file names.
10037
10038 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
10039
10040 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
10041 (tramp-file-name-real-host, tramp-file-name-port):
10042 Apply `save-match-data'.
10043
10044 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10045 case both directories are remote.
10046 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10047 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10048
10049 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10050
10051 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10052 (ede-proj-target-makefile-objectcode): Use it.
10053
10054 * cedet/ede/source.el (ede-want-any-source-files-p)
10055 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10056 Return search result. This error was introduced while merging.
10057
10058 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10059
10060 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10061
10062 2009-10-07 Glenn Morris <rgm@gnu.org>
10063
10064 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10065 of concat.
10066
10067 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 * files-x.el (read-file-local-variable): Include some
10070 non-user-variables in the completion table (bug#4664).
10071
10072 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
10073
10074 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10075 message.
10076
10077 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10078 (tramp-smb-file-name-handler-alist): Add handler for
10079 `copy-directory', `expand-file-name', `set-file-modes'.
10080 (tramp-smb-handle-copy-directory)
10081 (tramp-smb-handle-expand-file-name)
10082 (tramp-smb-handle-set-file-modes): New defuns.
10083 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10084 (tramp-smb-handle-file-attributes): Simplify check for retrieving
10085 entry.
10086 (tramp-smb-handle-insert-directory): Don't flush the cache.
10087 (tramp-smb-maybe-open-connection): Check for samba client and
10088 server versions.
10089
10090 2009-10-07 Eli Zaretskii <eliz@gnu.org>
10091
10092 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10093 to not error out of search for "^lisp=" fails.
10094
10095 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10096
10097 * makefile.w32-in (WINS_UPDATES): New macro.
10098 (custom-deps, finder-data, autoloads): Use it.
10099
10100 2009-10-07 Glenn Morris <rgm@gnu.org>
10101
10102 * Makefile.in (autoloads): Revert previous change.
10103 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10104 the list of preloaded files passed on the command-line, get
10105 it from src/Makefile.
10106
10107 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10108 show the original buffer rather than a random one.
10109
10110 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
10111
10112 * help.el (describe-no-warranty): Place point in a slightly better
10113 position in the GPLv3 text.
10114
10115 2009-10-06 Sam Steingold <sds@gnu.org>
10116
10117 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10118 the comm attribute is present before calling regexp-quote.
10119
10120 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
10121
10122 * play/animate.el (animate-string): For good effect, make sure
10123 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10124
10125 * play/animate.el (animate-sequence, animate-birthday-present):
10126 * misc.el (butterfly): Don't set `indent-tabs-mode'.
10127
10128 2009-10-06 Glenn Morris <rgm@gnu.org>
10129
10130 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10131
10132 * emacs-lisp/autoload.el (autoload-excludes): New variable.
10133 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10134 (batch-update-autoloads): Process a string value of autoload-excludes,
10135 set during the build process.
10136 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
10137
10138 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10139 inside with-parsed... macro so that `v' is defined.
10140
10141 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10142 * progmodes/fortran.el (fortran-end-of-block)
10143 (fortran-beginning-of-block):
10144 Also push mark in the macro case.
10145
10146 * emerge.el (emerge-show-file-name):
10147 * calc/calc.el (calc-quit):
10148 * calc/calc-misc.el (calc-big-or-small):
10149 * calc/calc-graph.el (calc-graph-view):
10150 * calc/calc-ext.el (calc-reset):
10151 * calendar/calendar.el (calendar-basic-setup):
10152 Use window-full-height-p.
10153
10154 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10155 header we don't understand, don't insert another. (Bug#4624)
10156 If changing mime charset, insert the new one in the right place.
10157
10158 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
10159
10160 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10161 (cal-tex-cursor-month): Correctly increment the end date for diary and
10162 holiday listing. (Bug#4626)
10163
10164 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10165
10166 * help-fns.el (describe-function-1): Don't burp if the function is not
10167 a symbol.
10168
10169 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
10170
10171 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10172 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10173 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10174 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10175
10176 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10177 (eieio-default-superclass): Reflow docstrings.
10178 (this, class-option-assoc, defclass, eieio-class-un-autoload)
10179 (eieio-unbind-method-implementations, defmethod)
10180 (eieio-validate-slot-value, eieio-validate-class-slot-value)
10181 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10182 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10183 (eieio-slot-originating-class-p, eieio-slot-name-index)
10184 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10185 (constructor, initialize-instance, no-next-method, object-print)
10186 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10187 Fix typos in docstrings.
10188 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10189 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10190 (next-method-p): Doc fixes.
10191 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10192 Fix typos in error messages.
10193 (eieio-defmethod): Fix typo in description of generic method.
10194
10195 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10196 (eieio-persistent-save-interactive, slot-missing):
10197 Fix typos in docstrings.
10198 (eieio-instance-inheritor-slot-boundp): Doc fix.
10199
10200 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10201 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10202
10203 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10204 (eieio-custom-object-apply-reset):
10205 Fix typos in docstrings and error messages.
10206
10207 * emacs-lisp/eieio-datadebug.el (data-debug-show):
10208 Fix typo in docstring.
10209
10210 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10211 (eieio-browse-tree): Doc fix.
10212 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10213 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10214 Fix typos in docstrings.
10215
10216 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10217 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10218 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10219 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10220 Reflow docstrings.
10221
10222 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
10223
10224 * vc-hg.el (log-view-vc-backend): Declare for compiler.
10225 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10226 Set log-view-vc-backend so that diff can work.
10227
10228 * log-view.el (log-view-diff): Use vc-diff-internal instead of
10229 vc-version-diff.
10230 (vc-diff-internal): Autoload this instead of vc-version-diff.
10231
10232 2009-10-05 Eli Zaretskii <eliz@gnu.org>
10233
10234 * simple.el (eval-expression): Doc fix.
10235
10236 * progmodes/cwarn.el (cwarn-mode): Doc fix.
10237
10238 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
10239
10240 * files.el (directory-files-no-dot-files-regexp): New defconst.
10241 (delete-directory): Use it.
10242 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
10243
10244 * net/tramp.el (tramp-verbose): Fix docstring.
10245 (tramp-methods): Add recursive option to `tramp-copy-args'.
10246 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
10247 "scp1_old", "scp2_old", "rsync", "rsyncc".
10248 (tramp-default-method): Check also for `auth-source-user-or-password'.
10249 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10250 Add handler for `copy-directory'.
10251 (tramp-handle-copy-directory): New defun.
10252 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10253 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10254 Optimize sent command.
10255
10256 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10259 window if necessary.
10260
10261 * calendar/calendar.el (calendar-basic-setup): Don't call
10262 switch-to-buffer in a dedicated window.
10263
10264 2009-10-05 Karl Fogel <kfogel@red-bean.com>
10265
10266 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10267 don't do anything related to relocating, just return nil.
10268 (bookmark-error-no-filename): New error.
10269 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10270 bookmark has no file. Don't even attempt to handle things that
10271 are not files; the whole point of custom handlers is to keep that
10272 knowledge elsewhere anyway. Tighten some comments.
10273 (bookmark-file-or-variation-thereof): Remove now-unused function.
10274 (bookmark-location): Doc string fix.
10275 (Bug#4250)
10276
10277 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10278
10279 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10280 don't use a file dialog, because they usually don't know how to read
10281 a directory target from the user. (Bug#4230)
10282 Also, make sure the prompt can display directories as well as files.
10283
10284 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10285
10286 * bookmark.el (bookmark-set, bookmark-buffer-name):
10287 Improve doc strings. (Bug#1193)
10288
10289 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10290
10291 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10292 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10293 (bookmark-get-annotation, bookmark-set-annotation)
10294 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10295 (bookmark-set-position, bookmark-get-front-context-string)
10296 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10297 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10298 (bookmark-jump-other-window, bookmark-handle-bookmark)
10299 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10300 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10301 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10302 Improve doc strings to say whether bookmark can be a string or
10303 a record or both, and make other consistency and clarity fixes.
10304 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10305 (bookmark-default-annotation-text, bookmark-yank-word)
10306 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10307 (bookmark-import-new-list, bookmark-maybe-rename)
10308 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10309 (bookmark-bmenu-bookmark): Give these doc strings.
10310 (bookmark-bmenu-check-position): Give this a doc string, but also
10311 add a FIXME comment about how the function may be pointless.
10312 (bookmark-default-handler): Rework doc string and change a
10313 parameter name, to clarify that this takes a bookmark record
10314 not a bookmark name.
10315 (bookmark-set): Change a parameter name to indicate its meaning,
10316 and improve the doc string a bit.
10317 (Bug#4188)
10318
10319 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10320
10321 * bookmark.el (bookmark-alist): Document the new `handler' element
10322 in the param alist.
10323 (bookmark-make-record-function): Adjust documentation for above.
10324 (Bug#4193)
10325
10326 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10327
10328 * info.el (Info-bookmark-make-record): Document this function.
10329 (Info-bookmark-jump): Document with a doc string, not just a comment.
10330 (Bug#4203)
10331
10332 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10333
10334 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10335 (semantic-new-buffer-fcn): Call parser setup functions here.
10336 (semantic-mode): Don't call parser setup functions here, it's done
10337 in semantic-new-buffer-fcn now.
10338 (semantic-mode): Parse all existing buffers when enabled.
10339
10340 * cedet/srecode/compile.el (srecode-compile-file):
10341 Call semantic-new-buffer-fcn if the buffer has not been parsed.
10342
10343 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10344
10345 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10346
10347 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10348 (proj-comp-insert-variable-once): New macro, renamed from
10349 ede-pmake-insert-variable-once in ede/pmake.edl.
10350 (ede-proj-makefile-insert-variables): Use it.
10351
10352 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
10353
10354 * files.el (copy-directory): New defun.
10355
10356 * dired-aux.el (dired-copy-file-recursive): Use it.
10357
10358 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10359
10360 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10361 (makefile-end-of-command):
10362 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10363 (semantic-end-of-context): Fix previous change. Doc fixes.
10364
10365 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10366
10367 * files-x.el (modify-dir-local-variable)
10368 (copy-dir-locals-to-file-locals-prop-line):
10369 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10370 (makefile-end-of-command):
10371 * cedet/semantic/lex.el (semantic-lex-token):
10372 * cedet/semantic/analyze/fcn.el
10373 (semantic-analyze-dereference-metatype-1):
10374 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10375 (semantic-lex-cpp-undef):
10376 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10377 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10378 (semantic-end-of-context): Fix typos in docstrings.
10379
10380 * recentf.el (recentf-unload-function): New function.
10381
10382 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10383
10384 * cedet/ede.el (ede-project-placeholder-cache-file):
10385 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10386 * cedet/srecode/map.el (srecode-map-save-file):
10387 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
10388
10389 2009-10-04 Glenn Morris <rgm@gnu.org>
10390
10391 * window.el (window-full-height-p): Add doc string.
10392
10393 2009-10-04 Martin Rudalics <rudalics@gmx.at>
10394
10395 * window.el (window-full-height-p): New function. (Bug#4543)
10396
10397 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
10398
10399 * cedet/srecode/insert.el: Require srecode/args.
10400
10401 * cedet/srecode/args.el: Require srecode/dictionary instead of
10402 srecode/insert.
10403
10404 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10405
10406 * files.el (auto-mode-alist): Add .srt and Project.ede.
10407
10408 * cedet/semantic.el (semantic-mode):
10409 Handle srecode-template-mode-hook as well.
10410 (semantic-mode): Use js-mode-hook for Javascript hook.
10411
10412 * cedet/srecode/template.el: Remove hook variable.
10413
10414 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10415
10416 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10417 projects exist.
10418 (ede-project-placeholder-cache-file): Default to a file in
10419 user-emacs-directory.
10420
10421 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10422 templates in data-directory.
10423 (srecode-map-save-file): Default to a file in user-emacs-directory.
10424
10425 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10426 directory.
10427
10428 2009-09-30 Eric Ludlam <zappo@gnu.org>
10429
10430 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10431 Doc fix.
10432
10433 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10434 Only insert each variable once.
10435
10436 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10437 (ede-pmake-insert-variable-shared): Use it.
10438
10439 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10440 for lexical table iff table is nil.
10441
10442 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
10443
10444 * vc.el: Remove commented out code.
10445 (vc-derived-from-dir-mode): Remove, unused.
10446 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10447
10448 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
10449
10450 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10451 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
10452 there could be recursive loading when `default-directory' is a
10453 remote file name. (Bug#4614)
10454
10455 2009-10-03 Glenn Morris <rgm@gnu.org>
10456
10457 * calendar/calendar.el (calendar-basic-setup): Handle the case where
10458 the frame is wide.
10459 (calendar-generate-window): Test for shrinkability rather than width.
10460
10461 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10462 declaration, currently false.
10463
10464 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10465 reusing existing buffers, in case we happen to visit two files with the
10466 same basename. (Bug#4593)
10467
10468 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10469
10470 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10471 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10472 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10473 subdirs of cedet as well.
10474 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10475
10476 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10479 Obey advertised-signature-table.
10480
10481 * help-fns.el (help-function-arglist): Don't check
10482 advertised-signature-table.
10483 (describe-function-1): Do it here instead so it also applies to subrs.
10484
10485 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
10486
10487 * simple.el (start-file-process): Say in the doc-string, that file
10488 handlers might not support pty association, if PROGRAM is nil.
10489
10490 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10491 HOST and USER are strings. They are nil, when there are
10492 incomplete entries in ~/.netrc, for example.
10493 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
10494 root directory ("device busy" error otherwise).
10495
10496 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10497 Flush file properties of created directory.
10498
10499 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10500
10501 * makefile.w32-in (WINS_BASIC): Remove cedet.
10502 (WINS_CEDET): Add cedet.
10503 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10504
10505 2009-10-02 Kevin Ryde <user42@zip.com.au>
10506
10507 * net/browse-url.el (browse-url): Pass any symbol in
10508 browse-url-browser-function to `apply', since if you've mistakenly put
10509 an unbound symbol then the error is clearer. (Bug#4531)
10510
10511 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10512
10513 * allout.el (allout-init, allout-back-to-current-heading)
10514 (allout-beginning-of-current-entry, allout-ascend-to-depth)
10515 (allout-ascend, allout-up-current-level, allout-end-of-level)
10516 (allout-previous-visible-heading, allout-forward-current-level)
10517 (allout-backward-current-level, allout-show-children):
10518 * apropos.el (apropos-describe-plist):
10519 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10520 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10521 * completion.el (add-completion, add-permanent-completion):
10522 * descr-text.el (describe-text-category, describe-char):
10523 * desktop.el (desktop-lazy-abort):
10524 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10525 * dired.el (dired-build-subdir-alist):
10526 * ediff.el (ediff-version):
10527 * elide-head.el (elide-head, elide-head-show):
10528 * emerge.el (emerge-version):
10529 * env.el (getenv):
10530 * face-remap.el (variable-pitch-mode):
10531 * faces.el (describe-face):
10532 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10533 (dired-at-point):
10534 * files.el (find-file-existing, auto-save-mode):
10535 * font-lock.el (font-lock-fontify-buffer):
10536 * help-fns.el (describe-function, describe-variable)
10537 (describe-syntax, describe-categories):
10538 * help.el (view-lossage, describe-bindings, describe-key)
10539 (describe-mode):
10540 * hexl.el (hexl-current-address):
10541 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10542 * info.el (Info-goto-emacs-key-command-node):
10543 * log-edit.el (log-edit-insert-cvs-template)
10544 (log-edit-insert-cvs-rcstemplate):
10545 * menu-bar.el (menu-bar-mode):
10546 * mouse.el (mouse-appearance-menu):
10547 * newcomment.el (comment-indent-new-line):
10548 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10549 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10550 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10551 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10552 * recentf.el (recentf-mode):
10553 * savehist.el (savehist-mode, savehist-save):
10554 * shadowfile.el (shadow-copy-files):
10555 * simple.el (kill-ring-save, next-line, previous-line)
10556 (normal-erase-is-backspace-mode):
10557 * strokes.el (strokes-update-window-configuration)
10558 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10559 (strokes-xpm-for-stroke):
10560 * time.el (emacs-uptime, emacs-init-time):
10561 * tutorial.el (tutorial--describe-nonstandard-key)
10562 (tutorial--detailed-help):
10563 * type-break.el (type-break-mode)
10564 (type-break-mode-line-message-mode, type-break-query-mode)
10565 (type-break-guesstimate-keystroke-threshold):
10566 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10567 * version.el (emacs-version):
10568 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10569 * winner.el (winner-mode):
10570 * calendar/timeclock.el (timeclock-in, timeclock-out)
10571 (timeclock-status-string, timeclock-change)
10572 (timeclock-workday-remaining-string)
10573 (timeclock-workday-elapsed-string)
10574 (timeclock-when-to-leave-string):
10575 * calendar/todo-mode.el (todo-add-category):
10576 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10577 * emacs-lisp/autoload.el (update-file-autoloads):
10578 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10579 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10580 (checkdoc-message-text, checkdoc-defun):
10581 * emacs-lisp/debug.el (debugger-list-functions):
10582 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10583 * emacs-lisp/eieio-opt.el (eieio-describe-class)
10584 (eieio-describe-generic):
10585 * emacs-lisp/lisp-mnt.el (lm-synopsis):
10586 * emacs-lisp/shadow.el (list-load-path-shadows):
10587 * emulation/cua-base.el (cua-mode):
10588 * emulation/edt.el (edt-set-scroll-margins):
10589 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10590 (tpu-toggle-regexp, tpu-toggle-search-direction)
10591 (tpu-toggle-rectangle, tpu-toggle-control-keys):
10592 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10593 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10594 (viper-set-parsing-style-toggling-macro)
10595 (viper-set-emacs-state-searchstyle-macros):
10596 * emulation/viper.el (viper-set-hooks):
10597 * eshell/esh-mode.el (eshell-truncate-buffer):
10598 * international/mule-cmds.el (prefer-coding-system)
10599 (describe-input-method, describe-language-environment):
10600 * international/mule-diag.el (list-character-sets)
10601 (describe-character-set, describe-coding-system)
10602 (describe-fontset, list-fontsets, list-input-methods):
10603 * mail/sendmail.el (mail-signature):
10604 * net/ange-ftp.el (ange-ftp-copy-file):
10605 * net/browse-url.el (browse-url):
10606 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10607 * net/quickurl.el (quickurl-add-url):
10608 * net/rcirc.el (names, topic):
10609 * net/xesam.el (xesam-mode):
10610 * play/5x5.el (5x5-new-game):
10611 * play/yow.el (apropos-zippy):
10612 * progmodes/ada-mode.el (ada-mode-version):
10613 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10614 (f90-end-of-block)
10615 (f90-beginning-of-block):
10616 * progmodes/fortran.el (fortran-end-of-block)
10617 (fortran-beginning-of-block):
10618 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10619 * progmodes/python.el (python-describe-symbol, python-shell):
10620 * term/ns-win.el (ns-print-buffer):
10621 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10622 * textmodes/flyspell.el (flyspell-mode-on):
10623 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10624 (pages-directory-for-addresses):
10625 * textmodes/table.el (table-recognize-cell)
10626 (table-query-dimension, table-generate-source)
10627 (table-insert-sequence, table--warn-incompatibility):
10628 * textmodes/tex-mode.el (tex-validate-buffer):
10629 * textmodes/texinfmt.el (texinfmt-version)
10630 (texinfo-format-buffer):
10631 Use `called-interactively-p' instead of `interactive-p'.
10632
10633 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10634
10635 * image-mode.el (image-toggle-display):
10636 * emacs-lisp/elp.el (elp-instrument-function):
10637 * emacs-lisp/advice.el (ad-make-advised-definition):
10638 * emacs-lisp/easy-mmode.el (define-minor-mode):
10639 * net/browse-url.el (browse-url-maybe-new-window):
10640 * progmodes/sh-script.el (sh-learn-buffer-indent):
10641 Pass new argument 'any to `called-interactively-p'.
10642
10643 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10644
10645 * international/uni-bidi.el:
10646 * international/uni-category.el:
10647 * international/uni-combining.el:
10648 * international/uni-comment.el:
10649 * international/uni-decimal.el:
10650 * international/uni-decomposition.el:
10651 * international/uni-digit.el:
10652 * international/uni-lowercase.el:
10653 * international/uni-mirrored.el:
10654 * international/uni-name.el:
10655 * international/uni-numeric.el:
10656 * international/uni-old-name.el:
10657 * international/uni-titlecase.el:
10658 * international/uni-uppercase.el:
10659 Regenerate from Unicode 5.2.0 data.
10660
10661 2009-10-01 Glenn Morris <rgm@gnu.org>
10662
10663 * Makefile.in (ELCFILES): Regenerate.
10664
10665 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10666
10667 * subr.el (interactive-p): Mark obsolete.
10668 (called-interactively-p): Make the optional-ness of `kind' obsolete.
10669 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10670 advertised-signature-table for subroutines as well.
10671
10672 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10673 (set-advertised-calling-convention): New function.
10674 (make-obsolete, define-obsolete-function-alias)
10675 (make-obsolete-variable, define-obsolete-variable-alias):
10676 Make the optional-ness of `when' obsolete.
10677 (define-obsolete-face-alias): Make `when' non-optional.
10678 * help-fns.el (help-function-arglist):
10679 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10680 Use advertised-signature-table.
10681
10682 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
10683
10684 * files.el (delete-directory): New defun. The original function
10685 in fileio.c has been renamed to `delete-directory-internal'.
10686
10687 * dired.el (dired-delete-file): Call `delete-directory' with
10688 RECURSIVE parameter.
10689
10690 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10691 parameter RECURSIVE. Implementation is missing.
10692
10693 * net/tramp.el (tramp-handle-make-directory): Flush upper
10694 directory's file properties.
10695 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10696 (tramp-handle-dired-recursive-delete-directory): Flush directory
10697 properties after the remove command only.
10698
10699 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10700 Handle optional parameter RECURSIVE.
10701
10702 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10703 Handle optional parameter RECURSIVE.
10704
10705 * net/tramp-smb.el (tramp-smb-errors): Add error message for
10706 connection timeout.
10707 (tramp-smb-handle-delete-directory): Handle optional parameter
10708 RECURSIVE.
10709
10710 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10713 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10714 (byte-compile-defmacro): Use backquotes.
10715
10716 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10717
10718 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10719 has no associated file.
10720 (vc-resynch-buffer): Use vc-dir-buffers.
10721
10722 2009-10-01 Glenn Morris <rgm@gnu.org>
10723
10724 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10725 (chart-file-count):
10726 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10727 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10728 * emacs-lisp/eieio-opt.el (eieio-describe-class):
10729 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10730 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10731 (eieio-copy-parents-into-subclass, make-instance, class-children)
10732 (eieio-generic-form):
10733 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10734 * cedet/cedet-idutils.el (cedet-idutils-search)
10735 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10736 (cedet-idutils-version-check):
10737 * cedet/cedet.el (cedet-version):
10738 * cedet/data-debug.el (data-debug-insert-overlay-button)
10739 (data-debug-insert-overlay-list-button)
10740 (data-debug-insert-buffer-button)
10741 (data-debug-insert-buffer-list-button)
10742 (data-debug-insert-process-button, data-debug-insert-ring-button)
10743 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10744 (data-debug-insert-stuff-vector-button)
10745 (data-debug-insert-symbol-button, data-debug-insert-string)
10746 (data-debug-insert-number, data-debug-insert-lambda-expression)
10747 (data-debug-insert-nil, data-debug-insert-simple-thing)
10748 (data-debug-insert-custom, data-debug-edebug-expr):
10749 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10750 (global-ede-mode-map, ede-new, ede-debug-target)
10751 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10752 * cedet/semantic.el (semantic-minimum-working-buffer-size)
10753 (semantic-fetch-tags, semantic-submode-list)
10754 (semantic-default-submodes):
10755 * cedet/ede/source.el (ede-source-match):
10756 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10757 (project-am-package-info):
10758 * cedet/ede/proj.el (ede-proj-target, project-new-target):
10759 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10760 * cedet/ede/proj-comp.el (ede-current-build-list):
10761 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10762 * cedet/ede/files.el (ede-toplevel-project-or-nil):
10763 * cedet/ede/cpp-root.el (initialize-instance):
10764 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10765 (autoconf-parameter-strip, autoconf-insert-new-macro):
10766 * cedet/semantic/wisent.el (wisent-lex-eoi):
10767 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10768 (semantic-show-parser-state-mode):
10769 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10770 * cedet/semantic/tag.el (semantic-tag-new-variable)
10771 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10772 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10773 (semantic--tag-deep-copy-tag-list)
10774 (semantic-tag-components-with-overlays-default):
10775 * cedet/semantic/symref.el (semantic-symref-find-text):
10776 * cedet/semantic/senator.el (senator-yank-tag)
10777 (senator-transpose-tags-up):
10778 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10779 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10780 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10781 * cedet/semantic/lex.el (semantic-lex-comment-regex)
10782 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10783 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10784 * cedet/semantic/lex-spp.el
10785 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10786 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10787 * cedet/semantic/idle.el
10788 (semantic-idle-summary-current-symbol-info-brutish)
10789 (semantic-idle-summary-current-symbol-info-default):
10790 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10791 (semantic--grammar-macro-compl-dict):
10792 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10793 * cedet/semantic/format.el (semantic-format-tag-custom-list)
10794 (semantic-format-tag-canonical-name-default):
10795 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10796 (semantic-find-tags-for-completion)
10797 (semantic-find-tags-by-scope-protection-default)
10798 (semantic-deep-find-tags-for-completion):
10799 * cedet/semantic/edit.el
10800 (semantic-edits-incremental-reparse-failed-hook)
10801 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10802 (semantic-edits-splice-remove, semantic-edits-splice-replace):
10803 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10804 * cedet/semantic/dep.el (semantic-dependency-include-path):
10805 * cedet/semantic/db.el (semanticdb-default-find-index-class)
10806 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10807 (semanticdb-project-roots):
10808 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10809 (semanticdb-find-adebug-insert-scanned-tag-cons)
10810 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10811 (semanticdb-brute-deep-find-tags-for-completion):
10812 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10813 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10814 (semantic-end-of-context-default)
10815 (semantic-ctxt-current-function-default)
10816 (semantic-ctxt-scoped-types-default):
10817 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10818 (semantic-complete-inline-tag-engine)
10819 (semantic-complete-inline-custom-type)
10820 (semantic-complete-read-tag-analyzer):
10821 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10822 (semantic-chart-database-size):
10823 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10824 (semantic-analyze-current-context):
10825 * cedet/semantic/symref/list.el (semantic-symref)
10826 (semantic-symref-hide-buffer, semantic-symref-symbol):
10827 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10828 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10829 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10830 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10831 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10832 (semantic-c-dereference-template):
10833 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10834 (semantic--analyze-refs-full-lookup-with-parents)
10835 (semantic--analyze-refs-full-lookup-simple):
10836 * cedet/semantic/analyze/complete.el
10837 (semantic-analyze-possible-completions):
10838 * cedet/srecode/table.el (srecode-mode-table-new):
10839 * cedet/srecode/srt.el (srecode-read-variable-name):
10840 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10841 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10842 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10843 * cedet/srecode/map.el (srecode-current-map):
10844 * cedet/srecode/insert.el (srecode-insert)
10845 (srecode-insert-variable-secondname-handler, srecode-insert-method)
10846 (srecode-template-inserter-point-override)
10847 (srecode-insert-include-lookup):
10848 * cedet/srecode/getset.el (srecode-auto-choose-class):
10849 * cedet/srecode/extract.el (srecode-inserter-extract):
10850 * cedet/srecode/document.el
10851 (srecode-document-autocomment-return-last-alist)
10852 (srecode-document-autocomment-param-type-alist)
10853 (srecode-document-insert-function-comment)
10854 (srecode-document-insert-variable-one-line-comment)
10855 (srecode-document-function-name-comment):
10856 * cedet/srecode/dictionary.el (srecode-create-dictionary)
10857 (srecode-compound-toString):
10858 * cedet/srecode/compile.el (srecode-flush-active-templates):
10859 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10860 Doc/message fixes.
10861
10862 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10863 match-data. (Bug#4555).
10864
10865 * cedet/semantic/bovine/gcc.el
10866 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10867 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10868
10869 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10870 rather than parsing it as a regexp. This relaxes the layout
10871 requirements and makes errors easier to detect.
10872 (check-declare-verify): Check file is regular.
10873 (check-declare-directory): Doc fix.
10874 * subr.el (declare-function): Doc fix.
10875
10876 * ibuffer.el (ibuffer-format-qualifier):
10877 * isearch.el (hi-lock-regexp-okay):
10878 * calc/calc.el (math-zerop):
10879 * mail/uce.el (rmail-msgbeg, rmail-msgend):
10880 * term/w32-win.el (setup-default-fontset, set-fontset-font):
10881 Remove unused declarations.
10882
10883 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10884
10885 * cedet/semantic/wisent/javat-wy.el
10886 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10887
10888 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
10889
10890 * cedet/srecode/expandproto.el: Fix provide statement.
10891
10892 2009-09-30 Eric Ludlam <zappo@gnu.org>
10893
10894 * emacs-lisp/eieio.el (boolean-p): Delete.
10895
10896 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
10897
10898 * cedet/ede/srecode.el: Fix provide statement.
10899
10900 2009-09-30 Glenn Morris <rgm@gnu.org>
10901
10902 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10903 * cedet/ede/proj-aux.el (ede-aux-source):
10904 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10905 (ede-misc-source):
10906 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10907 (semantic-mrub-switch-tags): Fix doc typos.
10908
10909 * cedet/semantic/db-global.el (data-debug-new-buffer)
10910 (data-debug-insert-thing): Remove unneeded declarations (one broken).
10911 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10912
10913 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10914
10915 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10916 use of CL function `remove-if-not'.
10917
10918 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10919
10920 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10921 filename is not a string.
10922
10923 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
10924
10925 * files.el (safe-local-eval-forms): Fix typo.
10926
10927 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10928
10929 * vc-hooks.el (vc-dir-buffers): New var.
10930 (vc-state-refresh): New function.
10931 (vc-state): Use it.
10932 (vc-after-save): Always ask the backend to recompute the new state.
10933 Always call vc-dir if necessary, using vc-dir-buffers.
10934 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10935 Use vc-dir-buffers.
10936 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10937 (vc-dir-prepare-status-buffer, vc-dir-update)
10938 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10939 Don't call expand-file-name on default-directory.
10940
10941 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10942
10943 * speedbar.el (speedbar-item-delete):
10944 * calc/calc-prog.el (calc-kbd-if):
10945 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10946
10947 * epa.el (epa-key-list-mode-map):
10948 * hi-lock.el (hi-lock-menu): Fix typos in menus.
10949
10950 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10951 (hs-show-hook): Fix typo in docstring.
10952
10953 2009-09-29 Glenn Morris <rgm@gnu.org>
10954
10955 * cedet/semantic/symref/idutils.el:
10956 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10957
10958 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10959
10960 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10961 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10962 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10963 Mark declarations not understood by check-declare.
10964
10965 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10966 file-name-nondirectory call preventing location of cedet files.
10967 (check-declare-verify): Use literal search rather than re-search.
10968 Add basic defmethod and defclass, and define-overloadable-function.
10969
10970 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10971 Use tramp-compat-file-attributes rather than nonexistent
10972 tramp-compat-handle-file-attributes.
10973
10974 * Makefile.in (lisptagsfiles4): New.
10975 (AUTOGENEL): Add cedet loaddefs files.
10976 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10977 (update-elclist, compile-always, backup-compiled-files)
10978 (bootstrap-clean): Add yet another directory level.
10979 (update-elclist): Use LC_COLLATE rather than COLLATE.
10980 (ELCFILES): Update, via `make update-elclist'.
10981
10982 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10983
10984 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10985 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10986 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10987
10988 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
10989
10990 * Makefile.in (lisptagsfiles3): Define.
10991 (TAGS, TAGS-LISP): Use it.
10992 (update-elclist): Add third directory level to look for elc files.
10993 (compile-always): Likewise.
10994 (backup-compiled-files): Likewise.
10995 (bootstrap-clean): Likewise.
10996 (ELCFILES): Update.
10997
10998 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
10999
11000 * Makefile.in (ELCFILES): Add CEDET files.
11001
11002 2009-09-28 Eric Ludlam <zappo@gnu.org>
11003
11004 CEDET (development tools) package merged.
11005
11006 * cedet/*.el:
11007 * cedet/ede/*.el:
11008 * cedet/semantic/*.el:
11009 * cedet/srecode/*.el: New files.
11010
11011 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
11012
11013 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
11014
11015 * net/tramp.el (top): Require tramp-imap.
11016
11017 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11018 Use `tramp-compat-handle-file-attributes'.
11019
11020 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11021
11022 * net/tramp-imap.el: New package.
11023
11024 2009-09-28 Eric Ludlam <zappo@gnu.org>
11025
11026 * emacs-lisp/chart.el:
11027 * emacs-lisp/eieio-base.el:
11028 * emacs-lisp/eieio-comp.el:
11029 * emacs-lisp/eieio-custom.el:
11030 * emacs-lisp/eieio-datadebug.el:
11031 * emacs-lisp/eieio-opt.el:
11032 * emacs-lisp/eieio-speedbar.el:
11033 * emacs-lisp/eieio.el: New files.
11034
11035 * cedet/cedet-cscope.el:
11036 * cedet/cedet-files.el:
11037 * cedet/cedet-global.el:
11038 * cedet/cedet-idutils.el:
11039 * cedet/data-debug.el:
11040 * cedet/inversion.el:
11041 * cedet/mode-local.el:
11042 * cedet/pulse.el: New files.
11043
11044 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11045
11046 * whitespace.el (whitespace-trailing-regexp)
11047 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11048 Fix doc string.
11049
11050 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
11051
11052 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11053 menu.
11054
11055 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11056 menu-bar-ediff-menu.
11057
11058 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11059 define-overloadable-function.
11060
11061 * progmodes/autoconf.el: Provide autoconf as well, so that this
11062 file can be `require'd.
11063
11064 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11065
11066 * emacs-lisp/autoload.el (generated-autoload-feature)
11067 (generated-autoload-load-name): New vars.
11068 (autoload-rubric, autoload-generate-file-autoloads): Use them.
11069 (make-autoload): Recognize define-overloadable-function and
11070 defclass forms (for EIEIO).
11071
11072 * Makefile.in (update-subdirs): Exclude cedet directory.
11073
11074 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11075
11076 * term/ns-win.el: Don't set the region face background. (Bug#4381)
11077
11078 * faces.el: Default light-background background for region face to
11079 ns_selection_color under NS.
11080
11081 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11082
11083 * net/imap-hash.el: New library, see NEWS.
11084
11085 * Makefile.in (ELCFILES): Add imap-hash.el.
11086
11087 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
11088
11089 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11090 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11091 * help-macro.el (make-help-screen): Avoid using an ambiguous function
11092 definition where the docstring could be taken for the return value.
11093
11094 2009-09-26 Glenn Morris <rgm@gnu.org>
11095
11096 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11097 Add option to only show images below a certain size.
11098 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11099 save-excursion calls.
11100
11101 2009-09-26 Eli Zaretskii <eliz@gnu.org>
11102
11103 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11104 subdirectories) and eieio.
11105
11106 2009-09-26 Alan Mackenzie <acm@muc.de>
11107
11108 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11109 buggy bracketing. (Bug#4289)
11110
11111 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11112 character constants (as case labels). (Bug#4289)
11113
11114 2009-09-25 Juri Linkov <juri@jurta.org>
11115
11116 * files.el (safe-local-eval-forms): Allow time-stamp in
11117 before-save-hook (Bug#4554).
11118
11119 2009-09-25 Drew Adams <drew.adams@oracle.com>
11120
11121 * menu-bar.el (list-buffers-directory): Doc fix.
11122
11123 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11124
11125 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11126 Try and avoid copying twice the same paragraph.
11127 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11128 Remove save-excursion.
11129 (log-edit-changelog-entry): Do it here instead.
11130
11131 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
11132
11133 * bs.el (bs--get-file-name): Use `list-buffers-directory'
11134 when available, instead of hardcoding mode names. Doc fix.
11135
11136 * menu-bar.el (list-buffers-directory): Add docstring.
11137 Make automatically buffer-local.
11138
11139 * dired.el (dired-mode):
11140 * files.el (cd-absolute):
11141 * pcvs.el (cvs-temp-buffer):
11142 * pcvs-util.el (cvs-get-buffer-create):
11143 * shell.el (shell-mode):
11144 * vc-dir.el (vc-dir-mode):
11145 Don't make `list-buffers-directory' buffer local.
11146
11147 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
11148
11149 * comint.el (comint-exec, comint-run, make-comint):
11150 Doc fixes (Bug#4542).
11151
11152 2009-09-25 Glenn Morris <rgm@gnu.org>
11153
11154 * mail/rmailmm.el (rmail-mime): New custom group.
11155 Move all defcustoms in this file into this group.
11156 (rmail-mime-media-type-handlers-alist): Revert previous change.
11157 (rmail-mime-show-images): New option.
11158 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11159 references to it, since it wasn't actually used for anything.
11160 (rmail-mime-insert-image): New function.
11161 (rmail-mime-image): Use rmail-mime-insert-image.
11162 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11163 obey the value of `rmail-mime-show-images' option. Print the size of
11164 attachments.
11165
11166 2009-09-25 David Engster <deng@randomsample.de>
11167
11168 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
11169
11170 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11171
11172 * whitespace.el: Does not highlight trailing spaces While point is
11173 at end of line. Does not highligt spaces at beginning of buffer
11174 while point is at beginning of buffer. Does not highlight spaces
11175 at end of buffer while point is at end of buffer. (Bug#4177)
11176 New version 12.0.
11177 (whitespace-display-mappings): Adjust initialization.
11178 (whitespace-point, whitespace-font-lock-refontify): New vars.
11179 (whitespace-color-on, whitespace-color-off): Adjust code.
11180 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11181 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11182 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11183
11184 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
11185
11186 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11187
11188 * textmodes/sgml-mode.el: Remove xml-mode alias.
11189
11190 * files.el (auto-mode-alist, conf-mode-maybe)
11191 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11192
11193 2009-09-24 Alan Mackenzie <acm@muc.de>
11194
11195 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11196 c-forward-conditionals, but it doesn't move point and doesn't set
11197 the mark.
11198 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11199 (c-down-conditional-with-else, c-backward-conditional)
11200 (c-forward-conditional): Refactor to use c-scan-conditionals.
11201
11202 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11203
11204 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11205 (help-default-arg-highlight): Remove.
11206 (help-highlight-arg): New function.
11207 (help-do-arg-highlight): Use it.
11208 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
11209
11210 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11211
11212 * term.el (term-set-scroll-region, term-handle-ansi-escape):
11213 Undo last change, which didn't fix the problem and introduced others.
11214
11215 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
11216
11217 * progmodes/gdb-mi.el: Don't require speedbar.
11218 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11219
11220 2009-09-24 Glenn Morris <rgm@gnu.org>
11221
11222 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11223
11224 * term/ns-win.el (ns-reg-to-script): Define for compiler.
11225
11226 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11227 there is no newline after the final mime boundary. (Bug#4539)
11228 Move markers on insertion so that any buttons inserted don't end up in
11229 the next part of a multipart message.
11230 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
11231 (rmail-mime-bulk-handler): Optionally handle images.
11232 (rmail-mime-image): New button action.
11233 (rmail-mime-image-handler): New function.
11234 (rmail-mime-mode): New mode.
11235 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
11236
11237 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11238
11239 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11240 than just dropping elements from it (bug#4504).
11241
11242 * term.el (term-set-scroll-region): Don't move cursor any more.
11243 (term-handle-ansi-escape): Call term-goto here instead.
11244 Suggested by Ivan Kanis <apple@kanis.eu>.
11245
11246 * term.el: Require CL.
11247 (term-ansi-reset): New function.
11248 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11249 (term-handle-colors-array): Simplify.
11250
11251 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11252
11253 * allout.el (allout-overlay-interior-modification-handler)
11254 (allout-obtain-passphrase):
11255 * epa-file.el (epa-file-write-region):
11256 * ps-print.el (ps-begin-job):
11257 * vc-hooks.el (vc-toggle-read-only):
11258 * vc-rcs.el (vc-rcs-rollback):
11259 * vc-sccs.el (vc-sccs-rollback):
11260 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11261 (vc-version-diff, vc-revert, vc-rollback):
11262 * wdired.el (wdired-check-kill-buffer):
11263 * emacs-lisp/authors.el (authors):
11264 * net/socks.el (socks-open-connection):
11265 * net/zeroconf.el (zeroconf-service-add-hook):
11266 * obsolete/vc-mcvs.el (vc-mcvs-register):
11267 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11268 (gdb-select-frame):
11269 * progmodes/grep.el (lgrep, rgrep):
11270 * progmodes/idlw-help.el (idlwave-help-check-locations)
11271 (idlwave-help-html-link, idlwave-help-assistant-open-link):
11272 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11273 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11274 (reftex-toc-rename-label): Fix typos in error messages.
11275
11276 * dired-aux.el (dired-do-shell-command): Reflow docstring.
11277 (dired-copy-how-to-fn): Doc fix.
11278 (dired-files-attributes, dired-read-shell-command):
11279 Fix typos in docstrings.
11280
11281 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11282 (dired-x-find-file-other-window): Reflow docstrings.
11283 (dired-omit-marker-char, dired-read-shell-command)
11284 (dired-x-submit-report): Fix typos in docstrings.
11285
11286 * shell.el (shell-mode-hook):
11287 * view.el (View-scroll-line-forward):
11288 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11289 Fix typos in docstrings.
11290
11291 * net/dig.el (dig-invoke): Fix typo in docstring.
11292 (query-dig): Reflow docstring.
11293
11294 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11295 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11296 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11297 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11298 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11299 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11300 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11301 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11302 (idlwave-completion-map, idlwave-current-indent)
11303 (idlwave-custom-ampersand-surround, idlwave-customize)
11304 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11305 (idlwave-define-abbrev, idlwave-determine-class-special)
11306 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11307 (idlwave-end-block-reg, idlwave-end-of-statement)
11308 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11309 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11310 (idlwave-explicit-class-listed, idlwave-file-header)
11311 (idlwave-fill-paragraph, idlwave-find-class-definition)
11312 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11313 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11314 (idlwave-in-quote, idlwave-indent-action-table)
11315 (idlwave-indent-expand-table, idlwave-indent-line)
11316 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11317 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11318 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11319 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11320 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11321 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11322 (idlwave-outlawed-buffers, idlwave-popup-select)
11323 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11324 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11325 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11326 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11327 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11328 (idlwave-statement-type, idlwave-struct-skip)
11329 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11330 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11331 (idlwave-what-module-find-class): Fix typos in docstrings.
11332 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11333 (idlwave-calculate-cont-indent, idlwave-expand-equal)
11334 (idlwave-find-module, idlwave-find-structure-definition)
11335 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11336 (idlwave-list-load-path-shadows, idlwave-next-statement)
11337 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11338 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11339 (idlwave-template): Reflow docstrings.
11340
11341 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11342 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11343 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11344 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11345 (idlwave-shell-display-line, idlwave-shell-display-wframe)
11346 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11347 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11348 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11349 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11350 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11351 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11352 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11353 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11354 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11355 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11356 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11357 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11358 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11359 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11360 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11361 Fix typos in docstrings.
11362 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11363 (idlwave-shell-hide-output, idlwave-shell-mode)
11364 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11365 Reflow docstrings.
11366
11367 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11368
11369 2009-09-24 Ivan Kanis <apple@kanis.eu>
11370
11371 * term.el (term-bold-attribute): New var.
11372 (term-handle-colors-array): Use it.
11373
11374 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
11375
11376 * progmodes/gdb-mi.el (gdb-version): New variable.
11377 (gdb-non-stop-handler): Set gdb-version.
11378 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11379 Condition "--thread" option on gdb-version.
11380 (gdb-invalidate-threads): Remove unused argument.
11381
11382 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11383
11384 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11385 to looking-back to avoid ridiculous slow down in large files (bug#4511).
11386
11387 2009-09-23 Glenn Morris <rgm@gnu.org>
11388
11389 * mail/rmail.el (rmail-reply): Don't try to add a References header when
11390 replying to mail without References or Message-Id. (Bug#4525)
11391
11392 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11393
11394 * term/ns-win.el (ns-reg-to-script): New variable.
11395
11396 2009-09-23 Daiki Ueno <ueno@unixuser.org>
11397
11398 * epg.el (epg-wait-for-status): Preserve existing 'error results.
11399
11400 2009-09-22 Sam Steingold <sds@gnu.org>
11401
11402 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11403 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11404 to 1 because hg returns status 1 when nothing is found.
11405 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11406
11407 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11408
11409 * textmodes/fill.el: Convert to utf-8 encoding.
11410 (fill-french-nobreak-p): Remove redundant » and « inherited from our
11411 pre-Unicode days.
11412
11413 * add-log.el (change-log-fill-forward-paragraph): New function.
11414 (change-log-mode): Use it so fill-region DTRT.
11415 Set fill-indent-according-to-mode here rather than in
11416 change-log-fill-paragraph.
11417 (change-log-fill-paragraph): Remove.
11418
11419 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
11420
11421 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11422 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
11423
11424 2009-09-22 Glenn Morris <rgm@gnu.org>
11425
11426 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11427 the scroll-bar scroll the calendar window rather than the buffer.
11428
11429 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11430 commands that move point (as opposed to scrolling).
11431
11432 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11433
11434 * emacs-lisp/elint.el (elint): New custom group.
11435 (elint-log-buffer): Make it a defcustom.
11436 (elint-scan-preloaded, elint-ignored-warnings)
11437 (elint-directory-skip-re): New options.
11438 (elint-builtin-variables): Doc fix.
11439 (elint-preloaded-env): New variable.
11440 (elint-unknown-builtin-args): Add an entry for encode-time.
11441 (elint-extra-errors): Make it a variable rather than a constant.
11442 (elint-preloaded-skip-re): New constant.
11443 (elint-directory): Skip files matching elint-directory-skip-re.
11444 (elint-features): New variable, local to linted buffers.
11445 (elint-update-env): Initialize elint-features. Possibly add
11446 elint-preloaded-env to the buffer's environment.
11447 (elint-get-top-forms): Bind elint-current-pos, for log messages.
11448 Skip quoted forms.
11449 (elint-init-form): New function, extracted from elint-init-env.
11450 Make non-list forms a warning rather than an error.
11451 Add the mode-map for define-derived-mode. Handle define-minor-mode,
11452 easy-menu-define, put that adds an error-condition, and provide.
11453 When requiring cl, also require cl-macs. Really require cl, to handle
11454 some cl macros. Store required libraries in the list elint-features,
11455 so as not to re-load them. Treat cc-require like require.
11456 (elint-init-env): Call elint-init-form to do the work.
11457 Handle eval-and-compile and such like.
11458 (elint-add-required-env): Do not clear messages.
11459 (elint-special-forms): Add handlers for function, defalias, if, when,
11460 unless, and, or.
11461 (elint-form): Add optional argument to ignore elint-special-forms,
11462 useful to prevent recursive calls from handlers. Doc fix.
11463 Respect elint-ignored-warnings.
11464 (elint-form): Respect elint-ignored-warnings.
11465 (elint-bound-variable, elint-bound-function): New variables.
11466 (elint-unbound-variable): Respect elint-bound-variable.
11467 (elint-get-args): Respect elint-bound-function.
11468 (elint-check-cond-form): Add some simple handling for (f)boundp and
11469 featurep tests.
11470 (elint-check-defalias-form): New handler.
11471 (elint-check-let-form): Make an empty let a warning rather than an
11472 error.
11473 (elint-check-setq-form): Make an empty setq a warning rather than an
11474 error. Respect elint-ignored-warnings.
11475 (elint-check-defvar-form): Accept null doc-strings.
11476 (elint-check-conditional-form): New handler. Does some simple-minded
11477 checking of featurep and (f)boundp tests.
11478 (elint-put-function-args): New function.
11479 (elint-initialize): Use elint-scan-doc-file rather than
11480 elint-find-builtin-variables. Use elint-put-function-args.
11481 Possibly scan preloaded-file-list.
11482 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11483 extend to handle functions as well.
11484
11485 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
11486
11487 * linum.el (linum-delete-overlays, linum-update-window):
11488 Do not modify the right margin. (Bug#3971)
11489
11490 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
11491
11492 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11493 nxml-mode instead of xml-mode.
11494
11495 2009-09-21 Kevin Ryde <user42@zip.com.au>
11496
11497 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
11498
11499 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * net/dig.el (dig-mode): Use define-derived-mode.
11502
11503 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11504
11505 * vc-dispatcher.el (vc-do-command): Return the process object in
11506 the asynchronous case. Use when instead of if. Do not run
11507 vc-exec-after to display a message if not enabled. (Bug#4463)
11508
11509 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11510 properties to the stash strings.
11511 (vc-git-stash-list): Return a list of strings.
11512 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11513 (vc-git-stash-show-at-point): New functions.
11514 (vc-git-stash-map): New keymap.
11515
11516 * register.el (ctl-x-r-map): Define the keys here instead of
11517 using autoload.
11518
11519 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
11520
11521 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11522 list, to workaround performance problem (bug#4485).
11523
11524 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
11525
11526 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11527
11528 2009-09-20 Daiki Ueno <ueno@unixuser.org>
11529
11530 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11531 Document that this option is not recommended to use.
11532
11533 2009-09-19 Glenn Morris <rgm@gnu.org>
11534
11535 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11536 variable `var'.
11537
11538 * calc/calc-alg.el (var):
11539 * calc/calcalg2.el (var): Define for compiler.
11540
11541 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
11542
11543 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11544 Doc fix (Bug#3932).
11545
11546 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11547
11548 * time-stamp.el (time-stamp-month-dd-yyyy)
11549 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11550 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11551 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11552 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11553 Remove functions that have been obsolete since 1995 (Bug#4436).
11554
11555 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11556 indent buffer only if called interactively (Bug#4452).
11557
11558 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
11559 Eli Zaretskii <eliz@gnu.org>
11560
11561 This fixes bug#4197 (merged to bug#865, though not identical).
11562 * server.el (server-auth-dir): Add docstring note about FAT32.
11563 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11564 but warn against using them.
11565
11566 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
11567
11568 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11569 older GDB where there is no has_more field.
11570
11571 2009-09-19 Glenn Morris <rgm@gnu.org>
11572
11573 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11574
11575 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
11576
11577 * files.el (auto-mode-alist): Change default for XML files to nXML
11578 mode (Bug#4169).
11579
11580 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
11581
11582 * server.el (server-ensure-safe-dir): Pass 'integer
11583 to `file-attributes', as suggested.
11584
11585 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11586
11587 * dired-aux.el (dired-query-alist): Remove spurious backslash.
11588 (dired-query): Use read-key.
11589
11590 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
11591
11592 * cus-start.el (ns-use-qd-smoothing): Remove.
11593
11594 2009-09-18 Glenn Morris <rgm@gnu.org>
11595
11596 * allout.el (top-level): Remove unnecessary progn.
11597
11598 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11599
11600 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11601 definition of abbrev table.
11602
11603 * speedbar.el (speedbar-track-mouse):
11604 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11605 * net/eudc.el (eudc-expand-inline):
11606 * net/newst-backend.el (newsticker--cache-read-feed):
11607 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11608 condition-case handlers.
11609
11610 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
11611
11612 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11613 (gdb-var-list): Add an element for has_more field.
11614 (gdb-non-stop-handler): Enable pretty printing for STL containers.
11615 (gdb-var-create-handler, gdb-var-list-children-handler-1)
11616 (gdb-var-update-handler-1): Parse output of dynamic variable
11617 objects (STL containers).
11618 (gdb-var-delete-1): Pass var1 as an explicit second argument.
11619 (gdb-get-field): Delete alias. Use bindat-get-field directly.
11620
11621 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11622 gdb-var-list.
11623 (gud-speedbar-buttons): Make node expandable if expression "has more"
11624 children.
11625
11626 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
11627
11628 * startup.el (emacs-quick-startup): Remove variable and all uses.
11629 (command-line): Set `inhibit-x-resources' instead.
11630 (command-line-1): Use `inhibit-x-resources' instead.
11631
11632 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
11633
11634 * subr.el: Fix last change to avoid using the `unless' macro,
11635 which breaks bootstrapping.
11636
11637 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11640 extended definitions, in case we reload subr.el after having
11641 loaded CL.
11642 (eval-next-after-load): Mark as obsolete.
11643
11644 2009-09-17 Juri Linkov <juri@jurta.org>
11645
11646 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11647 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11648 (menu-bar-showhide-menu, menu-bar-tools-menu)
11649 (menu-bar-describe-menu, menu-bar-help-menu)
11650 (minibuffer-local-completion-map, minibuffer-local-map):
11651 Fix list quoting.
11652
11653 2009-09-17 Glenn Morris <rgm@gnu.org>
11654
11655 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11656 arguments, whether or not it has a handler.
11657
11658 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11659
11660 * simple.el (hard-newline): Give it a doc-string.
11661
11662 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11663 (lisp-mode-syntax-table): Give them doc-strings.
11664
11665 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11666
11667 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11668 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11669 (menu-bar-options-menu, menu-bar-showhide-menu)
11670 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11671 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11672 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11673 (menu-bar-options-menu, menu-bar-tools-menu)
11674 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11675 (menu-bar-help-menu):
11676 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11677 string arguments.
11678
11679 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11680 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11681 calls for the menu names and :help.
11682
11683 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11684
11685 * mouse.el (minor-mode-menu-from-indicator): Pay attention
11686 to :minor-mode-function (bug#4455).
11687
11688 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11689
11690 * startup.el (command-line): Initialize the window-system after
11691 processing the command-line.
11692
11693 * textmodes/page.el (what-page): Make sure we don't inf-loop if
11694 page-delimiter matches the empty string.
11695
11696 2009-09-16 Glenn Morris <rgm@gnu.org>
11697
11698 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11699 byte-compile-not-obsolete-var. It's a list now.
11700 (byte-compile-not-obsolete-funcs): New variable.
11701 (byte-compile-warn-obsolete): Don't warn about functions if they are in
11702 byte-compile-not-obsolete-funcs.
11703 (byte-compile-variable-ref, byte-compile-defvar): Update for
11704 byte-compile-not-obsolete-vars name-change and list nature.
11705 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11706 and variables behind (f)boundp tests.
11707 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11708
11709 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11710
11711 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11712
11713 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11714
11715 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11716 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11717 Don't autoload.
11718
11719 2009-09-15 Stephen Eglen <stephen@gnu.org>
11720
11721 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11722 the virtual-buffers, use the name of the buffer specified by
11723 find-file-noselect, as the match may be a symlink. (This was a
11724 problem if the target and the symlink had different names.)
11725
11726 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11727
11728 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11729
11730 * desktop.el (desktop-path): Check user-emacs-directory.
11731
11732 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11733
11734 * loadup.el: Use after-load-functions to GC after loading each file.
11735 Remove the explicit GC calls that used to be sprinkled around.
11736
11737 * subr.el (after-load-functions): New hook.
11738 (do-after-load-evaluation): Run it. Use string-match-p to detect
11739 `obsolete' packages, rather than painfully extracting the relevant
11740 directory name.
11741
11742 2009-09-15 Glenn Morris <rgm@gnu.org>
11743
11744 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11745 free variable `doc'.
11746
11747 * dired.el (dired-mode-map): Add menu entry for async shell command.
11748
11749 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11750 variables, also consider the .elc files, since the .el files are
11751 normally gzipped (subsequent code locates the .el.gz from the .elc).
11752
11753 * calc/calc-prog.el (arglist): Define for compiler.
11754
11755 * calendar/diary-lib.el (diary-display-function): Change the default to
11756 fancy display.
11757 (body): Define for compiler.
11758
11759 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11760 (byte-compile-file-form, byte-compile-lambda)
11761 (byte-compile-top-level-body, byte-compile-form)
11762 (byte-compile-variable-ref, byte-compile-setq)
11763 (byte-compile-setq-default, byte-compile-body)
11764 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11765 (batch-byte-compile): Give some more local variables with common names
11766 a "bytecomp-" prefix to avoid masking warnings about free variables.
11767
11768 * startup.el (command-line-1): Give local variables with common names a
11769 distinguishing prefix, so as not to hide free variable warnings during
11770 bootstrap.
11771
11772 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11773 clever and add a suffix to make a unique name, just let the user decide
11774 whether or not to overwrite it. If the input is a directory, write the
11775 default filename to that directory. (Bug#4388)
11776 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11777 is a filename-as-a-directory.
11778
11779 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11780
11781 * textmodes/page.el (what-page): Don't move to beginning of line.
11782 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11783
11784 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11785
11786 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11787
11788 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
11789
11790 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11791 * help.el (help-for-help-internal): Add purecopy calls for text.
11792
11793 * vc.el (top): print-log method now takes an optional SHORTLOG
11794 argument. Add a new method: root.
11795 (vc-root-diff, vc-print-root-log): New functions.
11796 (vc-log-short-style): New variable.
11797 (vc-print-log-internal): Add support for showing short logs.
11798
11799 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11800 vc-print-root-log and vc-print-root-diff.
11801
11802 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11803 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11804 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11805 short logs.
11806
11807 * vc-cvs.el (vc-cvs-print-log):
11808 * vc-mtn.el (vc-mtn-print-log):
11809 * vc-rcs.el (vc-rcs-print-log):
11810 * vc-sccs.el (vc-sccs-print-log):
11811 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11812 that is ignored for now.
11813
11814 * vc-mtn.el (vc-mtn-annotate-command):
11815 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11816
11817 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11820 to function-key-map, and give them ascii-character property.
11821 * term/x-win.el (x-alternatives-map):
11822 * term/ns-win.el (ns-alternatives-map):
11823 * term/internal.el (msdos-key-remapping-map):
11824 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11825
11826 2009-09-14 Glenn Morris <rgm@gnu.org>
11827
11828 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11829 temp-buffers (2009-09-12).
11830
11831 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11832
11833 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11834 the new read-key function.
11835
11836 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11837
11838 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11839 is defined (Bug#4405).
11840
11841 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
11842
11843 * recentf.el (recentf-cleanup): Use a hash table to find
11844 duplicates (Bug#4407).
11845
11846 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
11847
11848 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11849 kp-0 to ascii equivalents (Bug#4325).
11850
11851 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11852
11853 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11854
11855 * eshell/em-hist.el:
11856 * eshell/em-dirs.el (eshell-complete-user-reference):
11857 Declare pcomplete functions and variables to avoid compiler warnings.
11858
11859 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
11860
11861 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11862 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11863 * eshell/em-alias.el (eshell-aliases-file):
11864 * eshell/em-hist.el (eshell-history-file-name):
11865 Use expand-file-name instead of concat to make file names (Bug#4308).
11866
11867 2009-09-13 Glenn Morris <rgm@gnu.org>
11868
11869 * ediff-merg.el (ediff-do-merge):
11870 * filesets.el (filesets-run-cmd):
11871 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11872 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11873 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11874 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11875 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11876 Replace empty `let's with `progn'.
11877
11878 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11879
11880 * mail/sendmail.el (send-mail-function):
11881 * tooltip.el (tooltip-mode):
11882 * simple.el (transient-mark-mode):
11883 * rfn-eshadow.el (file-name-shadow-mode):
11884 * frame.el (blink-cursor-mode):
11885 * font-core.el (global-font-lock-mode):
11886 * files.el (temporary-file-directory)
11887 (small-temporary-file-directory, auto-save-file-name-transforms):
11888 * epa-hook.el (auto-encryption-mode):
11889 * composite.el (global-auto-composition-mode):
11890 Use custom-initialize-delay.
11891 * startup.el (command-line): Don't explicitly call
11892 custom-reevaluate-setting for all the above vars.
11893 * custom.el (custom-initialize-safe-set)
11894 (custom-initialize-safe-default): Delete.
11895
11896 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11897
11898 * term/x-win.el (x-initialize-window-system):
11899 * term/w32-win.el (w32-initialize-window-system):
11900 * term/ns-win.el (ns-initialize-window-system): Don't call
11901 mouse-wheel-mode since it's enabled globally by default already.
11902
11903 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11904 actually define the variable, but only silences the byte-compiler.
11905 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11906 before looking it up.
11907 (mouse-wheel-scroll-amount): Also reset the bindings if this value
11908 is changed.
11909
11910 2009-09-12 Glenn Morris <rgm@gnu.org>
11911
11912 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11913 1000.
11914 (elint-add-required-env): Don't beep on error.
11915 (elint-forms): In case of error, return ENV unchanged.
11916 (elint-init-env): Skip non-list forms.
11917 (elint-log): Handle unknown file positions.
11918
11919 2009-09-12 Daiki Ueno <ueno@unixuser.org>
11920
11921 * epg.el (epg-make-context): Add autoload cookie.
11922 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11923 (epg-decrypt-string, epg-start-verify, epg-verify-file)
11924 (epg-verify-string, epg-start-sign, epg-sign-file)
11925 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11926 (epg-encrypt-string, epg-start-export-keys)
11927 (epg-export-keys-to-file, epg-export-keys-to-string)
11928 (epg-start-import-keys, epg-import-keys-from-file)
11929 (epg-import-keys-from-string, epg-start-receive-keys)
11930 (epg-receive-keys, epg-import-keys-from-server)
11931 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11932 (epg-sign-keys, epg-start-generate-key)
11933 (epg-generate-key-from-file, epg-generate-key-from-string):
11934 Remove autoload cookie.
11935
11936 2009-09-12 Eli Zaretskii <eliz@gnu.org>
11937
11938 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11939 reevaluation of trash-directory.
11940
11941 * mwheel.el: Fix last change.
11942 (mouse-wheel-mode): New defvar.
11943 (mouse-wheel-mode): Remove autoload cookie.
11944
11945 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * mwheel.el (mwheel-installed-bindings): New var.
11948 (mouse-wheel-mode): Use it, so as to make sure we really remove all
11949 the bindings we set last time. Use custom-initialize-delay.
11950 * loadup.el: Load mwheel after term/*-win.el.
11951 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11952 and mouse-wheel-up-event now that their first evaluation is done
11953 sufficiently late to be correct.
11954
11955 * startup.el (tutorial-directory): Make it a defcustom.
11956 Use custom-initialize-delay rather than eval-at-startup to set it.
11957 * image.el (image-load-path): Make it a defcustom.
11958 Use custom-initialize-delay rather than eval-at-startup to set it.
11959 * subr.el (eval-at-startup): Remove.
11960 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11961
11962 * subr.el (do-after-load-evaluation): Warn the user after loading an
11963 obsolete package.
11964
11965 2009-09-12 Glenn Morris <rgm@gnu.org>
11966
11967 * proced.el (proced-mark-alt): Remove alias.
11968 (proced-mode-map): Remove proced-mark-alt.
11969
11970 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11971 Elint file and directory. Remove initialization entry.
11972
11973 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11974 commands.
11975 (elint-current-buffer): Set mode-line-process.
11976 (elint-init-env): Handle define-derived-mode.
11977 Fix declare-function with unspecified arglist. Guard against odd
11978 defalias statements (eg iso-insert's 8859-1-map).
11979 (elint-add-required-env): Use a temp buffer.
11980 (elint-form): Just print the function/macro name, not the whole form.
11981 Return env unchanged if we fail to parse a macro.
11982 (elint-forms): Guard against parse errors.
11983 (elint-output): New function, to handle batch mode.
11984 (elint-log-message): Add optional argument. Use elint-output.
11985 (elint-set-mode-line): New function.
11986
11987 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
11988
11989 * emacs-lisp/elp.el (elp-not-profilable): Add more
11990 functions (Bug#4233).
11991
11992 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
11993
11994 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11995 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11996
11997 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11998
11999 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
12000 (gdb-var-list-children): Use json parsing.
12001
12002 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
12003
12004 * progmodes/js.el (js--proper-indentation): Handle the case where
12005 char-before is null. Reported by Deniz Dogan.
12006
12007 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
12008
12009 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
12010
12011 2009-09-11 Daiki Ueno <ueno@unixuser.org>
12012
12013 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
12014 (epg-digest-algorithm-alist): Add SHA224.
12015 (epg-context-set-passphrase-callback)
12016 (epg-context-set-progress-callback): Add description about
12017 callback function.
12018
12019 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12020
12021 * custom.el (custom-delayed-init-variables): New var.
12022 (custom-initialize-delay): New function.
12023 * startup.el (command-line): "Re"evaluate all vars in
12024 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
12025 explicitly any more.
12026 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
12027 to avoid creating a ~/.emacs.d at build-time (bug#4347).
12028
12029 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
12030
12031 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
12032
12033 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
12034 (gdb-var-update-handler): Use json parsing.
12035
12036 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
12037
12038 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
12039 decode annotated text, regardless of language environment. (Bug#2741)
12040
12041 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12042
12043 * Makefile.in (autoloads): Make rmail.el writable as well.
12044
12045 2009-09-11 Glenn Morris <rgm@gnu.org>
12046
12047 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12048 loaddefs.el.
12049 * dired.el: Regenerate with extracted autoloads.
12050 * Makefile.in (autoloads): Make dired.el writable.
12051
12052 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12053 * ibuffer.el: Regenerate with extracted autoloads.
12054 * Makefile.in (autoloads): Make ibuffer.el writable.
12055
12056 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12057 * version.el (emacs-copyright, emacs-major-version)
12058 (emacs-minor-version): Reformat doc-strings for make-docfile.
12059
12060 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12061 functions and variables, since they must be stuff specific to some other
12062 platform.
12063 (apropos-print): Make mouse-click message less specific about button.
12064
12065 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12066 that records where a macro was defined.
12067 * help-fns.el (describe-function-1): Mention if a function has a
12068 compiler-macro.
12069 * help-mode.el (help-function-cmacro): New button.
12070
12071 * locate.el (top-level): Always require dired.
12072 (locate-mode-map): Initialize inside the defvar.
12073
12074 * net/ange-ftp.el (dired-compress-file): Declare.
12075 (ange-ftp-dired-compress-file): Add doc string.
12076
12077 * term/ns-win.el (x-display-name, x-setup-function-keys):
12078 Unify doc-strings with X versions.
12079
12080 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12081
12082 * emulation/crisp.el (crisp-mode-map): Move initialization
12083 into declaration.
12084 (crisp-mode): Use define-minor-mode.
12085
12086 * progmodes/xscheme.el (xscheme-evaluation-commands):
12087 Put a :advertised-binding property rather than using
12088 advertised-xscheme-send-previous-expression.
12089 (advertised-xscheme-send-previous-expression): Declare obsolete.
12090 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12091 `advertised-undo'.
12092 (crisp-mode): Add corresponding bindings to
12093 undo's :advertised-binding instead.
12094 * dired.el (dired-mode-map): Put a :advertised-binding property rather
12095 than using dired-advertised-find-file.
12096 (dired-advertised-find-file):
12097 * simple.el (advertised-undo):
12098 * wid-edit.el (advertised-widget-backward): Declare obsolete.
12099 (widget-keymap): Put a :advertised-binding property rather
12100 than using advertised-widget-backward.
12101 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12102 than using advertised-undo.
12103 * tutorial.el (tutorial--default-keys): Adjust accordingly.
12104
12105 2009-09-10 Simon South <ssouth@slowcomputing.org>
12106
12107 * progmodes/delphi.el (delphi-tab): Indent region when Transient
12108 Mark mode is enabled and region is active; otherwise indent or
12109 insert TAB as usual.
12110 (delphi-mode): Update description of TAB-key binding.
12111
12112 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12113
12114 * subr.el (define-key-rebound-commands): Mark obsolete.
12115 * startup.el (precompute-menubar-bindings): Remove.
12116 (normal-top-level): Remove obsolete code that tried to precompute
12117 menubar bindings.
12118 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12119 define-key-rebound-commands and precompute-menubar-bindings.
12120
12121 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
12122
12123 * net/imap.el (imap-interactive-login): Better messages.
12124 (imap-open): Fix bug with renamed buffer on reconnect.
12125 (imap-authenticate): Add buffer-local imap-last-authenticator variable
12126 for easier debugging and cleaner code. On successful (guessed based on
12127 server capabilities) secondary authentication, set imap-state
12128 correctly.
12129 (imap-last-authenticator): Define imap-last-authenticator as a variable
12130 to avoid warnings.
12131
12132 2009-09-10 Glenn Morris <rgm@gnu.org>
12133
12134 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12135
12136 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12137 (byte-compile-file-form-autoload): Don't warn about unknown functions
12138 where the autoload statement comes after the use.
12139 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12140 that any handlers inside the body (eg require) are in turn respected.
12141
12142 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12143 effects.
12144
12145 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12146 and syntax and abbrev tables basic docs, if they don't have any.
12147
12148 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12149
12150 * international/mule-cmds.el (top-level): Require cl when compiling.
12151 (view-hello-file): Use default-value rather than
12152 default-enable-multibyte-characters.
12153
12154 * progmodes/fortran.el: Move all safe and risky properties into the
12155 defcustoms.
12156
12157 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12158 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12159 * mail/undigest.el:
12160 Put autoloads in rmail.el rather than loaddefs.el.
12161 * mail/rmail.el: Regenerate with extracted autoloads.
12162
12163 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12164 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12165
12166 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
12167
12168 Reported in thread for Bug#4375.
12169 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12170 "-data-evaluate-expression" instead of print.
12171 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12172 (gdb-tooltip-print): Parse output from above MI command.
12173 (gdb): Revert 2009-08-11 change. User should detach inferior
12174 manually.
12175
12176 Remove the word "separate" from IO functions as inferior
12177 output is now never displayed in the GUD buffer.
12178
12179 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
12180
12181 * startup.el (command-line-normalize-file-name): On Windows and
12182 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12183
12184 2009-09-10 Juri Linkov <juri@jurta.org>
12185
12186 * isearch.el (isearch-text-char-description): Propertize escape
12187 character sequences with the `escape-glyph' face. (Bug#4344)
12188
12189 * simple.el (shell-command): Set asynchronous process filter to
12190 `comint-output-filter'. (Bug#4343)
12191
12192 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12193 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
12194 the list. Move "asm" to the bottom.
12195 (grep-find-ignored-directories): Add `choice' with nil value
12196 to empty the list easily.
12197 (grep-find-ignored-files): New option.
12198 (grep-files-history): Set to nil by default instead of '("ch" "el").
12199 (grep-compute-defaults): Add "<X>" to `grep-template'.
12200 (grep-read-files): Bind new local variables `default-alias' and
12201 `default-extension'. Use a list of default values for the file prompt.
12202 (lgrep): Add `--exclude=' command line options composed from
12203 `grep-find-ignored-files'.
12204 (rgrep): Add `-name' command line options composed from
12205 `grep-find-ignored-files'. (Bug#4301)
12206
12207 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12208
12209 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12210 (bug#4368).
12211
12212 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12213
12214 * calendar/time-date.el (autoload):
12215 Expand define-obsolete-function-alias into defalias and make-obsolete
12216 for old Emacsen that Gnus supports.
12217 (with-no-warnings): Define it for old Emacsen.
12218 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12219 is available.
12220 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12221 float-time is available; suppress compile warning for time-to-seconds.
12222
12223 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
12224
12225 * net/imap.el (imap-message-map): Docstring fix.
12226
12227 2009-09-09 Glenn Morris <rgm@gnu.org>
12228
12229 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12230 line numbers too. (Bug#4374)
12231
12232 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12233
12234 * smerge-mode.el (smerge-remove-props, smerge-refine):
12235 Use with-silent-modifications (bug#4342).
12236
12237 * subr.el (with-silent-modifications): New macro.
12238
12239 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
12240
12241 * files.el (top-level): Require `cl' when compiling.
12242
12243 2009-09-07 Glenn Morris <rgm@gnu.org>
12244
12245 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12246
12247 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12248 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
12249
12250 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
12251
12252 * vc-git.el (vc-git-annotate-command): Use separator to parse
12253 arguments correctly.
12254
12255 2009-09-06 Eli Zaretskii <eliz@gnu.org>
12256
12257 * proced.el (proced-mode): Doc fix.
12258
12259 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
12260
12261 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12262 lstat fails.
12263 (tramp-do-file-attributes-with-ls): Check for file existence at
12264 remote end.
12265 (tramp-do-file-attributes-with-stat): Likewise.
12266 (tramp-convert-file-attributes): Return nil when attr is nil.
12267
12268 2009-09-05 Glenn Morris <rgm@gnu.org>
12269
12270 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12271 properties to this button.
12272 (diary-fancy-display): Don't extend the button to the final newline.
12273 (diary-fancy-display-mode): Continue to define "q" as a local key.
12274
12275 * calendar/cal-china.el (holiday-chinese): Make it slightly more
12276 efficient.
12277
12278 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12279
12280 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12281 (byte-compile-dest-file-function): New option.
12282 (byte-compile-dest-file): Doc fix.
12283 Obey byte-compile-dest-file-function.
12284 (byte-compile-cl-file-p): New function.
12285 (byte-compile-eval): Only suppress noruntime warnings about cl functions
12286 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
12287 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12288 than for file being previously loaded.
12289 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12290 (byte-compile-file-form-require): Handle the case where requiring a file
12291 indirectly causes CL to be loaded.
12292
12293 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12294
12295 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12296 before killing the old buffer, since by the time `kill-buffer' is
12297 run so many buffer variables have been set to nil that it may not
12298 behave as expected. (Bug#4061)
12299
12300 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12301
12302 * files.el (find-alternate-file): If the old buffer is modified
12303 and visiting a file, behave similarly to `kill-buffer' when
12304 killing it, thus reverting to the pre-1.878 behavior; see
12305 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12306 for discussion. Also, consult `buffer-file-name' as a variable
12307 not as a function, for consistency with the rest of the code.
12308
12309 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
12310
12311 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12312 also when adding a new directory.
12313
12314 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12315 defun.
12316
12317 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
12318
12319 * files.el (locate-file-completion-table): Make it provide boundary
12320 information, so partial-completion works better.
12321
12322 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
12323
12324 * mail/footnote.el (Footnote-text-under-cursor):
12325 Check footnote-text-marker-alist before using it (bug#4324).
12326
12327 2009-09-04 Glenn Morris <rgm@gnu.org>
12328
12329 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12330 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12331 * play/solitaire.el, play/tetris.el:
12332 Remove leading * from defcustom and defface docs.
12333
12334 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12335 necessary.
12336 (diary-fancy-overriding-map): New variable.
12337 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12338 Use view-mode.
12339
12340 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12341 goto-line.
12342
12343 2009-09-03 Glenn Morris <rgm@gnu.org>
12344
12345 * arc-mode.el (archive-mode):
12346 * dos-fns.el (set-default-process-coding-system):
12347 * man.el (Man-getpage-in-background):
12348 * menu-bar.el (menu-bar-describe-menu):
12349 * server.el (server-process-filter):
12350 * startup.el (command-line):
12351 * tar-mode.el (tar-header-block-tokenize, tar-extract):
12352 * w32-fns.el (set-default-process-coding-system):
12353 * x-dnd.el (x-dnd-handle-file-name):
12354 * international/mule-cmds.el (mule-menu-keymap)
12355 (set-default-coding-systems, language-info-alist, set-language-info)
12356 (set-language-environment, standard-display-european-internal)
12357 (set-locale-environment):
12358 * international/mule-diag.el (mule-diag):
12359 * mail/emacsbug.el (report-emacs-bug):
12360 * mail/rmail.el (rmail-mode):
12361 * mail/sendmail.el (mail-setup):
12362 Use default-value rather than default-enable-multibyte-characters.
12363
12364 * progmodes/f90.el: Move all safe properties into the defcustoms.
12365 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12366
12367 * calendar/appt.el (appt-check):
12368 * calendar/diary-lib.el (diary-set-header, diary-live-p)
12369 (diary-check-diary-file, diary-list-entries)
12370 (diary-include-other-diary-files, diary-simple-display)
12371 (diary-fancy-display, diary-print-entries)
12372 (diary-mark-included-diary-files, diary-make-entry):
12373 Don't call substitute-in-file-name on diary-file.
12374
12375 2009-09-03 Eduard Wiebe <usenet@pusto.de>
12376 Stefan Monnier <monnier@iro.umontreal.ca>
12377
12378 * mail/footnote.el (footnote-prefix): Make it a defcustom.
12379 (footnote-mode-map): Move initialization into the declaration.
12380 (footnote-minor-mode-map): Define it rather than changing global-map.
12381 (footnote-mode): Use define-minor-mode.
12382
12383 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
12384
12385 * net/tramp.el (tramp-handle-file-attributes-with-ls)
12386 (tramp-do-file-attributes-with-perl)
12387 (tramp-do-file-attributes-with-stat): Rename from
12388 `tramp-handle-file-attributes-with-*'.
12389 (tramp-handle-file-attributes): Use them.
12390 (tramp-do-directory-files-and-attributes-with-perl)
12391 (tramp-do-directory-files-and-attributes-with-stat): Rename from
12392 `tramp-handle-directory-files-and-attributes-with-*'.
12393 (tramp-handle-directory-files-and-attributes): Use them.
12394 (tramp-method-out-of-band-p): Additional parameter SIZE.
12395 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12396 (tramp-handle-write-region): Use it.
12397 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12398 (tramp-handle-vc-registered): Check, whether the first run did
12399 return files to be tested.
12400 (tramp-advice-make-auto-save-file-name): Do not call directly
12401 `tramp-handle-make-auto-save-file-name', because this would bypass
12402 the locking mechanism.
12403
12404 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12405 (file-remote-p, process-file, start-file-process, set-file-times)
12406 (tramp-compat-file-attributes): Compatibility functions shall not
12407 call directly `tramp-handle-*', because this would bypass the
12408 locking mechanism.
12409 (tramp-compat-number-sequence): New defun.
12410
12411 2009-09-02 Glenn Morris <rgm@gnu.org>
12412
12413 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12414 alias for float-time.
12415 (time-to-number-of-days): In Emacs, use float-time.
12416 * net/newst-backend.el (time-add): Suppress warnings from compat
12417 function.
12418 * time.el (emacs-uptime, emacs-init-time):
12419 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12420 Use float-time rather than time-to-seconds.
12421
12422 * minibuffer.el (completion-initials-expand): Fix typo.
12423
12424 * faces.el (modeline, modeline-inactive, modeline-highlight)
12425 (modeline-buffer-id):
12426 * info.el (info-menu-5): Mark these face aliases as obsolete.
12427
12428 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12429
12430 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12431 space ...
12432 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12433 no "--thread" option.
12434 (gdb-stopped): Don't print "Switched to thread" message when it is
12435 unchanged.
12436
12437 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12438
12439 * minibuffer.el (completion-try-completion)
12440 (completion-all-completions): Remove ill-defined (and
12441 mistakenly installed and luckily never used nor documented)
12442 `completion-styles' property.
12443 (completion-initials-expand, completion-initials-all-completions)
12444 (completion-initials-try-completion): New functions.
12445 (completion-styles-alist): Add doc to each entry.
12446 Add new `initials' entry.
12447
12448 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12449
12450 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12451 MI command -var-evaluate-expression.
12452 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12453 and tweak for case of string child.
12454 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12455
12456 2009-09-01 Glenn Morris <rgm@gnu.org>
12457
12458 * add-log.el (change-log-date-face, change-log-name-face)
12459 (change-log-email-face, change-log-file-face, change-log-list-face)
12460 (change-log-conditionals-face, change-log-function-face)
12461 (change-log-acknowledgement-face):
12462 * cus-edit.el (custom-invalid-face, custom-rogue-face)
12463 (custom-modified-face, custom-set-face, custom-changed-face)
12464 (custom-saved-face, custom-button-face, custom-button-pressed-face)
12465 (custom-documentation-face, custom-state-face, custom-comment-face)
12466 (custom-comment-tag-face, custom-variable-tag-face)
12467 (custom-variable-button-face, custom-face-tag-face)
12468 (custom-group-tag-face-1, custom-group-tag-face):
12469 * diff-mode.el (diff-header-face, diff-file-header-face)
12470 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12471 (diff-added-face, diff-changed-face, diff-function-face)
12472 (diff-context-face, diff-nonexistent-face):
12473 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12474 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12475 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12476 (Info-title-4-face):
12477 * isearch.el (isearch-lazy-highlight-face):
12478 * log-view.el (log-view-file-face, log-view-message-face):
12479 * paren.el (show-paren-match-face, show-paren-mismatch-face):
12480 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12481 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12482 (cvs-msg-face):
12483 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12484 (smerge-base-face, smerge-markers-face):
12485 * wid-edit.el (widget-documentation-face, widget-button-face)
12486 (widget-field-face, widget-single-line-field-face)
12487 (widget-inactive-face, widget-button-pressed-face):
12488 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12489 (woman-addition-face):
12490 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12491 (eshell-ls-executable-face, eshell-ls-readonly-face)
12492 (eshell-ls-unreadable-face, eshell-ls-special-face)
12493 (eshell-ls-missing-face, eshell-ls-archive-face)
12494 (eshell-ls-backup-face, eshell-ls-product-face)
12495 (eshell-ls-clutter-face):
12496 * eshell/em-prompt.el (eshell-prompt-face):
12497 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12498 * obsolete/old-whitespace.el (whitespace-highlight-face):
12499 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12500 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12501 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12502 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12503 (antlr-font-lock-literal-face):
12504 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12505 (ebrowse-root-class-face, ebrowse-file-name-face)
12506 (ebrowse-default-face, ebrowse-member-attribute-face)
12507 (ebrowse-member-class-face, ebrowse-progress-face):
12508 * progmodes/make-mode.el (makefile-space-face):
12509 * progmodes/sh-script.el (sh-heredoc-face):
12510 * textmodes/flyspell.el (flyspell-incorrect-face)
12511 (flyspell-duplicate-face):
12512 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12513 * textmodes/texinfo.el (texinfo-heading-face):
12514 Mark face aliases with "-face" suffix as obsolete.
12515
12516 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12517 compiler.
12518
12519 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12520 (eudc-bob-sound-menu): Use defvar rather than defconst, since
12521 easy-menu-define wants to modify these.
12522
12523 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12524
12525 * net/browse-url.el (browse-url-file-url):
12526 * term/internal.el (dos-codepage-setup):
12527 Use default-value rather than default-enable-multibyte-characters.
12528
12529 * progmodes/etags.el (etags-goto-tag-location):
12530 * progmodes/flymake.el (flymake-highlight-line)
12531 (flymake-goto-file-and-line, flymake-goto-line):
12532 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12533 (gdb-goto-breakpoint):
12534 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12535 * progmodes/python.el (python-find-function)
12536 (python-pdbtrack-track-stack-file):
12537 * progmodes/verilog-mode.el (verilog-surelint-off):
12538 * term/ns-win.el (ns-open-file-select-line):
12539 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12540 Use forward-line rather than goto-line.
12541
12542 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12543 * textmodes/reftex-index.el (reftex-display-index):
12544 * textmodes/reftex-ref.el (reftex-offer-label-menu):
12545 * textmodes/reftex-toc.el (reftex-toc):
12546 Remove unnecessary bindings of default-major-mode (all are followed by
12547 major-mode check and possible mode switch).
12548
12549 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12550
12551 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12552 Handle watchpoints (bug#4282).
12553 (def-gdb-thread-buffer-command): Enable thread to be selected by
12554 clicking without selecting threads buffer first.
12555 (gdb-current-context-command): Use selected frame so that "up",
12556 "down" etc work in the GUD buffer.
12557 (gdb-update): Find selected frame before rendering stack buffer.
12558 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12559
12560 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12561
12562 * progmodes/sym-comp.el (displayed-completions): Remove.
12563 (symbol-complete): Use minibuffer-complete.
12564
12565 2009-08-31 Glenn Morris <rgm@gnu.org>
12566
12567 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12568
12569 * apropos.el (apropos-symbols-internal):
12570 Handle (obsolete) face aliases.
12571
12572 * faces.el (describe-face): Adjust the output format to be more like
12573 describe-variable, and to mention (obsolete) face aliases.
12574 Adjust the whitespace so that help-setup-xref works.
12575
12576 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12577 * calendar/diary-lib.el (diary-button-face):
12578 Mark these face aliases as obsolete.
12579
12580 * calendar/calendar.el (calendar-today): Doc fix.
12581
12582 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12583
12584 * progmodes/gdb-mi.el (gdb-control-all-threads)
12585 (gdb-control-current-thread): Force tool bar update.
12586 (gdb-non-stop-handler): New function.
12587 (gdb-init-1): Use it to test if non-stop mode is supported.
12588 Remove unused gdbmi buffer type.
12589
12590 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
12591
12592 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12593 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
12594
12595 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
12596
12597 * comint.el (comint-exec-1): Check command is non-null first.
12598 Part of gdb-mi.el change (2009-08-28).
12599
12600 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12601
12602 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12603
12604 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
12605
12606 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12607 instead of `dolist' to avoid a recursive require when bootstrapping.
12608
12609 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12610
12611 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12612
12613 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12614
12615 * net/imap.el (imap-send-command): Simplify.
12616 (imap-wait-for-tag): point-max -> buffer-size.
12617
12618 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12619
12620 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12621 with constant argument.
12622
12623 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12624
12625 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12626
12627 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12628 Change default, since most of our files don't have a history.
12629 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12630 the user.
12631
12632 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12633 Add comint-run.
12634
12635 * calc/calc.el: Improve commenting convention.
12636 (calc-digit-map, toplevel): Simplify.
12637
12638 * comint.el (comint-insert-input): Be careful to only set point if we
12639 don't delegate to some other command.
12640
12641 * proced.el (proced-signal-list): Make it an alist.
12642 (proced-grammar-alist): Capitalize names.
12643 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12644 Disable undo manually and make it read-only.
12645 Use completion-annotate-function.
12646
12647 * minibuffer.el (minibuffer-message): If the current buffer is not
12648 a minibuffer, insert the message in the echo area rather than at the
12649 end of the buffer.
12650 (completion-annotate-function): New variable.
12651 (minibuffer-completion-help): Use it.
12652 (completion--embedded-envvar-table): Environment vars are
12653 always case-sensitive.
12654
12655 2009-08-30 Glenn Morris <rgm@gnu.org>
12656
12657 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12658 from fortran-current-defun.
12659 (fortran-beginning-of-subprogram): Be more precise about finding the
12660 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
12661 (fortran-end-of-subprogram): Simplify.
12662 (fortran-current-defun): Use fortran-start-prog-re.
12663
12664 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
12665
12666 * subr.el (do-after-load-evaluation): Simplify.
12667
12668 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12669
12670 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12671
12672 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
12673 (vc-rcs-print-log): Use it.
12674
12675 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12676
12677 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12678
12679 * paths.el (abbrev-file-name): Move to abbrev.el.
12680 * abbrev.el (abbrev-file-name): Move from paths.el.
12681 Obey user-emacs-directory.
12682 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12683 user-emacs-directory.
12684 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12685 abbrev-file-name and calc-settings-file any more.
12686 * startup.el (command-line): Recompute abbrev-file-name and
12687 abbreviated-home-dir.
12688 (normal-no-mouse-startup-screen): Improve the generic code and get rid
12689 of the special code for when C-h bindings haven't been changed.
12690 (display-startup-echo-area-message): Use with-current-buffer.
12691 (command-line-1): Use a list of strings, rather than a list of lists
12692 of strings for longopts.
12693
12694 * files.el (get-free-disk-space): Use / for default-directory.
12695
12696 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12697 Use with-current-buffer.
12698
12699 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12700 Recognize immutable variables like most-positive-fixnum.
12701 (byte-compile-setq-default): Check and warn if trying to assign
12702 to an immutable variable, or a non-variable.
12703
12704 * progmodes/cc-vars.el (c-comment-continuation-stars):
12705 * progmodes/cc-engine.el (c-looking-at-bos):
12706 * progmodes/cc-cmds.el (c-toggle-auto-state)
12707 (c-forward-into-nomenclature, c-backward-into-nomenclature)
12708 (c-comment-line-break-function): Add version of obsolescence.
12709
12710 2009-08-28 Juri Linkov <juri@jurta.org>
12711
12712 * files.el (magic-fallback-mode-alist): Add ZIP magic number
12713 associated with `archive-mode'.
12714
12715 * image.el (image-type-header-regexps): Use only JPEG magic number
12716 to determine JPEG images, and don't use `image-jpeg-p' because
12717 Emacs can display non-JFIF non-Exif JPEG images.
12718
12719 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12720
12721 * arc-mode.el (archive-mode):
12722 * emacs-lisp/re-builder.el (re-builder-unload-function):
12723 Protect against the default value of `major-mode' being nil.
12724
12725 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12726
12727 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12728 Fix typos in docstrings.
12729
12730 * progmodes/js.el (js--macro-decl-re): Doc fix.
12731 (js--plain-method-re, js--split-name): Refloc docstring.
12732 (js--class-styles, js--make-merged-item, js--splice-into-items):
12733 Fix typos in docstrings; reflow docstrings.
12734 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12735 (js--variable-decl-matcher, js--inside-pitem-p)
12736 (js--parse-state-at-point, js--get-all-known-symbols)
12737 (js--symbol-history, js-find-symbol, js--js-references)
12738 (js--moz-interactor, js--js-encode-value, js--read-tab):
12739 Fix typos in docstrings.
12740
12741 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12742
12743 * textmodes/reftex.el (reftex-get-file-buffer-force):
12744 * progmodes/verilog-mode.el (verilog-batch-execute-func):
12745 * emulation/viper.el (viper-go-away, viper-set-hooks):
12746 * emacs-lisp/re-builder.el (re-builder-unload-function):
12747 * emacs-lisp/bytecomp.el (byte-compile-file):
12748 * ses.el (ses-unload-function):
12749 * hexl.el (hexl-find-file):
12750 * files.el (normal-mode):
12751 * ehelp.el (with-electric-help):
12752 * autoinsert.el (auto-insert-alist):
12753 * arc-mode.el (archive-mode):
12754 Use (default-value 'major-mode) instead of default-major-mode.
12755
12756 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12757 * international/mule.el (load-with-code-conversion):
12758 * emacs-lisp/debug.el (debug):
12759 * ediff-vers.el (ediff-rcs-get-output-buffer):
12760 * dired.el (dired-internal-noselect): Don't let-bind
12761 default-major-mode around code that doesn't use it.
12762 E.g. buffer creation via get-buffer-create doesn't use it.
12763
12764 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
12765
12766 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12767 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12768 when writing the temp file. Otherwise, epa-file gets confused.
12769 (tramp-register-file-name-handlers): Make it a defun. Move also
12770 `epa-file-handler' to the front of `file-name-handler-alist'.
12771
12772 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12773
12774 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12775 start right after a ^M.
12776 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12777 (tramp-completion-file-name-regexp-separate)
12778 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12779 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12780 Don't modify last-coding-system-used by accident.
12781 (tramp-completion-file-name-handler): Apply the checks here,
12782 instead during registration.
12783 (tramp-register-file-name-handlers): Renamed from
12784 `tramp-register-file-name-handler'. Register both
12785 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12786 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
12787
12788 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
12789
12790 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12791 Remove variable ...
12792 (gdb-init-1, gdb-display-separate-io-buffer)
12793 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12794 references to it.
12795 (gdb-inferior-io-mode): Use make-comint-in-buffer.
12796 (gdb-inferior-filter): Use comint-output-filter to stop
12797 echoing and remove ^M characters.
12798
12799 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * emulation/viper-init.el (viper-restore-cursor-type):
12802 * emulation/cua-base.el (cua--update-indications):
12803 Replace default-cursor-type with (default-value 'cursor-type).
12804
12805 * mail/sendmail.el (mail-recover-1):
12806 * international/mule-diag.el (describe-current-coding-system-briefly)
12807 (describe-current-coding-system):
12808 * international/mule-cmds.el (select-safe-coding-system)
12809 (select-message-coding-system)
12810 (set-language-environment-coding-systems, set-locale-environment):
12811 * hexl.el (hexl-insert-multibyte-char):
12812 * dos-w32.el (find-buffer-file-type-coding-system):
12813 * simple.el (what-cursor-position):
12814 Replace uses of default-buffer-file-coding-system
12815 with (default-value 'buffer-file-coding-system).
12816
12817 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12818 Replace uses of default-cursor-in-non-selected-windows
12819 with (default-value 'cursor-in-non-selected-windows).
12820 Use with-current-buffer.
12821
12822 * mail/feedmail.el: Use CL macros.
12823 (feedmail-run-the-queue, feedmail-send-it-immediately):
12824 * dos-w32.el (find-buffer-file-type): Replace uses of
12825 default-buffer-file-type with (default-value 'buffer-file-type).
12826
12827 2009-08-28 Glenn Morris <rgm@gnu.org>
12828
12829 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12830 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12831 Use default-value of major-mode rather than default-major-mode.
12832
12833 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12834
12835 * Makefile.in (update-elcfiles): Report left over elc files.
12836
12837 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12838 expand-file-name and with-current-buffer.
12839 (mail-get-names, mail-directory): Use with-current-buffer.
12840
12841 * vc.el (vc-read-revision): New function.
12842 (vc-version-diff, vc-merge): Use it.
12843
12844 2009-08-27 Sam Steingold <sds@gnu.org>
12845
12846 * simple.el (kill-do-not-save-duplicates): New user option.
12847 (kill-new): When it is non-nil, and the new string is the same as
12848 the latest kill, set replace to t to avoid duplicates in kill-ring.
12849
12850 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
12851
12852 * net/tramp.el (tramp-handle-process-file): Do not flush all
12853 caches when `process-file-side-effects' is set.
12854 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12855 instead of `tramp-find-file-exists-command'.
12856 Unset `process-file-side-effects'.
12857
12858 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
12859
12860 * net/tramp.el (tramp-methods): New method "rsyncc".
12861 (top): Add completion function for "rsyncc".
12862 (tramp-message-show-message): New defvar.
12863 (tramp-message, tramp-error): Use it.
12864 (tramp-do-copy-or-rename-file-directly): Extend check for direct
12865 remote copying.
12866 (tramp-do-copy-or-rename-file-out-of-band): Handle new
12867 `tramp-methods' entry `copy-env' of "rsyncc".
12868 (tramp-vc-registered-read-file-names): New defconst.
12869 (tramp-vc-registered-file-names): New defvar.
12870 (tramp-handle-vc-registered): Implement optimization strategy.
12871 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12872 (tramp-vc-file-name-handler): New defun.
12873 (tramp-get-ls-command, tramp-get-test-command)
12874 (tramp-get-file-exists-command, tramp-get-remote-ln)
12875 (tramp-get-remote-perl, tramp-get-remote-stat)
12876 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12877
12878 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12879 (tramp-cache-inhibit-cache): Extend doc string. It allows also
12880 timestamps.
12881 (tramp-get-file-property): Check for timestamps in
12882 `tramp-cache-inhibit-cache'.
12883 (tramp-set-file-property): Write timestamp.
12884
12885 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12886
12887 * language/japan-util.el (japanese-symbol-table): Add entries for
12888 cp932-2-byte.
12889
12890 * international/characters.el: Add category `j' to cp932-2-byte.
12891
12892 2009-08-27 Kenichi Handa <handa@m17n.org>
12893
12894 * international/fontset.el (build-default-fontset-data): New macro.
12895 (setup-default-fontset): Use build-default-fontset-data for CJK,
12896 tibetan, ethiopic, and ipa.
12897
12898 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12899
12900 * cus-start.el (default-major-mode): Customize `major-mode' instead.
12901 (enable-multibyte-characters): Not customizable any more.
12902
12903 * subr.el (default-mode-line-format, default-header-line-format)
12904 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12905 (default-direction-reversed, default-truncate-lines)
12906 (default-left-margin, default-tab-width, default-case-fold-search)
12907 (default-left-margin-width, default-right-margin-width)
12908 (default-left-fringe-width, default-right-fringe-width)
12909 (default-fringes-outside-margins, default-scroll-bar-width)
12910 (default-vertical-scroll-bar, default-indicate-empty-lines)
12911 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12912 (default-fringe-cursor-alist, default-scroll-up-aggressively)
12913 (default-scroll-down-aggressively, default-fill-column)
12914 (default-cursor-type, default-buffer-file-type)
12915 (default-cursor-in-non-selected-windows)
12916 (default-buffer-file-coding-system, default-major-mode)
12917 (default-enable-multibyte-characters): Mark as obsolete.
12918
12919 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
12920
12921 * vc-dir.el (vc-dir-update): Remove debug helper.
12922
12923 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12924
12925 2009-08-26 Sam Steingold <sds@gnu.org>
12926
12927 * simple.el (save-interprogram-paste-before-kill): New user option.
12928 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12929 save the interprogram-paste into kill-ring before overriding it
12930 with the Emacs kill.
12931
12932 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12933
12934 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12935 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12936 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12937 and move to vc-rcs.el.
12938 (vc-default-next-revision): Rename to vc-rcs-next-revision and
12939 move to vc-rcs.el.
12940 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12941 (vc-rcs-update-changelog): Remove.
12942 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12943 and move to vc-rcs.el.
12944
12945 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12946 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12947 renaming.
12948 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12949 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12950 vc.el, renamed to be RCS specific.
12951
12952 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12953 New functions.
12954 (vc-cvs-update-changelog): Move here from vc.el.
12955
12956 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12957 New functions.
12958
12959 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12960
12961 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12962
12963 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12964
12965 * vc-git.el (vc-git-register): Use "git add" for directories.
12966 (vc-git-stash, vc-git-stash-show): New functions.
12967 (vc-git-extra-menu-map): Bind them.
12968
12969 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12970 directory correctly in case the item is a directory itself.
12971
12972 * vc.el: Document the desired behavior for reverted files in the
12973 `added' state.
12974 (vc-default-prettify-state-info): Remove function, unused.
12975
12976 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12977
12978 2009-08-26 Glenn Morris <rgm@gnu.org>
12979
12980 * bindings.el (standard-mode-line-format): Reposition dashes in
12981 which-func entry. (Bug#4217)
12982
12983 * files.el (enable-local-variables, enable-local-eval)
12984 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12985 the defcustoms.
12986 (auto-mode-alist, ignored-local-variables)
12987 (save-some-buffers-action-alist): Move risky declarations to the
12988 definitions.
12989 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12990 (font-lock-defaults, format-alist, imenu--index-alist)
12991 (imenu-generic-expression, input-method-alist, minor-mode-alist)
12992 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12993 (mode-line-modified, mode-line-mule-info, mode-line-position)
12994 (mode-line-process, mode-line-remote, outline-level)
12995 (parse-time-rules, rmail-output-file-alist)
12996 (special-display-buffer-names, vc-mode):
12997 Move risky declarations to the relevant files.
12998 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12999 (mode-line-modified, mode-line-process, mode-line-position)
13000 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
13001 * font-core.el (font-lock-defaults):
13002 * format.el (format-alist):
13003 * vc-hooks.el (vc-mode):
13004 * window.el (special-display-buffer-names):
13005 * international/mule-cmds.el (input-method-alist):
13006 Define riskiness here (dumped file) rather than in files.el.
13007 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
13008 * imenu.el (imenu-generic-expression, imenu--index-alist):
13009 * outline.el (outline-level):
13010 * time.el (display-time-string):
13011 * calendar/parse-time.el (parse-time-rules):
13012 * mail/rmailout.el (rmail-output-file-alist):
13013 Autoload riskiness here, rather than placing in files.el.
13014
13015 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
13016
13017 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
13018
13019 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
13020
13021 * simple.el (process-file-side-effects): New defvar.
13022
13023 * dired-aux.el (dired-show-file-type):
13024 * vc.el (vc-diff-internal):
13025 * vc-arch.el (vc-arch-diff):
13026 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
13027 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
13028 * vc-git.el (vc-git-registered, vc-git-working-revision)
13029 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
13030 (vc-git--empty-db-p):
13031 * vc-hooks.el (vc-user-login-name):
13032 * vc-svn.el (vc-svn-registered, vc-svn-state)
13033 (vc-svn-dir-extra-headers, vc-svn-find-revision):
13034 * progmodes/grep.el (grep-probe): Let-bind
13035 `process-file-side-effects' with nil.
13036
13037 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
13038
13039 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
13040 daemon. Replace ping by checking for running service for bluez
13041 and zeroconf. (Bug#4239)
13042
13043 2009-08-25 Kevin Ryde <user42@zip.com.au>
13044
13045 * net/dig.el (dig): Add autoload cookie.
13046
13047 2009-08-25 Glenn Morris <rgm@gnu.org>
13048
13049 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13050 load-history for absolute file-names.
13051 (byte-compile-file-form-require): Warn about use of the cl package.
13052
13053 * format.el (format-alist): Doc fix.
13054
13055 * play/bubbles.el (top-level): Don't require cl at run-time.
13056
13057 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13058 run-time cl).
13059
13060 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
13061
13062 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13063 from cl package.
13064 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13065
13066 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
13067
13068 * calc/calc-alg.el (math-trig-rewrite)
13069 (math-hyperbolic-trig-rewrite): New functions.
13070 (calc-simplify): Simplify trig functions when asked.
13071
13072 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13073
13074 * diff-mode.el (diff-find-source-location): Avoid goto-line.
13075
13076 2009-08-24 Kenichi Handa <handa@m17n.org>
13077
13078 * language/ind-util.el (mapthread): Delete it.
13079 (combinatorial): New function.
13080 (indian--puthash-cv): Use combinatorial instead of mapthread.
13081
13082 2009-08-22 Kevin Ryde <user42@zip.com.au>
13083
13084 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13085 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13086 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13087 Clarify docstring that the value is strings not symbols.
13088 (checkdoc-list-of-strings-p): New function.
13089
13090 2009-08-22 Glenn Morris <rgm@gnu.org>
13091
13092 * files.el (auto-mode-alist):
13093 * hippie-exp.el (he-concat-directory-file-name):
13094 * lpr.el (lpr-windows-system, printer-name):
13095 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13096 * ps-print.el (ps-windows-system):
13097 * startup.el (command-line):
13098 * emulation/viper-ex.el (viper-glob-function):
13099 * international/mule-cmds.el (set-language-environment-coding-systems):
13100 * net/ange-ftp.el (ange-ftp-write-region):
13101 * obsolete/fast-lock.el (fast-lock-cache-name):
13102 Remove code for defunct system-types emx, macos, mswindows, next-mach,
13103 unisoft-unix, vax-vms, win32, w32.
13104
13105 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13106 given name if the pattern is not more specific.
13107
13108 * calendar/lunar.el (lunar-phase-names): New option.
13109 (lunar-phase): Doc fix.
13110 (lunar-cycles-per-year): New constant.
13111 (lunar-index): New function.
13112 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13113 (lunar-phase-name): Use lunar-phase-names.
13114 (calendar-lunar-phases): Use format.
13115 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13116
13117 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13118 Copy imenu-example--name-and-position function here for own use.
13119 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13120
13121 * bs.el (bs--redisplay):
13122 * cus-edit.el (custom-redraw):
13123 * ibuffer.el (ibuffer-bury-buffer):
13124 * server.el (server-goto-line-column):
13125 * startup.el (command-line-1):
13126 * strokes.el (strokes-xpm-for-stroke):
13127 * term.el (term-display-buffer-line):
13128 * view.el (View-goto-line):
13129 * calc/calc.el (calc-do, calc-trail-buffer):
13130 * play/gamegrid.el (gamegrid-add-score-insecure):
13131 * progmodes/ada-mode.el (ada-compile-goto-error):
13132 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13133 (ebrowse-select-1st-to-9nth):
13134 * progmodes/cperl-mode.el (cperl-time-fontification):
13135 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13136 * progmodes/gud.el (gud-display-line):
13137 (idlwave-shell-display-line):
13138 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13139 * progmodes/make-mode.el (makefile-browser-toggle):
13140 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13141 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13142 * textmodes/picture.el (picture-draw-rectangle):
13143 * textmodes/reftex-index.el (reftex-index-goto-letter):
13144 (reftex-select-jump-to-previous):
13145 * textmodes/reftex-sel.el (reftex-find-start-point)
13146 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13147 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13148 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13149 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13150 * textmodes/two-column.el (2C-associated-buffer):
13151 Use forward-line rather than goto-line.
13152
13153 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13154 goto-line.
13155
13156 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13157 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13158 (quick-check-list-to-regexp): Declare.
13159
13160 * progmodes/make-mode.el (makefile-browser-insert-selection):
13161 Use goto-char rather than goto-line.
13162
13163 * progmodes/prolog.el (compilation-error-regexp-alist)
13164 (compilation-forget-errors): Declare.
13165
13166 2009-08-22 Juri Linkov <juri@jurta.org>
13167
13168 * progmodes/grep.el (lgrep, rgrep): At the beginning
13169 set `dir' to `default-directory' unless `dir' is a non-nil
13170 readable directory. (Bug#4052)
13171 (lgrep, rgrep): Change a weird way to report an error
13172 from using `read-string' to using `error'.
13173 Instead of using interactive arguments in the function body,
13174 add new argument `confirm'.
13175
13176 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
13177
13178 * textmodes/remember.el (remember-buffer):
13179 * progmodes/cperl-mode.el (cperl-vc-header-alist):
13180 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13181 (icalendar-extract-ical-from-buffer):
13182 * net/newst-treeview.el (newsticker-groups-filename):
13183 * net/newst-backend.el (newsticker-cache-filename):
13184 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13185 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13186 (speedbar-add-ignored-path-regexp, speedbar-line-path)
13187 (speedbar-buffers-line-path, speedbar-path-line)
13188 (speedbar-buffers-line-path):
13189 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13190 (epg-sign-keys):
13191 * epa.el (epa-display-verify-result):
13192 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13193
13194 2009-08-21 Glenn Morris <rgm@gnu.org>
13195
13196 * progmodes/js.el (inferior-moz-process): Fix declaration.
13197
13198 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13199
13200 * obsolete/rnewspost.el (news-mail-reply):
13201 Use goto-char rather than goto-line.
13202
13203 * term/ns-win.el (ns-open-file-select-line):
13204 Use line-beginning-position rather than goto-line.
13205
13206 * apropos.el (apropos-command):
13207 * ehelp.el (electric-helpify):
13208 * printing.el (pr-show-setup):
13209 * strokes.el (strokes-help):
13210 * tutorial.el (tutorial--describe-nonstandard-key)
13211 (tutorial--detailed-help):
13212 * woman.el (woman-mini-help, woman-display-extended-fonts):
13213 * calc/calc-help.el (calc-describe-key):
13214 * emulation/edt.el (edt-electric-helpify):
13215 * international/mule-diag.el (mule-diag):
13216 * play/yow.el (apropos-zippy):
13217 * progmodes/python.el (python-describe-symbol):
13218 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13219 * textmodes/table.el (*table--cell-describe-mode)
13220 (*table--cell-describe-bindings):
13221 Use help-print-return-message rather than the now obsolete alias.
13222
13223 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13224 (calendar-cursor-to-visible-date):
13225 * play/5x5.el (5x5-position-cursor):
13226 * play/decipher.el (decipher):
13227 * play/gomoku.el (gomoku-goto-xy):
13228 * play/landmark.el (lm-goto-xy):
13229 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13230 (mpuz-paint-digit):
13231 Use forward-line, not goto-line.
13232
13233 * mail/rmail.el (rmail-obsolete): Delete custom group.
13234 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13235 (rmail-remote-password, rmail-remote-password-required):
13236 Remove unneeded :set-after and :set properties.
13237
13238 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
13239
13240 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13241
13242 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
13243
13244 * loadup.el: Remove leftover macos code.
13245
13246 * vc-git.el (vc-git-annotate-command): Run asynchronously.
13247 Explicitly pass the date format to git blame so that user local
13248 so that the output format can be parsed.
13249
13250 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
13251
13252 * net/dbus.el (top): Don't check for (getenv
13253 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
13254
13255 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
13256
13257 * log-edit.el (log-edit-strip-single-file-name): New var.
13258 (log-edit-insert-changelog): Use it. Bug#3571
13259
13260 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13261
13262 * subr.el (read-passwd): Use read-key so keypad keys work as well.
13263 Bug#3287
13264
13265 * help.el (help-print-return-message): Rename from
13266 print-help-return-message.
13267
13268 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13269 cvs-mode-map parent hack.
13270 (log-view-mode): Derive from special-mode.
13271
13272 * linum.el (linum-mode): window-size-change-functions is redundant.
13273 Adapt to new window-configuration-change-hook behavior.
13274 (linum-after-size, linum-after-config): Remove.
13275
13276 * imenu.el (imenu-example--name-and-position)
13277 (imenu-example--lisp-extract-index-name)
13278 (imenu-example--create-lisp-index, imenu-example--create-c-index):
13279 Mark as obsolete.
13280
13281 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13282 (inferior-prolog-mode): Use it.
13283 (inferior-prolog-load-file): Reset list of errors.
13284
13285 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13286
13287 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13288
13289 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13290
13291 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
13292
13293 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13294 is running already.
13295
13296 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13297
13298 * subr.el (listify-key-sequence-1): Use normal syntax since those
13299 integers are nowadays always represented by the same (positive) number
13300 on all platforms.
13301 (read-key-empty-map): New const.
13302 (read-key-delay): New var.
13303 (read-key): New function.
13304 (force-mode-line-update): Use with-current-buffer.
13305 (locate-user-emacs-file): Don't forget to abbreviate the file name.
13306 (start-process-shell-command, start-file-process-shell-command):
13307 Discourage the use of command-args.
13308
13309 2009-08-19 Glenn Morris <rgm@gnu.org>
13310
13311 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13312
13313 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13314
13315 * simple.el (choose-completion-string): Don't rely on
13316 minibuffer-completing-file-name and ad-hoc checks to decide whether
13317 to continue completion or not.
13318
13319 * minibuffer.el (minibuffer-hide-completions): New function.
13320 (completion--do-completion): Use it.
13321 (completions-annotations): New face.
13322 (completion--insert-strings): Use it.
13323 (completion-pcm--delim-wild-regex): Add docstring.
13324 (completion-pcm--string->pattern): Add support for 0-width delimiters
13325 in completion-pcm--delim-wild-regex.
13326
13327 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
13328
13329 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13330 Remove unused var `buffer-modified-p'.
13331
13332 * minibuffer.el (completion--do-completion): Move point for the #b001
13333 case as well (bug#4176).
13334 (minibuffer-complete, minibuffer-complete-word): Don't move point.
13335
13336 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
13337
13338 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
13339 and :session buses.
13340
13341 2009-08-18 Kenichi Handa <handa@m17n.org>
13342
13343 * international/ucs-normalize.el (ucs-normalize-version):
13344 Change to 1.1.
13345 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13346 (utf-8-hfs): Make it perform normalization on encoding too.
13347
13348 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
13349 (sentence-end-without-space): Delete duplicated chars.
13350 (sentence-end-base): Likewise.
13351
13352 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
13353 (html-mode): Delete duplicated chars from sentence-end-base.
13354
13355 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
13356 (texinfo-mode): Delete duplicated chars from sentence-end-base.
13357
13358 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
13359
13360 * files.el (hack-one-local-variable): If the mode function is for
13361 a minor mode, pass it an argument (Bug#4148).
13362
13363 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
13364
13365 * net/tramp.el (tramp-register-completion-file-name-handler):
13366 Check also for (member 'partial-completion completion-styles).
13367
13368 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13369
13370 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13371 abbrev (Bug#3943).
13372
13373 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
13374
13375 * progmodes/cperl-mode.el: Merge upstream 6.2.
13376 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13377 (cperl-forward-re): Check cperl-brace-recursing.
13378 (cperl-highlight-charclass): New function.
13379 (cperl-find-pods-heres): Use it.
13380 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13381 (cperl-beautify-regexp-piece): Fix column calculation.
13382 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13383 (cperl-beautify-level): Don't process entire regexp.
13384 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13385 calling man.
13386 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13387 (cperl-init-faces): Build a list in the normal way.
13388
13389 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13390
13391 * calendar/parse-time.el (parse-time-string-chars): Save match
13392 data.
13393
13394 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
13395
13396 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13397 (sql-product): Use it.
13398 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13399 (sql-set-product): Add completion.
13400 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13401 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13402 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13403 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13404 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13405 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13406 (sql-highlight-db2-keywords): Remove.
13407 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13408 (sql-highlight-product): Use derived-mode-p.
13409 (sql-set-sqli-buffer): Use with-current-buffer.
13410 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13411 Simplify.
13412
13413 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13414
13415 * term.el: Fix commenting convention, turn comments into docstrings.
13416
13417 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13418
13419 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13420
13421 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
13422
13423 * calendar/parse-time.el (parse-time-string-chars): Compute using
13424 character classes, to handle non-ascii characters (Bug#3190).
13425
13426 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13427
13428 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13429 another heredoc if the user adds another < (Bug#3226).
13430
13431 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13432 Don't initialize based on window-system (Bug#4124).
13433
13434 * facemenu.el (facemenu-read-color): Use a completion function
13435 that accepts any defined color, such as RGB triplets (Bug#3677).
13436
13437 * files.el (get-free-disk-space): Change fallback default
13438 directory to /. Expand DIR argument before switching to fallback.
13439 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13440
13441 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13442
13443 * files.el (load-library): Doc fix.
13444
13445 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
13446
13447 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13448 (viper-if-string): Redefine C-s in the minibuffer to insert the last
13449 incremental search string.
13450
13451 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13452 XEmacs.
13453
13454 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13455 (ediff-merge-region-is-non-clash)
13456 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13457 Also check if the job is really a merge job.
13458
13459 * ediff.el (ediff-current-file): New function.
13460
13461 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13462
13463 * progmodes/js.el: Edit docstrings throughout to follow Emacs
13464 conventions.
13465 (js-insert-and-indent): Delete function.
13466 (js-mode-map): Don't bind keys to js-insert-and-indent.
13467 (js-beginning-of-defun): Rename from js--beginning-of-defun.
13468 (js-end-of-defun): Rename from js--end-of-defun.
13469 (js-auto-indent-flag): Delete variable.
13470
13471 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
13472
13473 * progmodes/js.el: Remove proclaim statement.
13474 Defvar which-func-imenu-joiner-function to silence compiler.
13475
13476 * files.el (auto-mode-alist): Use js-mode for .js files.
13477
13478 * progmodes/js2-mode.el: Remove file.
13479
13480 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13481
13482 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13483
13484 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13485
13486 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
13487 Karl Landstrom <karl.landstrom@brgeight.se>
13488
13489 * progmodes/js.el: New file.
13490
13491 2009-08-14 Mark A. Hershberger <mah@everybody.org>
13492
13493 * timezone.el (timezone-parse-date): Add ability to understand ISO
13494 basic format (minimal separators) dates in addition to the
13495 already-supported extended format dates.
13496
13497 2009-08-14 Eli Zaretskii <eliz@gnu.org>
13498
13499 * international/ucs-normalize.el: Add a `coding' file variable.
13500
13501 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13502
13503 2009-08-14 Sam Steingold <sds@gnu.org>
13504
13505 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13506
13507 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
13508
13509 * faces.el (help-argument-name): Define it here instead of
13510 help-fns.el, because in daemon mode help-fns.el may be loaded when
13511 faces are still uninitialized (Bug#1078).
13512
13513 * help-fns.el (help-argument-name): Move defface to faces.el.
13514
13515 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
13516
13517 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13518 create buffer with a pty but no process so that GDB can make the
13519 inferior the controlling process.
13520
13521 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
13522
13523 * international/ucs-normalize.el: New file.
13524
13525 2009-08-13 Richard Stallman <rms@gnu.org>
13526
13527 * mail/rmail.el (rmail-get-attr-names):
13528 Accept an attribute header that is too short.
13529
13530 * mail/rmail.el (rmail-forget-messages):
13531 Ignore nil elt in rmail-message-vector. Use dotimes.
13532
13533 * progmodes/compile.el (compilation-goto-locus):
13534 Use next-error-move-function.
13535
13536 * simple.el (next-error-move-function): New variable.
13537
13538 2009-08-12 Juri Linkov <juri@jurta.org>
13539
13540 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13541 always non-nil. (Bug#4052)
13542
13543 * replace.el (read-regexp): Return empty string when
13544 `default-value' is nil.
13545 (keep-lines-read-args): Don't use empty string as the
13546 default value for `read-regexp'. (Bug#2495)
13547
13548 2009-08-12 Juri Linkov <juri@jurta.org>
13549
13550 * international/mule-cmds.el (ucs-insert): Change arguments
13551 from `arg' to `character', `count', `inherit' to be the same
13552 as in `insert-char'. Doc fix. (Bug#4039)
13553
13554 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13555
13556 2009-08-12 Juri Linkov <juri@jurta.org>
13557
13558 * files-x.el: New file.
13559
13560 * files.el: Move code that deals with adding/deleting
13561 file/directory-local variables to files-x.el.
13562
13563 * Makefile.in (ELCFILES): Add files-x.elc.
13564
13565 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
13566
13567 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13568 to use `goto-line'.
13569 (gdb-place-breakpoints, gdb-get-location): Rewritten without
13570 `goto-line'.
13571 (gdb-invalidate-disassembly): Do not refresh upon receiving
13572 'update signal. Instead, update all disassembly buffers only after
13573 threads list.
13574 (gdb): Send -target-detach when buffer is killed (Bug#3794).
13575 (gdb-starting): Moved -data-list-register-names...
13576 (gdb-stopped): ...here so it's sent when first thread stops.
13577 (gdb-registers-handler-custom): Do nothing if register names are
13578 unknown yet.
13579
13580 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13581 from `gdb-mi.el' to avoid extra tangling.
13582
13583 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13584 change which breaks `gud-def' definitions used in `gdb'.
13585 (gdb-update-gud-running): No extra fuss for updating frame number.
13586
13587 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
13588
13589 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13590 (describe-language-environment-map, setup-language-environment-map)
13591 (set-coding-system-map): Move initialization into declaration.
13592 (set-language-info-alist): Last arg to define-key-after can be skipped.
13593
13594 * international/quail.el (quail-completion-1): Simplify.
13595 (quail-define-rules): Use slightly more compact code.
13596 (quail-insert-decode-map): Propertize keys, compact columns.
13597
13598 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13599 Add goto-line.
13600
13601 2009-08-10 Miles Bader <miles@gnu.org>
13602
13603 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13604 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13605 (js2-instance-member, js2-private-member, js2-private-function-call)
13606 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13607 (js2-magic-paren, js2-external-variable):
13608 Remove "-face" suffix from face names.
13609 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13610 (js2-highlight-undeclared-vars, js2-peek-token)
13611 (js2-parse-function-params, js2-mode-show-errors)
13612 (js2-mode-show-warnings, js2-make-magic-delimiter)
13613 (js2-mode-highlight-magic-parens): Update to use new face names.
13614
13615 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
13616
13617 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13618 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
13619
13620 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
13621
13622 * subr.el: Provide hashtable-print-readable.
13623
13624 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13625 hs-c-like-adjust-block-beginning.
13626 (hs-hide-block-at-point): Stop hiding at the beginning of
13627 hs-block-end-regexp (Bug#700).
13628
13629 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
13630
13631 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13632 a macro.
13633 (gdb-registers-handler-custom): Do not fail when register names
13634 are unavailable.
13635
13636 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13637
13638 * progmodes/gdb-mi.el (gdb-control-all-threads)
13639 (gdb-control-current-thread): Interactive setters for
13640 `gdb-gud-control-all-threads' to use in menu.
13641 (gdb-show-run-p): Show «Go» when process is not active.
13642 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
13643 gud/thread.xpm and gud/all.xpm.
13644
13645 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
13646
13647 * net/net-utils.el (net-utils-font-lock-keywords): New var.
13648 (nslookup-font-lock-keywords): Make it a variable.
13649 (net-utils-mode): New mode for viewing diagnostic network output.
13650 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13651 (net-utils-run-simple): New function.
13652 (ifconfig, iwconfig, netstat, arp, route): Use it.
13653
13654 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13655
13656 * progmodes/gdb-mi.el (gdb-read-memory-custom)
13657 (gdb-memory-set-address, def-gdb-set-positive-number)
13658 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13659 after changing settings.
13660 (gdb-invalidate-disassembly): Update when first shown.
13661 (gdb-edit-locals-value): Fixed.
13662 (gdb-registers-handler-custom): Print registers in right order and
13663 allow changing register values (only for current thread yet).
13664 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13665 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13666 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13667 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13668 info in mode name.
13669 (gdb-registers-mode-map): TAB to switch to locals.
13670
13671 2009-08-08 Eli Zaretskii <eliz@gnu.org>
13672
13673 * mail/rmail.el (rmail-add-mbox-headers)
13674 (rmail-set-message-counters-counter): Search for
13675 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
13676
13677 2009-08-08 Glenn Morris <rgm@gnu.org>
13678
13679 * Makefile.in (ELCFILES): Update.
13680
13681 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13682
13683 * mail/sendmail.el (mail-yank-original): Set
13684 buffer-file-coding-system from the one used by the message whose
13685 text is yanked.
13686
13687 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13688 to "windows" when "pgnuplot" is used.
13689 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13690 call accept-process-output if "pgnuplot" is used.
13691 (calc-graph-init): Don't send -display and -geometry to
13692 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
13693 running "pgnuplot -V" with shell-command-to-string.
13694
13695 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13696 the default.
13697
13698 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13699
13700 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13701 org/org-latex.elc.
13702
13703 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13704
13705 * vc-dispatcher.el (vc-resynch-window): Update comment.
13706
13707 * term.el (term-handle-ansi-escape): Add comments with the
13708 terminfo capabilities implemented.
13709
13710 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
13711
13712 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13713 (gdb-var-create-handler): Rewritten using JSON parser.
13714 (gdb-propertize-header): Moved earlier.
13715 (gdb-set-header): Removed to avoid duplication.
13716 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13717 Refresh disassembly buffers only after threads list have been
13718 update.
13719 (gdb-threads-header, gdb-registers-header): Per-buffer header line
13720 variables.
13721
13722 2009-08-04 Juri Linkov <juri@jurta.org>
13723
13724 * files.el: Commands to add/delete file/directory-local variables.
13725 (read-file-local-variable, read-file-local-variable-value)
13726 (read-file-local-variable-mode, modify-file-local-variable)
13727 (modify-file-local-variable-prop-line)
13728 (modify-dir-local-variable): New functions.
13729 (add-file-local-variable, delete-file-local-variable)
13730 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13731 (add-dir-local-variable, delete-dir-local-variable)
13732 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13733 (copy-dir-locals-to-file-locals-prop-line): New commands.
13734
13735 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
13736
13737 * abbrev.el (insert-abbrev-table-description): Prettify output.
13738 Suggested by Karl Chen.
13739
13740 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
13741
13742 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13743 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13744 (gdb-overlay-arrow-position, gdb-thread-position)
13745 (gdb-disassembly-position): Declare variables.
13746 (gdb-wait-for-pending): Function now.
13747 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13748 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13749 compilation goes smoothly.
13750 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13751 (gdb-non-stop-setting): New customization setting which replaces
13752 `gdb-non-stop' so changing it doesn't break active GDB session.
13753 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13754 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13755 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13756 (gdb-show-threads-by-default): New customization options.
13757 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13758 routines.
13759 (gdb-get-buffer-create): Send buffers update signal when they are
13760 created.
13761 (gdb-invalidate-locals, gdb-invalidate-registers)
13762 (gdb-invalidate-breakpoints)
13763 (gdb-invalidate-threads, gdb-invalidate-disassembly)
13764 (gdb-invalidate-memory): Accept update signal.
13765 (gdb-current-context-command): Use --frame option.
13766 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13767 Implement `gdb-frame-number' selection logic.
13768 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13769 whether to show GUD toolbar buttons.
13770 (gdb-thread-exited): Unselect current thread when it exits.
13771 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13772 (gdb-mark-line): Routine which sets overlay arrow or inverses
13773 video on fringeless displays.
13774 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13775 to build aligned columns of data in GDB buffers and set text
13776 properties line-by-line.
13777 (gdb-invalidate-breakpoints)
13778 (gdb-breakpoints-list-handler-custom)
13779 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13780 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13781 (gdb-registers-handler-custom): Align data columns.
13782 (gdb-locals-handler-custom): Now prints data like in variable
13783 declarations.
13784 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13785 Removed confusing buttons.
13786 (gdb-invalidate-threads): Append --frame.
13787 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13788 between breakpoints/threads buffers.
13789 (gdb-set-window-buffer): Now can ignore dedicated windows.
13790 (gdb-propertize-header): Use `gdb-set-window-buffer'.
13791 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13792 (def-gdb-thread-buffer-gud-command): Replaces
13793 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13794 for fine thread control.
13795 (gdb-preempt-existing-or-display-buffer): New function used to
13796 display bound buffers without breaking window layout.
13797 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13798 (gdb-select-frame): New version of `gdb-frames-select' which now
13799 sets `gdb-frame-number' so commands may use --frame option instead
13800 of inner debugger state.
13801 (gdb-frame-handler): Do not set `gdb-frame-number'.
13802 (gdb-threads-mode-map): Select threads with mouse.
13803
13804 * progmodes/gud.el (gdb-gud-context-call): Declare function to
13805 avoid compilation warning.
13806 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13807 `gdb-show-stop-p`.
13808
13809 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13810 Argument `key' renamed to `buffer-type'.
13811 (gdb-current-context-buffer-name): Do not add thread info to
13812 buffer name when no thread is selected.
13813 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13814 command (bug 3794).
13815 (gdb-thread-selected): Handle `=thread-selected' notification.
13816 (gdb-wait-for-pending): New macro to deal with congestion problems.
13817 (gdb-breakpoints-list-handler-custom): Don't fail on pending
13818 breakpoints.
13819 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13820 This fixes problem similar to one described in bug 3947.
13821 (gud-menu-map): More menu items.
13822 (gdb-init-1): Reset `gdb-thread-number' to nil.
13823
13824 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13825 non-stop settings.
13826
13827 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13828 (gdb-current-context-command): Do not append --thread if
13829 `gdb-thread-number' is nil.
13830 (gdb-running-threads-count, gdb-stopped-threads-count): New
13831 variables.
13832 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13833 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13834 customization options.
13835 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13836 GUD commands.
13837 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13838 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13839 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13840 set `gdb-thread-number' and update `gud-running' properly.
13841 (gdb-running): Update threads list when new threads appear.
13842 (gdb-stopped): Support non-stop operation and new thread switching
13843 logic.
13844 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13845 (gdb-json-partial-output): New set of JSON routines.
13846 (def-gdb-auto-update-trigger): New `signal-list' optional
13847 argument.
13848 (gdb-thread-list-handler-custom): Update `gud-running',
13849 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13850 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13851 (gdb-continue-thread, gdb-step-thread): New commands for fine
13852 thread execution control.
13853 (gud-menu-map): New menu items to switch non-stop options.
13854 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13855 (gdb-send): Mimic RET properly (bug 3794).
13856
13857 * progmodes/gdb-mi.el (gdb-rules-name-maker)
13858 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13859 gdb-buffer-rules.
13860 (def-gdb-auto-update-handler): New nopreserve optional argument.
13861 (gdb-stack-list-frames-custom): Print stack from top to bottom.
13862
13863 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13864 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13865 (gdb-parent-mode): New mode to derive other GDB modes from.
13866 (gdb-display-disassembly-for-thread)
13867 (gdb-frame-disassembly-for-thread): New commands for threads
13868 buffer.
13869
13870 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13871 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13872 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13873 (gdb-update): We now store all GDB buffers in a list so that they
13874 can be updated by traversing a list instead of calling invalidate
13875 triggers explicitly.
13876 (def-gdb-trigger-and-handler): New macro to define trigger-handler
13877 pair for GDB buffer.
13878 (gdb-stack-buffer-name): Add thread information.
13879 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13880 handle pending triggers.
13881 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13882 (def-gdb-thread-buffer-simple-command)
13883 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13884 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13885 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13886 New commands which show buffers bound to thread.
13887 (gdb-stack-list-locals-regexp): Removed unused regexp.
13888
13889 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13890 (gdb-locals-buffer-name, gdb-registers-buffer-name)
13891 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13892 to (gud-comint-buffer) in *-buffer-name functions
13893 because (gdb-get-target-string) already does that.
13894 (gdb-locals-handler-custom, gdb-registers-handler-custom)
13895 (gdb-changed-registers-handler): Rewritten without regexps.
13896
13897 * progmodes/gdb-mi.el: Basic thread selection support.
13898 (gdb-thread-number): New variable.
13899 (gdb-current-context-command): New macro which adds --thread
13900 option to command.
13901 (gdb-threads-mode-map): Select thread with SPC.
13902 (gdb-thread-list-handler-custom): Mark current thread with overlay
13903 arrow. Synchronize GDB thread and Emacs thread.
13904 (gdb-select-thread): New command which selects current thread.
13905 (gdb-invalidate-frames, gdb-invalidate-locals)
13906 (gdb-invalidate-registers): Use --thread option.
13907
13908 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
13909
13910 * net/tramp.el (top): Make check for tramp-gvfs loading more
13911 robust. (Bug#3977)
13912 (tramp-handle-insert-file-contents): `unwind-protect' must be
13913 inside `with-parsed-tramp-file-name'.
13914
13915 * net/tramp-gvfs.el (top): Remove superfluous message when loading
13916 fails.
13917
13918 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
13919
13920 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13921 directory if CLASSPATH is not set.
13922
13923 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
13924
13925 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13926 New defconst.
13927 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
13928
13929 2009-08-02 Kevin Ryde <user42@zip.com.au>
13930
13931 * net/newst-backend.el (newsticker--raw-url-list-defaults):
13932 Update freshmeat link. Delete newsforge.com as it seems gone.
13933
13934 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13935
13936 * select.el (x-set-selection): Doc fix (Bug#4021).
13937
13938 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13939
13940 * help-fns.el (describe-variable): Treat list return values from
13941 dir-locals-find-file properly (Bug#4005).
13942
13943 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
13944
13945 * net/tramp.el (tramp-debug-message): Print also microseconds.
13946
13947 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
13948
13949 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13950 or END is non-nil.
13951 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13952 (tramp-get-debug-buffer): Change `outline-regexp' according to new
13953 format.
13954
13955 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13956 (tramp-get-file-property): Use it.
13957
13958 * autorevert.el (auto-revert-handler): Allow
13959 `auto-revert-tail-mode' for remote files.
13960
13961 2009-08-02 Jason Rumney <jasonr@gnu.org>
13962
13963 * minibuffer.el (read-file-name): Treat confirm options to
13964 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
13965
13966 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13967
13968 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13969 (font-lock-variable-name-face, font-lock-constant-face): Darken
13970 the colors for light backgrounds.
13971
13972 2009-08-01 Eli Zaretskii <eliz@gnu.org>
13973
13974 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13975 month names. (Bug#3987)
13976
13977 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
13978
13979 * simple.el (line-move-finish): Pass whole number to
13980 line-move-to-column.
13981 (line-move-visual): Perform hscroll to the recorded position.
13982
13983 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
13984
13985 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13986
13987 2009-07-29 Alan Mackenzie <acm@muc.de>
13988
13989 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13990
13991 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
13992
13993 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13994 (gdb-place-breakpoints): Use full path when setting breakpoints.
13995
13996 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
13997
13998 * calc/calc.el (calc-mode-map): Add keybinding for
13999 `calc-transpose-lines'.
14000
14001 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
14002
14003 * calc/calc-misc.el (calc-transpose-lines): New function.
14004
14005 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
14006
14007 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
14008 Simplify check for out-of-band methods.
14009 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
14010 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
14011
14012 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
14013
14014 * vc-git.el (vc-git-checkin): Fix typo.
14015
14016 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
14017
14018 * progmodes/js2-mode.el: New file.
14019
14020 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
14021
14022 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
14023 (gud-menu-map): Adjust tooltip accordingly.
14024
14025 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14026
14027 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
14028 (vc-bzr-log-view-mode): Adjust log-view-file-re.
14029
14030 * add-log.el (change-log-mode-map): Add a menu.
14031
14032 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
14033
14034 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
14035 function returns nil.
14036 (dbus-handle-event): Handle special return value :ignore.
14037 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
14038
14039 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
14040
14041 * view.el (view-mode-enable): Don't define Helper-return-blurb if
14042 it's not needed.
14043
14044 2009-07-25 Eli Zaretskii <eliz@gnu.org>
14045
14046 Fix Bug#3888:
14047
14048 * w32-vars.el (x-select-enable-clipboard): Doc fix.
14049
14050 * term/pc-win.el (x-display-name, x-colors)
14051 (x-select-enable-clipboard, x-select-text): Doc fix.
14052
14053 * term/common-win.el (x-display-name, x-colors): Doc fix.
14054
14055 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14056 (xw-defined-colors): Doc fix.
14057
14058 * w32-fns.el (x-select-text, x-setup-function-keys)
14059 (x-get-selection, x-set-selection): Doc fix.
14060
14061 * term/x-win.el (x-select-text, x-setup-function-keys)
14062 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14063
14064 * select.el (x-set-selection): Doc fix.
14065
14066 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
14067
14068 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14069 instead of "IsNSSSupportAvailable". Avahi ought to work also when
14070 "IsNSSSupportAvailable" method is not available. Reported by
14071 Steve Youngs <steve@sxemacs.org>.
14072
14073 2009-07-24 Kenichi Handa <handa@m17n.org>
14074
14075 * international/characters.el: Fix setting of category ?C, ?|, ?K,
14076 and ?H. Fix setting of case for Latin Extended and Greek Extended.
14077 (build-unicode-category-table): Fix range checks.
14078
14079 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
14080
14081 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14082 the buffer we try to sync is current when calling
14083 vc-resynch-buffer.
14084
14085 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14086 not show up to date files.
14087
14088 2009-07-24 Glenn Morris <rgm@gnu.org>
14089
14090 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14091 Add autoload cookies. If necessary, initialize.
14092 (elint-log): Handle non-file buffers.
14093 (elint-initialize): Add optional argument to reinitialize.
14094 (elint-find-builtin-variables): Save excursion.
14095
14096 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
14097
14098 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14099 for Lint.
14100
14101 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14102
14103 * vc.el (vc-print-log-internal): New function, split out from ...
14104 (vc-print-log): ... here.
14105 (vc-dir-move-to-goal-column): Declare.
14106
14107 * vc-git.el (vc-git-add-signoff): New variable.
14108 (vc-git-checkin): Use it.
14109 (vc-git-toggle-signoff): New function.
14110 (vc-git-extra-menu-map): Bind it to menu.
14111 (vc-git--run-command-string): Accept a nil FILE argument.
14112 (vc-git-stash-list): New function.
14113 (vc-git-dir-extra-headers): Use it.
14114
14115 2009-07-23 Glenn Morris <rgm@gnu.org>
14116
14117 * help-fns.el (describe-variable): Describe ignored and risky local
14118 variables in a similar way to that in which we describe safe ones.
14119
14120 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14121 (byte-compile-output-file-form, byte-compile-output-docform)
14122 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14123 Give some more local variables with common names a "bytecomp-" prefix,
14124 so as not to shadow things during compilation.
14125 * emacs-lisp/cl-macs.el (load-time-value)
14126 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14127 `outbuffer' to `bytecomp-outbuffer'.
14128
14129 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14130 since the next two variables cover them automatically now.
14131 (elint-builtin-variables, elint-autoloaded-variables): New.
14132 (elint-unknown-builtin-args): Remove all members, since they can be
14133 parsed automatically now.
14134 (elint-extra-errors): New.
14135 (elint-env-add-env, elint-env-add-macro): Use cadr.
14136 (elint-current-buffer): Use or. Change final message.
14137 (elint-get-top-forms): Use line-end-position.
14138 (elint-init-env): Use cadr. Handle autoload, declare-function,
14139 and defalias.
14140 (elint-add-required-env): Doc fix. Use or. Standardize error.
14141 (regexp-assoc): Remove unused function.
14142 (elint-top-form): Set elint-current-pos, to record the start of the
14143 top-level form, for compilation-mode.
14144 (elint-form): Trap errors in macro expansion. Use dolist.
14145 (elint-unbound-variable): Use elint-builtin-variables and
14146 elint-autoloaded-variables.
14147 (elint-get-args): Use cadr, or.
14148 (elint-check-cond-form): Use dolist, cadr.
14149 (elint-check-condition-case-form): Doc fix. Use cadr.
14150 Use elint-extra-errors.
14151 (elint-log): New function.
14152 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14153 Distinguish errors and warnings.
14154 (elint-log-message): Use with-current-buffer. Inhibit read-only.
14155 Use a bytecomp-style format.
14156 (elint-clear-log): Preserve default-directory. Inhibit read-only.
14157 (elint-get-log-buffer): Use compilation mode. Disable undo.
14158 Don't truncate lines.
14159 (elint-initialize): Set builtin and autoloaded variable lists.
14160 Only process elint-unknown-builtin-args if non-nil.
14161 (elint-find-builtin-variables, elint-find-autoloaded-variables):
14162 New functions.
14163 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
14164
14165 2009-07-22 Kevin Ryde <user42@zip.com.au>
14166
14167 * net/newst-backend.el (newsticker--parse-atom-1.0)
14168 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14169 (newsticker--parse-rss-1.0):
14170 * progmodes/idlwave.el (idlwave-mode):
14171 * progmodes/idlw-shell.el (idlwave-shell-mode):
14172 * progmodes/vera-mode.el (vera-mode):
14173 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14174 * progmodes/vhdl-mode.el (vhdl-mode):
14175 * textmodes/table.el (table-generate-source)
14176 (table--warn-incompatibility):
14177 Hyperlink urls in docstrings with URL `...'.
14178
14179 2009-07-22 Glenn Morris <rgm@gnu.org>
14180
14181 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14182 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14183 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14184 Remove leading * from defcustom docs.
14185
14186 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
14187
14188 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14189 defcustom doc.
14190 (list-load-path-shadows): Optionally, just return shadows as a string.
14191
14192 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14193
14194 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
14195
14196 * mail/rmailedit.el (rmail-edit-mode): Use
14197 auto-save-include-big-deletions.
14198
14199 * mail/rmail.el (rmail-variables): Use
14200 auto-save-include-big-deletions.
14201
14202 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14203 changes.
14204
14205 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
14206
14207 * calc/calc.el (calc-undo-length): New variable.
14208 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14209
14210 2009-07-21 Richard Stallman <rms@gnu.org>
14211
14212 * files.el (auto-save-mode): Handle buffer-save-size = -2
14213 for toggling mode.
14214
14215 2009-07-21 Glenn Morris <rgm@gnu.org>
14216
14217 * textmodes/ispell.el (ispell-looking-back): Update declaration.
14218
14219 * calendar/todo-mode.el (calendar-current-date): Update declaration.
14220
14221 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14222 silence compiler. Instead...
14223 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14224 (ps-print-ensure-fontified): Update for above function name changes.
14225
14226 * printing.el (pr-mh-get-msg-num, pr-mh-show)
14227 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14228 silence compiler. Instead...
14229 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14230 (mh-show-buffer): Only define for compiler.
14231 (pr-mh-current-message): Update for above function name changes.
14232
14233 * files.el (abort-if-file-too-large): Explicitly pass `filename'
14234 as an argument.
14235 (find-file-noselect, insert-file-1): Update for above change.
14236
14237 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14238
14239 * mail/mailclient.el (mailclient-send-it): Fix message.
14240
14241 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14242 (edebug-eval): Check cl-debug-env is bound.
14243 (print-level, print-circle): Don't redefine built-in variables.
14244
14245 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14246 (custom-print-vectors): Remove old comments from doc.
14247
14248 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14249 (emerge-version): Make the variable an obsolete alias for the
14250 emacs-version variable. Make the function obsolete.
14251 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14252 Emerge options, rather than merging in into the main Options menu.
14253 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
14254 and auto advance modes. Disable edit/fast items when not relevant.
14255
14256 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14257
14258 * term/vt420.el (terminal-init-vt420): Fix typo.
14259
14260 2009-07-20 Sam Steingold <sds@gnu.org>
14261
14262 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14263 variable (removed from compile.el on 2004-03-11).
14264
14265 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
14266
14267 * files.el (hack-local-variables-filter): Fix last change.
14268
14269 2009-07-19 Juri Linkov <juri@jurta.org>
14270
14271 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14272 (dir-local-variables-alist): New buffer-local variable.
14273 (hack-local-variables-filter): If variable is not dir-local,
14274 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14275 because file-local overrides dir-local.
14276 (c-postprocess-file-styles) <declare-function>:
14277 Remove obsolete declaration.
14278 (hack-dir-local-variables): Add dir-local variable/value pair to
14279 `dir-local-variables-alist' and remove duplicates. Doc fix.
14280
14281 * help-fns.el (describe-variable): Add information about
14282 file-local and dir-local variables.
14283
14284 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
14285
14286 * files.el (hack-local-variables-filter): Rewrite.
14287
14288 2009-07-19 Glenn Morris <rgm@gnu.org>
14289
14290 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14291 Silence compiler by only defining on XEmacs.
14292
14293 * international/mule.el (auto-coding-regexp-alist): Only match
14294 BABYL... at the start of buffer, not of lines. (Bug#3790)
14295
14296 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14297 non-calendar buffers (Bug#3862). Restore "not on a date" message.
14298 (cal-menu-context-mouse-menu): Doc fix.
14299
14300 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14301
14302 * simple.el (mail-user-agent): Doc fix. Set :version tag.
14303
14304 2009-07-18 Juri Linkov <juri@jurta.org>
14305
14306 * info.el: Virtual Info keyword finder.
14307 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14308 (Info-finder-file): New variable.
14309 (Info-finder-find-file): New function.
14310 (finder-known-keywords, finder-package-info)
14311 (find-library-name, lm-commentary): Use defvar and
14312 declare-function to silence compiler warnings.
14313 (Info-finder-find-node): New function.
14314 (info-finder): New command.
14315
14316 * subr.el (process-kill-buffer-query-function): New function.
14317 (add-hook)<kill-buffer-query-functions>: Add hook
14318 `process-kill-buffer-query-function'.
14319
14320 2009-07-18 Alan Mackenzie <acm@muc.de>
14321
14322 * progmodes/cc-mode.el (c-before-hack-hook)
14323 (c-postprocess-file-styles): Give invocation of `c-set-style'
14324 DONT-OVERRIDE parameter of t. Already set style variables will
14325 thus not be overridden by style settings given by `c-file-syle'.
14326
14327 * files.el (hack-local-variables-filter): Remove entries with
14328 duplicate keys from `file-local-variables-alist'.
14329
14330 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14331
14332 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14333 x-set-selection if display-selections-p returns nil for the
14334 current frame.
14335
14336 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
14337
14338 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14339
14340 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14341
14342 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14343 Accept nil in addition to a regexp.
14344 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14345 Accept nil in addition to a regexp.
14346 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14347 buffers that have an associated file. Handle nil values of
14348 desktop-buffers-not-to-save and desktop-files-not-to-save.
14349 (Bug#3833)
14350
14351 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14352 (x-disown-selection-internal): New functions.
14353
14354 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
14355
14356 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14357 warning.
14358 (gdb-breakpoints-header): Move forward to avoid compiler warning.
14359 (gdb-make-header-line-mouse-map): Remove duplicate definition.
14360
14361 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
14362
14363 * simple.el (set-mark): Revert last change.
14364
14365 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
14366
14367 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14368 rendering of pngs is not possible instead of messaging a long
14369 description.
14370
14371 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
14372
14373 * w32-fns.el (x-selection-owner-p): New function.
14374
14375 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14376 (mouse-yank-at-click, mouse-yank-primary): If
14377 select-active-regions is non-nil, deactivate the mark before
14378 insertion.
14379
14380 * simple.el (deactivate-mark, set-mark): Only save selection if we
14381 own it.
14382
14383 2009-07-17 Kenichi Handa <handa@m17n.org>
14384
14385 * case-table.el (describe-buffer-case-table): Fix for the case
14386 that KEY is a cons.
14387
14388 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14389
14390 * vc-rcs.el (vc-rcs-find-file-hook):
14391 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14392
14393 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
14394
14395 * net/tramp.el (tramp-wait-for-output): Handle the case when
14396 commands do not return a newline but a null byte before the shell
14397 prompt. (Bug#3858)
14398
14399 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14400
14401 * term/ns-win.el (ns-set-alpha): Don't declare.
14402 (ns-set-background-alpha): Remove function.
14403
14404 2009-07-16 Kevin Ryde <user42@zip.com.au>
14405
14406 * emacs-lisp/copyright.el (copyright-update): Save match-data across
14407 y-or-n-p, for safety.
14408
14409 2009-07-16 Richard Stallman <rms@gnu.org>
14410
14411 * files.el (auto-save-mode): If buffer-saved-size is -2,
14412 don't clobber it.
14413
14414 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14415 (rmail-retry-ignored-headers): Add more uninteresting fields.
14416
14417 2009-07-15 Jari Aalto <jari.aalto@cante.net>
14418
14419 * net/rcirc.el (rcirc): Use history variables.
14420 (rcirc-server-name-history, rcirc-nick-name-history)
14421 (rcirc-server-port-history): New variables.
14422
14423 2009-07-15 Kenichi Handa <handa@m17n.org>
14424
14425 * international/mule-cmds.el (set-language-environment-charset):
14426 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14427 ignore them.
14428
14429 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14430 Delete unibyte-display.
14431
14432 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14433
14434 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14435
14436 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14437
14438 * simple.el (deactivate-mark): Optional argument FORCE.
14439 (set-mark): Use deactivate-mark.
14440
14441 * info.el (Info-search): No need to check transient-mark-mode
14442 before calling deactivate-mark.
14443
14444 * select.el (x-set-selection): Doc fix.
14445 (x-valid-simple-selection-p): Allow buffer values.
14446 (xselect--selection-bounds): Handle buffer values. Suggested by
14447 David De La Harpe Golden.
14448
14449 * mouse.el (mouse-set-region, mouse-drag-track): Call
14450 copy-region-as-kill before setting the mark, to let
14451 select-active-regions work.
14452
14453 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
14454
14455 * simple.el (deactivate-mark): If select-active-regions is
14456 non-nil, copy the selection data into a string.
14457 (activate-mark): If select-active-regions is non-nil, set the
14458 selection to the current buffer.
14459 (set-mark): Update selection if select-active-regions is non-nil.
14460
14461 * select.el (x-valid-simple-selection-p): Allow buffer values.
14462
14463 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
14464
14465 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14466 and more featureful message-mode.
14467
14468 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
14469
14470 * select.el (x-set-selection): Doc fix.
14471 (x-valid-simple-selection-p): Disallow selection data consisting
14472 of a list or cons of integers, since that is not used.
14473 (xselect--selection-bounds, xselect--int-to-cons): New functions.
14474 (xselect-convert-to-string, xselect-convert-to-length)
14475 (xselect-convert-to-filename, xselect-convert-to-charpos)
14476 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14477
14478 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
14479
14480 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14481 output in -break-info command (Emacs bug #3794).
14482
14483 2009-07-14 Glenn Morris <rgm@gnu.org>
14484
14485 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14486 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14487 (edebug-print-length, edebug-print-level, edebug-print-circle)
14488 (edebug-sit-for-seconds, edebug-view-outside)
14489 (edebug-bounce-point, edebug-set-global-break-condition)
14490 (edebug-Go-nonstop-mode, edebug-trace-mode)
14491 (edebug-Trace-fast-mode, edebug-continue-mode)
14492 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14493 (edebug-visit-eval-list): Doc fixes.
14494
14495 * subr.el (def-edebug-spec): Doc fix.
14496
14497 2009-07-14 Kenichi Handa <handa@m17n.org>
14498
14499 * international/characters.el: Fix setting of category ?C.
14500
14501 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
14502
14503 * term/ns-win.el (x-select-font): defalias x-select-font to
14504 ns-popup-font-panel instead of generate-fontset-menu.
14505
14506 2009-07-12 Eli Zaretskii <eliz@gnu.org>
14507
14508 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
14509
14510 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
14511
14512 * arc-mode.el (archive-find-type): Allow for a PK00 string before
14513 the PK\003\004 header (Bug#3770).
14514
14515 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
14516
14517 * pcomplete.el (pcomplete-comint-setup): Check for
14518 shell-dynamic-complete-filename too.
14519
14520 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
14521
14522 * simple.el (temporary-goal-column): Change the value for
14523 line-move-visual to a cons cell.
14524 (line-move-visual): Record or set the window hscroll, if
14525 necessary (Bug#3494).
14526 (line-move-1): Handle cons value of temporary-goal-column.
14527
14528 2009-07-11 Kenichi Handa <handa@m17n.org>
14529
14530 * international/mule-diag.el (describe-character-set): Don't show
14531 width.
14532
14533 2009-07-10 Sam Steingold <sds@gnu.org>
14534
14535 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14536 Omake sometimes indents the errors it prints, so allow all
14537 regexps to start with spaces.
14538
14539 2009-07-10 Eli Zaretskii <eliz@gnu.org>
14540
14541 * cus-edit.el (customize-changed-options-previous-release):
14542 Bump value to 22.1. (Bug#3804)
14543
14544 2009-07-08 Sam Steingold <sds@gnu.org>
14545
14546 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14547 to be a cons cell (test . ignored-directory) to selectively ignore
14548 some directories depending on the location of the search.
14549
14550 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
14551
14552 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14553 remote user is root, on the local host.
14554 (tramp-local-host-p): Either the local user or the remote user
14555 must be root. (Bug#3771)
14556
14557 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14558
14559 * progmodes/gdb-mi.el (gdb): Remove description of
14560 gdb-use-separate-io-buffer.
14561 (menu): Don't allow toggling of or enable
14562 gdb-use-separate-io-buffer from menubar.
14563
14564 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14565
14566 * mail/unrmail.el (unrmail): Make sure the message ends with two
14567 newlines (Bug#3769).
14568
14569 2009-07-08 Glenn Morris <rgm@gnu.org>
14570
14571 * calendar/calendar.el (calendar-current-date): Rework previous change.
14572
14573 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
14574
14575 * calendar/calendar.el (calendar-current-date):
14576 Add an optional argument giving an offset from today.
14577
14578 2009-07-08 Glenn Morris <rgm@gnu.org>
14579
14580 * tutorial.el (tutorial--describe-nonstandard-key):
14581 Adjust the message for when a key has been unbound.
14582 (help-with-tutorial): Hide the arch-tag.
14583
14584 2009-07-08 Kenichi Handa <handa@m17n.org>
14585
14586 * international/fontset.el (setup-default-fontset): For each
14587 script, append (not set) font-specs.
14588
14589 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14590 docstring.
14591
14592 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14593
14594 * progmodes/gdb-mi.el (gdb-init-1): Move sending
14595 -data-list-register-names to ...
14596 (gdb-starting): ... here because GDB 7.0 requires execution to
14597 have started when using this MI command.
14598 (gdb-set-header): New function to distinguish select and
14599 unselected tabs in gdb buffers.
14600 (gdb-propertize-header): New macro that uses gdb-set-header.
14601 (gdb-breakpoints-header, gdb-locals-header): Use it.
14602 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14603
14604 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
14605
14606 * Makefile.in (ELCFILES): Remove fadr.elc.
14607
14608 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
14609
14610 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14611 may contain frame information, so `string-match' should be used.
14612 (gdb-update): Disassembly is invalidated through
14613 `gdb-get-selected-frame'.
14614 (gdb-pad-string): New function to pad string with spaces.
14615 (gdb-invalidate-disassembly): Invalidate only if the buffer
14616 exists.
14617 (gdb-disassembly-handler-custom): Column alignment.
14618 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14619 placing new ones.
14620 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14621 end of line, too.
14622 (gdb-frame-handler): Match convention to for disassembly buffer
14623 mode name.
14624 (gdb-stack-list-frames-handler): Rewritten without regexps.
14625 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14626 not highlight breakpoints without line information.
14627 (gdb-input): Add trailing newline to command.
14628
14629 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14630 buffer properly.
14631 (gdb-breakpoints-list-handler-custom): Replacement for
14632 `gdb-break-list-handler'. Using real parser instead of regexps
14633 now.
14634 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14635 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14636 to place breakpoints.
14637 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14638 functions.
14639 (gdb-disassembly-handler-custom): Show overlay arrow.
14640 (gdb-disassembly-place-breakpoints): Show breakpoints in
14641 disassembly buffer.
14642 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14643 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14644 instead of parsing breakpoints buffer. Fixed old menu references
14645 in `gud-menu-map'.
14646
14647 * fadr.el: Remove.
14648
14649 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14650 (gdb-memory-address): New variable which holds top address of
14651 memory page shown in memory buffer.
14652 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14653 customization variables.
14654 New functions:
14655 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14656 display the memory buffer.
14657 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14658 buffer display parameters.
14659 (def-gdb-memory-format, gdb-memory-format-binary)
14660 (gdb-memory-format-octal, gdb-memory-format-unsigned)
14661 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14662 Functions for setting memory buffer format.
14663 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14664 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14665 unit size used in memory buffer.
14666 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14667 to next/previous page of memory buffer.
14668 Now using (bindat-get-field) instead of fadr functions.
14669
14670 2009-07-07 Sam Steingold <sds@gnu.org>
14671
14672 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14673 non-top-level files.
14674
14675 2009-07-07 Kenichi Handa <handa@m17n.org>
14676
14677 * international/mule-cmds.el (reset-language-environment): Put
14678 the highset priority to the charset iso-8859-1.
14679
14680 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14681
14682 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14683 to the end of the line when locating the block (Bug#700).
14684
14685 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
14686
14687 * net/tramp.el (tramp-handle-write-region): Flush file properties
14688 in case of short track.
14689
14690 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
14691
14692 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14693 Coded custom representation of verilog error regular expressions
14694 to work with Emacs-22's new format.
14695 (verilog-error-regexp-xemacs-alist): Coded custom representation
14696 of verilog error regular expressions to work with XEmacs format.
14697 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14698 error recognition into XEmacs.
14699 (verilog-error-regexp-add-emacs): Hook routine to install verilog
14700 error recognition into Emacs-22.
14701
14702 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14703
14704 * woman.el: Remove stand-alone closing parentheses.
14705 (woman-file-name, woman2-format-paragraphs)
14706 (woman-leave-blank-lines): Code cleanup.
14707 (woman-use-own-frame): Change default to nil.
14708 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14709 defaults to inherit from default faces.
14710 (woman2-process-escapes): Consume the newline after a stand-alone
14711 filler character (Bug#3651).
14712
14713 2009-07-06 Glenn Morris <rgm@gnu.org>
14714
14715 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14716 (top-level): Move provide to the end.
14717 (ffap): Remove defunct URL from custom group.
14718
14719 * subr.el (eval-after-load): Doc fix.
14720
14721 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
14722
14723 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14724 `calc-embedded-word' is called twice.
14725
14726 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14727
14728 * files.el (find-alternate-file-other-window, find-alternate-file):
14729 Obey confirm-nonexistent-file-or-buffer.
14730
14731 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
14732
14733 * dired-aux.el (dired-show-file-type): Handle remote files.
14734
14735 2009-07-05 Jari Aalto <jari.aalto@cante.net>
14736
14737 * desktop.el (desktop-globals-to-save):
14738 Add file-name-history (Bug#2750).
14739
14740 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
14741
14742 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14743
14744 2009-07-04 Johan Bockgård <bojohan@gnu.org>
14745
14746 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14747 property on entire argument since this is what eshell-lisp-command
14748 expects.
14749
14750 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
14751
14752 * net/tramp-gvfs.el (tramp-gvfs-methods)
14753 (tramp-gvfs-zeroconf-domain)
14754 (tramp-bluez-discover-devices-timeout): Add version flag.
14755 (tramp-gvfs-handler-mounted-unmounted)
14756 (tramp-gvfs-connection-mounted-p): Polish handling of
14757 incompatibilities between GVFS 0.2 and 1.0.
14758
14759 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
14760
14761 * cus-start.el (all): Add make-pointer-invisible.
14762
14763 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
14764
14765 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14766 formatted correctly.
14767
14768 2009-07-02 Juri Linkov <juri@jurta.org>
14769
14770 * info.el: Virtual Info files and nodes.
14771 (Info-virtual-files, Info-virtual-nodes): New variables.
14772 (Info-current-node-virtual): New variable.
14773 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14774 New functions.
14775 (Info-file-supports-index-cookies): Use Info-virtual-file-p
14776 to check for a virtual file instead of checking a fixed list
14777 of node names.
14778 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14779 instead of ad-hoc processing of "dir" and (apropos history toc).
14780 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14781 instead of ad-hoc processing of "dir" and (apropos history toc).
14782 Reread a file when moving from a virtual node.
14783 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14784 (Info-directory-toc-nodes, Info-directory-find-file)
14785 (Info-directory-find-node): New functions.
14786 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14787 (Info-history): Move part of code to
14788 `Info-history-find-node'.
14789 (Info-history-toc-nodes, Info-history-find-file)
14790 (Info-history-find-node): New functions.
14791 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14792 (Info-toc): Move part of code to `Info-toc-find-node'.
14793 (Info-toc-find-node): New function.
14794 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
14795 the current Info file name to references because now the node
14796 "*TOC*" belongs to the same Info manual.
14797 (Info-toc-build): Rename from `Info-build-toc'.
14798 (Info-toc-nodes): Rename input argument `file' to `filename'.
14799 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14800 instead of ad-hoc processing of ("dir" apropos history toc).
14801 (Info-index-nodes): Use Info-virtual-file-p
14802 to check for a virtual file instead of checking a fixed list
14803 of node names.
14804 (Info-index-node): Add check for `Info-current-node-virtual'.
14805 Raise `save-match-data' higher up the tree to contain
14806 `search-forward' too (bug fix).
14807 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14808 (Info-virtual-index-nodes): New variable.
14809 (Info-virtual-index-find-node, Info-virtual-index): New functions.
14810 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14811 (Info-apropos-file, Info-apropos-nodes): New variables.
14812 (Info-apropos-toc-nodes, Info-apropos-find-file)
14813 (Info-apropos-find-node, Info-apropos-matches): New functions.
14814 (info-apropos): Move part of code to `Info-apropos-find-node' and
14815 `Info-apropos-matches'.
14816 (Info-mode-map): Bind "I" to `Info-virtual-index'.
14817 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14818 for a virtual file instead of checking a fixed list of node names.
14819
14820 * simple.el (async-shell-command): New command.
14821
14822 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14823
14824 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14825 instead of `mount-info'.
14826
14827 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
14828
14829 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14830 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14831
14832 2009-07-02 Kenichi Handa <handa@m17n.org>
14833
14834 * international/mule.el (set-keyboard-coding-system): Force *-unix
14835 coding-system to avoid eol conversion.
14836
14837 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
14838
14839 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14840 Add handler for `process-file', `shell-command' and
14841 `start-file-process'.
14842 (tramp-gvfs-handle-shell-command)
14843 (tramp-gvfs-handle-start-file-process)
14844 (tramp-gvfs-handle-process-file): New defuns.
14845 (tramp-synce-list-devices): Simplify check for existence of property.
14846
14847 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
14848
14849 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14850
14851 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
14852
14853 * language/korean.el (set-language-info-alist): Add korean-cp949,
14854 cp949 to spec.
14855
14856 2009-07-01 Kenichi Handa <handa@m17n.org>
14857
14858 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14859
14860 * international/encoded-kb.el: Deleted.
14861
14862 * international/mule.el (set-keyboard-coding-system): Perform the
14863 necessary setup here instead of calling encoded-kbd-setup-display.
14864
14865 2009-07-01 Glenn Morris <rgm@gnu.org>
14866
14867 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14868
14869 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
14870
14871 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
14872
14873 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
14874
14875 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14876 Handle also the 'rename case, when setting file modes. (Bug#3712)
14877 (tramp-default-file-modes): Remove execute permissions.
14878
14879 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14880 (top): Add a default for "synce" in `tramp-default-user-alist'.
14881 Add completion function for "synce" method.
14882 (tramp-hal-service, tramp-hal-path-manager)
14883 (tramp-hal-interface-manager, tramp-hal-interface-device):
14884 New defconst.
14885 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14886 (tramp-synce-list-devices, tramp-synce-parse-device-names):
14887 New defuns.
14888
14889 * net/trampver.el: Update release number.
14890
14891 2009-06-30 Kenichi Handa <handa@m17n.org>
14892
14893 * international/fontset.el (setup-default-fontset): Add CJK fonts
14894 for symbols and the other miscellaneous characters.
14895
14896 * language/korea-util.el (setup-korean-environment-internal):
14897 Make char-width-table suitable for Korean environments.
14898 (exit-korean-environment): Cancel above.
14899
14900 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14901 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14902 setup-function to make char-width-table suitable for respective
14903 environments, and an exit-function to cancel that.
14904
14905 * language/japan-util.el (setup-japanese-environment-internal):
14906 Call use-cjk-char-width-table with arg `ja_JP'.
14907
14908 * international/characters.el (cjk-char-width-table): Delete it.
14909 (cjk-char-width-table-list): New variable.
14910 (use-cjk-char-width-table): New arg local-name.
14911 (use-default-char-width-table): Fix for the case that Emacs is
14912 already using the default char-width-table.
14913
14914 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
14915
14916 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14917 modes mandatory. (Bug#3712)
14918
14919 2009-06-29 Alan Mackenzie <acm@muc.de>
14920
14921 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14922 correction between the visible width of TABs and their number of bytes.
14923
14924 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
14925
14926 * server.el (server-buffer-done): Prevent kill-buffer from
14927 prompting by clearing the buffer modification flag (Bug#3696).
14928
14929 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
14930
14931 * progmodes/verilog-mode.el (verilog-beg-of-statement)
14932 (verilog-endcomment-reason-re): Support unique case and priority case.
14933 (verilog-basic-complete-re): Support localparam lineup.
14934 (verilog-beg-of-statement-1): Fix for robustness, unique case.
14935 (verilog-set-auto-endcomments): Fix for unique case, always_comb
14936 commenting.
14937 (verilog-leap-to-case-head): Now support *nested* unique &
14938 priority case statements.
14939 (verilog-auto-lineup): Make just declarations the default (as it
14940 had been).
14941 (verilog-leap-to-case-head): Support priority/unique case statements.
14942 (verilog-auto-lineup): Rework to give users radio buttons to
14943 select the various styles of automatic lineup.
14944 (verilog-error-regexp-alist): Rework to support the XEmacs style
14945 of error regular expressions from compilers, lint tools &
14946 simulators. Note that GNU Emacs has made it impossible for a mode
14947 to load such things.
14948 (electric-verilog-terminate-line, verilog-indent-declaration)
14949 (verilog-auto-wiure): Rework for radio button selection of
14950 auto-lineup selection of specification of auto lineup.
14951 (verilog-beg-of-statement-1): Redesign to support proper operation
14952 in additional code, based on testing with auto-lineup.
14953 (verilog-calculate-indent, assignments & declarations)
14954 (verilog-backward-token): Enhance to support auto-lineup of
14955 assignments & declarations.
14956 (verilog-in-directive-p, verilog-at-struct-p): New function for
14957 easy test of whether we are.
14958 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14959 to support safe execution at almost anyline.
14960 (verilog-calc-1): Properly support indenting deep inside generate
14961 blocks.
14962 (verilog-init-font): Remove definition & use of verilog-init-font,
14963 as it is redundant with font-lock-defaults.
14964 (verilog-mode): Alter the definition of verilog-font-lock-defaults
14965 to avoid circular calls if syntax-ppss is a function (as is the
14966 case now in 22.x GNU Emacs) as that function would sometimes call
14967 itself, leading to (nearly) infinite recursion.
14968 (verilog-ovm-begin-re, verilog-ovm-end-re)
14969 (verilog-ovm-statement-re, verilog-leap-to-head)
14970 (verilog-backward-token): Add support for OVM macros. Some are
14971 complete statements, and others open and close scopes like begin
14972 and end.
14973 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14974 (verilog-defun-level-generate-only-re): Really fix the defun-list
14975 compilation issue.
14976 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14977 coverpoint, constraint and cross statements.
14978 (verilog-defun-level-list, verilog-generate-defun-level-list)
14979 (verilog-all-defun-level-list): Redo these specifications - it is
14980 too hard to support eval-when compile aggregation of lists also
14981 built at when-compile time.
14982 (verilog-defun-level-list): Place defconsts of variables used in
14983 building regular expressions which are built in eval-when-compile
14984 bodies in the same eval-when-compile body to facilitate compile
14985 without load.
14986 (verilog-beg-block-re-ordered): Support indenting
14987 virtual/protected tasks and functions.
14988 (verilog-defun-level-list, verilog-in-generate-region-p)
14989 (verilog-backward-ws&directives, verilog-calc-1): Speed up
14990 indentation of some module items (generate items).
14991 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14992 across virtual/protected tasks and functions.
14993
14994 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
14995
14996 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14997 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
14998 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14999 in concatenations. Reported by Yishay Belkind.
15000 (verilog-auto-ascii-enum): Support one-hot state machines in
15001 AUTOASCIIENUM. Suggested by Lloyd Gomez.
15002 (verilog-auto-inst, verilog-auto-inst-port): Include interface
15003 modport in AUTOINST and add vl-modport for users. Reported by
15004 David Rogoff.
15005 (verilog-auto-inout-module, verilog-auto-inst)
15006 (verilog-decls-get-interfaces, verilog-insert-definition)
15007 (verilog-insert-one-definition, verilog-read-decls)
15008 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
15009 (verilog-sig-modport, verilog-signals-combine-bus)
15010 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
15011 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
15012 Suggested by David Rogoff.
15013 (verilog-repair-open-comma): Fix non-insertion of comma when
15014 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
15015 (verilog-make-width-expression): Simplify [A-1:0] expression
15016 widths to just {A{1'b0}}.
15017 (verilog-mode): Cleanup checkdoc warnings.
15018 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
15019 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
15020 inputs/outputs or data type. Suggested by Vasu Kandadi.
15021 (next-error-last-buffer): Fix byte-compiler warning.
15022 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
15023 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
15024 or shell command text during AUTO expansion. Suggested by Tad Truex.
15025 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
15026 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
15027 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
15028 in AUTOINOUT. Reported by Matthew Lovell.
15029 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
15030 causing use of <= assignments. Reported by Alex Reed.
15031 (verilog-read-decls): Fix triand, trior, wand, wor to be
15032 recognized by AUTOWIRE. Reported by Spencer Isaacson.
15033 (verilog-extended-complete-re): Support import "DPI-C" functions.
15034 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
15035 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
15036 (verilog-insert-date, verilog-insert-year)
15037 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
15038 Windows systems. Reported by Michael Potts.
15039 (verilog-read-module-name): Fix AUTOINST when the child module
15040 declaration's name is a tick define. Reported by Elliot Mednick.
15041 (verilog-read-decls): Fix V2K parameter bit subscripts getting
15042 passed to next parameter's definition. Reported by Bruce T.
15043 (verilog-read-decls): Fix detecting "parameter int" when using
15044 AUTOINSTPARAM. Reported by Bruce T.
15045 (verilog-goto-defun): Fix goto not finding modules unless first
15046 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
15047 (verilog-mode): Expand -f flag arguments on entry to mode so
15048 verilog-goto-defun will work. Reported by Lawrence Butcher.
15049 (verilog-getopt): Expand environment variables in -f file
15050 arguments. Suggested by Lawrence Butcher.
15051 (verilog-set-define): Fix "Symbol's value as variable is void"
15052 when reading enumerations.
15053 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15054 Suggested by Stephen Peltan.
15055 (verilog-read-defines): Fix reading of enumerations in include
15056 files. Reported by Steve Peltan.
15057
15058 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15059
15060 * files.el (trash-directory): Fix defcustom type.
15061
15062 2009-06-28 Juri Linkov <juri@jurta.org>
15063
15064 * help-fns.el (describe-function-1): Correctly locate adviced
15065 functions in hyperlink (Bug#2438).
15066
15067 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
15068
15069 * files.el (trash-directory): Change default to nil.
15070 (move-file-to-trash): If trash-directory is nil and
15071 system-move-file-to-trash is unbound, perform freedesktop-style
15072 trashing.
15073
15074 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15075
15076 * files.el (move-file-to-trash): Add freedesktop trash
15077 support (Bug#973).
15078
15079 2009-06-28 Glenn Morris <rgm@gnu.org>
15080
15081 * autorevert.el (global-auto-revert-non-file-buffers)
15082 (global-auto-revert-mode): Doc fixes.
15083
15084 2009-06-27 Johan Bockgård <bojohan@gnu.org>
15085
15086 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15087
15088 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
15089
15090 * faces.el (x-handle-named-frame-geometry): Ensure that we have
15091 opened an X connection before calling x-get-resource (Bug#3194).
15092
15093 * play/doctor.el: Remove reference to obsolete website.
15094 (make-doctor-variables): Correct grammar mistake (Bug#2633).
15095
15096 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15097
15098 Remove find-file-not-found-hook VC method. (Bug#2757)
15099 * vc-hooks.el (vc-file-not-found-hook)
15100 (vc-default-find-file-not-found-hook): Remove functions.
15101 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15102 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15103 * vc.el:
15104 * vc-hg.el:
15105 * vc-git.el: Do not mention find-file-not-found-hook VC method.
15106
15107 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
15108
15109 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15110 compatibility function for `looking-back'.
15111
15112 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15113 Use `ispell-looking-back'.
15114
15115 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
15116
15117 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15118 rather than `filename'.
15119
15120 2009-06-23 Miles Bader <miles@gnu.org>
15121
15122 * face-remap.el (text-scale-set): New function.
15123
15124 2009-06-23 Glenn Morris <rgm@gnu.org>
15125
15126 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15127
15128 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15129
15130 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15131
15132 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15133
15134 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15135 Simplify Persian conditionals.
15136
15137 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15138 variable `filename'.
15139
15140 * comint.el (comint-insert-input): Doc fix.
15141
15142 * Makefile.in (ELCFILES): Fix typo in previous change.
15143
15144 2009-06-23 Miles Bader <miles@gnu.org>
15145
15146 * cus-start.el: Add entry for `recenter-redisplay'.
15147
15148 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15149
15150 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15151 Add an optional argument for the backend, use it instead of
15152 calling vc-backend.
15153 (vc-mode-line): Add an optional argument for the backend.
15154 Pass the backend to vc-state and vc-working-revision. Move code for
15155 special handling for vc-state being a buffer to ...
15156
15157 * vc-rcs.el (vc-rcs-find-file-hook):
15158 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
15159
15160 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15161 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15162 vc-stay-local-p and vc-mode-line calls.
15163
15164 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15165 (vc-cvs-diff, vc-cvs-annotate-command)
15166 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15167 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15168 vc-mode-line calls.
15169
15170 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15171 direct comparison.
15172 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15173 backend when calling vc-mode-line.
15174 (vc-register): Do not create a closure for calling the vc register
15175 function, call it directly.
15176
15177 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15178
15179 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15180 to make it obvious item can be clicked.
15181
15182 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15183
15184 2009-06-23 Kenichi Handa <handa@m17n.org>
15185
15186 * language/korea-util.el (korean-key-bindings): Change the binding
15187 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
15188 same command.
15189
15190 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
15191
15192 Sync with Tramp 2.1.16.
15193
15194 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15195
15196 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
15197 when a loading of a package fails. Completion function for rsync
15198 is `tramp-completion-function-alist-ssh'.
15199 (all): Replace all calls of `split-string' and
15200 `tramp-split-string' by `tramp-compat-split-string'.
15201 (tramp-default-method): Use `tramp-compat-process-running-p'.
15202 (tramp-default-proxies-alist): Allow also Lisp forms.
15203 (tramp-remote-path): Add choice "Private Directories".
15204 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15205 (tramp-domain-regexp): Allow also "-", "_" and ".".
15206 (tramp-end-of-output): Remove newlines, and add "$" at the end.
15207 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15208 (tramp-debug-message): Insert header line in debug buffer.
15209 (tramp-handle-directory-files-and-attributes-with-stat):
15210 Care about filenames with spaces, or starting with "-".
15211 (tramp-handle-dired-uncache): New defun.
15212 (tramp-handle-insert-directory): Don't flush the directory from
15213 cache, this is handled by `dired-uncache' now.
15214 (tramp-handle-insert-file-contents): Improve error handling.
15215 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15216 Quote `tramp-end-of-output'.
15217 (tramp-action-password): Improve trace message.
15218 (tramp-check-for-regexp): Both echoes must be present, before removing.
15219 (tramp-open-connection-setup-interactive-shell): Trace coding system.
15220 (tramp-compute-multi-hops): Eval cons cells of
15221 `tramp-default-proxies-alist'.
15222 (tramp-maybe-open-connection): Use the same command pattern for
15223 first hop and further hops.
15224 (tramp-wait-for-output): Remove handling of newlines.
15225 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15226 (tramp-split-string): Remove function. It is handled in
15227 tramp-compat now.
15228
15229 * net/tramp-cmds.el (tramp-bug):
15230 Recommend `tramp-cleanup-all-connections' in the bug mail.
15231
15232 * net/tramp-compat.el (tramp-compat-split-string)
15233 (tramp-compat-process-running-p): New defuns.
15234
15235 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15236 for `dired-uncache'.
15237
15238 * net/tramp-gvfs.el: New package.
15239
15240 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15241 Add handler for `dired-uncache'.
15242 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15243
15244 * net/trampver.el: Update release number. Make version check fit
15245 for SXEmacs 22.
15246
15247 2009-06-22 Jim Meyering <meyering@redhat.com>
15248
15249 Automatically handle .xz suffix (XZ-compressed files), too.
15250 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15251 XZ is the successor to LZMA: <http://tukaani.org/xz/>
15252
15253 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
15254 Nick Roberts <nickrob@snap.net.nz>
15255
15256 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15257 repository (http://sphinx.net.ru/hg/gdb-mi/).
15258
15259 2009-06-22 Glenn Morris <rgm@gnu.org>
15260
15261 * files.el (dir-locals-collect-mode-variables): Allow for any number of
15262 `mode' and `eval' entries. (Bug#3430)
15263
15264 * Makefile.in (ELCFILES): Add fadr.elc.
15265
15266 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15267 differing behavior of \n and ^ in strings. (Bug#3385)
15268
15269 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15270
15271 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15272 property.
15273 (lisp-indent-function): Make it a defcustom.
15274
15275 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
15276
15277 * progmodes/gdb-ui.el: Replace with ...
15278 * progmodes/gdb-mi.el: ... this file.
15279 * progmodes/gud.el: Modify for gdb-mi.el.
15280
15281 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
15282
15283 * fadr.el: New file.
15284
15285 See ChangeLog.14 for earlier changes.
15286
15287 ;; Local Variables:
15288 ;; coding: utf-8
15289 ;; End:
15290
15291 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
15292
15293 This file is part of GNU Emacs.
15294
15295 GNU Emacs is free software: you can redistribute it and/or modify
15296 it under the terms of the GNU General Public License as published by
15297 the Free Software Foundation, either version 3 of the License, or
15298 (at your option) any later version.
15299
15300 GNU Emacs is distributed in the hope that it will be useful,
15301 but WITHOUT ANY WARRANTY; without even the implied warranty of
15302 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15303 GNU General Public License for more details.
15304
15305 You should have received a copy of the GNU General Public License
15306 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15307
15308 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1