]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Rename src/unexec.c => src/unexcoff.c.
[gnu-emacs] / lisp / ChangeLog
1 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2
3 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
4 unexec.c => unexcoff.c.
5
6 * emacs-lisp/authors.el (authors-fixed-entries): Rename
7 unexec.c => unexcoff.c.
8
9 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
10
11 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
12 cache, not only file cache.
13 (tramp-process-sentinel): New defun.
14 (tramp-handle-start-file-process): Use it, in order to invalidate
15 file caches.
16
17 2010-08-03 Leo <sdl.web@gmail.com>
18
19 * server.el (server-start): Simplify loop.
20
21 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * frame.el (screen-height, screen-width, set-screen-width)
24 (set-screen-height): Remove ancient compatibility aliases.
25
26 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
27 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
28
29 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
30 that change current buffer.
31
32 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33
34 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
35 beginning of the string. Use `string-match-p'. (Bug#6765)
36
37 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
38
39 * cus-start.el (x-gtk-use-system-tooltips): New variable.
40
41 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
42
43 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
44 (package--builtins): Tweak descriptions.
45 (package-print-package): Upcase descriptions if necessary.
46 Show all built-in packages in font-lock-builtin-face.
47 (package-list-packages-internal): Omit "emacs" package.
48 Show status of built-in packages as "built-in".
49
50 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
51
52 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
53 before killing to preserve the primary selection (Bug#6701).
54
55 * term/x-win.el (x-select-text): Doc fix.
56
57 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
58
59 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
60 The following functions were modified or created:
61
62 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
63 (objc-font-lock-extra-types):
64 * progmodes/cc-mode.el (c-basic-common-init):
65 * progmodes/cc-langs.el (c-make-mode-syntax-table)
66 (c++-make-template-syntax-table)
67 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
68 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
69 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
70 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
71 * progmodes/cc-fonts.el (c-make-inverse-face)
72 (c-basic-matchers-after):
73 * progmodes/cc-engine.el (c-forward-keyword-clause)
74 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
75 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
76 (c-guess-continued-construct, c-guess-basic-syntax):
77
78 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
79
80 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
81
82 2010-07-31 Eli Zaretskii <eliz@gnu.org>
83
84 * files.el (bidi-paragraph-direction): Define safe local values.
85
86 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
87 language-info-alist. Remove outdated FIXME in a comment.
88
89 2010-07-31 Alan Mackenzie <acm@muc.de>
90
91 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
92 Auto-fill broken in C/C++ modes.
93
94 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
95
96 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
97 (menu-bar-showhide-tool-bar-menu-customize-disable)
98 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
99 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
100 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
101 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
102 make a menu for Options => toolbar that can move it.
103
104 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
105
106 * emacs-lisp/package-x.el (package--make-rss-entry):
107 (package-maint-add-news-item, package--update-news)
108 (package-upload-buffer-internal): New arg ARCHIVE-URL.
109
110 * emacs-lisp/package.el (package-archive-url): Rename from
111 package-archive-id.
112 (package-install): Doc fix.
113 (package-download-single, package-download-tar, package-install)
114 (package-menu-view-commentary): Callers changed.
115
116 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
117
118 * net/tramp.el (tramp-handle-start-file-process): Check only for
119 `remote-tty' process property.
120 (tramp-open-shell): Don't check for tty.
121 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
122 process property.
123
124 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
125 host.
126
127 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
128
129 * emacs-lisp/package.el (package-load-list, package-archives)
130 (package-archive-contents, package-user-dir)
131 (package-directory-list, package--builtins, package-alist)
132 (package-activated-list, package-obsolete-alist): Mark as risky.
133
134 2010-07-28 Phil Hagelberg <phil@evri.com>
135
136 Add support for non-default package repositories.
137 * emacs-lisp/package.el (package-archive-base): Var deleted.
138 (package-archives): New variable.
139 (package-archive-contents): Doc fix.
140 (package-load-descriptor): Do nothing if descriptor file is missing.
141 (package--write-file-no-coding): New function.
142 (package-unpack-single): Use it.
143 (package-archive-id): New function.
144 (package-download-single, package-download-tar)
145 (package-menu-view-commentary): Use it.
146 (package-installed-p): Make second argument optional.
147 (package-read-all-archive-contents): New function.
148 (package-initialize): Use it.
149 (package-read-archive-contents): Add ARCHIVE argument.
150 (package--add-to-archive-contents): New function.
151 (package-install): Don't call package-read-archive-contents.
152 (package--download-one-archive): Store archive file in a
153 subdirectory of package-user-dir.
154 (package-menu-execute): Remove spurious line movement.
155
156 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
157
158 * cus-start.el (tool-bar-style): Add text-image-horiz.
159
160 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
161
162 * progmodes/gud.el (gud-common-init): Check for remoteness of
163 `file', and not of `default-directory'.
164
165 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
166
167 * net/tramp.el (tramp-methods): Move hostname to the end in all
168 ssh `tramp-login-args'.
169 (tramp-verbose): Describe verbose level 9.
170 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
171 (tramp-open-connection-setup-interactive-shell): Trace stty
172 settings if `tramp-verbose' >= 9.
173 (tramp-handle-start-file-process): Implement tty setting.
174 (Bug#4604, Bug#6360)
175
176 * net/tramp-cmds.el (tramp-bug): Recommend setting of
177 `tramp-verbose' to 9.
178
179 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
180
181 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
182 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
183 Remove references to package `lisp-re' (bug#4369).
184
185 2010-07-27 Tom Tromey <tromey@redhat.com>
186
187 * progmodes/js.el (js-mode):
188 * progmodes/make-mode.el (makefile-mode):
189 * progmodes/simula.el (simula-mode):
190 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
191
192 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
193
194 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
195
196 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
197
198 * time.el (display-time-day-and-date): Remove spurious * in docstring.
199 (display-time-world-buffer-name, display-time-world-mode-map):
200 Fix typos in docstrings.
201
202 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
203
204 * image-mode.el (image-display-size): New function.
205 (image-forward-hscroll, image-next-line, image-eol, image-eob)
206 (image-mode-fit-frame): Use it (Bug#6639).
207
208 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
209
210 * dired.el (dired-buffers-for-dir): Handle list values of
211 dired-directory (Bug#6636).
212
213 2010-07-26 Sam Steingold <sds@gnu.org>
214
215 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
216 Do not call `x-get-selection' the second time, reuse the value.
217
218 2010-07-26 Daiki Ueno <ueno@unixuser.org>
219
220 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
221 which consist of control chars only. Suggested by Richard Stallman.
222
223 2010-07-25 Daiki Ueno <ueno@unixuser.org>
224
225 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
226 exists before passing an error to find-file-not-found-functions
227 (bug#6723).
228
229 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
230
231 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
232 Remove leading nil element, adjust values.
233 (tetris-shapes, tetris-shape-scores):
234 Change representation of shapes and remove some redundancy.
235 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
236 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
237 Adjust for working with new representation of shapes.
238 (tetris-shape-rotations): New function.
239 (tetris-move-bottom, tetris-move-left, tetris-move-right)
240 (tetris-rotate-prev, tetris-rotate-next):
241 Adjust for working with the new version of tetris-test-shape.
242
243 2010-07-23 Markus Triska <markus.triska@gmx.at>
244
245 * progmodes/ps-mode.el: Use comint (bug#5954).
246 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
247 (ps-mode-other-newline): Simplify.
248 (ps-run-mode): Derive from comint-mode instead of
249 fundamental-mode, yielding input history etc.
250 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
251 (ps-run-send-string): Adapt for comint-mode.
252 (ps-run-newline): Remove now unneeded function.
253
254 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
255
256 * net/tramp.el (tramp-methods): Move hostname to the end in all
257 plink `tramp-login-args'.
258
259 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
260
261 * net/tramp.el (tramp-open-shell): New defun.
262 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
263 Use it.
264
265 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
266
267 * net/tramp.el (tramp-file-name-regexp-unified)
268 (tramp-completion-file-name-regexp-unified): On W32 systems, do
269 not regard the volume letter as remote filename. (Bug#5447)
270
271 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
272
273 * custom.el (custom-declare-variable): Give a clearer error message
274 when the docstring is missing (bug#6476).
275
276 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
277
278 * progmodes/sql.el: Version 2.4. Improved Login prompting.
279 (sql-login-params): New widget definition.
280 (sql-oracle-login-params, sql-mysql-login-params)
281 (sql-solid-login-params, sql-sybase-login-params)
282 (sql-informix-login-params, sql-ingres-login-params)
283 (sql-ms-login-params, sql-postgres-login-params)
284 (sql-interbase-login-params, sql-db2-login-params)
285 (sql-linter-login-params): Use it.
286 (sql-sqlite-login-params): Use it; Define "database" parameter as
287 a file name.
288 (sql-sqlite-program): Change to "sqlite3".
289 (sql-comint-sqlite): Make sure database name is complete.
290 (sql-for-each-login): New function.
291 (sql-connect, sql-save-connection): Use it.
292 (sql-get-login-ext): New function.
293 (sql-get-login): Use it.
294 (sql-make-alternate-buffer-name): Handle :file parameters.
295
296 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
297
298 * dired.el (dired-no-confirm): Document value t and fix defcustom to
299 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
300
301 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
302
303 * dired.el (dired-mode-map): Use command remapping (bug#6632).
304
305 2010-07-22 Lawrence Mitchell <wence@gmx.li>
306
307 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
308
309 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
310
311 * net/tramp.el (tramp-get-ls-command)
312 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
313 instead of "/".
314
315 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
316
317 * progmodes/sql.el: Version 2.3.
318 (sql-connection-alist): Changed keys from symbols to strings;
319 enhanced the widget definition.
320 (sql-mode-menu): Added submenu to select connections.
321 (sql-interactive-mode-menu): Added "Save Connection" item.
322 (sql-add-product): Fixed menu item.
323 (sql-get-product-feature): Improved error handling.
324 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
325 (sql-make-alternate-buffer-name): Simplified.
326 (sql-product-interactive): Handle missing product.
327 (sql-connect): Support string keys, minor improvements.
328 (sql-save-connection): New function.
329 (sql-connection-menu-filter): New function.
330
331 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
332
333 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
334 (tramp-open-connection-setup-interactive-shell): Apply
335 workaround for IRIX64 bug. Move argument of last
336 `tramp-send-command' where it belongs to.
337
338 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
339
340 * net/tramp.el (tramp-perl-file-attributes)
341 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
342 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
343 front of `login-args'.
344
345 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
346
347 * time.el (display-time-world-mode): Define with `define-derived-mode'.
348 Set `show-trailing-whitespace' to nil.
349 (display-time-world-display): Simplify.
350
351 2010-07-18 Alan Mackenzie <acm@muc.de>
352
353 Enhance `c-file-style' in file/directory local variables.
354 * progmodes/cc-mode.el (c-count-cfss): New function.
355 (c-before-hack-hook): Call `c-set-style' differently according to
356 whether c-file-style was set in file or directory local
357 variables.
358
359 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
360
361 * progmodes/sql.el: Version 2.2.
362 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
363 defcustom :safe keyword rather than putting safe-local-variable
364 property.
365 (sql-password): Use defcustom :risky keyword rather than putting
366 risky-local-variable property.
367 (sql-oracle-login-params, sql-sqlite-login-params)
368 (sql-solid-login-params, sql-sybase-login-params)
369 (sql-informix-login-params, sql-ingres-login-params)
370 (sql-ms-login-params, sql-postgres-login-params)
371 (sql-interbase-login-params, sql-db2-login-params)
372 (sql-linter-login-params): Add `port' option.
373 (sql-get-product-feature): Added NO-INDIRECT parameter.
374 (sql-comint-oracle, sql-comint-sybase)
375 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
376 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
377 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
378 (sql-comint-linter): Renamed sql-connect-* functions to
379 sql-comint-*.
380 (sql-product-alist, sql-mode-menu): Renamed as above and
381 :sqli-connect-func to :sqli-comint-func.
382 (sql-connection): New variable.
383 (sql-interactive-mode): Set it.
384 (sql-connection-alist): New variable.
385 (sql-connect): New function.
386 (sql--alt-buffer-part, sql--alt-if-not-empty)
387 (sql-make-alternate-buffer-name): Improved alternative buffer name.
388
389 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
390
391 * image-mode.el (image-bookmark-make-record): Do not set context
392 in an image (Bug#6650).
393
394 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
395
396 * simple.el (select-active-region): New function.
397 (push-mark-command, set-mark, activate-mark)
398 (handle-shift-selection): Use it.
399 (deactivate-mark): Don't check for size of region.
400
401 * mouse.el (mouse-drag-track): Use select-active-region.
402
403 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
404
405 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
406 "--dired" stronger.
407
408 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
409
410 * term/x-win.el (x-select-enable-primary): Change default to nil.
411 (x-select-enable-clipboard): Add :version keyword.
412
413 * mouse.el (mouse-drag-copy-region):
414 * simple.el (select-active-regions): Likewise.
415
416 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
417
418 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
419 (vc-coding-system-for-diff): Use it to decide whether to inherit
420 from the file the EOL format for reading the diffs of that file.
421 (Bug#4451)
422
423 2010-07-16 Eli Zaretskii <eliz@gnu.org>
424
425 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
426 unibyte, so compressed attachments are not compressed again.
427
428 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
429
430 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
431 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
432 (tramp-find-shell): Simplify setting connection property.
433 (tramp-get-ls-command): Make test for "--color=never" stronger.
434
435 2010-07-15 Simon South <ssouth@member.fsf.org>
436
437 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
438 blocks within record declarations (i.e. variant parts) correctly.
439
440 2010-07-15 Simon South <ssouth@member.fsf.org>
441
442 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
443 over literal tokens when parsing so newlines aren't "absorbed" by
444 single-line comments. Corrects the indentation of case blocks
445 that have a comment on the first line.
446
447 2010-07-14 Karl Fogel <kfogel@red-bean.com>
448
449 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
450 by Drew Adams (Bug#5504).
451
452 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
453
454 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
455 now that Unicode is used (Bug#6594).
456
457 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
458
459 * term/x-win.el (x-select-enable-clipboard): Default to t.
460 (x-initialize-window-system): Don't overwrite Paste menu item.
461
462 * simple.el (select-active-regions): Default to t.
463 (push-mark-command): Don't overwrite primary with empty string.
464
465 * mouse.el: Bind mouse-2 to mouse-yank-primary.
466 (mouse-drag-copy-region): Default to nil.
467
468 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
469 Cut/Copy/Paste menu bar items.
470
471 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
472
473 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
474 Patch applied by Karl Fogel.
475
476 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
477 and `bookmark-current-buffer' if they have been already set in
478 another buffer (e.g gnus-art).
479
480 2010-07-13 Karl Fogel <kfogel@red-bean.com>
481 Thierry Volpiatto <thierry.volpiatto@gmail.com>
482
483 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
484
485 * bookmark.el (bookmark-make-record-default): Allow unneeded
486 information to be omitted from the record.
487
488 Adjust declarations and calls:
489
490 * info.el (bookmark-make-record-default): Adjust declaration.
491 (Info-bookmark-make-record): Adjust call.
492
493 * woman.el (bookmark-make-record-default): Adjust declaration.
494 (woman-bookmark-make-record): Adjust call.
495
496 * man.el (bookmark-make-record-default): Adjust declaration.
497 (Man-bookmark-make-record): Adjust call.
498
499 * image-mode.el (bookmark-make-record-default): Adjust declaration.
500
501 * doc-view.el (bookmark-make-record-default): Adjust declaration.
502
503 2010-07-13 Karl Fogel <kfogel@red-bean.com>
504
505 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
506 This is also from Thierry Volpiatto's patch in bug #6444. However,
507 because it was extraneous to the functional change in that patch,
508 and causes a re-indendation, I am committing it separately.
509
510 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
511
512 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
513 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
514 Patch applied by Karl Fogel (Bug#6444).
515
516 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
517
518 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
519
520 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
521
522 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
523 Dempsky; bug#5084). Remove incorrect binding for S-tab.
524 (ns-alternatives-map): Change S-tab binding to backtab
525 (bug#6616).
526
527 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
528 under ns.
529
530 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
531
532 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
533 (Bug#5806)
534
535 * language/tv-util.el (tai-viet-re): Remove format.
536
537 2010-07-12 Kenichi Handa <handa@m17n.org>
538
539 * language/hebrew.el: Remove no-byte-compile declaration.
540 Change coding: tag to utf-8. Register hebrew-shape-gstring in
541 composition-function-table for 3-character looking back.
542 (hebrew-font-get-precomposed): New function.
543 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
544
545 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
546
547 * mouse.el (mouse-drag-track): Handle select-active-regions
548 (Bug#6612).
549
550 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
551
552 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
553 empty argument to gvfs-copy.
554
555 2010-07-10 Glenn Morris <rgm@gnu.org>
556
557 * calendar/calendar.el (calendar-week-end-day): New function.
558 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
559 Respect calendar-week-start-day. (Bug#6606)
560 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
561 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
562 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
563 respect calendar-week-start-day.
564
565 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
566
567 * simple.el (use-region-p): Doc fix (Bug#6607).
568
569 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
570
571 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
572 regexps for cucumber and ruby.
573
574 2010-07-08 Daiki Ueno <ueno@unixuser.org>
575
576 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
577 (epa-file-insert-file-contents): Hack to prevent
578 find-file from opening empty buffer when decryption failed
579 (bug#6568).
580
581 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
582
583 * textmodes/ispell.el (ispell-alternate-dictionary):
584 Use file-readable-p.
585 Return nil if no word-list is found at default locations.
586 (ispell-complete-word-dict): Default to nil.
587 (ispell-command-loop): Use 'word-list' when using lookup-words.
588 (lookup-words): Use ispell-complete-word-dict or
589 ispell-alternate-dictionary. Check for word-list availability
590 and handle errors if needed with better messages (Bug#6539).
591 (ispell-complete-word): Use ispell-complete-word-dict or
592 ispell-alternate-dictionary.
593
594 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
595
596 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
597 builtins (BufferError, BytesWarning, WindowsError; callables
598 bin, bytearray, bytes, format, memoryview, next, print; __package__).
599
600 2010-07-07 Glenn Morris <rgm@gnu.org>
601
602 * play/zone.el (top-level): Do not require timer, tabify, or cl.
603 (zone-shift-left): Ignore intangibility, and any errors from
604 forward-char.
605 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
606 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
607 deleting, and copying text properties.
608 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
609 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
610 to point-max is hard.
611 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
612 (zone-fill-out-screen): Ignore intangibility.
613
614 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
615
616 * menu-bar.el (menu-bar-mode):
617 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
618 if it has been set.
619
620 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
621 word/line selection (Bug#6565).
622
623 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
624
625 * net/dbus.el (dbus-send-signal): Declare function.
626
627 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
628
629 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
630 (dbus-register-property): New optional argument EMITS-SIGNAL.
631 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
632
633 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
634
635 * mouse.el (mouse-drag-overlay): Variable deleted.
636 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
637 (mouse--remap-link-click-p): New function.
638 (mouse-drag-track): Handle dragging by using temporary Transient
639 Mark mode, instead of a special overlay.
640 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
641 mouse-show-mark.
642
643 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
644 deleted.
645
646 2010-07-02 Juri Linkov <juri@jurta.org>
647
648 * autoinsert.el (auto-insert-alist): Fix readability
649 by using dotted pair notation for lambda.
650
651 2010-07-02 Juri Linkov <juri@jurta.org>
652
653 * faces.el (read-face-name): Rename arg `string-describing-default'
654 to `default'. Doc fix. Display the default value in quotes
655 in the prompt. With empty input, return the `default' arg,
656 unless the default value is a string (in which case return nil).
657 (describe-face): Replace the string `default' arg of `read-face-name'
658 with the symbol `default'.
659
660 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
661
662 * emulation/viper-cmd.el (viper-delete-backward-char)
663 (viper-del-backward-char-in-insert)
664 (viper-del-backward-char-in-replace, viper-change)
665 (viper-backward-indent): Replace delete-backward-char with
666 delete-char (Bug#6552).
667
668 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
669
670 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
671
672 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
673
674 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
675 argument passed to frame-creation-function (Bug#5378).
676
677 * faces.el (x-handle-named-frame-geometry)
678 (x-handle-reverse-video, x-create-frame-with-faces)
679 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
680 separately consult default-frame-alist. It is now passed as the
681 PARAMETER argument.
682
683 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
684
685 * startup.el (command-line): Don't call tool-bar-setup in a
686 tty-only build.
687
688 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
689
690 * ruler-mode.el (ruler--save-header-line-format): New fun.
691 (ruler-mode): Use it as a setter function, so as not to overwrite
692 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
693
694 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
695
696 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
697 (vc-root-diff, vc-print-root-log, vc-log-incoming)
698 (vc-log-outgoing): Use it.
699 (vc-diff-internal): Set diff-vc-backend.
700
701 * vc/diff-mode.el (diff-vc-backend): New var.
702
703 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
704
705 * dynamic-setting.el (font-setting-change-default-font): Remove
706 call to message.
707
708 2010-06-28 Kenichi Handa <handa@m17n.org>
709
710 * international/quail.el (quail-insert-kbd-layout): Fix the
711 showing of untranslated characters.
712
713 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
714
715 * simple.el (delete-active-region): New option.
716 (delete-backward-char): Implement in Lisp.
717 (delete-forward-char): New command.
718
719 * mouse.el (mouse-region-delete-keys): Deleted.
720 (mouse-show-mark): Simplify.
721
722 * bindings.el (global-map): Bind delete and DEL, the former to
723 delete-forward-char.
724
725 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
726
727 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
728 (ruby-mode): Bind indent-line-function (Bug#5119).
729
730 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
731
732 * startup.el (command-line): Recognize "0" X resource value.
733
734 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
735
736 * startup.el (command-line): Use X resources to set the value of
737 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
738
739 * menu-bar.el (menu-bar-mode):
740 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
741 Set init-value to t.
742
743 * frame.el (frame-notice-user-settings): Don't change
744 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
745 vice versa (Bug#2249).
746
747 2010-06-26 Eli Zaretskii <eliz@gnu.org>
748
749 * w32-fns.el (w32-convert-standard-filename): Doc fix.
750
751 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
752
753 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
754 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
755
756 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
757 default directories are expanded (Bug#6143).
758
759 2010-06-24 Juri Linkov <juri@jurta.org>
760
761 * minibuffer.el (completions-format): Change default from nil to
762 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
763
764 2010-06-24 Juri Linkov <juri@jurta.org>
765
766 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
767 buffer-locally to lambda that re-runs the vc diff command.
768 (Bug#6447)
769
770 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
771
772 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
773 echo area is in use (Bug#3412).
774
775 2010-06-22 Glenn Morris <rgm@gnu.org>
776
777 * textmodes/texinfmt.el (texinfo-format-region)
778 (texinfo-raise-lower-sections, texinfo-format-separate-node)
779 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
780 (texinfo-format-option, texinfo-noindent):
781 Use line-beginning-position and line-end-position.
782
783 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
784 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
785 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
786 utf-8 characters.
787
788 2010-06-21 Karl Fogel <kfogel@red-bean.com>
789
790 * play/zone.el (zone-fall-through-ws): Fix next-line ->
791 forward-line fallout.
792
793 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
794
795 * mouse.el (mouse-appearance-menu): Add docstring.
796
797 * help.el (describe-key): Print up-event using key-description.
798
799 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
800
801 * net/zeroconf.el (zeroconf-resolve-service)
802 (zeroconf-service-resolver-handler): Use
803 `dbus-byte-array-to-string'.
804 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
805
806 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
807
808 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
809
810 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
811
812 Avoid displaying files with a nil state in vc-dir.
813 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
814 cases that cause insertion.
815 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
816 with a nil state.
817
818 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
819
820 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
821
822 2010-06-29 Leo <sdl.web@gmail.com>
823
824 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
825
826 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
827
828 * generic-x.el (bat-generic-mode): Fix regexp for command line
829 switches (Bug#5719).
830
831 2010-06-27 Masatake YAMATO <yamato@redhat.com>
832
833 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
834 of nconc to avoid pure storage error (Bug#6239).
835
836 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
837
838 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
839 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
840 bindings of bookmark-automatically-show-annotations (Bug#6515).
841
842 2010-06-25 Eli Zaretskii <eliz@gnu.org>
843
844 * arc-mode.el (archive-zip-extract): Don't quote the file name on
845 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
846
847 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
848
849 * comint.el (make-comint, make-comint-in-buffer): Mention return
850 value in the docstrings. (Bug#6498)
851
852 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
853
854 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
855 since it is not present when using some non-default switches.
856
857 2010-06-23 Karl Fogel <kfogel@red-bean.com>
858
859 * simple.el (compose-mail): Fix doc string to refer to
860 `compose-mail-user-agent-warnings', instead of to the
861 nonexistent `compose-mail-check-user-agent'.
862
863 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
864
865 Fix an indentation bug:
866
867 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
868 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
869 of existing values.
870
871 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
872 (c-clear->-pair-props-if-match-before): now return t when they've
873 cleared properties, nil otherwise.
874 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
875 by taking account of the existing value.
876
877 * progmodes/cc-defs.el
878 (c-clear-char-property-with-value-function): Fix this to clear the
879 property rather than overwriting it with nil.
880
881 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
882
883 * emacs-lisp/package.el (package-print-package): Add link to
884 package description via describe-package.
885 (describe-package-1): List package requirements. Add button to
886 perform installation.
887 (package-menu-describe-package): New command.
888
889 * help-mode.el (help-package): New button type.
890
891 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
892
893 * emacs-lisp/package.el: Move package-list-packages binding to
894 menu-bar.el.
895 (describe-package, describe-package-1, package--dir): New funs.
896 (package-activate-1): Use package--dir.
897
898 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
899
900 * help-mode.el (help-package-def): New button type.
901
902 * menu-bar.el: Move package-list-packages binding here from
903 package.el.
904
905 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
906
907 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
908
909 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * emacs-lisp/edebug.el (edebug-read-list):
912 Phase out old-style backquotes.
913
914 2010-06-17 Juri Linkov <juri@jurta.org>
915
916 * help-mode.el (help-mode): Set buffer-local variable
917 revert-buffer-function to help-mode-revert-buffer.
918 (help-mode-revert-buffer): New function.
919
920 * info.el (Info-revert-find-node): Check for major-mode Info-mode
921 before popping to "*info*" (like in other Info functions).
922 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
923 old-history-forward. Pop to old-buffer-name or "*info*" to
924 recreate the killed buffer. Set Info-history-forward from
925 old-history-forward.
926 (Info-breadcrumbs-depth): Add :group and :version.
927
928 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
929
930 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
931
932 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
933
934 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
935 for languages like Portuguese with pt_{BR,PT} and no plain pt.
936
937 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
938
939 * emacs-lisp/package.el (package-menu-mode-map):
940 Move initialization into declaration.
941
942 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
943
944 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
945
946 * emacs-lisp/package.el (package-archive-base): Point to
947 elpa.gnu.org.
948 (package-enable, package-load-list): New defcustoms.
949 (package-user-dir, package-directory-list): Turn into defcustoms.
950 Don't include package-user-dir in package-directory-list.
951 (package--builtins-base): Don't include Emacs as a "package".
952 (package-subdirectory-regexp): New var.
953 (package-load-all-descriptors, package-compute-transaction)
954 (package-download-transaction): Obey package-load-list.
955 (package-activate-1): Rename from package-do-activate.
956 (package-list-packages-internal): Check package-load-list.
957 (package-load-descriptor, package-generate-autoloads)
958 (package-unpack, package-unpack-single)
959 (package--read-archive-file, package-delete): Use
960 expand-file-name.
961
962 * emacs-lisp/package-x.el: New file. Package uploading
963 functionality split out from package.el.
964
965 * startup.el (command-line): Load packages after reading init
966 file.
967
968 2010-06-17 Tom Tromey <tromey@redhat.com>
969
970 * emacs-lisp/package.el: New file.
971
972 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
973
974 Fix vc-annotate for renamed files when using Git.
975 * vc-git.el (vc-git-find-revision): Deal with empty results from
976 ls-files. Doe not pass the object as a file name to cat-file, it
977 is not a file name.
978 (vc-git-annotate-command): Pass the file name using -- to avoid
979 ambiguity with the revision.
980 (vc-git-previous-revision): Pass a relative file name.
981
982 2010-06-22 Glenn Morris <rgm@gnu.org>
983
984 * progmodes/js.el (js-mode-map): Use standard capitalization and
985 ellipses for menu entries.
986
987 * wid-edit.el (widget-complete): Doc fix.
988
989 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
990
991 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
992
993 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
994
995 Fix annotating other revisions for renamed files in vc-annotate.
996 * vc-annotate.el (vc-annotate): Add an optional argument for the
997 VC backend. Use it when non-nil.
998 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
999 (Bug#6487)
1000
1001 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1002 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1003 Do not pass the file name to the 'previous-revision call when we
1004 don't want a file diff. (Bug#6489)
1005
1006 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1007
1008 Fix finding revisions for renamed files in vc-annotate.
1009 * vc.el (vc-find-revision): Add an optional argument for
1010 the VC backend. Use it when non-nil.
1011 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1012 backend to vc-find-revision. (Bug#6487)
1013
1014 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1015
1016 Fix reading file names in Git annotate buffers.
1017 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1018 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1019
1020 2010-06-20 Alan Mackenzie <acm@muc.de>
1021
1022 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1023 in file local variables, set it first.
1024
1025 2010-06-19 Glenn Morris <rgm@gnu.org>
1026
1027 * descr-text.el (describe-char-unicode-data): Insert separating
1028 space when needed. (Bug#6422)
1029
1030 * progmodes/idlwave.el (idlwave-action-and-binding):
1031 Fix typo in 2009-12-03 change. (Bug#6450)
1032
1033 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1036 handling for `lambda' (misunderstanding).
1037
1038 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
1039
1040 * calc/calc-poly.el (math-accum-factors): Make sure that
1041 constants aren't distributed after they are factored out.
1042
1043 2010-06-16 Juri Linkov <juri@jurta.org>
1044
1045 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1046 `list-colors-print'. (Bug#6332)
1047
1048 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1049
1050 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1053 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
1054
1055 * font-lock.el (font-lock-major-mode): Rename from
1056 font-lock-mode-major-mode to distinguish it from
1057 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1058 (font-lock-set-defaults):
1059 * font-core.el (font-lock-default-function): Adjust users.
1060 (font-lock-mode): Don't set it at all.
1061
1062 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1065
1066 2010-06-16 Glenn Morris <rgm@gnu.org>
1067
1068 * calendar/appt.el (appt-time-msg-list): Doc fix.
1069 (appt-check): Let-bind appt-warn-time.
1070 (appt-add): Make the 3rd argument optional.
1071 Simplify argument names. Doc fix. Check for integer WARNTIME.
1072 Only add WARNTIME to the output list if non-nil.
1073
1074 2010-06-16 Ivan Kanis <apple@kanis.eu>
1075
1076 * calendar/appt.el (appt-check): Let the 3rd element of
1077 appt-time-msg-list specify the warning time.
1078 (appt-add): Add new argument with the warning time. (Bug#5176)
1079
1080 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1081
1082 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1083 older than version 1.6. (Bug#6361)
1084
1085 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
1086
1087 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1088 used by cl-do-arglist. (Bug#6408)
1089
1090 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
1091
1092 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1093 portuguese casechars/not-casechars for missing 'çÇ'.
1094 Suggested by Rolando Pereira (bug#6434).
1095
1096 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
1097
1098 * facemenu.el (list-colors-sort): Doc fix.
1099
1100 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1101
1102 * progmodes/sql.el (sql-connect-mysql): Fix typo.
1103
1104 2010-06-14 Juri Linkov <juri@jurta.org>
1105
1106 Add sort option `list-colors-sort'. (Bug#6332)
1107 * facemenu.el (color-rgb-to-hsv): New function.
1108 (list-colors-sort): New defcustom.
1109 (list-colors-sort-key): New function.
1110 (list-colors-display): Doc fix. Sort list according to the option
1111 `list-colors-sort'.
1112 (list-colors-print): Add HSV values to `help-echo' property of
1113 RGB strings.
1114
1115 2010-06-14 Juri Linkov <juri@jurta.org>
1116
1117 * compare-w.el: Move to the "vc" subdirectory.
1118
1119 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * image-mode.el (image-mode-map): Remap left-char and right-char.
1122
1123 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1124
1125 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
1126
1127 * term/common-win.el (x-colors): Add all the color names defined
1128 in rgb.txt (Bug#6332).
1129
1130 * facemenu.el (list-colors-print): Don't print extra names if it
1131 will overflow the window width.
1132
1133 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1134 change (Bug#6343).
1135
1136 2010-06-12 Eli Zaretskii <eliz@gnu.org>
1137
1138 * files.el (make-directory): Doc fix (bug#6396).
1139
1140 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
1141
1142 * net/tramp.el (tramp-remote-process-environment): Protect version
1143 string by apostroph.
1144 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1145 XEmacs.
1146 (tramp-file-name-for-operation): Add `call-process-region'.
1147 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1148
1149 * net/tramp-compat.el (top): Do not autoload
1150 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1151 only when `start-file-process' is not bound.
1152 (tramp-advice-file-expand-wildcards): Do not use
1153 `tramp-handle-file-remote-p'.
1154 (tramp-compat-make-temp-file): Handle the case, that
1155 `make-temp-file' has no third argument EXTENSION.
1156
1157 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
1158
1159 * makefile.w32-in (WINS_BASIC): Include new directory vc.
1160
1161 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1162
1163 2010-06-11 Juri Linkov <juri@jurta.org>
1164
1165 * finder.el (finder-known-keywords): Add keyword "vc"
1166 for version control.
1167
1168 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1169 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1170 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1171 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1172
1173 2010-06-11 Juri Linkov <juri@jurta.org>
1174
1175 Move version control related files to the "vc" subdirectory.
1176 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1177 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1178 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1179 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1180 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1181 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1182 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1183 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1184 Move files to the "vc" subdirectory.
1185
1186 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1187
1188 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1189 (Bug#6367).
1190
1191 2010-06-11 Stephen Eglen <stephen@gnu.org>
1192
1193 * shell.el: Bind `shell-resync-dirs' to M-RET.
1194
1195 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
1196
1197 * notifications.el: Move file from lisp/net, because it is
1198 supposed to talk locally to the user.
1199
1200 2010-06-10 Julien Danjou <julien@danjou.info>
1201
1202 * net/notifications.el (notifications-on-action-signal)
1203 (notifications-on-closed-signal): Pass notification id as first
1204 argument to the callback functions. Add docstrings.
1205 (notifications-notify): Fix docstring.
1206
1207 2010-06-10 Glenn Morris <rgm@gnu.org>
1208
1209 * emacs-lisp/authors.el (authors-ignored-files)
1210 (authors-valid-file-names): Add some files.
1211
1212 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1215 merge conflict, giving preference to the emacs-23 version of the code.
1216
1217 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1218
1219 * emacs-lisp/advice.el (ad-compile-function):
1220 Define warning-suppress-types before we let-bind it (bug#6275).
1221
1222 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1223 declare it, make it buffer-local and permanent-local (bug#6324).
1224 (vc-resynch-window): Adjust name.
1225 * vc-hooks.el (vc-find-file-hook): Adjust name.
1226
1227 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
1228
1229 * net/notifications.el (notifications-notify): Fix docstring.
1230
1231 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1232
1233 Update to Unicode 6.0.0 beta.
1234 * international/charprop.el: Update copyright.
1235 * international/mule-cmds.el (ucs-names): Update character ranges.
1236 * international/uni-bidi.el:
1237 * international/uni-category.el:
1238 * international/uni-combining.el:
1239 * international/uni-comment.el:
1240 * international/uni-decimal.el:
1241 * international/uni-decomposition.el:
1242 * international/uni-digit.el:
1243 * international/uni-lowercase.el:
1244 * international/uni-mirrored.el:
1245 * international/uni-name.el:
1246 * international/uni-numeric.el:
1247 * international/uni-old-name.el:
1248 * international/uni-titlecase.el:
1249 * international/uni-uppercase.el: Regenerate.
1250
1251 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1252
1253 * emacs-lisp/smie.el (comment-string-strip): Declare function.
1254 (smie-precs-precedence-table): Fix typo in docstring.
1255
1256 * vc-mtn.el (log-edit-extract-headers): Declare function.
1257
1258 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1259
1260 * net/notifications.el (dbus-register-signal): Declare function.
1261 (notifications-notify): Fix typos and reflow docstring.
1262
1263 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1264
1265 Improve VC create/retrieve tag/branch.
1266 * vc.el (vc-create-tag): Do not read the directory name for VCs
1267 with repository revision granularity. Adjust the tag/branch
1268 prompt. Reset VC properties.
1269 (vc-retrieve-tag): Do not read the directory name for VCs
1270 with repository revision granularity. Reset VC properties.
1271
1272 2010-06-09 Julien Danjou <julien@danjou.info>
1273
1274 * net/notifications.el: New file.
1275
1276 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1277
1278 Add optional support for resetting VC properties.
1279 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1280 call vc-file-clearprops when true.
1281 (vc-resynch-buffer): Add new optional argument, pass it down.
1282 (vc-resynch-buffers-in-directory): Likewise.
1283
1284 Improve support for special markup in the VC commit message.
1285 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1286 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1287 * vc-git.el (vc-git-checkin):
1288 * vc-bzr.el (vc-bzr-checkin): Likewise.
1289
1290 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1293 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1294
1295 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
1296
1297 * iimage.el: Remove images as soon as the underlying text is modified.
1298 (iimage-modification-hook): New function.
1299 (iimage-mode-buffer): Use it.
1300
1301 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1304 smie-indent-offset-after. Add :prev case. Make a bit more generic.
1305 (smie-indent-virtual): Remove `virtual' arg. Update callers.
1306 (smie-indent-keyword): Add handling of open-paren keywords.
1307 (smie-indent-comment-continue): Don't assume comment-continue.
1308
1309 2010-06-07 Martin Rudalics <rudalics@gmx.at>
1310
1311 * window.el (pop-to-buffer): Remove the conditional that
1312 compares new-window and old-window, so it will reselect
1313 the selected window unconditionally.
1314 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1315
1316 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * emacs-lisp/smie.el (smie-indent-offset-after)
1319 (smie-indent-forward-token, smie-indent-backward-token): New functions.
1320 (smie-indent-after-keyword): Use them.
1321 (smie-indent-fixindent): Only applies to the indentation of the BOL.
1322 (smie-indent-keyword): Tweak the black magic.
1323 (smie-indent-comment-continue): Strip comment-continue before use.
1324 (smie-indent-functions): Indent comments before keywords.
1325
1326 2010-06-06 Juri Linkov <juri@jurta.org>
1327
1328 * isearch.el (isearch-lazy-highlight-search): Fix looping
1329 by checking for empty match. This syncs this loop with the
1330 similar loop in `isearch-search'. (Bug#6362)
1331
1332 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1333
1334 * net/dbus.el (dbus-register-method): Declare function.
1335 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1336 (dbus-introspect): Doc fix.
1337 (dbus-event-bus-name, dbus-introspect-get-interface)
1338 (dbus-introspect-get-argument): Reflow docstrings.
1339
1340 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
1341
1342 vc-log-incoming/vc-log-outgoing fixes for Git.
1343 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1344 incoming/outgoing logs.
1345 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1346 instead of vc-git-compute-remote.
1347 (vc-git-compute-remote): Remove.
1348
1349 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1350
1351 * term/common-win.el (x-colors): Add "dark green" and "dark
1352 turquoise" (Bug#6332).
1353
1354 2010-06-04 Juri Linkov <juri@jurta.org>
1355
1356 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1357 Instead of setting `replace' to t and replacing the same string
1358 with itself, don't do certain actions when
1359 kill-do-not-save-duplicates is non-nil and string is equal to car
1360 of kill-ring: don't call menu-bar-update-yank-menu, don't push
1361 interprogram-paste strings to kill-ring, and don't push the input
1362 argument `string' to kill-ring.
1363 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1364
1365 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1366
1367 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1368
1369 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
1370
1371 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1372 (tramp-gvfs-handler-mounted-unmounted)
1373 (tramp-gvfs-connection-mounted-p): Handle default-location.
1374
1375 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1376 move files to trash.
1377
1378 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1379
1380 * international/mule-cmds.el (nonascii-insert-offset)
1381 (nonascii-translation-table): Add obsolescence information.
1382
1383 * international/mule.el (make-translation-table-from-vector): Doc fix.
1384
1385 2010-06-03 Eric Ludlam <zappo@gnu.org>
1386
1387 * cedet/semantic/lex-spp.el
1388 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1389 invalid values during save, just save a nil (Bug#6324).
1390
1391 2010-06-03 Glenn Morris <rgm@gnu.org>
1392
1393 * desktop.el (desktop-clear-preserve-buffers):
1394 Add "*Warnings*" buffer. (Bug#6336)
1395
1396 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1397
1398 vc-log-incoming/vc-log-outgoing improvements for Git.
1399 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1400 short log.
1401 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
1402
1403 Add bindings for vc-log-incoming and vc-log-outgoing.
1404 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1405 and vc-log-outgoing.
1406 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1407 and vc-log-outgoing.
1408
1409 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1410
1411 * net/rcirc.el (rcirc-sort-nicknames): Remove.
1412 (rcirc-handler-366): Always sort nicknames.
1413
1414 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1415
1416 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1417
1418 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1419
1420 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1421
1422 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * net/rcirc.el (rcirc-sort-nicknames): Change default.
1425 (rcirc-sort-nicknames-join): Avoid setq.
1426
1427 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1428
1429 * net/rcirc.el (rcirc-sort-nicknames): New custom.
1430 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1431 (rcirc-handler-366): Use them.
1432
1433 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 Split smie-indent-calculate into more manageable chunks.
1436 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1437 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1438 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1439 (smie-indent-exps): Extract from smie-indent-calculate.
1440 (smie-indent-functions): New var.
1441 (smie-indent-functions): Use them.
1442
1443 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1444
1445 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1446 (smie-indent-calculate): Simplify and cleanup.
1447
1448 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
1449
1450 * net/tramp-gvfs.el (top): Require url-util.
1451 (tramp-gvfs-mount-point): Remove.
1452 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1453 New defuns.
1454 (with-tramp-dbus-call-method): Format trace message.
1455 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1456 Implement backup call, when operation on local files fails.
1457 Use progress reporter. Flush properties of changed files.
1458 (tramp-gvfs-handle-make-directory): Make more traces.
1459 (tramp-gvfs-url-file-name): Hexify file name in url.
1460 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1461 into account for the resulting file name.
1462 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1463 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
1464 (tramp-gvfs-handler-mounted-unmounted)
1465 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1466 attribute "default_location". Set "prefix" property.
1467 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1468 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1469 exists. Raise an error, if not (due to a corresponding answer
1470 "no" in interactive questions, for example).
1471
1472 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1473
1474 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1475
1476 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
1477
1478 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1479 right-*. (Bug#6265)
1480
1481 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1482
1483 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1484 * vc-git.el (vc-git-compute-remote): New function.
1485 (vc-git-log-outgoing): Use it instead of hard coding a value.
1486 (vc-git-log-incoming): New function.
1487
1488 Improve state updating for VC tag commands.
1489 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1490 to update the state of all buffers in the directory.
1491
1492 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1493
1494 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1497 `file-directory-p' to the filename part rather than to the whole text.
1498
1499 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
1500
1501 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1502 (bug#6231).
1503
1504 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1505
1506 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1507
1508 2010-05-31 Drew Adams <drew.adams@oracle.com>
1509
1510 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1511
1512 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1513
1514 * subr.el (momentary-string-display): Just use read-event to read
1515 the exit event (Bug#6238).
1516
1517 2010-05-30 Eli Zaretskii <eliz@gnu.org>
1518
1519 * international/mule.el (define-coding-system): Doc fix (bug#6313).
1520
1521 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1522
1523 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1524 Suggested by Eli Zaretskii <eliz@gnu.org>.
1525
1526 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * minibuffer.el (completion-file-name-table): Don't return a boundary
1529 past the end of `string' (bug#6299).
1530 (completion--file-name-table): Delegate to completion-file-name-table
1531 for the `boundaries' case.
1532
1533 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1534
1535 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1536 movement commands.
1537
1538 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1539 `path-separator', but maintain compatibility with Emacs 20.2.
1540
1541 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1542
1543 * server.el (server-process-filter): Receive parent-id argument
1544 from emacsclient.
1545 (server-create-window-system-frame): New arg. Pass parent-id as
1546 frame parameter.
1547
1548 2010-05-29 Eli Zaretskii <eliz@gnu.org>
1549
1550 Bidi-sensitive word movement with arrow keys.
1551 * subr.el (right-arrow-command, left-arrow-command): Move to
1552 bindings.el.
1553
1554 * bindings.el (right-char, left-char): Move from subr.el and
1555 rename from right-arrow-command and left-arrow-command.
1556 (right-word, left-word): New functions.
1557 (global-map) <right>: Bind to right-char.
1558 (global-map) <left>: Bind to left-char.
1559 (global-map) <C-right>: Bind to right-word.
1560 (global-map) <C-left>: Bind to left-word.
1561
1562 * ls-lisp.el (ls-lisp-classify-file): New function.
1563 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1564 (ls-lisp-classify): Call ls-lisp-classify-file.
1565 (insert-directory): Remove blanks from switches.
1566
1567 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1568
1569 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1570 (ansi-color-drop-regexp): New constant.
1571 (ansi-color-apply, ansi-color-filter-region)
1572 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1573 (ansi-color-apply): Build string list before calling concat.
1574
1575 2010-05-28 Juri Linkov <juri@jurta.org>
1576
1577 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1578 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1579 (Bug#5270)
1580
1581 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1582
1583 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1584 to ignored backtrace functions.
1585 (with-progress-reporter): Expand docstring.
1586 (tramp-handle-delete-file): Implement TRASH argument.
1587 (tramp-get-remote-trash): New defun.
1588
1589 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1590
1591 * net/tramp-compat.el (tramp-compat-delete-file): Use
1592 `symbol-value' for backward compatibility.
1593
1594 * net/tramp.el (tramp-handle-make-symbolic-link)
1595 (tramp-handle-load)
1596 (tramp-do-copy-or-rename-file-via-buffer)
1597 (tramp-do-copy-or-rename-file-directly)
1598 (tramp-do-copy-or-rename-file-out-of-band)
1599 (tramp-handle-process-file, tramp-handle-call-process-region)
1600 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1601 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1602 (tramp-delete-temp-file-function): Use `delete-file' instead
1603 of `tramp-compat-delete-file'.
1604
1605 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1606 (tramp-fish-handle-make-symbolic-link)
1607 (tramp-fish-handle-process-file): Use `delete-file' instead
1608 of `tramp-compat-delete-file'.
1609
1610 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1611 `delete-file' instead of `tramp-compat-delete-file'.
1612
1613 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1614 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1615 `tramp-compat-delete-file'.
1616
1617 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1618 `delete-file' instead of `tramp-compat-delete-file'.
1619
1620 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1621 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1622 (tramp-smb-handle-write-region): Use `delete-file' instead of
1623 `tramp-compat-delete-file'.
1624 (tramp-smb-handle-delete-directory): Use 'trash as arg.
1625
1626 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1627
1628 * dired.el (dired-delete-file): New arg TRASH.
1629 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
1630 (dired-do-flagged-delete, dired-do-delete): Use trash.
1631
1632 * speedbar.el (speedbar-item-delete): Allow trashing.
1633
1634 * files.el (delete-directory): New arg TRASH.
1635
1636 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1637 (ange-ftp-rename-remote-to-remote)
1638 (ange-ftp-rename-local-to-remote)
1639 (ange-ftp-rename-remote-to-local, ange-ftp-load)
1640 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1641 `delete-file'.
1642 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1643 allow trashing.
1644
1645 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1646 handle new TRASH arg of `delete-file'.
1647
1648 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1649 (tramp-handle-make-symbolic-link, tramp-handle-load)
1650 (tramp-do-copy-or-rename-file-via-buffer)
1651 (tramp-do-copy-or-rename-file-directly)
1652 (tramp-do-copy-or-rename-file-out-of-band)
1653 (tramp-handle-process-file, tramp-handle-call-process-region)
1654 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1655 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1656 (tramp-delete-temp-file-function): Use null TRASH arg in
1657 tramp-compat-delete-file call.
1658
1659 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1660 (tramp-fish-handle-delete-file)
1661 (tramp-fish-handle-make-symbolic-link)
1662 (tramp-fish-handle-process-file): Use null TRASH arg in
1663 `tramp-compat-delete-file' call.
1664
1665 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1666 arg in `tramp-compat-delete-file' call.
1667
1668 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1669 (tramp-gvfs-handle-write-region): Use null TRASH arg in
1670 `tramp-compat-delete-file' call.
1671
1672 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1673 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1674 `tramp-compat-delete-file' call.
1675
1676 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1677 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1678 (tramp-smb-handle-write-region): Use null TRASH arg in
1679 tramp-compat-delete-file call.
1680 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1681 (tramp-smb-handle-delete-file): Rename arg.
1682
1683 * diff.el (diff-sentinel):
1684 * epg.el (epg--make-temp-file, epg-decrypt-string)
1685 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1686 * jka-compr.el (jka-compr-partial-uncompress)
1687 (jka-compr-call-process, jka-compr-write-region):
1688 * server.el (server-sentinel): Remove optional arg from
1689 delete-file, reverting 2010-05-03 change.
1690
1691 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1692
1693 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1694 font-lock-constant-face, not obsolete font-lock-reference-face.
1695
1696 2010-05-27 Kenichi Handa <handa@m17n.org>
1697
1698 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1699 element of GSTRING is nil.
1700
1701 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * emacs-lisp/smie.el (smie-forward-token-function)
1704 (smie-backward-token-function): New vars.
1705 (smie-backward-sexp, smie-forward-sexp)
1706 (smie-indent-hanging-p, smie-indent-calculate): Use them.
1707 (smie-default-backward-token): Rename from smie-backward-token and
1708 skip comments.
1709 (smie-default-forward-token): Rename from smie-forward-token and
1710 skip comments.
1711 (smie-next-sexp): Handle nil results from next-token.
1712 (smie-indent-calculate): Add a new case for special `fixindent' comments.
1713
1714 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1715
1716 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1717 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1718
1719 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1720
1721 * htmlfontify.el (hfy-face-resolve-face): New function.
1722 (hfy-face-to-style): Use it (Bug#6279).
1723
1724 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1725
1726 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1727 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1728
1729 2010-05-26 Glenn Morris <rgm@gnu.org>
1730
1731 * emulation/edt.el (edt-load-keys): Use locate-library.
1732
1733 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
1734
1735 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1736 (log-edit-changelog-entries): Doc fix.
1737 (log-edit-changelog-insert-entries): Args changed.
1738 Rename relative filenames in ChangeLog entries. Delete tabs.
1739 (log-edit-insert-changelog-entries): Reorganize return value of
1740 `log-edit-changelog-entries' to pass filenames to
1741 log-edit-changelog-insert-entries.
1742
1743 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1744
1745 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1746 `image-dired-dired-insert-marked-thumbs' to
1747 `image-dired-dired-toggle-marked-thumbs'.
1748
1749 * image-dired.el: Require cl when compiling.
1750 (image-dired-dired-toggle-marked-thumbs): Rename from
1751 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
1752 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
1753 to 'no-dir. Skip files whose names don't match
1754 `image-file-name-regexp'. When file has a thumbnail overlay,
1755 delete it. (Bug#5270)
1756
1757 2010-05-25 Juri Linkov <juri@jurta.org>
1758
1759 * image-mode.el (image-mode): Add image-after-revert-hook to
1760 after-revert-hook.
1761 (image-after-revert-hook): New function. (Bug#5669)
1762
1763 2010-05-25 Juri Linkov <juri@jurta.org>
1764
1765 * image.el (image-animated-p): When delay between animated images
1766 is 0, set it to 10 (0.1 sec). (Bug#6258)
1767
1768 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1769
1770 * net/tramp.el (tramp-handle-insert-directory): Don't use
1771 `forward-word', its default syntax could be changed.
1772
1773 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
1774
1775 * net/tramp.el (tramp-progress-reporter-update): New defun.
1776 (with-progress-reporter): Use it.
1777 (tramp-process-actions):
1778 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1779 current message, in order to let progress reporter continue
1780 afterwards. (Bug#6257)
1781
1782 2010-05-25 Glenn Morris <rgm@gnu.org>
1783
1784 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1785 Add :version.
1786
1787 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1788
1789 * net/rcirc.el (rcirc-default-user-name): Change to "user".
1790 (rcirc-default-full-name): Change to "unknown".
1791 (rcirc-user-name-history): Add variable.
1792
1793 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1794 Jonathan Rockway <jon@jrock.us>
1795
1796 * net/rcirc.el (rcirc-server-alist): Add :pass.
1797 (rcirc): When prompting for connection parameters, also prompt for
1798 username and password.
1799 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
1800 value to server when connecting.
1801
1802 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1805 (smie-merge-prec2s): Pass the tables as separate args.
1806 (smie-bnf-precedence-table): Adjust call accordingly.
1807 (smie-prec2-levels): Set levels at the end.
1808
1809 Replace Lisp calls to delete-backward-char by delete-char.
1810 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1811 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1812 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1813 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1814 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1815 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1816 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1817 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1818 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1819 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1820 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1821 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1822 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1823 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1824 delete-backward-char by calls to delete-char.
1825
1826 2010-05-25 Kenichi Handa <handa@m17n.org>
1827
1828 * language/hebrew.el (hebrew-shape-gstring): New function.
1829 Register it in composition-function-table for all Hebrew combining
1830 characters.
1831
1832 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1833
1834 * epa.el (epa--select-keys): Don't explicitly delete the window since
1835 that can fail (e.g. sole window in frame). Use dedication instead.
1836
1837 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1838
1839 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1840
1841 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
1842
1843 * image.el (image-refresh): Define as an alias for image-flush.
1844
1845 * image-mode.el (image-toggle-display-image): Caller changed.
1846
1847 2010-05-21 Juri Linkov <juri@jurta.org>
1848
1849 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1850 Remove "all" from grep-files-aliases. Split grep-files-aliases by
1851 whitespace, call wildcard-to-regexp on substrings and concat them
1852 with "\\|". (Bug#6114)
1853
1854 2010-05-21 Alan Mackenzie <acm@muc.de>
1855
1856 * progmodes/cc-engine.el (c-parse-state-get-strategy):
1857 Replace parameter `here' with `here-' and `here-plus', which sandwich
1858 any pertinent CPP construct.
1859 (c-remove-stale-state-cache-backwards): Fix a bug which happens
1860 when doing (c-parse-state) in a CPP construct: Exclude any "new"
1861 CPP construct from taking part in the scanning.
1862
1863 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
1864
1865 * net/tramp.el (tramp-do-copy-or-rename-file)
1866 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1867 Tune `with-progress-reporter' messages.
1868 (tramp-handle-vc-registered):
1869 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1870 (tramp-fish-handle-insert-file-contents)
1871 (tramp-fish-maybe-open-connection):
1872 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1873 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1874 (tramp-imap-handle-insert-file-contents)
1875 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1876
1877 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
1878
1879 * add-log.el (change-log-font-lock-keywords):
1880 Highlight all authors in multi-author entries.
1881
1882 * smerge-mode.el (smerge-refine-ignore-whitespace)
1883 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1884 Fix typos in docstrings.
1885 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1886
1887 2010-05-21 Glenn Morris <rgm@gnu.org>
1888
1889 * progmodes/fortran.el (fortran-mode):
1890 * progmodes/f90.el (f90-mode): Derive from prog-mode.
1891
1892 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1893 having a relative path in src/Makefile.in.
1894
1895 2010-05-20 Kevin Ryde <user42@zip.com.au>
1896
1897 * help-mode.el (help-make-xrefs): For Info node links turn
1898 newlines into spaces. Link node names with newlines are matched
1899 by help-xref-info-regexp and buttonized, this change ensures they
1900 can be followed successfully with RET. (Bug#6206)
1901
1902 2010-05-20 Juri Linkov <juri@jurta.org>
1903
1904 * locate.el (locate): Use pop-to-buffer instead of
1905 switch-to-buffer-other-window. (Bug#6204)
1906
1907 2010-05-20 Juri Linkov <juri@jurta.org>
1908
1909 * replace.el (replace-highlight): Fix lazy-highlighting
1910 for `M-s w str M-% str RET'.
1911
1912 2009-12-15 Masatake YAMATO <yamato@redhat.com>
1913
1914 * isearch.el (isearch-yank-word-or-char): Pull next subword
1915 when `subword-mode' is activated. (Bug#6220)
1916
1917 2010-05-20 Mark A. Hershberger <mah@everybody.org>
1918
1919 * isearch.el (isearch-update-post-hook): New hook.
1920 (isearch-update): Use the new hook. (Bug#6225)
1921
1922 2010-05-20 Juri Linkov <juri@jurta.org>
1923
1924 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1925 [f1], [help], and (char-to-string help-char) instead of "\C-h".
1926 (Bug#6222)
1927
1928 2010-05-20 Juri Linkov <juri@jurta.org>
1929
1930 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1931 (Bug#6223)
1932
1933 2010-05-20 Juri Linkov <juri@jurta.org>
1934
1935 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1936 FILE-NAME to read from the minibuffer when called interactively
1937 with prefix argument instead of using buffer-file-name.
1938 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1939
1940 * dired.el: Update autoloads.
1941
1942 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
1943
1944 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1945 nxml-finish-element, for consistency with SGML mode.
1946
1947 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1948 octave-close-block.
1949
1950 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
1951
1952 * composite.el: Require cl when compiling.
1953 (reference-point-alist, compose-gstring-for-graphic)
1954 (compose-gstring-for-terminal): Fix typos in docstrings.
1955
1956 2010-05-19 Juri Linkov <juri@jurta.org>
1957
1958 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1959 set-window-parameter.
1960
1961 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1962
1963 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1964 where appropriate.
1965 (tramp-maybe-open-connection): Use it.
1966
1967 2010-05-19 Eli Zaretskii <eliz@gnu.org>
1968
1969 * simple.el (move-end-of-line): Make sure we are at line beginning
1970 before backing up to end of previous line.
1971
1972 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1973
1974 * password-cache.el (password-cache-remove): Fix docstring.
1975
1976 * net/secrets.el: Autoload the widget functions.
1977 (secrets-search-items, secrets-create-item)
1978 (secrets-get-attributes, secrets-expand-item): Attributes will be
1979 stored on the password database without leading ":", as all other
1980 clients do as well.
1981 (secrets-mode): Fix docstring.
1982 (secrets-show-secrets): Provide it as autoloaded command only when
1983 D-Bus support is available. Check existence of Secret Service API.
1984
1985 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * indent.el (indent-region): Deactivate region (bug#6200).
1988
1989 2010-05-19 Glenn Morris <rgm@gnu.org>
1990
1991 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1992
1993 2010-05-19 Kenichi Handa <handa@m17n.org>
1994
1995 * composite.el: Register compose-gstring-for-graphic in
1996 composition-function-table only for combining characters (Mn, Mc, Me).
1997
1998 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
1999
2000 * calc/calc-trail.el (calc-trail-isearch-forward)
2001 (calc-trail-isearch-backward): Ensure that the new window
2002 point is set correctly.
2003
2004 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * subr.el (read-quoted-char): Resolve modifiers after key
2007 remapping (bug#6212).
2008
2009 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
2010
2011 Add visualization code for secrets.
2012 * net/secrets.el (secrets-mode): New major mode.
2013 (secrets-show-secrets, secrets-show-collections)
2014 (secrets-expand-collection, secrets-expand-item)
2015 (secrets-tree-widget-after-toggle-function)
2016 (secrets-tree-widget-show-password): New defuns.
2017
2018 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2021 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2022 handled in smie-next-sexp.
2023 (smie-indent-calculate): Provide a starting indentation (so the
2024 recursion is well-founded ;-).
2025
2026 Fix handling of non-associative equal levels.
2027 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2028 when it's not needed.
2029 (smie-op-left, smie-op-right): New functions.
2030 (smie-next-sexp): New function, extracted from smie-backward-sexp.
2031 Better handle equal levels to distinguish the associative case from
2032 the "multi-keyword construct" case.
2033 (smie-backward-sexp, smie-forward-sexp): Use it.
2034
2035 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
2036
2037 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2038
2039 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2040 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2041
2042 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2043
2044 Provide a simple generic indentation engine and use it for Prolog.
2045 * emacs-lisp/smie.el: New file.
2046 * progmodes/prolog.el (prolog-smie-op-levels)
2047 (prolog-smie-indent-rules): New var.
2048 (prolog-mode-variables): Use them to configure SMIE.
2049 (prolog-indent-line, prolog-indent-level): Remove.
2050
2051 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
2052
2053 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2054 order before computing the averages.
2055
2056 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2057
2058 * calc/calc-vec.el (calc-histogram):
2059 (calcFunc-histogram): Allow vectors as inputs.
2060 (math-vector-avg): New function.
2061
2062 * calc/calc-ext.el (math-group-float): Have the number of digits
2063 being grouped depend on the radix (Bug#6189).
2064
2065 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2066
2067 * version.el (emacs-copyright, emacs-version): Don't define here,
2068 now that emacs.c defines it.
2069
2070 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2071
2072 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2073 "Describe Language Environment" menu item.
2074
2075 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2076
2077 Bidi-sensitive movement with arrow keys.
2078 * subr.el (right-arrow-command, left-arrow-command): New functions.
2079
2080 * bindings.el (global-map): Bind them to right and left arrow keys.
2081
2082 Don't override standard definition of convert-standard-filename.
2083 * files.el (convert-standard-filename): Call
2084 w32-convert-standard-filename and dos-convert-standard-filename on
2085 the corresponding systems.
2086
2087 * w32-fns.el (w32-convert-standard-filename): Rename from
2088 convert-standard-filename. Doc fix.
2089
2090 * dos-fns.el (dos-convert-standard-filename): Doc fix.
2091 (convert-standard-filename): Don't defalias.
2092 (register-name-alist, make-register, register-value)
2093 (set-register-value, intdos): Obsolete aliases for the
2094 corresponding dos-* functions and variables.
2095 (dos-intdos): Add a doc string.
2096
2097 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
2098
2099 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2100 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2101 (math-compose-tex-func):
2102 * calc/calccomp.el (math-compose-expr):
2103 * calc/calc-ext.el (math-format-flat-expr-fancy):
2104 * calc/calc-store.el (calc-read-var-name):
2105 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2106
2107 * calc/calc.el (var-π, var-φ, var-γ): New variables.
2108 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2109 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2110 (math-standard-units): Add units.
2111
2112 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 * progmodes/asm-mode.el (asm-mode):
2115 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2116
2117 * pcomplete.el (pcomplete-completions-at-point): New function,
2118 extracted from pcomplete-std-complete.
2119 (pcomplete-std-complete): Use it.
2120
2121 2010-05-15 Glenn Morris <rgm@gnu.org>
2122
2123 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2124 Remove references to CVS, RCS and Old directories.
2125
2126 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
2127
2128 * calc/calc-bin.el (math-format-twos-complement): Group digits when
2129 appropriate.
2130
2131 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2134 (sh-mode-syntax-table): Give it a default value instead.
2135 (sh-header-marker): Make buffer-local.
2136 (sh-mode): Move make-local-variable to the corresponding setq.
2137 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2138 Use complete-with-action.
2139
2140 * simple.el (prog-mode): New (abstract) major mode.
2141 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2142 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2143
2144 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
2145
2146 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2147 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2148 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2149 (sql-make-alternate-buffer-name, sql-placeholders-filter)
2150 (sql-escape-newlines-filter, sql-input-sender)
2151 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2152
2153 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
2154
2155 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2156
2157 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2158 latex-open-block and C-c / to latex-close-block.
2159
2160 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2161 and C-c C-e to sgml-close-tag.
2162
2163 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
2164
2165 * net/tramp.el (with-progress-reporter): Create reporter object
2166 only when the message would be displayed. Handle nested calls.
2167 (tramp-handle-load, tramp-handle-file-local-copy)
2168 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2169 (tramp-maybe-send-script, tramp-find-shell):
2170 Use `with-progress-reporter'.
2171 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2172 Fix message text.
2173
2174 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2175 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2176 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2177 Use `with-progress-reporter'.
2178
2179 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
2180
2181 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2182 process everytime when spellchecking from the minibuffer (bug#6143).
2183
2184 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2187
2188 * dos-fns.el: Add "dos-" prefix for namespace control.
2189 (convert-standard-filename): Define as alias for
2190 dos-convert-standard-filename but only if applicable.
2191
2192 2010-05-12 Alan Mackenzie <acm@muc.de>
2193
2194 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2195 Push the mark at the start of these functions when appropriate.
2196
2197 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2198
2199 * minibuffer.el (completion-cycle-threshold): New custom var.
2200 (completion--do-completion): Use it.
2201 (minibuffer-complete): Use cycling if appropriate.
2202
2203 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
2204
2205 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2206 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2207
2208 2010-05-11 Juri Linkov <juri@jurta.org>
2209
2210 * scroll-all.el (scroll-all-check-to-scroll):
2211 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2212
2213 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2214
2215 * iimage.el (iimage-mode-map): Move initialization into declaration.
2216 (iimage-mode-buffer): Use with-silent-modifications.
2217 Simplify calling convention. Adjust callers.
2218 (iimage-mode): Don't run hook redundantly.
2219
2220 * minibuffer.el (completion-pcm--pattern->regex):
2221 Fix last change (bug#6160).
2222
2223 2010-05-10 Juri Linkov <juri@jurta.org>
2224
2225 Remove nodes visited during Isearch from the Info history.
2226 * info.el (Info-isearch-initial-history)
2227 (Info-isearch-initial-history-list): New variables.
2228 (Info-isearch-start): Record initial values of
2229 Info-isearch-initial-history and Info-isearch-initial-history-list.
2230 Add Info-isearch-end to isearch-mode-end-hook.
2231 (Info-isearch-end): New function.
2232
2233 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
2234
2235 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2236 format string, in order to work around a bug in pdksh.
2237 Reported by Gilles Pion <gpion@lfdj.com>.
2238 (tramp-handle-verify-visited-file-modtime): Do not send a command
2239 when the connection is not established.
2240 (tramp-handle-set-file-times): Simplify the check for utc.
2241
2242 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
2243
2244 Fix use of `filter-buffer-substring' (rework previous change).
2245 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2246 (cua-repeat-replace-region):
2247 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2248 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2249 (cua-cut-region-to-global-mark): Use it.
2250
2251 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
2252
2253 * progmodes/sql.el: Version 2.1.
2254 (sql-product-alist): Redesign structure of product info.
2255 (sql-product, sql-user, sql-server, sql-database): Safe variables.
2256 (sql-port, sql-port-history): New variables.
2257 (sql-interactive-product): New variable.
2258 (sql-send-terminator): New variable.
2259 (sql-imenu-generic-expression): Add "Types" imenu entry.
2260 (sql-oracle-login-params, sql-sqlite-login-params)
2261 (sql-mysql-login-params, sql-solid-login-params)
2262 (sql-sybase-login-params, sql-informix-login-params)
2263 (sql-ingres-login-params, sql-ms-login-params)
2264 (sql-postgres-login-params, sql-interbase-login-params)
2265 (sql-db2-login-params, sql-linter-login-params)
2266 (sql-oracle-scan-on): New variables.
2267 (sql-mode-map): Add C-c C-i to start interactive mode.
2268 (sql-mode-menu): Update existing menu entries.
2269 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2270 (sql-mode-oracle-font-lock-keywords)
2271 (sql-mode-postgres-font-lock-keywords)
2272 (sql-mode-ms-font-lock-keywords)
2273 (sql-mode-sybase-font-lock-keywords)
2274 (sql-mode-informix-font-lock-keywords)
2275 (sql-mode-interbase-font-lock-keywords)
2276 (sql-mode-ingres-font-lock-keywords)
2277 (sql-mode-solid-font-lock-keywords)
2278 (sql-mode-mysql-font-lock-keywords)
2279 (sql-mode-sqlite-font-lock-keywords)
2280 (sql-mode-db2-font-lock-keywords)
2281 (sql-mode-linter-font-lock-keywords): Update initialization to
2282 reduce run-time complexity.
2283 (sql-add-product, sql-del-product): New functions.
2284 (sql-set-product-feature, sql-get-product-feature): New functions.
2285 (sql-product-font-lock): Update product API.
2286 (sql-add-product-keywords): New function.
2287 (sql-highlight-product): Update product API.
2288 (sql-help-list-products): New function.
2289 (sql-help): Dynamically lists free and non-free products.
2290 (sql-get-login): Correct bug in handling history and added
2291 prompt for port.
2292 (sql-copy-column): Copy without properties.
2293 (sqli-input-sender): Apply filters to SQLi input.
2294 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2295 Implement as a filter.
2296 (sql-escape-newlines-filter): Implement as a filter.
2297 (sql-remove-tabs-filter): New function.
2298 (sql-send-magic-terminator): New function.
2299 (sql-send-string): Implement magic terminator.
2300 (sql-send-region): Use `sql-send-string'.
2301 (sql-interactive-mode): Use product API.
2302 (sql-product-interactive): Use product API.
2303 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2304 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2305 (sql-db2, sql-linter): Use `sql-product-interactive'.
2306 (sql-connect): New function.
2307 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2308 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2309 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2310 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2311 Use `sql-connect'.
2312
2313 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2314
2315 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2316 New custom variable.
2317 (completion-pcm--string->pattern): Use it.
2318 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2319 Make it handle any symbol as `any'.
2320 (completion-pcm--merge-completions): Extract common suffix for the new
2321 `prefix' symbol as well.
2322 (completion-substring--all-completions): Use the new `prefix' symbol.
2323
2324 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
2325
2326 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2327 not bound.
2328 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2329 (tramp-compat-funcall): New defmacro.
2330 (tramp-compat-line-beginning-position)
2331 (tramp-compat-line-end-position)
2332 (tramp-compat-temporary-file-directory)
2333 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2334 (tramp-compat-copy-file, tramp-compat-copy-directory)
2335 (tramp-compat-delete-file, tramp-compat-delete-directory)
2336 (tramp-compat-number-sequence, tramp-compat-process-running-p)
2337 * net/tramp.el (top, with-progress-reporter)
2338 (tramp-rfn-eshadow-setup-minibuffer)
2339 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2340 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2341 (tramp-completion-mode-p, tramp-check-for-regexp)
2342 (tramp-open-connection-setup-interactive-shell)
2343 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2344 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2345 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2346 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2347 (tramp-reporter-dump-variable, tramp-load-report-modules)
2348 (tramp-append-tramp-buffers)
2349 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2350
2351 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2352
2353 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 * progmodes/compile.el (compilation-buffer-modtime): Rename from
2356 buffer-modtime. Adjust users.
2357
2358 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2359
2360 * international/mule.el (auto-coding-alist): Only purecopy
2361 car of each item, not the whole list (Bug#6083).
2362
2363 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2364
2365 * progmodes/js.el (js-mode): Make paragraph variables local before
2366 calling c-setup-paragraph-variables (Bug#6071).
2367
2368 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2369
2370 * composite.el (compose-region, reference-point-alist): Fix typos
2371 in the doc strings.
2372
2373 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2374
2375 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2376 gnuplot's "set" command.
2377
2378 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2379
2380 * abbrev.el (last-abbrev-text): Doc fix.
2381 (abbrev-prefix-mark): Don't escape parenthesis.
2382
2383 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
2384
2385 * composite.el (find-composition): Doc fix.
2386
2387 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2388
2389 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2390 (sql-oracle-program, sql-sqlite-options)
2391 (sql-query-placeholders-and-send): Doc fixes.
2392 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2393 (sql-imenu-generic-expression, sql-buffer)
2394 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2395 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2396 (sql-mode-sybase-font-lock-keywords)
2397 (sql-mode-informix-font-lock-keywords)
2398 (sql-mode-interbase-font-lock-keywords)
2399 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2400 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2401 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2402 (sql-product-feature, sql-highlight-product)
2403 (comint-line-beginning-position, sql-rename-buffer)
2404 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2405 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2406 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2407 Fix typos in docstrings.
2408
2409 2010-05-08 Juri Linkov <juri@jurta.org>
2410
2411 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2412 property instead of `invisible' and `after-string' (bug#5998).
2413
2414 2010-05-08 Juri Linkov <juri@jurta.org>
2415
2416 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2417
2418 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2419
2420 * filecache.el (file-cache-add-directory-list)
2421 (file-cache-add-directory-recursively): Fix typos in docstrings.
2422
2423 2010-05-08 Kenichi Handa <handa@m17n.org>
2424
2425 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2426 (gujarati-composable-pattern): Fix typo.
2427
2428 2010-05-08 Kenichi Handa <handa@m17n.org>
2429
2430 * language/indian.el (oriya-composable-pattern)
2431 (tamil-composable-pattern, malayalam-composable-pattern):
2432 Add two-part vowels to "v" (vowel sign).
2433
2434 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2435
2436 * files.el (copy-directory): Handle symlinks (Bug#5982).
2437
2438 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2439
2440 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2441 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2442 (Bug#5846).
2443
2444 2010-05-08 Glenn Morris <rgm@gnu.org>
2445
2446 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2447
2448 * minibuffer.el (completion-at-point): Doc fix.
2449
2450 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * electric.el (Electric-command-loop): Minor tweak.
2453
2454 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2455 better with dedicated windows.
2456
2457 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * Version 23.2 released.
2460
2461 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2462 Stefan Monnier <monnier@iro.umontreal.ca>
2463
2464 Highlight vendor specific properties.
2465 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2466 (css-proprietary-property): New face.
2467 (css-font-lock-keywords): Use them.
2468
2469 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2470
2471 * cus-start.el (all): Add native condition for tool-bar-* symbols.
2472
2473 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2476 * files.el (auto-mode-alist): Remove redundant entries.
2477
2478 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2479 * simple.el (auto-save-mode): Move from files.el.
2480 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2481
2482 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
2483
2484 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2485
2486 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2487
2488 * mail/binhex.el (binhex-decode-region-internal)
2489 * mail/uudecode.el (uudecode-decode-region-internal)
2490 * net/dns.el (dns-read-string-name, dns-write, dns-read)
2491 (dns-read-type, dns-query)
2492 * pgg-parse.el (pgg-parse-armor)
2493 * pgg.el (pgg-verify-region)
2494 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2495 XEmacs.
2496
2497 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2498
2499 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
2500
2501 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2502
2503 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2504 * emulation/cua-base.el (cua-repeat-replace-region):
2505 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2506 (cua-cut-region-to-global-mark):
2507 Remove text properties with `set-text-properties'.
2508
2509 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
2510
2511 * net/tramp.el (top, with-progress-reporter):
2512 Use `symbol-function' inside `funcall'.
2513
2514 * net/tramp-compat.el (tramp-compat-file-attributes)
2515 (tramp-compat-delete-file, tramp-compat-delete-directory):
2516 Handle only `wrong-number-of-arguments' error.
2517
2518 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2519 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2520 inside `funcall'.
2521
2522 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2523
2524 * minibuffer.el (completion--sreverse, completion--common-suffix):
2525 New functions.
2526 (completion-pcm--merge-completions): Extract common suffix when safe.
2527
2528 * emacs-lisp/easy-mmode.el (define-minor-mode):
2529 Make :variable more flexible.
2530 * files.el (auto-save-mode): Use it to define using define-minor-mode.
2531
2532 2010-05-05 Juri Linkov <juri@jurta.org>
2533
2534 Add `slow' and `history' tags to the desktop data.
2535
2536 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2537 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2538 (Info-finder-find-node): Require `finder.el' to be able
2539 to restore node from the desktop.
2540 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
2541 data `Info-history' and `slow' tag in the assoc list.
2542 (Info-restore-desktop-buffer): Don't restore nodes with the
2543 `slow' tag. Restore `Info-history'.
2544
2545 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
2546
2547 Add FORCE argument to `delete-file'.
2548
2549 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2550 forcing to delete the temporary file.
2551 (ange-ftp-delete-file): Add FORCE arg.
2552 (ange-ftp-rename-remote-to-remote)
2553 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2554 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2555 Force file deletion.
2556
2557 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2558
2559 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2560 (tramp-handle-make-symbolic-link, tramp-handle-load)
2561 (tramp-do-copy-or-rename-file-via-buffer)
2562 (tramp-do-copy-or-rename-file-directly)
2563 (tramp-do-copy-or-rename-file-out-of-band)
2564 (tramp-handle-process-file, tramp-handle-call-process-region)
2565 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2566 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2567 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2568
2569 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2570 (tramp-fish-handle-make-symbolic-link)
2571 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2572
2573 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2574 Use `tramp-compat-delete-file'.
2575
2576 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2577 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2578
2579 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2580 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2581
2582 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2583 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2584 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2585 `tramp-compat-delete-file'.
2586
2587 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 Minor cleanups.
2590 * subr.el (add-minor-mode): Use push.
2591 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2592 * emulation/edt.el (edt-select-mode): Simplify.
2593
2594 Use define-minor-mode in more cases.
2595 * term/tvi970.el (tvi970-set-keypad-mode):
2596 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2597 (normal-erase-is-backspace-mode):
2598 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2599 (set-scroll-bar-mode-1): (Re)move to its sole caller.
2600 (get-scroll-bar-mode): New function.
2601 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2602
2603 Use define-minor-mode for less obvious cases.
2604 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2605 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2606 * international/iso-ascii.el (iso-ascii-mode):
2607 * frame.el (auto-raise-mode, auto-lower-mode):
2608 * composite.el (global-auto-composition-mode): Use define-minor-mode.
2609
2610 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
2611
2612 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2613 in order to see error messages for failed logins.
2614
2615 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2616
2617 * diff.el (diff-sentinel):
2618
2619 * epg.el (epg--make-temp-file, epg-decrypt-string)
2620 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2621
2622 * jka-compr.el (jka-compr-partial-uncompress)
2623 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2624
2625 * server.el (server-sentinel): Use delete-file's new FORCE arg
2626 (Bug#6070).
2627
2628 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 Use define-minor-mode where applicable.
2631 * view.el (view-mode):
2632 * type-break.el (type-break-query-mode)
2633 (type-break-mode-line-message-mode):
2634 * textmodes/reftex.el (reftex-mode):
2635 * term/vt100.el (vt100-wide-mode):
2636 * tar-mode.el (tar-subfile-mode):
2637 * savehist.el (savehist-mode):
2638 * ibuf-ext.el (ibuffer-auto-mode):
2639 * composite.el (auto-composition-mode):
2640 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2641 Use define-minor-mode.
2642 (vhdl-mode): Use static mode-line format.
2643 (vhdl-mode-line-update): Delete.
2644 (vhdl-create-mode-menu, vhdl-activate-customizations)
2645 (vhdl-hs-minor-mode): Don't bother calling it.
2646
2647 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2648
2649 * simple.el (with-wrapper-hook): Move.
2650 (buffer-substring-filters): Mark obsolete.
2651 (filter-buffer-substring-functions): New variable.
2652 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
2653
2654 Use a mode-line spec rather than a static string in Semantic.
2655 * cedet/semantic/util-modes.el:
2656 (semantic-minor-modes-format): New var to replace...
2657 (semantic-minor-modes-status): Remove.
2658 (semantic-mode-line-update): Construct a mode-line spec rather than
2659 a static string so that mouse buttons can be used on individual minor
2660 modes and so that semantic-mode-line-update only needs to be called
2661 when global settings are changed.
2662 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2663 Call semantic-mode-line-update.
2664 (semantic-toggle-minor-mode-globally): Don't assume mode is on
2665 minor-mode-alist, check semantic-minor-mode-alist as well.
2666 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2667 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2668 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2669 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2670 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2671 (define-semantic-idle-service, semantic-idle-summary-mode):
2672 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2673 Don't call semantic-mode-line-update any more.
2674
2675 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2676
2677 Use define-minor-mode in CEDET where applicable.
2678
2679 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2680 Use define-minor-mode.
2681
2682 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2683 Remove unused arg `keymap' and code redundant with define-minor-mode.
2684 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2685 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2686 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2687 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2688 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2689 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2690 Use define-minor-mode.
2691 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2692 (semantic-show-unmatched-syntax-mode-setup)
2693 (semantic-show-parser-state-mode-setup)
2694 (semantic-highlight-func-mode-setup): Inline into sole caller.
2695
2696 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2697 (semantic-mru-bookmark-mode): Use define-minor-mode.
2698 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2699
2700 * cedet/semantic/idle.el (define-semantic-idle-service):
2701 Use define-minor-mode and inline setup function into its sole caller.
2702 (semantic-idle-scheduler-mode-setup)
2703 (semantic-idle-summary-mode-setup): Inline into sole caller.
2704 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2705 Use define-minor-mode.
2706
2707 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2708 (semantic-decoration-mode): Use define-minor-mode.
2709 (semantic-decoration-mode-setup): Inline into sole caller.
2710
2711 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2712 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2713 (ede-dired-add-to-target): Use dolist.
2714
2715 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2716 Michael Albinus <michael.albinus@gmx.de>
2717
2718 Implement compression for inline methods.
2719
2720 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2721 (tramp-copy-size-limit): Allow also nil.
2722 (tramp-inline-compress-commands): New defconst.
2723 (tramp-find-inline-compress, tramp-get-inline-compress)
2724 (tramp-get-inline-coding): New defuns.
2725 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2726 replaced by `tramp-get-inline-coding'.
2727 (tramp-handle-file-local-copy, tramp-handle-write-region)
2728 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2729
2730 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2733 Remove unused functions.
2734
2735 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2736 Set find-tag-default-function as a variable rather than a property.
2737
2738 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2739 * progmodes/etags.el (tags-completion-at-point-function):
2740 Remove left over interactive spec. Add autoloading stub.
2741 (complete-tag): Use tags-completion-at-point-function.
2742
2743 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
2744
2745 * minibuffer.el (tags-completion-at-point-function): Fix return value.
2746
2747 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2748
2749 * ido.el (ido-init-completion-maps): Remove C-v binding.
2750 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2751
2752 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2753
2754 * minibuffer.el (tags-completion-at-point-function): New function.
2755 (completion-at-point-functions): Use it.
2756
2757 * cedet/semantic.el (semantic-completion-at-point-function): New function.
2758 (semantic-mode): Use semantic-completion-at-point-function for
2759 completion-at-point-functions instead.
2760
2761 * progmodes/etags.el (complete-tag): Revert last change.
2762
2763 2010-04-29 Alan Mackenzie <acm@muc.de>
2764
2765 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2766 off-by-one error (in end of macro position).
2767
2768 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2769
2770 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2771 firefox is absent. Don't autoload.
2772 (browse-url-galeon-program): Don't autoload.
2773
2774 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2775
2776 * bindings.el (complete-symbol): Move into minibuffer.el.
2777
2778 * minibuffer.el (complete-tag): Move from etags.el. If tags
2779 completion cannot be performed, return nil instead of signalling
2780 an error.
2781 (completion-at-point): Make it an alias for complete-symbol.
2782 (complete-symbol): Move from bindings.el, and replace with the
2783 body of completion-at-point.
2784
2785 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2786
2787 * cedet/semantic.el (semantic-mode): When enabled, add
2788 semantic-ia-complete-symbol to completion-at-point-functions.
2789
2790 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2791 if Semantic is not active.
2792
2793 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
2794
2795 * net/tramp.el (tramp-remote-selinux-p): New defun.
2796 (tramp-handle-file-selinux-context)
2797 (tramp-handle-set-file-selinux-context): Use it.
2798
2799 2010-04-28 Sam Steingold <sds@gnu.org>
2800
2801 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2802 `safe-local-variable' if the value is a string or a symbol with
2803 the property `bug-reference-url-format'.
2804
2805 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2806
2807 * progmodes/bug-reference.el (bug-reference-url-format): Revert
2808 2010-04-27 change due to security risk.
2809
2810 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2811
2812 Make it possible to locally disable a globally enabled mode.
2813 * simple.el (fundamental-mode): Run fundamental-mode-hook.
2814 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2815 rather than kill-all-local-variables so it runs fundamental-mode-hook.
2816 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2817 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2818 that subsequent hooks get a chance to disable it.
2819
2820 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2821
2822 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2823 Avoid re-enabling a minor mode after the user turned the minor mode
2824 off if MODE-enable-in-buffers is run twice (typically once from
2825 fundamental-mode's after-change-major-mode-hook and a second time from
2826 run-mode-hook's own after-change-major-mode-hook).
2827
2828 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2829
2830 2010-04-27 Sam Steingold <sds@gnu.org>
2831
2832 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2833 `safe-local-variable' if the value is a string or a function, as
2834 documented and implemented on 2010-04-02.
2835
2836 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
2837
2838 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2839 when method is 'kill.
2840
2841 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
2842
2843 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2844 condition in default directory check.
2845 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2846 Kill ispell process when killing its associated buffer.
2847
2848 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
2849
2850 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2851 but we aren't using it.
2852
2853 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
2854
2855 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2856 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2857
2858 2010-04-24 Glenn Morris <rgm@gnu.org>
2859
2860 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2861 Ignore VCS-ignore files, and deleted nextstep preferences files.
2862 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2863 (authors-ambiguous-files): New list.
2864 (authors-valid-file-names): Add some deleted files.
2865 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2866 (authors-disambiguate-file-name): New function. (Bug#5501)
2867 (authors-canonical-file-name): Doc fix.
2868 Don't warn about obsolete files.
2869 (authors-canonical-file-name, authors-scan-el):
2870 Use authors-disambiguate-file-name.
2871
2872 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2873 Add autoload cookies.
2874 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2875 (generated-autoload-file): Set file-local value to "htmlfontify.el".
2876 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2877 They have definitions / compiler macros in cl.el.
2878 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2879 Replace manual autoloads with generated ones.
2880 (htmlfontify-unload-rgb-file): Remove autoload.
2881 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2882
2883 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2884
2885 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2886 (byte-compile-setq-default): Optimize for the
2887 single-var case and don't call byte-compile-form in this case to avoid
2888 inf-loop with byte-compile-set-default.
2889
2890 * progmodes/compile.el (compilation-start): Abbreviate default directory.
2891
2892 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
2893
2894 Implement SELINUX backends.
2895
2896 * net/tramp.el (tramp-file-name-handler-alist):
2897 Add `file-selinux-context' and `set-file-selinux-context'.
2898 (tramp-handle-file-selinux-context)
2899 (tramp-handle-set-file-selinux-context): New defuns.
2900 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2901 Handle PRESERVE-SELINUX-CONTEXT.
2902
2903 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2904 Add `file-selinux-context' and `set-file-selinux-context'.
2905 (tramp-gvfs-handle-file-selinux-context)
2906 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2907 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2908
2909 * net/ange-ftp.el (ange-ftp-copy-file):
2910 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2911 * net/tramp-imap.el (tramp-imap-handle-copy-file):
2912 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2913 Add PRESERVE-SELINUX-CONTEXT.
2914
2915 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2916
2917 Synchronize with Tramp repository.
2918
2919 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2920 (tramp-action-process-alive, tramp-action-out-of-band)
2921 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2922 (tramp-exists-file-name-handler): Fix docstring.
2923 (with-progress-reporter): New defmacro.
2924 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2925 (tramp-maybe-open-connection): Use it.
2926
2927 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
2928
2929 Detect ssh 'ControlMaster' argument automatically in some cases.
2930
2931 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2932 (tramp-default-method): Use it.
2933
2934 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2935
2936 * net/tramp.el (tramp-handle-copy-file): Add new optional
2937 parameter `preserve-selinux-context'.
2938 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2939
2940 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2941
2942 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2943 Ensure, that non remote files are still checked. Oops.
2944
2945 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
2946
2947 Fix Bug#5840.
2948
2949 * icomplete.el (icomplete-completions): Use `non-essential'.
2950
2951 * net/tramp.el (tramp-connectable-p): New defun.
2952 (tramp-handle-expand-file-name)
2953 (tramp-completion-handle-file-name-all-completions)
2954 (tramp-completion-handle-file-name-completion): Use it.
2955
2956 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2957
2958 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2959
2960 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2961
2962 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2963
2964 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2965
2966 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2967 is present.
2968
2969 * info.el (info-tool-bar-map): Add labels.
2970
2971 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2972
2973 * cus-edit.el (custom-commands): Add labels for tool bar.
2974 (custom-buffer-create-internal, Custom-mode): Adjust for
2975 labels in custom-commands.
2976
2977 * dynamic-setting.el: Renamed from font-setting.el.
2978
2979 2010-04-21 John Wiegley <jwiegley@gmail.com>
2980
2981 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2982 toggles the use of virtual buffers.
2983 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2984 value.
2985 (ido-toggle-virtual-buffers): New function.
2986
2987 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
2988
2989 Use `define-derived-mode'; fix window selection; doc fixes.
2990 * play/tetris.el (tetris, tetris-update-speed-function)
2991 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2992 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2993 (tetris-rotate-next, tetris-end-game, tetris-start-game)
2994 (tetris-pause-game): Fix typos in docstrings.
2995 (tetris-mode-map, tetris-null-map):
2996 Move initialization into declaration.
2997 (tetris-mode): Define with `define-derived-mode';
2998 set show-trailing-whitespace to nil.
2999 (tetris): Prefer window already displaying the "*Tetris*" buffer.
3000
3001 2010-04-21 Karel Klíč <kklic@redhat.com>
3002
3003 * files.el (backup-buffer): Handle SELinux context, and return it
3004 if a backup was made by renaming.
3005 (backup-buffer-copy): Set SELinux context to the target file.
3006 (basic-save-buffer): Set SELinux context of the newly written file.
3007 (basic-save-buffer-1): Now it also returns any SELinux context.
3008 (basic-save-buffer-2): Set SELinux context of the newly created file,
3009 and return it.
3010 * net/tramp.el (tramp-file-name-for-operation):
3011 Add file-selinux-context.
3012
3013 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 Make the log-edit comments use RFC822 format throughout.
3016
3017 * vc.el (vc-checkin, vc-modify-change-comment):
3018 Adjust to new vc-start/finish-logentry.
3019 (vc-find-conflicted-file): New command.
3020 (vc-transfer-file): Adjust to new vc-checkin.
3021 (vc-next-action): Improve scoping.
3022
3023 * vc-hg.el (vc-hg-log-edit-mode): Remove.
3024 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
3025
3026 * vc-git.el (vc-git-log-edit-mode): Remove.
3027 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
3028 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3029
3030 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3031 (vc-start-logentry): Remove argument `extra'.
3032 (vc-finish-logentry): Remove extra args.
3033
3034 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3035 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
3036 (vc-bzr-conflicted-files): New function.
3037
3038 * log-edit.el (log-edit-extra-flags)
3039 (log-edit-before-checkin-process): Remove.
3040 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3041 (log-edit-headers-alist): New var.
3042 (log-edit-header-contents-regexp): New const.
3043 (log-edit-match-to-eoh): New function.
3044 (log-edit-font-lock-keywords): Use them.
3045 (log-edit): Insert a "Summary:" header as default.
3046 (log-edit-mode): Mark font-lock rules as case-insensitive.
3047 (log-edit-done): Cleanup headers.
3048 (log-view-process-buffer): Remove.
3049 (log-edit-extract-headers): New function to replace it.
3050
3051 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3052
3053 * subr.el (default-direction-reversed): Remove obsolescence info.
3054
3055 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3058 windows/frames.
3059
3060 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3061 I.e. include text after point in the completion region.
3062 Also, return nil when we're not after/in a symbol.
3063
3064 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3065 default enable-multibyte-characters.
3066
3067 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3068
3069 * international/mule.el: Help the user choose a valid coding-system.
3070 (read-buffer-file-coding-system): New function.
3071 (set-buffer-file-coding-system): Use it. Prompt the user if the
3072 coding-system cannot encode all the chars.
3073
3074 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3075 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3076 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3077 Don't use *vc-bzr-shelve*.
3078
3079 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3080
3081 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3082 Don't destroy list before using it.
3083
3084 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
3085
3086 Fix the version number for added files.
3087 * vc-hg.el (vc-hg-working-revision): Check if the file is
3088 registered after hg parent fails (Bug#5961).
3089
3090 2010-04-19 Glenn Morris <rgm@gnu.org>
3091
3092 * htmlfontify.el (htmlfontify-buffer)
3093 (htmlfontify-copy-and-link-dir): Autoload entry points.
3094
3095 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
3096
3097 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3098 name relative to the project root (Bug#5960).
3099
3100 2010-04-19 Glenn Morris <rgm@gnu.org>
3101
3102 * vc-git.el (vc-git-print-log): Doc fix.
3103
3104 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3105
3106 * ido.el (ido-file-internal): Fix 2009-12-02 change.
3107
3108 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
3109
3110 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3111 default settings (Bug#5928).
3112
3113 2010-04-19 Glenn Morris <rgm@gnu.org>
3114
3115 * progmodes/fortran.el (fortran-match-and-skip-declaration):
3116 New function.
3117 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
3118
3119 2010-04-19 Kenichi Handa <handa@m17n.org>
3120
3121 * language/indian.el (malayalam-composable-pattern): Fix previous
3122 change (add U+0D4D "SIGN VIRAMA").
3123 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3124 (tamil-composable-pattern): Fix typo in the regexp.
3125 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3126 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3127 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3128
3129 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3130
3131 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3132 paragraph-separate (Bug#5821).
3133
3134 2010-04-19 Juri Linkov <juri@jurta.org>
3135
3136 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3137
3138 * info.el (Info-find-node-2): Comment out code that skips
3139 breadcrumbs line.
3140 (Info-mouse-follow-link): New command.
3141 (Info-link-keymap): New keymap.
3142 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3143 Return a string with links instead of inserting breadcrumbs
3144 to the Info buffer.
3145 (Info-fontify-node): Comment out code that inserts breadcrumbs.
3146 Instead of putting the `invisible' text property over the Info
3147 header, make an overlay over the Info header with the `invisible'
3148 property and `after-string' set to the string returned by
3149 `Info-breadcrumbs'.
3150
3151 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3152
3153 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3154 Reported by monkey@sandpframing.com.
3155
3156 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3157
3158 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3159 (tmm-get-keymap): Add key-binding shortcuts now that they're not
3160 available in the "keyseq cache" any more.
3161
3162 * custom.el (defcustom): Add edebug spec.
3163
3164 2010-04-18 Juri Linkov <juri@jurta.org>
3165
3166 Test for special mode-class in view-buffer instead of view-file (bug#5513).
3167
3168 * view.el (view-file, view-buffer): Move test for special mode-class
3169 from view-file to view-buffer.
3170
3171 * tar-mode.el (tar-extract): Turn if's into one cond
3172 like in arc-mode.el.
3173
3174 2010-04-18 Juri Linkov <juri@jurta.org>
3175
3176 Add 7z archive format support (bug#5475).
3177
3178 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3179 (archive-7z-extract): New defcustom.
3180 (archive-find-type): Add magic string for 7z.
3181 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3182 If `stderr-file' is non-nil, use `(t stderr-file)' for the
3183 `buffer' arg of `call-process'.
3184 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3185 call the function `archive-7z-extract' with the variable
3186 `archive-7z-extract' let-bound to `archive-zip-extract'.
3187 (archive-7z-summarize, archive-7z-extract): New functions.
3188
3189 * international/mule.el (auto-coding-alist):
3190 * files.el (auto-mode-alist): Add 7z file extension.
3191
3192 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3193
3194 * loadup.el: Setup hash-cons for pure data.
3195
3196 Fix duplicate entries in cedet's loaddefs.el files.
3197 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3198 Should make most file-local generated-autoload-file unnecessary.
3199 (print-readably): Silence warnings.
3200 (autoload-find-destination): Take load-name as an arg to make sure
3201 it's the same as the one that will be in the file.
3202 (autoload-generate-file-autoloads): Adjust to above changes.
3203 Try to make the dataflow a bit simpler.
3204
3205 * cvs-status.el (cvs-refontify): Remove unused.
3206
3207 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3208
3209 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3210
3211 * calc-bin.el (calc-radix): Have the "O" option turn on
3212 twos-complement mode.
3213
3214 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
3215
3216 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3217 Add `calc-option-prefix-help' to calc-help autoloads.
3218 (calc-inverse): Add "Option" to message, as appropriate.
3219 (calc-hyperbolic): Add "Option" to message, as appropriate.
3220 (calc-option, calc-is-option): New functions.
3221
3222 * calc-help.el (calc-full-help): Add `calc-option-help'.
3223 (calc-option-prefix-help): New function.
3224
3225 * calc-misc.el (calc-help): Add "Option" entry.
3226
3227 * calc.el (calc-local-var-list): Add `calc-option-flag'.
3228 (calc-option-flag): New variable.
3229 (calc-do): Set `calc-option-flag to nil.
3230 (calc-set-mode-line): Add "Opt " as appropriate.
3231
3232 2010-04-16 Juri Linkov <juri@jurta.org>
3233
3234 Move scrolling commands from simple.el to window.el
3235 because their primitives are implemented in window.c.
3236
3237 * simple.el (scroll-error-top-bottom)
3238 (scroll-up-command, scroll-down-command, scroll-up-line)
3239 (scroll-down-line, scroll-other-window-down)
3240 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3241 * window.el (scroll-error-top-bottom)
3242 (scroll-up-command, scroll-down-command, scroll-up-line)
3243 (scroll-down-line, scroll-other-window-down)
3244 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3245 Move from simple.el to window.el because their primitives are
3246 implemented in window.c.
3247
3248 2010-04-16 Juri Linkov <juri@jurta.org>
3249
3250 * isearch.el (isearch-lookup-scroll-key): Check both
3251 `isearch-scroll' and `scroll-command' properties.
3252 (scroll-up, scroll-down): Remove `isearch-scroll' property.
3253
3254 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3255
3256 * simple.el (scroll-up-command, scroll-down-command)
3257 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3258
3259 2010-04-15 Juri Linkov <juri@jurta.org>
3260
3261 * simple.el (scroll-up-command, scroll-down-command)
3262 (scroll-up-line, scroll-down-line): Put `scroll-command'
3263 property on the these symbols. Remove them from
3264 `scroll-preserve-screen-position-commands'.
3265
3266 * mwheel.el (mwheel-scroll): Put `scroll-command' and
3267 `isearch-scroll' properties on the `mwheel-scroll' symbol.
3268 Remove it from `scroll-preserve-screen-position-commands'.
3269
3270 * isearch.el (isearch-allow-scroll): Doc fix.
3271
3272 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
3273
3274 * net/tramp.el (tramp-error-with-buffer): Don't show the
3275 connection buffer when we are in completion mode.
3276 (tramp-file-name-handler): Catch the error for some operations
3277 when we are in completion mode. This gives the user the chance to
3278 correct the file name in the minibuffer.
3279
3280 2010-04-15 Glenn Morris <rgm@gnu.org>
3281
3282 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3283
3284 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
3285
3286 Simplify by using `define-derived-mode'.
3287 * info.el (Info-mode):
3288 * calendar/todo-mode.el (todo-mode):
3289 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3290 (gomoku-mode-map): Move initialization into declaration.
3291
3292 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
3293
3294 Fix Bug#5840.
3295 * ido.el (ido-file-name-all-completions-1):
3296 * minibuffer.el (minibuffer-completion-help):
3297 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3298
3299 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * simple.el (non-essential): New var.
3302
3303 Add a new field `location' to bookmarks for non-file bookmarks.
3304 * bookmark.el (bookmark-location): Use the new field, if present.
3305 (bookmark-insert-location): Undo last change, not needed any more.
3306 * man.el (Man-bookmark-make-record):
3307 * woman.el (woman-bookmark-make-record): Add `location' field.
3308
3309 2010-04-14 Juri Linkov <juri@jurta.org>
3310
3311 * simple.el (scroll-error-top-bottom): New defcustom.
3312 (scroll-up-command, scroll-down-command): Use it. Doc fix.
3313
3314 * emulation/pc-select.el (pc-select-override-scroll-error):
3315 Obsolete in favor of `scroll-error-top-bottom'.
3316
3317 2010-04-14 Juri Linkov <juri@jurta.org>
3318
3319 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3320 `scroll-up-command' and `M-v' to `scroll-down-command'.
3321
3322 * emulation/cua-rect.el (cua--init-rectangles):
3323 * forms.el (forms--change-commands):
3324 * image-mode.el (image-mode-map):
3325 Remap scroll-down-command and scroll-up-command
3326 in addition to scroll-down and scroll-up.
3327
3328 2010-04-14 Juri Linkov <juri@jurta.org>
3329
3330 * mwheel.el (scroll-preserve-screen-position-commands):
3331 Add mwheel-scroll to this list of commands.
3332
3333 * simple.el (scroll-preserve-screen-position-commands):
3334 Add scroll-up-command, scroll-down-command, scroll-up-line,
3335 scroll-down-line to this list of commands.
3336
3337 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * obsolete/complete.el: Move from lisp/complete.el.
3340
3341 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3342
3343 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3344 to the minor mode function now turns the mode ON unconditionally.
3345
3346 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3347
3348 * vc-dir.el (vc-dir-kill-line): New command.
3349 (vc-dir-mode-map): Bind it to C-k.
3350
3351 * bookmark.el (bookmark-insert-location): Handle a nil filename.
3352
3353 * woman.el: Add bookmark declarations to silence the compiler.
3354 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3355 step to compatibility between man and woman bookmarks.
3356 Adjust for Man-default-bookmark-title renaming.
3357 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
3358
3359 * man.el: Add bookmark declarations to silence the compiler.
3360 (Man-name-local-regexp): Make it match NAME as well.
3361 (Man-getpage-in-background): Return the buffer.
3362 (Man-notify-when-ready): Use `case'.
3363 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3364 Don't hardcode "NAME". Simplify.
3365 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3366 Rename from Man-bookmark-make-record.
3367 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
3368 we have the actual man-args. Use Man-getpage-in-background rather
3369 than `man' since the arg is already processed. Let bookmark.el do the
3370 window handling. Only wait for the relevant process.
3371 Don't forget to autoload.
3372
3373 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3374
3375 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3376
3377 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3378 New functions.
3379 (woman-mode): Setup bookmark support.
3380
3381 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3382 (man-bookmark-jump): New functions.
3383 (Man-mode): Setup bookmark support.
3384
3385 2010-04-10 Jari Aalto <jari.aalto@cante.net>
3386
3387 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3388 recognize ssh-keygen prompt (Bug#2817).
3389
3390 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3391
3392 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3393
3394 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3395
3396 Synchronize with Tramp repository.
3397
3398 * net/tramp.el (tramp-completion-function-alist)
3399 (tramp-file-name-regexp, tramp-chunksize)
3400 (tramp-local-coding-commands, tramp-remote-coding-commands):
3401 Fix docstring.
3402 (tramp-remote-process-environment): Use `format' instead of `concat'.
3403 (tramp-handle-directory-files-and-attributes)
3404 (tramp-get-remote-path): Use `copy-tree'.
3405 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3406 compatibility: Use `completion-ignore-case' if
3407 `read-file-name-completion-ignore-case' does not exist.
3408 (tramp-do-copy-or-rename-file-directly): Do not use
3409 `tramp-handle-file-remote-p'.
3410 (tramp-do-copy-or-rename-file-out-of-band):
3411 Use `tramp-compat-delete-directory'.
3412 (tramp-do-copy-or-rename-file-out-of-band)
3413 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3414 Use `format-spec-make'.
3415 (tramp-find-foreign-file-name-handler)
3416 (tramp-advice-make-auto-save-file-name)
3417 (tramp-set-auto-save-file-modes): Remove superfluous check for
3418 `stringp'. This is done inside `tramp-tramp-file-p'.
3419 (tramp-debug-outline-regexp): New defconst.
3420 (tramp-get-debug-buffer): Use it.
3421 (tramp-check-for-regexp): Use (forward-line 1).
3422 (tramp-set-auto-save-file-modes): Adapt version check.
3423
3424 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3425 Wrap call of `featurep' for 2nd argument.
3426 (tramp-compat-make-temp-file): Simplify fallback implementation.
3427 (tramp-compat-copy-tree): Remove function.
3428 (tramp-compat-delete-directory): Provide implementation for older
3429 Emacsen.
3430
3431 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3432 Do not use `tramp-fish-handle-file-attributes.
3433
3434 * net/trampver.el: Update release number.
3435
3436 2010-04-10 Glenn Morris <rgm@gnu.org>
3437
3438 * progmodes/compile.el (compilation-save-buffers-predicate):
3439 Add missing :version tag.
3440
3441 2010-04-09 Sam Steingold <sds@gnu.org>
3442
3443 * progmodes/compile.el (compilation-save-buffers-predicate):
3444 Remove the "autoload" cookie.
3445
3446 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3447 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3448 and `bug-reference-prog-mode' can be used in hooks directly.
3449
3450 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3451
3452 Add --author support to git commit.
3453 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3454 (vc-git-log-edit-mode): New minor mode.
3455 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3456 New declarations.
3457
3458 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
3459
3460 * vc-hooks.el, vc-git.el: Improve documentation comments.
3461
3462 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 Fix some of the problems in defsubst* (bug#5728).
3465 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3466 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3467
3468 2010-04-07 Sam Steingold <sds@gnu.org>
3469
3470 * progmodes/compile.el (compilation-save-buffers-predicate):
3471 New custom variable.
3472 (compile, recompile): Pass it to `save-some-buffers'.
3473
3474 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3475
3476 * wid-edit.el (widget-choose): Move cursor to the second line of
3477 the buffer (Bug#5695).
3478
3479 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3480
3481 Add new VC methods: vc-log-incoming and vc-log-outgoing.
3482 * vc.el (vc-print-log-setup-buttons): New function split out from
3483 vc-print-log-internal.
3484 (vc-log-internal-common): New function, a parametrized version of
3485 vc-print-log-internal.
3486 (vc-print-log-internal): Just call vc-log-internal-common with the
3487 right arguments.
3488 (vc-incoming-outgoing-internal):
3489 (vc-log-incoming, vc-log-outgoing): New functions.
3490 (vc-log-view-type): New permanent local variable.
3491
3492 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3493
3494 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3495 of the dynamic bound vc-short-log.
3496 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3497
3498 * vc-git.el (vc-git-log-outgoing): New function.
3499 (vc-git-log-view-mode): Use vc-log-view-type instead
3500 of the dynamic bound vc-short-log.
3501
3502 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3503 of the dynamic bound vc-short-log. Highlight the tag.
3504 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3505 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3506 (vc-hg-incoming-mode): Remove.
3507 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3508
3509 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3510
3511 Fix default-directory for vc-root-diff.
3512 * vc.el (vc-root-diff): Bind default-directory to the root
3513 directory for the diff command.
3514
3515 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
3516
3517 * progmodes/verilog-mode.el (verilog-forward-sexp):
3518 (verilog-calc-1): Support "disable fork" and "fork wait" multi
3519 word keywords, suggested by Steve Pearlmutter.
3520 (verilog-pretty-declarations): Support lineup of declarations in
3521 port lists.
3522 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3523 fix bug for /* / comments.
3524 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3525 Speed up and simplfy as this is never called with a bound.
3526 (verilog-pretty-declarations): Enhance to line up declarations
3527 inside a parameter list, suggested by Alan Morgan.
3528 (verilog-pretty-expr): Tune assignment regular expression match
3529 string for corner cases; also use markers instead of character
3530 number as indent changes the later.
3531
3532 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
3533
3534 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3535 as missing keyword.
3536 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3537 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
3538 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3539 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
3540 Tennant.
3541 (verilog-keywords):
3542 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3543 1800-2009 keywords, including "global.".
3544
3545 2010-04-06 John Wiegley <jwiegley@gmail.com>
3546
3547 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3548 appearing in buffer list (if a live buffer name matched a recentf
3549 file basename). Should use uniquify to offer a real solution.
3550
3551 2010-04-06 John Wiegley <jwiegley@gmail.com>
3552
3553 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3554 comment to code, and add a :version tag.
3555 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3556
3557 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
3558
3559 Enable recentf-mode if using virtual buffers.
3560 * ido.el (recentf-list): Declare for byte-compiler.
3561 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
3562 (ido-make-buffer-list): Simplify.
3563 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
3564
3565 2010-04-05 Juri Linkov <juri@jurta.org>
3566
3567 Scrolling commands which scroll a line instead of full screen.
3568 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3569
3570 * simple.el (scroll-up-line, scroll-down-line): New commands.
3571 Put property isearch-scroll=t on them.
3572
3573 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3574 Remove commands.
3575
3576 2010-04-05 Juri Linkov <juri@jurta.org>
3577
3578 Scrolling commands which do not signal errors at top/bottom.
3579 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3580
3581 * simple.el (scroll-up-command, scroll-down-command): New commands.
3582 Put property isearch-scroll=t on them.
3583
3584 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3585 `scroll-down-command' and [next] from `scroll-up' to
3586 `scroll-up-command'.
3587
3588 * emulation/cua-base.el: Put property CUA=move on
3589 `scroll-up-command' and `scroll-down-command'.
3590 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3591 and `scroll-down-command' to `cua-scroll-down'.
3592
3593 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
3594
3595 * help.el (describe-mode): Return nil.
3596
3597 2010-04-04 John Wiegley <jwiegley@gmail.com>
3598
3599 * ido.el (ido-use-virtual-buffers): New variable to indicate
3600 whether "virtual buffer" support is enabled for IDO.
3601 (ido-virtual): Face used to indicate virtual buffers in the list.
3602 (ido-buffer-internal): If a buffer is chosen, and no such buffer
3603 exists, but a virtual buffer of that name does (which would be why
3604 it was in the list), recreate the buffer by reopening the file.
3605 (ido-make-buffer-list): If virtual buffers are being used, call
3606 `ido-add-virtual-buffers-to-list' before the make list hook.
3607 (ido-virtual-buffers): New variable which contains a copy of the
3608 current contents of the `recentf-list', albeit pared down for the
3609 sake of speed, and with proper faces applied.
3610 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3611 create a list of "virtual buffers" to present to the user in
3612 addition to the currently open set. Note that this logic could
3613 get rather slow if that list is too large. With the default
3614 `recentf-max-saved-items' of 200, there is little speed penalty.
3615
3616 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3617
3618 * font-lock.el: Require CL when compiling.
3619 (font-lock-turn-on-thing-lock): Use `case'.
3620
3621 2010-04-03 Eli Zaretskii <eliz@gnu.org>
3622
3623 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3624 Zaretskii.
3625
3626 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
3627
3628 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3629 (semantic-create-imenu-directory-index): Fix typos in docstrings.
3630 (semantic-imenu-goto-function): Reflow docstring.
3631
3632 2010-04-02 Juri Linkov <juri@jurta.org>
3633
3634 * ehelp.el (electric-help-orig-major-mode):
3635 New buffer-local variable.
3636 (electric-help-mode): Set it to original major-mode. Doc fix.
3637 (with-electric-help): Use `electric-help-orig-major-mode' instead
3638 of (default-value 'major-mode). Doc fix.
3639 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3640
3641 2010-04-02 Sam Steingold <sds@gnu.org>
3642
3643 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3644 `vc-hg-command' with a list of flags.
3645
3646 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3647 Also accept "patch" and "RFE".
3648 (bug-reference-fontify): `bug-reference-url-format' can also be a
3649 function to be able to handle the bug kind.
3650 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3651
3652 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
3653
3654 * tmm.el (tmm-get-keymap): Check with symbolp before passing
3655 value to fboundp, it may not be a symbol.
3656
3657 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3658
3659 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3660
3661 2010-03-31 Juri Linkov <juri@jurta.org>
3662
3663 * simple.el (next-line, previous-line): Re-throw a signal
3664 with `signal' instead of using `ding'.
3665 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3666
3667 2010-03-31 Juri Linkov <juri@jurta.org>
3668
3669 * simple.el (keyboard-escape-quit): Raise deselecting the active
3670 region higher than exiting the minibuffer.
3671 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3672
3673 2010-03-31 Juri Linkov <juri@jurta.org>
3674
3675 * image.el (image-animated-p): Use `image-metadata' instead of
3676 `image-extension-data'. Get GIF extenstion data from metadata
3677 property `extension-data'.
3678
3679 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * simple.el (append-to-buffer): Simplify.
3682
3683 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
3684
3685 * textmodes/artist.el (artist-mode): Fix typo in docstring.
3686 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
3687
3688 2010-03-31 Kenichi Handa <handa@m17n.org>
3689
3690 * language/sinhala.el (composition-function-table): Fix regexp for
3691 the new Unicode specification.
3692
3693 * language/indian.el (devanagari-composable-pattern)
3694 (tamil-composable-pattern, kannada-composable-pattern)
3695 (malayalam-composable-pattern): Adjust for the new Unicode
3696 specification.
3697 (bengali-composable-pattern, gurmukhi-composable-pattern)
3698 (gujarati-composable-pattern, oriya-composable-pattern)
3699 (telugu-composable-pattern): New variables to cope with the new
3700 Unicode specification. Use them in composition-function-table.
3701
3702 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 Make tmm-menubar work for the Buffers menu again (bug#5726).
3705 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3706 vectors rather than cons cells, as used in menu-bar-update-buffers.
3707
3708 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3709
3710 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3711 (js-insert-and-indent): Revert 2009-08-15 change, restoring
3712 electric punctuation for "{}();,:" (Bug#5586).
3713
3714 * mail/sendmail.el (mail-default-directory): Doc fix.
3715
3716 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * mail/sendmail.el (mail-default-directory): Doc fix.
3719
3720 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3721
3722 * subr.el (version-regexp-alist, version-to-list)
3723 (version-list-<, version-list-=, version-list-<=)
3724 (version-list-not-zero, version<, version<=, version=): Doc fix.
3725 (Bug#5744).
3726
3727 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
3728
3729 * vc.el (vc-root-diff): Doc fix.
3730
3731 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3734
3735 * simple.el (append-to-buffer): Fix last change.
3736
3737 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3738
3739 * simple.el (append-to-buffer): Ensure that point is preserved if
3740 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
3741 (Bug#5749)
3742
3743 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * files.el (auto-mode-case-fold): Change default to t.
3746
3747 2010-03-30 Juri Linkov <juri@jurta.org>
3748
3749 * dired-x.el (dired-omit-mode): Doc fix.
3750
3751 2010-03-30 Juri Linkov <juri@jurta.org>
3752
3753 * replace.el (occur-accumulate-lines): Move occur-engine related
3754 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3755 to be located after `occur-engine'.
3756
3757 2010-03-30 Juri Linkov <juri@jurta.org>
3758
3759 Make occur handle multi-line matches cleanly with context.
3760 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3761
3762 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3763 (occur-engine): Add local variables `ret', `prev-after-lines',
3764 `prev-lines'. Use more arguments for `occur-context-lines'.
3765 Set first elem of its returned list to `data', and the second elem
3766 to `prev-after-lines'. Don't print the separator line.
3767 In the end, print remaining context after-lines.
3768 (occur-context-lines): Add new arguments `begpt', `endpt',
3769 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
3770 after-lines of the previous match with before-lines of the
3771 current match and not overlap them. Return a list with two
3772 values: the output line and the list of context after-lines.
3773
3774 2010-03-30 Juri Linkov <juri@jurta.org>
3775
3776 * replace.el (occur-accumulate-lines): Fix a bug where the first
3777 context line at the beginning of the buffer was missing.
3778
3779 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3780
3781 * files.el: Make bidi-display-reordering safe variable for boolean
3782 values.
3783
3784 2010-03-29 Phil Hagelberg <phil@evri.com>
3785 Chong Yidong <cyd@stupidchicken.com>
3786
3787 * subr.el: Extend progress reporters to perform "spinning".
3788 (progress-reporter-update, progress-reporter-do-update):
3789 Handle non-numeric value arguments.
3790 (progress-reporter--pulse-characters): New var.
3791
3792 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
3793
3794 * progmodes/compile.el (compilation-start): Fix regexp detection
3795 of initial cd command (Bug#5771).
3796
3797 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
3798
3799 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3800
3801 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
3802
3803 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3804 * lisp/progmodes/gdb-mi.el: Restore.
3805 * lisp/progmodes/gdb-ui.el: Remove.
3806 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3807
3808 2010-03-25 Glenn Morris <rgm@gnu.org>
3809
3810 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3811 all dired buffers, even tramp ones. (Bug#5755)
3812
3813 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 Add "union tags" in mpc.el.
3816 * mpc.el: Remove backward compatibility code.
3817 (mpc-browser-tags): Change default.
3818 (mpc--find-memoize-union-tags): New var.
3819 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3820 (mpc-cmd-find): Handle the case where the playlist does not exist.
3821 Handle union-tags.
3822 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
3823 (mpc-cmd-add): Use mpc-cmd-flush.
3824 (mpc-tagbrowser-tag-name): New fun.
3825 (mpc-tagbrowser-buf): Use it.
3826 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
3827
3828 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 Misc cleanup.
3831 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3832 Use replace-regexp-in-string.
3833 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3834 (makefile-imake-mode-syntax-table): Move init into defvar.
3835 (makefile-mode): Use define-derived-mode.
3836
3837 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3838 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3839 not be present any more.
3840
3841 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3842
3843 * faces.el (set-face-attribute): Fix typo in docstring.
3844 (face-valid-attribute-values): Reflow docstring.
3845
3846 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3847
3848 2010-03-24 Glenn Morris <rgm@gnu.org>
3849
3850 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3851
3852 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3853
3854 * indent.el (indent-for-tab-command): Doc fix.
3855
3856 2010-03-24 Alan Mackenzie <acm@muc.de>
3857
3858 * progmodes/cc-engine.el (c-remove-stale-state-cache):
3859 Fix off-by-one error. Fixes bug #5747.
3860
3861 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3862
3863 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3864 (image-dired-read-comment): Doc fix.
3865
3866 * json.el (json-object-type, json-array-type, json-key-type)
3867 (json-false, json-null, json-read-number):
3868 * minibuffer.el (completion-in-region-functions):
3869 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3870 (cal-tex-cursor-week):
3871 * emacs-lisp/trace.el (trace-function):
3872 * eshell/em-basic.el (eshell/printnl):
3873 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3874 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3875 * obsolete/levents.el (allocate-event, event-key, event-object)
3876 (event-point, event-process, event-timestamp, event-to-character)
3877 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3878 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3879 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3880 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3881 (reftex-highlight-selection): Fix typos in docstrings.
3882
3883 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3884
3885 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3886
3887 2010-03-24 Glenn Morris <rgm@gnu.org>
3888
3889 * mail/rmail.el (rmail-highlight-face): Restore option deleted
3890 2008-02-13 without comment; mark it obsolete.
3891 (rmail-highlight-headers): Use rmail-highlight-face once more.
3892
3893 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3894
3895 * woman.el (woman2-process-escapes): Only consume the newline if
3896 the filler character is on a line by itself (Bug#5729).
3897
3898 2010-03-24 Kenichi Handa <handa@m17n.org>
3899
3900 * language/indian.el (devanagari-composable-pattern): Add more
3901 consonants.
3902
3903 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3904
3905 * net/trampver.el: Update release number.
3906
3907 2010-03-24 Glenn Morris <rgm@gnu.org>
3908
3909 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3910
3911 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3912
3913 * net/tramp.el (tramp-find-executable):
3914 Use `tramp-get-connection-buffer'. Make the regexp for checking
3915 output of "wc -l" more robust.
3916 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3917 (tramp-open-connection-setup-interactive-shell): Remove workaround
3918 for OpenSolaris bug, it is not needed anymore.
3919
3920 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
3921
3922 * cedet/semantic/imenu.el: New file, from the CEDET repository
3923 (Bug#5412).
3924
3925 2010-03-24 Glenn Morris <rgm@gnu.org>
3926
3927 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
3928
3929 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
3930
3931 * files.el (auto-mode-alist): Accept more verilog file patterns.
3932
3933 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3934
3935 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3936
3937 2010-03-24 Glenn Morris <rgm@gnu.org>
3938
3939 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3940 log-edit-before-checkin-process.
3941
3942 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3943
3944 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3945
3946 * vc-dispatcher.el (vc-start-logentry): Doc fix.
3947 (log-view-process-buffer, log-edit-extra-flags): Declare.
3948
3949 * log-edit.el (log-edit-before-checkin-process): Doc fix.
3950
3951 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3952 Consistently check ede-object is bound throughout.
3953
3954 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3955
3956 2010-03-23 Sam Steingold <sds@gnu.org>
3957
3958 Fix bug#5620: recalculate all markers on compilation buffer
3959 modifications, not on file modifications.
3960 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3961 the buffer modification time, for buffers not associated with files.
3962 (compilation-mode): Create it.
3963 (compilation-filter): Update it.
3964 (compilation-next-error-function): Use it instead of
3965 `visited-file-modtime' for timestamp.
3966
3967 2010-03-23 Juri Linkov <juri@jurta.org>
3968
3969 Implement Occur multi-line matches.
3970 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3971
3972 * replace.el (occur): Doc fix.
3973 (occur-engine): Set `begpt' to the beginning of the first line.
3974 Set `endpt' to the end of the last match line. At first, count
3975 line numbers between `origpt' and `begpt'. Split out code from
3976 `out-line' variable to new let-bindings `match-prefix' and
3977 `match-str'. In `out-line' add non-numeric prefix to all
3978 non-first lines of multi-line matches. Finally, count lines
3979 between `begpt' and `endpt' and add to `lines'.
3980
3981 2010-03-23 Juri Linkov <juri@jurta.org>
3982
3983 * replace.el (occur-accumulate-lines, occur-engine):
3984 Use `occur-engine-line' instead of duplicate code.
3985 (occur-engine-line): New function created from duplicate code
3986 in `occur-accumulate-lines' and `occur-engine'.
3987
3988 * replace.el (occur-engine-line): Add optional arg `keep-props'.
3989 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3990
3991 2010-03-23 Juri Linkov <juri@jurta.org>
3992
3993 * finder.el: Remove TODO tasks.
3994
3995 * info.el (Info-finder-find-node): Add node "all"
3996 with all package info. Handle a list of multiple keywords
3997 separated by comma.
3998 (info-finder): In interactive use with a prefix argument,
3999 use `completing-read-multiple' to read a list of keywords
4000 separated by comma.
4001
4002 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4003
4004 Add a new completion style `substring'.
4005 * minibuffer.el (completion-basic--pattern): New function.
4006 (completion-basic-try-completion, completion-basic-all-completions):
4007 Use it.
4008 (completion-substring--all-completions)
4009 (completion-substring-try-completion)
4010 (completion-substring-all-completions): New functions.
4011 (completion-styles-alist): New style `substring'.
4012
4013 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 Get rid of .elc files after removal of the corresponding .el.
4016 * Makefile.in (compile-clean): New target.
4017 (compile-main): Use it.
4018
4019 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
4020
4021 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4022 don't do make there. When compiling with separate object dir, there
4023 is no Makefile there.
4024
4025 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4026
4027 Get rid of the ELCFILES abomination, again.
4028 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4029 (all, compile): Don't call compile-last.
4030 (compile-main): Build the "elcfiles" list dynamically.
4031 (compile-targets): New (internal) target.
4032
4033 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
4034
4035 * Makefile.in (top_srcdir): Define.
4036 (abs_top_builddir): Define.
4037 (srcdir): Don't append `/..'.
4038 (EMACS): Use ${abs_top_builddir}.
4039 (all, compile, compile-always, compile-last): Don't set emacswd.
4040 (update-subdirs, update-authors): Use $(top_srcdir) instead of
4041 $(srcdir).
4042 (lisp): Use $(srcdir) instead of @srcdir@.
4043
4044 2010-03-21 Juri Linkov <juri@jurta.org>
4045
4046 Fix message of multi-line occur regexps and multi-buffer header lines.
4047 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4048
4049 * replace.el (occur-1): Don't display regexp if it is longer
4050 than window-width. Use `query-replace-descr' to display regexp.
4051 (occur-engine): Don't display regexp in the buffer header for
4052 multi-buffer occur. Display a separate header line with total
4053 match count and regexp for multi-buffer occur.
4054 Use `query-replace-descr' to display regexp.
4055
4056 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4057
4058 * net/secrets.el: Fix parenthesis.
4059 (secrets-enabled): Fix parenthesis.
4060
4061 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 Use more relative file and directory names.
4064 * Makefile.in (EMACS): Arrange for it to work when we chdir.
4065 (setwins, setwins_almost, setwins_for_subdirs):
4066 Don't `cd'; output relative names.
4067 (all, compile, compile-always, compile-last): Set emacswd.
4068 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4069 Just cd to the lisp source dir so we can use relative file names.
4070
4071 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4072
4073 2010-03-20 Glenn Morris <rgm@gnu.org>
4074
4075 * textmodes/rst.el: Use faces for font-lock customization, and make the
4076 old -face variables obsolete.
4077 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4078 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4079 (rst-block-face, rst-external-face, rst-definition-face)
4080 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4081 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4082 Make obsolete.
4083 (rst-font-lock-keywords-function): Update for above changes.
4084
4085 2010-03-20 Juri Linkov <juri@jurta.org>
4086
4087 * s-region.el:
4088 * obsolete/s-region.el: Move to obsolete.
4089
4090 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
4091
4092 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4093
4094 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4095
4096 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4097
4098 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4099
4100 Add special markup processing for commit logs.
4101 * log-edit.el (log-edit-extra-flags): New variable.
4102 (log-edit): Add new argument MODE. Use that mode when non-nil
4103 instead of the log-view-mode.
4104 (log-view-process-buffer): New function.
4105
4106 * vc.el: Document that the checkin method takes optional
4107 arguments. Document new backend specific method: log-view-mode.
4108 (vc-default-log-edit-mode): New function.
4109 (vc-checkin): Use a backend specific log-view-mode.
4110 Pass extra arguments to the checkin method.
4111 (vc-modify-change-comment): Pass a dummy extra argument.
4112
4113 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4114 log-edit.
4115 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4116 (vc-finish-logentry): Process the log buffer before passing it
4117 down. Pass log-edit-extra-flags.
4118
4119 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4120 command.
4121 (log-edit-extra-flags, log-edit-before-checkin-process):
4122 New declarations.
4123
4124 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4125 command.
4126 (log-edit-extra-flags, log-edit-before-checkin-process):
4127 New declarations.
4128 (vc-hg-log-edit-mode): New derived mode.
4129
4130 * vc-arch.el (vc-arch-checkin):
4131 * vc-cvs.el (vc-cvs-checkin):
4132 * vc-git.el (vc-git-checkin):
4133 * vc-mtn.el (vc-mtn-checkin):
4134 * vc-rcs.el (vc-rcs-checkin):
4135 * vc-sccs.el (vc-sccs-checkin):
4136 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4137
4138 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4139
4140 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4141 parent typo).
4142
4143 2010-03-19 Glenn Morris <rgm@gnu.org>
4144
4145 * password-cache.el (password-cache, password-cache-expiry): Autoload.
4146
4147 2010-03-18 Glenn Morris <rgm@gnu.org>
4148
4149 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4150
4151 * replace.el (query-replace-history): Give it a doc string.
4152 (map-query-replace-regexp): Use query-replace-from-history-variable
4153 and query-replace-to-history-variable.
4154
4155 * mail/hashcash.el (declare-function): Remove duplicate definition.
4156
4157 * mail/emacsbug.el (report-emacs-bug-pretest-address):
4158 Make it an obsolete alias for report-emacs-bug-address.
4159 (message-strip-special-text-properties): Declare.
4160 (report-emacs-bug): Remove test for a pretest bug address.
4161 Combine message-mode-specific code.
4162
4163 * mail/supercite.el: Don't require sendmail.
4164 (mh-in-header-p): Declare rather than using with-no-warnings.
4165 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4166 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
4167
4168 * calendar/cal-french.el: Convert to utf-8.
4169
4170 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4171 Emacs scripts.
4172
4173 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
4174
4175 * net/secrets.el (secrets-enabled): New variable. Use it instead
4176 of a subfeature.
4177
4178 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
4179
4180 * net/secrets.el (top): Register the D-Bus signals only when the
4181 service "org.freedesktop.secrets" can be pinged.
4182 Provide subfeature `enabled'.
4183
4184 2010-03-14 Juri Linkov <juri@jurta.org>
4185
4186 Add finder unknown keywords.
4187
4188 * finder.el (finder-unknown-keywords): New function.
4189
4190 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4191 to create a Finder node with unknown keywords.
4192
4193 2010-03-14 Juri Linkov <juri@jurta.org>
4194
4195 * finder.el (finder-compile-keywords): Replace `princ' with
4196 `prin1' on a list of symbols interned from keyword strings.
4197
4198 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4199 a comma, then split keywords using a comma and optional whitespace.
4200 Otherwise, split by whitespace.
4201
4202 * complete.el:
4203 * face-remap.el:
4204 * log-view.el:
4205 * net/hmac-def.el:
4206 * net/hmac-md5.el:
4207 * net/netrc.el:
4208 * progmodes/mixal-mode.el: Fix keywords.
4209
4210 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
4211
4212 * Makefile.in (ELCFILES): Add net/secrets.elc.
4213
4214 * net/secrets.el: New file.
4215
4216 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4217
4218 * facemenu.el (list-colors-display, list-colors-print): New arg
4219 callback. Use it to allow selecting colors.
4220
4221 * wid-edit.el (widget-image-insert): Insert image prop even if the
4222 current display is non-graphic.
4223 (widget-field-value-set): New fun.
4224 (editable-field): Use it.
4225 (widget-field-value-get): Clean up unused var.
4226 (widget-color-value-create, widget-color--choose-action):
4227 New funs. Allow using list-colors-display to choose color.
4228
4229 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * cus-edit.el: Resort topmost custom groups.
4232 (custom-buffer-sort-alphabetically): Default to t.
4233 (customize-apropos): Use apropos-parse-pattern.
4234 (custom-search-field): New var.
4235 (custom-buffer-create-internal): Add custom-apropos search field.
4236 (custom-add-parent-links): Don't display parent doc.
4237 (custom-group-value-create): Don't sort top-level custom group.
4238 (custom-magic-value-create): Show visibility button before option name.
4239
4240 (custom-variable-state): New fun, from custom-variable-state-set.
4241 (custom-variable-state-set): Use it.
4242 (custom-group-value-create): Hide options with standard values
4243 using the :hidden-states property. Use progress reporter.
4244
4245 (custom-show): Simplify.
4246 (custom-visibility): Disable images by default.
4247 (custom-variable): New property :hidden-states.
4248 (custom-variable-value-create): Enable images for
4249 custom-visibility widgets. Use :hidden-states property to
4250 determine initial visibility.
4251
4252 * wid-edit.el (widget-image-find): Give images center ascent.
4253 (visibility): Add :on-image and :off-image properties.
4254 (widget-visibility-value-create): Use them.
4255
4256 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4257
4258 * cus-edit.el (processes): Remove from development group.
4259 (oop, hypermedia): Delete group.
4260 (comm): Promote to top-level group.
4261
4262 * net/browse-url.el (browse-url):
4263 * net/xesam.el (xesam):
4264 * net/tramp.el (tramp):
4265 * net/goto-addr.el (goto-address):
4266 * net/ange-ftp.el (ange-ftp): Put in comm group.
4267
4268 * view.el (view): Remove from editing group.
4269
4270 * uniquify.el (uniquify): Put in files group.
4271
4272 * net/browse-url.el (browse-url):
4273 * ps-print.el (postscript): Put in external group.
4274
4275 * cus-edit.el (outlines):
4276 * textmodes/text-mode.el (text-mode-hook):
4277 * textmodes/table.el (table):
4278 * textmodes/picture.el (picture):
4279 * outline.el (outlines): Put in wp group.
4280
4281 * nxml/nxml-mode.el (nxml): Remove from wp group.
4282
4283 * net/tramp-imap.el (tramp-imap): Put in tramp group.
4284
4285 * mail/metamail.el (metamail): Remove from hypermedia group.
4286
4287 * cus-edit.el (abbrev):
4288 * whitespace.el (whitespace):
4289 * vcursor.el (vcursor):
4290 * reveal.el (reveal):
4291 * hl-line.el (hl-line): Put in convenience group.
4292
4293 * epg-config.el (epg): Put in data group.
4294
4295 * emulation/pc-select.el (pc-select): Put in emulations group.
4296
4297 * calculator.el (calculator): Put in applications group.
4298
4299 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4300
4301 Add .dir-locals.el support for file-less buffers.
4302 * files.el (hack-local-variables): Split out code to apply local
4303 variable settings ...
4304 (hack-local-variables-apply): ... here. New function.
4305 (hack-dir-local-variables): Use the default directory for when the
4306 buffer does not have an associated file.
4307 (hack-dir-local-variables-non-file-buffer): New function.
4308 * diff-mode.el (diff-mode):
4309 * vc-annotate.el (vc-annotate-mode):
4310 * vc-dir.el (vc-dir-mode):
4311 * log-edit.el (log-edit-mode):
4312 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4313
4314 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4315
4316 Add support for shelving snapshots and for showing shelves.
4317 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4318 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4319 New functions.
4320 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4321 (vc-bzr-extra-menu-map): Map them.
4322
4323 2010-03-11 Glenn Morris <rgm@gnu.org>
4324
4325 * cus-edit.el (customize-changed-options-previous-release):
4326 Bump to 23.1.
4327
4328 * image.el (image-animate-max-time): Fix :version tag.
4329
4330 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4331
4332 * Branch for 23.2.
4333
4334 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4335
4336 * vc-git.el (vc-git-revision-table): Include remote branches.
4337
4338 2010-03-10 Kim F. Storm <storm@cua.dk>
4339
4340 Animated image API.
4341 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4342
4343 * image.el (image-animate-max-time): New defcustom.
4344 (image-animated-types): New defconst.
4345 (create-animated-image, image-animate-timer)
4346 (image-animate-start, image-animate-stop, image-animate-timeout)
4347 (image-animated-p): New functions.
4348
4349 * image-mode.el (image-toggle-display-image):
4350 Replace `create-image' with `create-animated-image'.
4351
4352 2010-03-09 Miles Bader <miles@gnu.org>
4353
4354 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4355 instead of "format:"; this ensures that the output is
4356 newline-terminated.
4357
4358 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
4359
4360 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4361 that all errors are caught, and that the return value is always a
4362 list (Bug#5692).
4363
4364 2010-03-08 Kenichi Handa <handa@m17n.org>
4365
4366 * language/misc-lang.el (windows-1256): New coding system.
4367 (cp1256): New alias of windows-1256 (bug#5690).
4368
4369 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
4370
4371 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4372 call to rfc822-bad-address. (Bug#5692)
4373
4374 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
4375
4376 * vc-git.el (vc-git-annotate-extract-revision-at-line):
4377 Use vc-git-root as default directory for revision path (Bug#5657).
4378
4379 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4380
4381 * calculator.el (calculator): Don't bind split-window-keep-point
4382 (Bug#5674).
4383
4384 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 * vc-git.el: Re-flow to fit into 80 columns.
4387 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4388 Remove spurious `quote' element in each case alternative.
4389 (vc-git-show-log-entry): Use prog1.
4390 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4391
4392 2010-03-06 Glenn Morris <rgm@gnu.org>
4393
4394 * cedet/semantic/grammar.el (semantic-grammar-header-template):
4395 Update template copyright to GPLv3+.
4396
4397 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4398
4399 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4400
4401 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4402
4403 * macros.el (insert-kbd-macro): Look up keyboard macro using the
4404 definition, not the name (Bug#5481).
4405
4406 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
4407
4408 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4409 argument with a local variable. (Bug#5670)
4410
4411 2010-03-02 Juri Linkov <juri@jurta.org>
4412
4413 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
4414
4415 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
4416
4417 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4418 error when FILENAME and NEWNAME are existing remote directories.
4419
4420 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4421 parameter DIR-FLAG.
4422
4423 2010-03-02 Glenn Morris <rgm@gnu.org>
4424
4425 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4426 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4427
4428 2010-03-01 Kenichi Handa <handa@m17n.org>
4429
4430 * language/burmese.el (burmese-composable-pattern): Rename from
4431 myanmar-composable-pattern.
4432
4433 * international/characters.el (script-list):
4434 * international/fontset.el (script-representative-chars):
4435 Change myanmar to burmese.
4436 (otf-script-alist): Likewise.
4437 (setup-default-fontset): Likewise. Re-fix :otf spec.
4438
4439 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4440
4441 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4442
4443 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
4444
4445 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4446
4447 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4448
4449 * net/tramp.el (tramp-handle-write-region): START can be a string.
4450 Take care in the checks. Reported by Dan Davison
4451 <davison@stats.ox.ac.uk>.
4452
4453 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4454
4455 * net/dbus.el (dbus-introspect, dbus-get-property)
4456 (dbus-set-property, dbus-get-all-properties):
4457 Use `dbus-call-method' when noninteractive. (Bug#5645)
4458
4459 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
4460
4461 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4462 * emacs-lisp/elint.el (elint-add-required-env):
4463 * cedet/semantic/db-find.el
4464 (semanticdb-find-translate-path-brutish-default):
4465 * cedet/ede/make.el (ede-make-check-version):
4466 * calendar/icalendar.el (icalendar--add-diary-entry):
4467 * calc/calcalg2.el (math-tracing-integral):
4468 * files.el (recover-session-finish): Use with-current-buffer
4469 instead of save-excursion.
4470
4471 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4472
4473 Fix in-buffer completion when after-change-functions modify the buffer.
4474 * minibuffer.el (completion--replace): New function.
4475 (completion--do-completion): Use it and use relative movement.
4476
4477 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4478
4479 * international/fontset.el (setup-default-fontset): Fix :otf spec.
4480
4481 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
4482
4483 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4484 Allow the characters _<> in the stack entry (Bug#5653).
4485
4486 2010-02-26 Kenichi Handa <handa@m17n.org>
4487
4488 * language/burmese.el: Fix entries in composition-function-table.
4489 (myanmar-composable-pattern): New variable.
4490
4491 * international/fontset.el (setup-default-fontset): Add an entry
4492 for myanmar.
4493
4494 * international/characters.el (script-list): Add Myanmar
4495 Extended-A.
4496
4497 2010-02-26 Glenn Morris <rgm@gnu.org>
4498
4499 * custom.el (custom-initialize-delay): Doc fix.
4500
4501 * mail/sendmail.el (send-mail-function): Autoload the call
4502 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4503
4504 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
4505
4506 * files.el (hack-local-variables-filter): For eval forms, also
4507 check safe-local-variable-p (Bug#5636).
4508
4509 2010-02-24 Eduard Wiebe <usenet@pusto.de>
4510
4511 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4512 and use c(ad)r of cddr (Bug#5640).
4513
4514 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
4515
4516 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4517 setting the modes by `ignore-errors'. It might fail, for example
4518 if the file is not owned by the user but the group.
4519 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4520
4521 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
4522
4523 * files.el (directory-listing-before-filename-regexp): Use
4524 stricter matching for iso-style dates, to avoid false matches with
4525 date-like filenames (Bug#5597).
4526
4527 * htmlfontify.el (htmlfontify): Doc fix.
4528
4529 * eshell/eshell.el (eshell): Doc fix.
4530
4531 * startup.el (fancy-about-screen): In mode-line, apply
4532 mode-line-buffer-id face only to the buffer name (Bug#5613).
4533
4534 2010-02-20 Kevin Ryde <user42@zip.com.au>
4535
4536 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4537 In `watcom' anchor regexp to start of line, to avoid slowness
4538 (Bug#5599).
4539
4540 2010-02-20 Eli Zaretskii <eliz@gnu.org>
4541
4542 * subr.el (remove-yank-excluded-properties): Explain in a comment
4543 why `category' property is removed.
4544
4545 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
4546
4547 * isearch.el (isearch-update-post-hook, isearch-update): Revert
4548 2010-02-17 change.
4549
4550 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
4551
4552 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4553 (icalendar--convert-weekly-to-ical)
4554 (icalendar--convert-yearly-to-ical)
4555 (icalendar--convert-block-to-ical)
4556 (icalendar--convert-cyclic-to-ical)
4557 (icalendar--convert-anniversary-to-ical): Take care of time
4558 specifications where hour has 1-digit only (Bug#5549).
4559
4560 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
4561
4562 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4563 of disassemble output in GDB 7.1.
4564
4565 2010-02-19 Glenn Morris <rgm@gnu.org>
4566
4567 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4568 property. (Bug#5593)
4569
4570 2010-02-18 Sam Steingold <sds@gnu.org>
4571
4572 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4573
4574 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4575
4576 Use abbreviated file names in bookmarks (bug#5591).
4577 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4578 calls to expand-file-name.
4579 (bookmark-relocate): Use abbreviated file names in bookmarks.
4580 (bookmark-load): Use abbreviated file names in messages.
4581
4582 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4583
4584 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4585 expand "." and "..". Reported by Thierry Volpiatto
4586 <thierry.volpiatto@gmail.com>.
4587
4588 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4589
4590 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4591 permissions of the temporary file to "0600". In case the remote
4592 file has no read permissions for the owner, there might be
4593 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
4594
4595 22010-02-18 Glenn Morris <rgm@gnu.org>
4596
4597 * emacs-lisp/authors.el (authors-renamed-files-alist):
4598 Add entries for INSTALL.CVS.
4599
4600 2010-02-17 Mark A. Hershberger <mah@everybody.org>
4601
4602 * vc-bzr.el: Fix typo in Known Bugs section.
4603
4604 * isearch.el (isearch-update-post-hook): New hook.
4605 (isearch-update): Use the new hook.
4606
4607 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
4608
4609 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4610 Fix errors in copying directories.
4611 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4612 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4613 (tramp-handle-delete-file)
4614 (tramp-handle-dired-recursive-delete-directory)
4615 (tramp-handle-write-region): Flush also the cache for the upper
4616 directory.
4617
4618 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
4619
4620 * simple.el (save-interprogram-paste-before-kill): Doc fix.
4621
4622 * cus-edit.el (hardware): Doc fix.
4623
4624 * man.el (man): Add to external custom group.
4625
4626 * delim-col.el (columns): Move to wp custom group.
4627
4628 * doc-view.el (doc-view): Add to data custom group.
4629
4630 * cedet/data-debug.el (data-debug): Move to extensions group.
4631
4632 * cedet/ede.el (ede):
4633 * cedet/srecode.el (srecode):
4634 * cedet/semantic.el (semantic): Put in tools and extensions group.
4635
4636 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4637
4638 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4639 by ispell-parse-output (Bug#5575).
4640
4641 2010-02-16 Kenichi Handa <handa@m17n.org>
4642
4643 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4644 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4645 (skkdic-convert): Use `euc-japan' coding system for writing.
4646
4647 2010-02-16 Glenn Morris <rgm@gnu.org>
4648
4649 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4650 tex-main-file before using it. (Bug#5562)
4651
4652 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4653
4654 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4655 warnings, since it is annoying for the user to see them each time he
4656 runs the code.
4657
4658 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
4659
4660 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4661 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4662 instead of PROC for caching "first-password-request". Otherwise,
4663 new processes would not profit from passwords already entered.
4664
4665 * net/tramp-cache.el (tramp-dump-connection-properties):
4666 Don't save "first-password-request" property.
4667
4668 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
4669
4670 * outline.el (outline-head-from-level):
4671 * simple.el (with-wrapper-hook):
4672 * cedet/ede.el (ede-run-target, project-delete-target)
4673 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4674 (ede-adebug-project, ede-adebug-project-parent)
4675 (ede-adebug-project-root):
4676 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4677 (elint-defun, elint-buffer-env, elint-top-form-logged)
4678 (elint-unbound-variable):
4679 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4680 Fix typos in docstrings.
4681
4682 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
4683
4684 * files.el (insert-directory): When WILDCARD-REGEXP and
4685 FULL-DIRECTORY-P are nil, insert the file entry instead of the
4686 whole directory. (Bug#5551)
4687
4688 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
4689 dired's alignment sanity. (Bug#5516)
4690
4691 2010-02-14 Juri Linkov <juri@jurta.org>
4692
4693 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4694 Remove remaining ^H with their preceding chars. (Bug#5566)
4695
4696 2010-02-13 Glenn Morris <rgm@gnu.org>
4697
4698 * simple.el (transpose-subr): Give it a doc-string.
4699
4700 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4701 Doc fixes.
4702
4703 2010-02-12 Juri Linkov <juri@jurta.org>
4704
4705 * arc-mode.el (archive-unique-fname): Make directories for nested
4706 archives. (Bug#5540)
4707
4708 2010-02-12 Juri Linkov <juri@jurta.org>
4709
4710 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
4711
4712 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4713
4714 * subr.el (copy-overlay): Handle deleted overlays.
4715
4716 * man.el (Man-completion-table): Don't signal an error if we can't run
4717 manual-program (bug#4056).
4718
4719 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
4720
4721 * textmodes/artist.el (artist-mt): Fix typos in docstring.
4722
4723 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4724
4725 * info.el (Info-bookmark-jump): Simplify.
4726
4727 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4728 (bookmark-default-handler): Accept new bookmark field `buffer'.
4729
4730 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
4731
4732 * iswitchb.el (iswitchb-completions): Revert last change.
4733
4734 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
4735
4736 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4737 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4738 This prevents file names like "~/" being listed literally.
4739
4740 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
4741
4742 * term/xterm.el (xterm-maybe-set-dark-background-mode):
4743 Remove dead code. (Bug#5546)
4744
4745 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
4746
4747 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4748 correctly (Bug#5548).
4749
4750 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
4751
4752 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4753 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4754
4755 2010-02-08 Kenichi Handa <handa@m17n.org>
4756
4757 * international/mule-util.el (with-coding-priority): Add autoload
4758 cookie for putting `lisp-indent-function'.
4759
4760 2010-02-07 Glenn Morris <rgm@gnu.org>
4761
4762 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4763 Move F2003 named interfaces from keywords-2 to keywords-1, and
4764 use function-name-face rather than constant-face.
4765 Simplify "abstract interface" regexp.
4766
4767 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
4768
4769 * eshell/esh-util.el (eshell-file-attributes): New optional arg
4770 ID-FORMAT. Pass it to `file-attributes'.
4771
4772 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4773
4774 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
4775
4776 * faces.el (set-face-attribute): Allow calling
4777 internal-set-lisp-face-attribute with 'unspecified family and
4778 foundry argument (Bug#5536).
4779
4780 2010-02-07 Glenn Morris <rgm@gnu.org>
4781
4782 * progmodes/f90.el (f90-font-lock-keywords-2)
4783 (f90-looking-at-type-like, f90-looking-at-program-block-end):
4784 Handle F2003 named interfaces.
4785
4786 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
4787
4788 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4789 beg and end before calling c-get-state-before-change-functions.
4790
4791 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
4792
4793 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4794
4795 2010-02-05 Juri Linkov <juri@jurta.org>
4796
4797 * doc-view.el (doc-view-mode):
4798 * image-mode.el (image-mode): Put property mode-class=special.
4799 (Bug#4896)
4800
4801 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4802
4803 * vc-svn.el (vc-svn-revision-table): New function.
4804
4805 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
4806
4807 * net/ange-ftp.el (ange-ftp-insert-directory):
4808 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4809 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4810 Handle also directories. (Bug#5478)
4811
4812 2010-02-05 Glenn Morris <rgm@gnu.org>
4813
4814 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4815
4816 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
4817
4818 * startup.el (command-line-1): Convert options beginning with a
4819 single dash as well (Bug#5519).
4820
4821 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
4822
4823 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4824 * minibuffer.el (completion-initials-expand): Only check the presence
4825 of delims *within* the boundaries, since otherwise the / delim is
4826 always found for files.
4827
4828 Fix up various corner case problems.
4829 * doc-view.el (doc-view-last-page-number): New function.
4830 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4831 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4832 (doc-view-kill-proc): Avoid inf-loop in freak cases.
4833 (doc-view-reconvert-doc): Use the new recursive delete-directory.
4834 (doc-view-convert-current-doc): Don't create the resolution.el file
4835 here any more.
4836 (doc-view-pdf/ps->png): Do it here instead.
4837 (doc-view-already-converted-p): Check that resolution.el is present.
4838 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4839 windows that are not yet showing images.
4840
4841 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
4842
4843 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4844 `dired-uncache' for every elemnt which is an absolute file name.
4845
4846 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4847 directory, handle its directory component.
4848 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4849 function is called permanently and creates noise, otherwise.
4850
4851 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4852 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4853 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
4854
4855 2010-02-04 David Burger <dburger@google.com> (tiny change)
4856
4857 * macros.el (apply-macro-to-region-lines):
4858 Minor simplification. (Bug#5485)
4859
4860 2010-02-04 Glenn Morris <rgm@gnu.org>
4861
4862 * mail/rmail.el (rmail-show-message-1): Handle malformed
4863 quoted-printable text. (Bug#5441)
4864
4865 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4866
4867 * simple.el (visual-line-mode): Capitalize lighter.
4868
4869 2010-02-03 John Wiegley <jwiegley@gmail.com>
4870
4871 * iswitchb.el (iswitchb-completions): Add bookmark files to the
4872 list of files considered for "virtual buffer" completions.
4873
4874 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
4875
4876 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4877 also in case of (and (not full) (not wildcard)). This is needed
4878 when dired is called with a list of files, which are not in
4879 `default-directory'. (Bug#5478)
4880
4881 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4882
4883 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4884
4885 2010-02-02 Juri Linkov <juri@jurta.org>
4886
4887 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4888 from unidiff to allow function-line after @@.
4889
4890 2010-02-02 Juri Linkov <juri@jurta.org>
4891
4892 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4893 '(RCS SCCS) with inverted condition.
4894
4895 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
4896
4897 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4898 messages.
4899
4900 2010-02-01 Juri Linkov <juri@jurta.org>
4901
4902 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4903 compare with "pkunzip" and "pkzip" instead of only "pkzip".
4904 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4905 only when (car archive-zip-extract) is "unzip". (Bug#5475)
4906
4907 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4908
4909 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4910 (doc-view-revert-buffer): New command.
4911 (doc-view-mode-map): Use it.
4912
4913 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
4914
4915 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4916 pending merge is detected.
4917
4918 2010-01-31 Juri Linkov <juri@jurta.org>
4919
4920 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4921 beginning of interactive spec like all other grep commands do.
4922 Put "all" in front of "gz". (Bug#5260)
4923
4924 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4925
4926 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4927
4928 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
4929
4930 * dirtrack.el (dirtrack): Warn instead of signalling error if the
4931 regexp is incorrect (Bug#5476).
4932
4933 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
4934
4935 * net/tramp.el (tramp-handle-insert-directory): Handle also
4936 symlinks, when FILENAME is not in `default-directory'.
4937
4938 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4939
4940 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4941 FILE is not in `default-directory'. (Bug#5478)
4942
4943 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4944 of SWITCHES. Handle the case, FILENAME is not in
4945 `default-directory'. (Bug#5478)
4946 (tramp-register-file-name-handlers): Add safe-magic property.
4947
4948 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
4949
4950 * arc-mode.el (archive-zip-extract): Quote the argument passed to
4951 unzip (Bug#5475).
4952
4953 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
4954
4955 * progmodes/flymake.el (flymake-allowed-file-name-masks)
4956 (flymake-master-make-header-init): Add other C++ filename masks.
4957 (flymake-find-possible-master-files)
4958 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4959
4960 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4961
4962 Fix some busybox annoyances.
4963
4964 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4965 not responding." string.
4966 (tramp-open-connection-setup-interactive-shell): Dump stty
4967 settings. Enable "neveropen" arg for all `tramp-send-command'
4968 calls. Handle "=" in variable values properly.
4969 (tramp-find-inline-encoding): Raise an error, when no encoding is
4970 found.
4971 (tramp-wait-for-output): Check, whether PROC buffer is available.
4972 Remove spurious " ^H" sequences, sent by busybox.
4973 (tramp-get-ls-command): Suppress coloring, if possible.
4974
4975 2010-01-28 Glenn Morris <rgm@gnu.org>
4976
4977 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
4978
4979 * log-edit.el (log-edit-strip-single-file-name): Add missing
4980 :safe, :group, and :version tags.
4981
4982 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
4983
4984 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4985 buffers. (Bug#5477)
4986
4987 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
4988
4989 * files.el (delete-directory): Handle moving to trash without
4990 first doing recursion (Bug#5436).
4991
4992 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
4993
4994 * vc-hooks.el (vc-path): Mark as obsolete.
4995
4996 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
4997
4998 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4999 names too.
5000
5001 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5002 for the short log.
5003 (vc-bzr-log-view-mode): Adjust regexp for the above change.
5004
5005 2010-01-25 Mark A. Hershberger <mah@everybody.org>
5006
5007 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5008
5009 * vc-bzr.el (vc-bzr-revision-table): New function.
5010
5011 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
5012
5013 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5014 diff-index command. This requires at least git-1.5.5. (Bug#1589).
5015
5016 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5017
5018 Remove support for adding --signoff on commit.
5019 Future support will use an incompatible generic mechanism.
5020 * vc-git.el (vc-git-add-signoff): Remove variable.
5021 (vc-git-toggle-signoff): Remove function.
5022 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5023
5024 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5025 from xterm-set-background-mode. Return t if the background mode
5026 was set.
5027 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5028 earlier, call it again in case the background mode has changed.
5029
5030 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
5031
5032 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5033 (Bug#3541).
5034
5035 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
5036
5037 * emacs-lisp/assoc.el (aelement): Doc fix.
5038 (aput, adelete, amake): Use lexical-let (Bug#5450).
5039
5040 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
5041
5042 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5043 is the same as subprogram call, not declaration. (Bug#5435).
5044
5045 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
5046
5047 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5048 (tramp-smb-maybe-open-connection): Use it.
5049
5050 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
5051
5052 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
5053
5054 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5055
5056 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5057 just because we see "encoding: 8bit".
5058 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5059
5060 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
5061
5062 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5063
5064 2010-01-22 Eli Zaretskii <eliz@gnu.org>
5065
5066 * jka-compr.el (jka-compr-load): If load-file is not in
5067 load-history, try its file-truename version. (bug#5447)
5068
5069 2010-01-21 Alan Mackenzie <acm@muc.de>
5070
5071 Fix a situation where deletion of a cpp construct throws an error.
5072 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5073 invoking c-with-all-but-one-cpps-commented-out, check that the
5074 special cpp construct is still in the buffer.
5075 (c-parse-state): Record the special cpp with markers, not numbers.
5076
5077 2010-01-21 Kenichi Handa <handa@m17n.org>
5078
5079 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5080 process last-command-event, as it is now decoded first (Bug#5380).
5081
5082 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
5083
5084 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5085
5086 2010-01-20 Glenn Morris <rgm@gnu.org>
5087
5088 * indent.el (tab-always-indent): Fix custom-type.
5089
5090 2010-01-19 Alan Mackenzie <acm@muc.de>
5091
5092 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5093 buffer throws "args out of range".
5094 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5095 playing the role of delimiter.
5096
5097 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
5098
5099 * progmodes/ada-mode.el: Fix bug#5400.
5100 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5101 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5102 changed. Delete RECURSIVE parameter; never used. Improve doc string.
5103 Improve comments in "is" portion. Handle null procedure declaration.
5104 (ada-move-to-end): Improve doc string.
5105
5106 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
5107
5108 * ido.el (ido-cur-list): Initialize to nil.
5109 Remove obsolete information from commentary.
5110 (ido-choice-list): Initialize to nil.
5111 (ido-get-bufname): Reject minibuffers.
5112 (ido-make-buffer-list): If "default" is a nonexistent
5113 buffer, ignore it, as per the function's comment.
5114 (ido-kill-buffer-internal): New function.
5115 (ido-kill-buffer-at-head): Use it.
5116 (ido-visit-buffer): Likewise.
5117
5118 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
5119
5120 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5121
5122 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
5123
5124 * cedet/ede/locate.el (ede-locate-file-in-project)
5125 (ede-locate-file-in-project-impl): Fix typos in docstrings.
5126 (ede-enable-locate-on-project): Fix typos in error messages.
5127
5128 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5129 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5130 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5131 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5132 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5133 Fix typos in menu help.
5134
5135 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5136 Fix typos in chart titles.
5137
5138 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5139 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5140 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5141 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5142 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5143 (semantic-parse-stream, semantic-parse-region)
5144 (semantic-parse-region-default, semantic--set-buffer-cache)
5145 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5146 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5147 (semantic-default-submodes):
5148 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5149 (semanticdb-create-ebrowse-database)
5150 (semanticdb-find-tags-for-completion-method)
5151 (semanticdb-find-tags-by-class-method)
5152 (semanticdb-deep-find-tags-by-name-method)
5153 (semanticdb-deep-find-tags-for-completion-method):
5154 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5155 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5156 (semanticdb-find-tags-for-completion-method)
5157 (semanticdb-find-tags-by-class-method)
5158 (semanticdb-deep-find-tags-for-completion-method):
5159 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5160 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5161 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5162 (semanticdb-find-tags-by-name-method)
5163 (semanticdb-find-tags-by-name-regexp-method)
5164 (semanticdb-find-tags-for-completion-method)
5165 (semanticdb-find-tags-by-class-method)
5166 (semanticdb-find-tags-external-children-of-type-method)
5167 (semanticdb-find-tags-subclasses-of-type-method)
5168 (semanticdb-deep-find-tags-by-name-method)
5169 (semanticdb-deep-find-tags-by-name-regexp-method)
5170 (semanticdb-deep-find-tags-for-completion-method):
5171 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5172 (semanticdb-enable-gnu-global-in-buffer)
5173 (semanticdb-find-tags-for-completion-method)
5174 (semanticdb-deep-find-tags-by-name-method)
5175 (semanticdb-deep-find-tags-for-completion-method):
5176 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5177 (javascript-mode, semanticdb-find-translate-path)
5178 (semanticdb-find-tags-for-completion-method)
5179 (semanticdb-find-tags-by-class-method)
5180 (semanticdb-deep-find-tags-by-name-method)
5181 (semanticdb-deep-find-tags-for-completion-method)
5182 (semanticdb-find-tags-external-children-of-type-method):
5183 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5184 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5185 (global-semantic-idle-scheduler-mode):
5186 * cedet/srecode/dictionary.el (srecode-field-value)
5187 (srecode-dictionary-add-section-dictionary):
5188 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5189 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5190 (describe-class, eieio-describe-generic, describe-generic):
5191 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5192 (eieio-speedbar-expand):
5193 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5194 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5195 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5196 (viper-del-backward-char-in-replace, viper-backward-indent)
5197 (viper-brac-function, viper-register-to-point, viper-submit-report):
5198 * net/tramp.el (tramp-remote-coding-commands):
5199 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5200 Fix typos in docstrings.
5201
5202 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5203
5204 * mail/sendmail.el (mail-yank-original): Set the mark if the
5205 specified function for yanking does not do it.
5206
5207 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
5208
5209 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
5210
5211 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5212 resyncing a directory.
5213
5214 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
5215
5216 * progmodes/ada-mode.el: Fix bug#1920.
5217 (ada-ident-re): Delete ., allow multibyte characters.
5218 (ada-goto-label-re): New; matches goto labels.
5219 (ada-block-label-re): New; matches block labels.
5220 (ada-label-re): New; matches both.
5221 (ada-named-block-re): Deleted; callers changed to use
5222 `ada-block-label-re' instead.
5223 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5224 Use `ada-block-label-re'.
5225 (ada-indent-on-previous-lines): Improve handling of goto labels.
5226 (ada-get-indent-block-start): Special-case block label.
5227 (ada-get-indent-label): Split into `ada-indent-block-label' and
5228 `ada-indent-goto-label'.
5229 (ada-goto-stmt-start, ada-goto-next-non-ws):
5230 Optionally ignore goto labels.
5231 (ada-goto-next-word): Simplify.
5232 (ada-indent-newline-indent-conditional): Insert newline before
5233 trying to fix indentation; doc fix.
5234
5235 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
5236
5237 * calc/calc.el (calc-command-flags): Give it an initial value.
5238
5239 2010-01-17 Glenn Morris <rgm@gnu.org>
5240
5241 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5242
5243 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5244
5245 * cedet/semantic.el (semantic-mode):
5246 * files.el (minibuffer-with-setup-hook):
5247 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5248 (artist-key-draw-continously, artist-key-do-continously-continously)
5249 (artist-key-set-point-continously, artist-mouse-draw-continously):
5250 Fix typos in docstrings.
5251
5252 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
5253
5254 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5255 return t (Bug#3898).
5256
5257 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
5258
5259 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5260 can parse the output of the external commands (Bug#5279).
5261
5262 2010-01-16 Jari Aalto <jari.aalto@cante.net>
5263
5264 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5265
5266 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
5267
5268 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5269
5270 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5271
5272 * startup.el (command-line): Remove unused --icon-type arg.
5273 Handle --display arg, passing it to command-line-1 (Bug#5392).
5274
5275 2010-01-16 Mario Lang <mlang@delysid.org>
5276
5277 * cedet/ede/cpp-root.el (ede-cpp-root-project):
5278 * cedet/ede/files.el (ede-expand-filename):
5279 * cedet/ede/simple.el (ede-simple-project):
5280 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5281 (semantic-complete-inline-tag-engine):
5282 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5283 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5284 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5285 * cedet/semantic/db.el (semanticdb-equivalent-mode):
5286 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5287 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5288 * emacs-lisp/chart.el (chart-translate-namezone):
5289 * textmodes/artist.el (artist-compute-popup-menu-table):
5290 Remove duplicated words in doc-strings.
5291
5292 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
5293
5294 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5295 to mairix-search to suppress threading (Bug#5342).
5296
5297 2010-01-15 Kenichi Handa <handa@m17n.org>
5298
5299 * international/mule-cmds.el (canonicalize-coding-system-name):
5300 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5301
5302 2010-01-15 Glenn Morris <rgm@gnu.org>
5303
5304 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
5305
5306 * wid-edit.el (widget-keymap): Doc fix.
5307
5308 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5309 former seems to be more widely accepted by various svn versions.
5310
5311 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5312
5313 * find-cmd.el (find-constituents):
5314 * vc-arch.el (vc-arch-root):
5315 * window.el (window-body-height, pop-up-frames):
5316 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5317 (semantic-no-reparse-needed-change-hook):
5318 * cedet/srecode/insert.el (srecode-resolve-argument-list)
5319 (srecode-template-inserter-blank, srecode-template-inserter-variable)
5320 (srecode-template-inserter-ask, srecode-template-inserter-width)
5321 (srecode-template-inserter-section-start)
5322 (srecode-template-inserter-section-end, srecode-insert-method):
5323 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5324 * progmodes/ada-stmt.el (ada-if):
5325 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5326 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5327 (ispell-encoding8-command, ispell-aspell-supports-utf8)
5328 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5329
5330 * progmodes/flymake.el (flymake-post-syntax-check):
5331 Fix typo in error message.
5332
5333 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5334
5335 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5336 which is always a string. (Bug#5313)
5337
5338 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5339
5340 * progmodes/ada-xref.el (ada-default-prj-properties):
5341 Simplify previous change.
5342
5343 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5344
5345 * progmodes/ada-xref.el (ada-default-prj-properties):
5346 Default ada_project_path to $ADA_PROJECT_PATH.
5347
5348 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5349
5350 * progmodes/ada-mode.el (ada-create-keymap):
5351 Override `narrow-to-defun' with `ada-narrow-to-defun'.
5352
5353 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5354
5355 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5356 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5357 (ada-get-current-indent, ada-imenu-generic-expression)
5358 (ada-which-function): Check for it.
5359
5360 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5361
5362 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5363 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5364
5365 2010-01-14 Glenn Morris <rgm@gnu.org>
5366
5367 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
5368
5369 2010-01-14 Kenichi Handa <handa@m17n.org>
5370
5371 * composite.el (auto-composition-mode): Make it a buffer local
5372 variable (permanent-local).
5373 (auto-composition-function): Set the default value to
5374 auto-compose-chars.
5375 (auto-composition-mode): Make it a simple function, not a minor mode.
5376 (global-auto-composition-mode): Likewise.
5377 (turn-on-auto-composition-if-enabled): Delete it.
5378
5379 2010-01-13 Karl Fogel <kfogel@red-bean.com>
5380
5381 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5382
5383 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
5384
5385 * files.el (copy-directory): Compute target for recursive
5386 directories with identical names. (Bug#5343)
5387
5388 2010-01-12 Glenn Morris <rgm@gnu.org>
5389
5390 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5391 it to bug-gnu-emacs rather than emacs-pretest-bug.
5392
5393 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5394
5395 * cedet/data-debug.el (data-debug): Fix customization group reference.
5396
5397 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5398
5399 * cedet/semantic/analyze.el (semantic-analyze-push-error)
5400 (semantic-analyze-context, semantic-analyze-context-assignment)
5401 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5402 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5403 (semantic-java-doc-keywords-map):
5404 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5405 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5406 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5407 (semantic-c-classname, semantic-format-tag-uml-prototype)
5408 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5409 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5410 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5411 (semantic-get-local-variables, semantic-end-of-command)
5412 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5413 (lisp-mode):
5414 * cedet/semantic/bovine/make.el (makefile-mode):
5415 * cedet/semantic/wisent/python.el (wisent-python-string-re)
5416 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5417 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5418 (semantic-lex, semantic-get-local-variables, python-mode):
5419 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5420 * cedet/srecode/extract.el (srecode-extract-state-set)
5421 (srecode-extract-method): Fix typos in docstrings.
5422
5423 2010-01-11 Sam Steingold <sds@gnu.org>
5424
5425 * imenu.el (imenu-default-create-index-function): Detect infinite
5426 loops caused by imenu-prev-index-position-function.
5427
5428 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5429
5430 * htmlfontify.el (htmlfontify-load-rgb-file)
5431 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5432 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5433 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5434 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5435 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5436 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5437 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5438 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5439 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5440 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5441 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5442 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5443 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5444 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5445 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5446 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5447 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5448 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5449 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5450 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5451 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5452 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5453 backslash-quoting from parentheses, etc.
5454
5455 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
5456
5457 * progmodes/js.el: Autoload javascript-mode alias.
5458
5459 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5460
5461 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5462 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5463 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5464 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5465 Fix typos in docstrings.
5466 (ffap-url-regexp): Doc fix.
5467 (ffap-at-mouse): Fix typo in message.
5468
5469 2010-01-11 Glenn Morris <rgm@gnu.org>
5470
5471 * version.el (emacs-copyright): Set copyright year to 2010.
5472
5473 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5474
5475 * format.el (format-annotate-function): Only set
5476 write-region-post-annotation-function after running to-fn so as not to
5477 affect nested write-region calls (bug#5273).
5478
5479 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
5480
5481 * cedet/semantic.el (semantic-new-buffer-setup-functions):
5482 Add python parser.
5483
5484 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5485 wisent/python.el.
5486
5487 2010-01-10 Richard Kim <emacs18@gmail.com>
5488
5489 * cedet/semantic/wisent/python-wy.el:
5490 * cedet/semantic/wisent/python.el: New files.
5491
5492 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5493
5494 * man.el (Man-goto-section): Signal error if the section is not
5495 found (Bug#5317).
5496
5497 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
5498
5499 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5500 URLs with a leading triple slash in the file: scheme. (Bug#5345)
5501
5502 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5503
5504 * progmodes/compile.el: Don't treat compile-command as safe if
5505 compilation-read-command might be nil (Bug#4218).
5506
5507 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5508
5509 * startup.el (command-line-1): Use orig-argi to check for ignored X and
5510 NS options.
5511
5512 2010-01-08 Kenichi Handa <handa@m17n.org>
5513
5514 * international/fontset.el (build-default-fontset-data):
5515 Exclude characters in scripts kana, hangul, han, or cjk-misc.
5516
5517 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
5518
5519 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5520 to `create-file-buffer' as it expects, not just a buffer name.
5521 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5522 to help uniquify. (Bug#3224)
5523
5524 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5525
5526 * font-setting.el (font-setting-change-default-font): Use user-spec
5527 instead of name.
5528
5529 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5530
5531 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5532
5533 2010-01-05 Tom Tromey <tromey@redhat.com>
5534
5535 * progmodes/python.el (python-font-lock-keywords):
5536 Handle qualified decorators (Bug#881).
5537
5538 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5539
5540 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5541 in a lightweight checkout.
5542
5543 2010-01-05 Kenichi Handa <handa@m17n.org>
5544
5545 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5546
5547 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5548
5549 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5550
5551 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
5552
5553 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5554 checkouts. (Bug#618)
5555 (vc-bzr-log-view-mode): Also highlight the author.
5556 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5557 (vc-bzr-shelve-menu-map):
5558 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5559 (vc-bzr-shelve-apply): Make prompt more explicit.
5560
5561 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5562
5563 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5564 They are valid characters in URL paths (rfc3986), and at least
5565 Firefox does not understand the encoded version (Bug#3166).
5566
5567 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
5568
5569 * progmodes/octave-mod.el (octave-end-keywords)
5570 (octave-block-begin-or-end-regexp, octave-block-match-alist):
5571 Add "end" keyword (Bug#3061).
5572 (octave-end-as-array-index-p): New function.
5573 (calculate-octave-indent): Use it.
5574
5575 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5576
5577 * bookmark.el: Consistently put the text property on the bookmark name.
5578 (bookmark-bmenu-marks-width): Bump back to 2, to include
5579 annotation marks.
5580 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5581 property on the bookmark name, instead of not putting it at all.
5582 (bookmark-bmenu-list): Fix where we put the text property.
5583
5584 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5585
5586 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5587 for showing buffer modified state (as added in the previous change).
5588
5589 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5590
5591 * bookmark.el: Show modified state of bookmark buffer more accurately.
5592 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5593 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5594 (with-buffer-modified-unmodified): New macro.
5595 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5596 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5597 Use new macro to preserve the buffer modified state.
5598
5599 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5600
5601 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5602 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5603 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5604 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5605 (bookmark-bmenu-rename, bookmark-bmenu-locate)
5606 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5607 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5608
5609 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5610
5611 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5612 Make the lines in the generated doc string shorter. (Bug#4668)
5613
5614 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
5615
5616 * net/rcirc.el: Add follow-link binding (Bug#4738).
5617
5618 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5619
5620 * Makefile.in (bzr-update): Rename from cvs-update.
5621 (cvs-update): New target for backward compatibility.
5622
5623 * makefile.w32-in (bzr-update): Rename from cvs-update.
5624 (cvs-update): New target for backward compatibility.
5625
5626 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5627
5628 * bookmark.el: Remove gratuitous gratitude.
5629
5630 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5631
5632 * bookmark.el (bookmark-bmenu-any-marks): New function.
5633 (bookmark-bmenu-save): Clear buffer modification if no marks.
5634
5635 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5636
5637 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5638 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5639 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5640 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5641
5642 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5643 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5644 To: emacs-devel {_AT_} gnu.org
5645 Subject: bookmark.el bug report
5646 Date: Mon, 28 Dec 2009 14:19:16 +0800
5647 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5648
5649 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5650
5651 * bookmark.el: Improvements suggested by Drew Adams:
5652 (bookmark-bmenu-ensure-position): New name for
5653 `bookmark-bmenu-check-position'. Just ensure the position,
5654 don't return any meaningful value.
5655 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5656 New constants.
5657
5658 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
5659
5660 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5661 (bookmark-yank-point, bookmark-bmenu-check-position):
5662 Fix typos in docstrings.
5663 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5664 (bookmark-name-from-full-record, bookmark-get-position)
5665 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5666 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5667 Remove useless quoting of parenthesis, etc. in docstrings.
5668
5669 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5670 (ediff-append-custom-diff): Fix typo in error message.
5671 (ediff-meta-mark-equal-files): Fix typos in messages.
5672
5673 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5674
5675 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5676 Fix typo in docstring.
5677
5678 * net/imap-hash.el (imap-hash-make): Doc fix.
5679 (imap-hash-test): Fix typo in error message; reflow docstring.
5680 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5681 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5682 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5683 Fix typos in docstrings.
5684 (imap-hash-open-connection): Fix typo in error message.
5685
5686 * play/gomoku.el (gomoku): Fix typos in docstring.
5687
5688 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5689 (gdb-jsonify-buffer): Fix typos in docstring.
5690 (gdb-goto-breakpoint): Fix typo in error message.
5691 ("Display Other Windows"): Fix typo in help message.
5692 (gdb-speedbar-expand-node): Fix typo in question.
5693
5694 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5695 (idlwave-html-system-help-location, idlwave-html-help-location)
5696 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5697 (idlwave-help-browser-generic-args, idlwave-help-directory)
5698 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5699 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5700 (idlwave-online-help, idlwave-help-html-link)
5701 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5702 Fix typos in docstrings.
5703 (idlwave-help-with-source, idlwave-help-find-routine-definition):
5704 Reflow docstrings.
5705 (idlwave-help-assistant-start): Fix typo in error message.
5706
5707 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5708 (octave-electric-space): Fix typos in docstrings.
5709
5710 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5711
5712 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5713
5714 2010-01-01 Juri Linkov <juri@jurta.org>
5715
5716 * comint.el (comint-input-ring-size): Make it a defcustom and
5717 increase the default to 500 (Bug#5148).
5718
5719 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
5720
5721 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5722 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5723 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5724
5725 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
5726
5727 Show working revision correctly for mercurial.
5728 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5729 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5730
5731 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
5732
5733 Declare some functions for the byte-compiler.
5734 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5735 (speedbar-timer-fn, speedbar-change-expand-button-char)
5736 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5737
5738 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
5739
5740 This changeset reverts GDB Graphical Interface to use annotations.
5741 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5742
5743 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5744
5745 Make vc-dir work on subdirectories of the bzr root.
5746 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
5747 file names relative to it.
5748 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5749 relative directory to vc-bzr-after-dir-status.
5750
5751 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
5752
5753 * font-lock.el (font-lock-refresh-defaults): New function, which
5754 can be used to let font-lock react to external changes in
5755 variables like font-lock-defaults and keywords.
5756 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5757
5758 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
5759
5760 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5761
5762 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5763
5764 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
5765
5766 Supersede color.diff settings in git log (bug#5211).
5767
5768 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5769 escape chars in its output when the user has color.diff set to `always'.
5770 This fix works on git 1.4.2 and newer (released on 2006-08-13).
5771
5772 2009-12-26 Kevin Ryde <user42@zip.com.au>
5773
5774 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5775 node. Keep previous "Index" name to work with past coreutils too.
5776
5777 * man.el (man): Revise docstring a bit to show -a and -l as
5778 examples. Add -k description since support for it has otherwise
5779 been a secret. (Further to bug#3717.)
5780 (Man-bgproc-sentinel): When "-k foo" produces no output show error
5781 "no matches" rather than "Can't find manpage", as the latter reads
5782 like -k was interpreted as a page name, which is not so. (Bug#5431)
5783
5784 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
5785
5786 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5787 switches. Check also for //SUBDIRED// line.
5788
5789 2009-12-25 Kenichi Handa <handa@m17n.org>
5790
5791 * language/indian.el (devanagari-composable-pattern): Fixed to
5792 handle ZWNJ and ZWJ. Use it in composition-function-table for
5793 Devanagari.
5794 (malayalam-composable-pattern): Fix previous change.
5795
5796 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5797
5798 * ps-print.el (ps-face-attributes): It was not returning the
5799 attribute face for faces specified as string. Reported by harven
5800 <harven@free.fr>.
5801 (ps-print-version): New version 7.3.5.
5802
5803 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
5804
5805 * calendar/icalendar.el (icalendar--convert-tz-offset):
5806 Fix timezone names.
5807 (icalendar--convert-tz-offset): Fix the "last-day-problem".
5808 (icalendar--add-diary-entry): Remove the trailing blank that
5809 diary-make-entry inserts.
5810
5811 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
5812
5813 Make `file-expand-wildcards' work for remote files.
5814
5815 * files.el (file-expand-wildcards): In case of remote files, check
5816 only local file name part for wildcards. Provide feature 'files
5817 and subfeature 'remote-wildcards. (Bug#5198)
5818
5819 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5820 if there is already an established connection.
5821 (tramp-advice-file-expand-wildcards): Remove it.
5822
5823 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5824 (tramp-advice-file-expand-wildcards): Move from tramp.el.
5825 Activate advice for older GNU Emacs versions. (Bug#5237)
5826
5827 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
5828
5829 Some doc fixes (more needed).
5830
5831 * find-cmd.el (find-constituents): Reflow docstring.
5832 (find-cmd, find-prune, find-command): Fix typos in docstrings.
5833 (find-generic): Doc fix.
5834
5835 2009-12-17 Juri Linkov <juri@jurta.org>
5836
5837 Fix regression from 23.1 to allow multiple modes in Local Variables.
5838
5839 * files.el (hack-local-variables-filter): While ignoring duplicates,
5840 don't take `mode' into account.
5841 (hack-local-variables-filter, hack-dir-local-variables):
5842 Don't remove duplicate `mode' from local-variables-alist (like `eval').
5843
5844 2009-12-17 Juri Linkov <juri@jurta.org>
5845
5846 Make `dired-diff' safer. (Bug#5225)
5847
5848 * dired-aux.el (dired-diff): Signal an error when `file' equals to
5849 `current' or when `file' is a directory of the `current' file.
5850
5851 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
5852
5853 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5854 unconditionally preloaded files.
5855
5856 2009-12-16 Juri Linkov <juri@jurta.org>
5857
5858 Revert to old 23.1 logic of using the file at the mark as default.
5859 * dired-aux.el (dired-diff): Use the file at the mark as default
5860 if it's not the same as the current file, and the target dir is
5861 the current dir or the mark is active. Add the current file
5862 as the arg of `dired-dwim-target-defaults'. Use the default file
5863 in the prompt. (Bug#5225)
5864
5865 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
5866
5867 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5868 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5869 (tramp-check-for-regexp): Check also, when an echoing shell stops
5870 to echo sent commands.
5871
5872 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5873
5874 * Makefile.in: Revert last change (Bug#5191).
5875
5876 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
5877
5878 * vc-hg.el (vc-hg-print-log): Fix argument order.
5879 (vc-hg-working-revision): Make sure the command is executed in a
5880 known environment so that we can parse the output. (Bug#4417)
5881
5882 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5883
5884 * progmodes/python.el (python-symbol-completions): Remove text
5885 properties from symbol string before calling python-send-receive.
5886
5887 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
5888
5889 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5890 when there are values for both file and line. (Bug#5060)
5891
5892 2009-12-14 Juri Linkov <juri@jurta.org>
5893
5894 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5895 whitespace after the file name of the first line of unified format,
5896 because git-diff doesn't output whitespace and file modification time
5897 after the file name.
5898
5899 2009-12-14 David Kastrup <dak@gnu.org>
5900
5901 * info.el (Info-hide-cookies-node): Before hiding a cookie,
5902 check if it already has the `display' property added by
5903 `Info-display-images-node', and not put the `invisible' property
5904 in this case.
5905
5906 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5909 (semantic-mru-bookmark-mode): Doc fixes.
5910
5911 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5912 of assert.
5913
5914 2009-12-13 Glenn Morris <rgm@gnu.org>
5915
5916 * mail/emacsbug.el (message-sort-headers): Define for compiler.
5917 (report-emacs-bug): In message-mode, sort manually before storing
5918 original report text. (Bug#5178)
5919 Remove superfluous save-excursion.
5920
5921 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
5922
5923 * net/dbus.el (dbus-property-handler): Filter lambda forms out
5924 when responding to "GetAll" properties.
5925
5926 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
5927
5928 * simple.el (compose-mail): Remove mail-setup-with-from from
5929 customization checks.
5930
5931 2009-12-12 Eli Zaretskii <eliz@gnu.org>
5932
5933 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5934 RAR archives created on Unix systems.
5935
5936 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5937
5938 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5939 the varalias that was accidentally removed by the 2009-11-19 change
5940 (bug#5186).
5941
5942 2009-12-12 Kenichi Handa <handa@m17n.org>
5943
5944 * language/indian.el (indian-compose-regexp): New function.
5945 (malayalam-composable-pattern): Fix the pattern.
5946 (composition-function-table): Set malayalam-composable-pattern for
5947 Malayalam characters.
5948
5949 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
5950
5951 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5952 rather than down-mouse-1, based on follow-link conventions.
5953
5954 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5955 are compiled.
5956
5957 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
5958
5959 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5960 (verilog-vmm-statement-re, verilog-ovm-statement-re)
5961 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5962 (verilog-leap-to-head, verilog-backward-token):
5963 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
5964
5965 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
5966
5967 * progmodes/verilog-mode.el (verilog-auto-lineup)
5968 (verilog-nameable-item-re): Cleanup user-visible spelling and
5969 documentation errors. One reported by Gary Delp.
5970 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5971 (verilog-read-decls): Fix AUTOWIRE with types declared in a
5972 package, bug195. Reported by Pierre-David Pfister.
5973
5974 2009-12-11 Glenn Morris <rgm@gnu.org>
5975
5976 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5977
5978 * mail/emacsbug.el: No longer require sendmail.
5979 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
5980 (report-emacs-bug-orig-text): Doc fix.
5981 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5982 New local variables, to adapt to different mail-user-agents.
5983 (report-emacs-bug): Fix test for a gnu.org address.
5984 Use overlays for emphasis, since font-lock defeats 'face property.
5985 Pretest bugs also end up at the newsgroup these days.
5986 Stop message-mode stripping text properties.
5987 Set and use the new buffer-local variables.
5988 (report-emacs-bug-hook): Add doc-string.
5989 Remove some unnecessary save-excursions and simplify.
5990 Use the appropriate hook and send-command.
5991
5992 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5993 capitalization of some menu entries.
5994
5995 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5996
5997 * whitespace.el (whitespace-display-char-on):
5998 Ensure `buffer-display-table' is unique when two or more windows are
5999 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6000 New version 12.1.
6001
6002 2009-12-10 Eli Zaretskii <eliz@gnu.org>
6003
6004 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6005 characters in the Attribute field.
6006
6007 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6008
6009 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
6010
6011 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6012
6013 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6014 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6015 Disregard autoload-excludes.
6016 (update-directory-autoloads): Obey autoload-excludes here instead.
6017 But don't store its contents in no-autoloads and remove entries that
6018 refer to excludes files.
6019
6020 2009-12-10 Glenn Morris <rgm@gnu.org>
6021
6022 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6023 (expand-mail-aliases): Define for compiler.
6024
6025 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6026 Define for compiler.
6027
6028 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6029 appropriate for the mail-user-agent in use.
6030
6031 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
6032
6033 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6034
6035 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6036
6037 Fix short log parsing and fontification.
6038 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6039 Fix fontification for the [merge] label.
6040
6041 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
6042
6043 Drop some properties to avoid surprises (bug#5002).
6044 * htmlfontify.el (hfy-ignored-properties): New defcustom.
6045 (hfy-fontify-buffer): Use it.
6046
6047 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
6048
6049 Minor cleanup.
6050 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6051 Adjust all callers.
6052 (ffap-locate-file): Remove unused arg `dir-ok' and make other
6053 args compulsory. Adjust callers.
6054 (ffap-gopher-at-point): Remove unused var `name'.
6055
6056 Get rid of the ELCFILES abomination.
6057 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6058 (compile-elcfiles): New phony target.
6059 (compile-main): Compute ELCFILES dynamically.
6060 (compile-clean): New target to remove left-over elc files.
6061 (compile, all): Use it.
6062
6063 2009-12-09 Kenichi Handa <handa@etlken>
6064
6065 * international/mule-diag.el: Require help-mode instead of help-fns.
6066
6067 2009-12-09 Kenichi Handa <handa@m17n.org>
6068
6069 * international/mule-cmds.el (ucs-names): Supply sufficiently
6070 fine ranges instead of pre-calculating accurate ranges.
6071 Iterate with bigger gc-cons-threshold.
6072
6073 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6074
6075 Add support for stashing a snapshot of the current tree.
6076 * vc-git.el (vc-git-stash-snapshot): New function.
6077 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6078
6079 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
6080
6081 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6082 instead of `(beginning|end)-of-line'.
6083
6084 2009-12-08 Glenn Morris <rgm@gnu.org>
6085
6086 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6087
6088 * Makefile.in (ELCFILES): Regenerate.
6089
6090 2009-12-07 Juri Linkov <juri@jurta.org>
6091
6092 Don't lazy-highlight the comint output in history Isearch mode.
6093
6094 * comint.el (comint-history-isearch-search): Instead of
6095 `comint-line-beginning-position', use `comint-after-pmark-p'
6096 to check if point if before the process mark, and go to
6097 `process-mark' in this case.
6098
6099 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6100
6101 * textmodes/tex-mode.el (latex-complete)
6102 (latex-indent-or-complete): Remove.
6103 (latex-mode): Set completion-at-point-functions instead.
6104
6105 Provide a standard completion command and hook it into TAB.
6106 * minibuffer.el (completion-at-point-functions): New var.
6107 (completion-at-point): New command.
6108 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6109 * progmodes/python.el (python-mode-map): Use completion-at-point.
6110 (python-completion-at-point): Rename from python-partial-symbol and
6111 adjust for use in completion-at-point-functions.
6112 (python-mode): Setup completion-at-point for Python completion.
6113 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6114 extracted from lisp-complete-symbol.
6115 (lisp-complete-symbol): Use it.
6116 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6117 setup completion-at-point for Elisp completion.
6118 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6119 Use completion-at-point.
6120 * ielm.el (ielm-map): Use completion-at-point.
6121 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6122 * progmodes/sym-comp.el: Move to...
6123 * obsolete/sym-comp.el: Move from progmodes.
6124
6125 2009-12-07 Eli Zaretskii <eliz@gnu.org>
6126
6127 Prevent save-buffer in Rmail buffers from using the coding-system
6128 of the current message, and from clobbering the encoding mnemonics
6129 in the mode line (Bug#4623).
6130
6131 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6132 flag, too.
6133 (rmail-message-encoding): New variable.
6134 (rmail-write-region-annotate): Record the encoding of the current
6135 message in rmail-message-encoding.
6136 (rmail-after-save-hook): New function, restores the encoding of
6137 the current message after the message collection is saved.
6138
6139 2009-12-07 Juri Linkov <juri@jurta.org>
6140
6141 * progmodes/grep.el (grep-read-files): Use `completing-read'
6142 instead of `read-string'. Set its `collection' arg to
6143 `read-file-name-internal'. (Bug#4301)
6144
6145 2009-12-07 Juri Linkov <juri@jurta.org>
6146
6147 Correctly restore original Isearch point. (Bug#4994)
6148
6149 * isearch.el (isearch-mode): Move `isearch-push-state' after
6150 `(run-hooks 'isearch-mode-hook)'.
6151 (isearch-cancel): When `isearch-push-state-function' is defined,
6152 let-bind `isearch-cmds' to the first state (the last element of
6153 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6154 function and restores the original point). Otherwise, move point
6155 to `isearch-opoint'.
6156
6157 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6160 chars that don't have names, so the table can be built much faster at
6161 run-time.
6162
6163 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
6164
6165 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6166 change. Suggested by David Kastrup.
6167
6168 * simple.el (compose-mail): Check for incompatibilities and warn.
6169 (compose-mail-user-agent-warnings): New option.
6170
6171 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6172
6173 Support showing a single log entry from vc-annotate.
6174 * vc.el (print-log): Add a new argument: START-REVISION.
6175 (vc-print-log-internal): Add a new optional argument and
6176 pass it to the backend.
6177 (vc-print-log, vc-print-root-log): Adjust callers.
6178 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6179 buffer already displays the requested log entry, use it.
6180 Otherwise display only the log entry in question.
6181 * vc-svn.el (vc-svn-print-log):
6182 * vc-mtn.el (vc-mtn-print-log):
6183 * vc-hg.el (vc-hg-state):
6184 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6185 (vc-git-show-log-entry): Return t on success.
6186 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6187 (vc-bzr-show-log-entry): Return t on success.
6188 * vc-rcs.el (vc-rcs-print-log):
6189 * vc-sccs.el (vc-sccs-print-log):
6190 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6191
6192 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6193
6194 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6195 Add menus to the meta mode. (Bug#5043)
6196
6197 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
6198
6199 * ediff-init.el (ediff-event-key): Use event-to-character instead of
6200 event-key.
6201
6202 * ediff.el (ediff-buffers-internal): Add unwind-protect.
6203
6204 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
6205
6206 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
6207 Berbain <raphael.berbain@gmail.com>.
6208
6209 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
6210 characters.
6211 (tramp-initial-end-of-output): New defconst.
6212 (tramp-methods, tramp-find-shell)
6213 (tramp-open-connection-setup-interactive-shell)
6214 (tramp-maybe-open-connection): Use it.
6215 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6216 existence of `#' and `$'.
6217
6218 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6219 `tramp-initial-end-of-output'.
6220
6221 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6222
6223 Get the background mode from the terminal for xterm, and set
6224 faces accordingly.
6225 * term/xterm.el (xterm-set-background-mode): New function.
6226 (terminal-init-xterm): Use it in case xterm supports background
6227 color queries. Recompute faces after getting the background
6228 color.
6229
6230 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
6231
6232 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6233 number comment back on its own line, for easier parsing.
6234
6235 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6236
6237 Make it work for non-file buffers (bug#5102).
6238 * doc-view.el (doc-view-current-cache-dir):
6239 Use doc-view-buffer-file-name rather than buffer-file-name.
6240 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6241
6242 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
6243
6244 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6245 author field is too short.
6246
6247 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
6248
6249 * vc-git.el (vc-git-print-log): Handle a limit argument.
6250 Display the short log in graph form and with labels.
6251 (vc-git-log-view-mode): Handle labels.
6252
6253 Make vc-revert change VC state from 'added to 'unregistered.
6254 * vc-git.el (vc-git-revert): Call git reset first.
6255
6256 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6257
6258 * net/newst-backend.el, net/newst-plainview.el:
6259 * net/newst-reader.el, net/newst-ticker.el:
6260 * net/newst-treeview.el, net/newsticker.el:
6261 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
6262
6263 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6264
6265 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6266
6267 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6268 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
6269 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6270 Update annotation regexp.
6271
6272 * simple.el (beginning-of-visual-line): Constrain to field
6273 boundaries (Bug#5106).
6274
6275 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6276
6277 * xml.el (xml-substitute-numeric-entities): Move
6278 newsticker--decode-numeric-entities in newst-backend.el to
6279 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6280 * net/newst-backend.el (newsticker--parse-generic-feed)
6281 (newsticker--parse-generic-items)
6282 (newsticker--decode-numeric-entities): Move
6283 newsticker--decode-numeric-entities in newst-backend.el to
6284 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6285
6286 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
6287
6288 * progmodes/js.el (js--js-not): Add null to the list of values.
6289
6290 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6291
6292 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6293
6294 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6295
6296 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6297 delimiter if it is at the end of the current line.
6298 (bibtex-generate-url-list): Fix docstring.
6299
6300 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6303 minibuffer's content with itself.
6304 Fold the confirm-after-completion case into the `confirm' case.
6305 (completion-pcm-word-delimiters): Add : and / to the delimiters.
6306
6307 2009-12-06 Kevin Ryde <user42@zip.com.au>
6308
6309 * ffap.el (ffap-rfc-path): Make this a defcustom since
6310 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
6311
6312 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6313 manuals, similar to existing setup for help-mode. (Bug#3913.)
6314
6315 2009-12-05 Juri Linkov <juri@jurta.org>
6316
6317 Save and restore dired buffer's point positions too. (Bug#4880)
6318
6319 * dired.el (dired-save-positions): Return in the first element
6320 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6321 Doc fix.
6322 (dired-restore-positions): First restore buffer's position.
6323 While restoring window's positions, check if window still displays
6324 the original buffer.
6325
6326 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6327
6328 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6329 if possible.
6330
6331 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6332 Make argument optional.
6333
6334 * shell.el (shell): Require ansi-color (Bug#5113).
6335
6336 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6337
6338 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6339
6340 2009-12-05 Alan Mackenzie <acm@muc.de>
6341
6342 * progmodes/cc-mode.el (c-before-hack-hook)
6343 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6344 `c-file-style' to work again. This reversion restores the current
6345 software to its state in Emacs 23.1. (Bug#4146)
6346
6347 2009-12-05 Kevin Ryde <user42@zip.com.au>
6348
6349 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6350 comment-start-skip to comment-end-skip as comment (Bug#4781).
6351
6352 2009-12-05 Juri Linkov <juri@jurta.org>
6353
6354 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6355 for virtual nodes. (Bug#4147)
6356 (Info-find-node-2): Set `Info-current-node-virtual' to nil
6357 when moving from a virtual node.
6358 (Info-mode-menu): Add `Info-virtual-index' to the menu.
6359 (Info-mode): Add `Info-virtual-index' to the docstring.
6360
6361 2009-12-05 Eric Ludlam <zappo@gnu.org>
6362
6363 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6364 Describe project macro symbols.
6365
6366 * cedet/semantic/complete.el (semantic-complete-do-completion):
6367 Don't call semantic-collector-current-exact-match.
6368
6369 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6370 ede-objects as targets.
6371
6372 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6373 a target's object list even if compiler vars are already in the
6374 Makefile.
6375
6376 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6377 list of headers producing necessary macros.
6378
6379 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6380
6381 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6382 track of the buffer position of the end of a BibTeX entry as this
6383 position may change during reformatting.
6384 (bibtex-format-entry): Remove whitespace before processing
6385 numerical fields so that we recognize the latter properly.
6386 (bibtex-reformat): Do not use push which changes the global value
6387 of bibtex-entry-format.
6388 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6389 (bibtex-field-re-init): Replace only space characters by regexp
6390 for whitespace.
6391 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6392 (bibtex-initialize): Also update bibtex-strings.
6393 (bibtex-kill-field): Preserve white space at end of entry.
6394 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6395 Update bibtex-reference-keys.
6396
6397 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6398
6399 * minibuffer.el (completion-pcm--merge-try): Also consider placing
6400 point after a star, if that's the only place where modifications can
6401 make progress.
6402
6403 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
6404
6405 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6406 in docstrings.
6407
6408 2009-12-04 Juri Linkov <juri@jurta.org>
6409
6410 * proced.el (proced): Call `(proced-update t)' to update process
6411 information instead of only running proced-post-display-hook.
6412 (proced-send-signal): Add a leading space to the buffer name
6413 " *Marked Processes*" to make this buffer ephemeral.
6414
6415 2009-12-04 Juri Linkov <juri@jurta.org>
6416
6417 * dired.el (dired-auto-revert-buffer): New defcustom.
6418 (dired-internal-noselect): Use it.
6419
6420 2009-12-04 Juri Linkov <juri@jurta.org>
6421
6422 Change roles of modes and functions in image-mode.el (Bug#5062).
6423
6424 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6425 in `auto-mode-alist'.
6426 (image-mode-previous-major-mode): New variable.
6427 (image-minor-mode-map): Rename from `image-mode-text-map'.
6428 (image-mode): Move graceful error-handling code from
6429 `image-minor-mode' to here. On errors call `image-mode-as-text'.
6430 (image-minor-mode): Remove all image-handling code.
6431 Replace `image-mode-text-map' with `image-minor-mode-map'.
6432 Check for `image-type' in mode-line format string.
6433 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6434 (image-mode-as-text): New function with most code from
6435 `image-mode-maybe'.
6436 (image-toggle-display-text): Move code that removes image
6437 properties from `image-toggle-display' to here.
6438 (image-toggle-display-image): New function with code that adds
6439 image properties copied from `image-toggle-display'.
6440 (image-toggle-display): Remove most code with leaving only code
6441 that toggles between `image-mode-as-text' and `image-mode'.
6442
6443 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
6444
6445 * net/newst-treeview.el
6446 (newsticker--treeview-list-highlight-start): Restored call to
6447 save-excursion: Selected item was stuck.
6448 (newsticker--treeview-list-select): New.
6449 (newsticker--treeview-item-show-text)
6450 (newsticker--treeview-item-show)
6451 (newsticker--treeview-item-update): Use new
6452 newsticker-treeview-item-mode.
6453 (newsticker-treeview-update): Keep current item.
6454 (newsticker-treeview-next-new-or-immortal-item): Doc change.
6455 (newsticker--treeview-first-feed): Doc change.
6456 (newsticker-treeview-list-menu)
6457 (newsticker-treeview-item-menu): Added menu entries.
6458 (newsticker-treeview-item-mode): New.
6459
6460 * net/newst-backend.el (newsticker-customize): Delete other
6461 windows.
6462
6463 2009-12-04 Sam Steingold <sds@gnu.org>
6464
6465 * log-view.el (log-view-mode-map): "q" calls quit-window,
6466 like in all the other non-self-insert buffers.
6467
6468 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6469
6470 Minor cleanup.
6471 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6472 key decoding rather than do it manually via last-input-event +
6473 ascii-character.
6474 (term-exec): Use delete-and-extract-region.
6475 (term-handle-ansi-terminal-messages): Remove unused var `end'.
6476 (term-process-pager): Remove unused var `i'.
6477 (term-dynamic-simple-complete): Make obsolete.
6478 (serial-update-config-menu): Remove unused vars `y' and `str'.
6479 (term-update-mode-line): Remove unused var `temp'.
6480
6481 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6482
6483 Limit the number of log entries displayed by default.
6484 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6485 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6486 using a prefix argument.
6487
6488 2009-12-03 Glenn Morris <rgm@gnu.org>
6489
6490 * progmodes/idlwave.el (class): Restore still useful declaration.
6491
6492 2009-12-03 Alan Mackenzie <acm@muc.de>
6493
6494 Enhance `c-parse-state' to run efficiently in "brace deserts".
6495
6496 * progmodes/cc-mode.el (c-basic-common-init):
6497 Call c-state-cache-init.
6498 (c-neutralize-syntax-in-and-mark-CPP): Rename from
6499 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
6500 placing `category' properties value 'c-cpp-delimiter at its boundaries.
6501
6502 * progmodes/cc-langs.el (c-before-font-lock-function):
6503 c-extend-and-neutralize-syntax-in-CPP has been renamed
6504 c-neutralize-syntax-in-and-mark-CPP.
6505
6506 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6507 with `category' properties now, not `syntax-table' ones.
6508
6509 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6510 enhanced (but slower) version of c-end-of-macro that won't land
6511 inside a literal or on another awkward character.
6512 (c-state-cache-too-far, c-state-cache-start)
6513 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6514 (c-state-nonlit-pos-cache-limit, c-state-point-min)
6515 (c-state-point-min-lit-type, c-state-point-min-lit-start)
6516 (c-state-min-scan-pos, c-state-brace-pair-desert)
6517 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6518 buffer local variables.
6519 (c-state-literal-at, c-state-lit-beg)
6520 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6521 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6522 (c-state-cache-top-paren, c-state-cache-after-top-paren)
6523 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6524 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6525 (c-renarrow-state-cache)
6526 (c-append-lower-brace-pair-to-state-cache)
6527 (c-state-push-any-brace-pair, c-append-to-state-cache)
6528 (c-remove-stale-state-cache)
6529 (c-remove-stale-state-cache-backwards, c-state-cache-init)
6530 (c-invalidate-state-cache-1, c-parse-state-1)
6531 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6532 (c-parse-state): Enhance and refactor.
6533 (c-debug-parse-state): Amend to deal with all the new variables.
6534
6535 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6536 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6537 modify to use category text properties rather than syntax-table ones.
6538 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6539 to switch off/on the syntactic paren property of C++ template
6540 delimiters using the category property.
6541 (c-with-<->-as-parens-suppressed): Macro to invoke code with
6542 template delims suppressed.
6543 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6544 New constant/macros which apply category properties to the start
6545 and end of preprocessor constructs.
6546 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6547 "comment out" the syntactic value of characters in preprocessor
6548 constructs.
6549 (c-with-cpps-commented-out)
6550 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6551 with characters in all or all but one preprocessor constructs
6552 "commented out".
6553
6554 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6555
6556 * proced.el (proced-filter-alist): Use regexp-quote.
6557
6558 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
6559
6560 Cleanup.
6561 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6562 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
6563 arguments. Expand `default-directory'.
6564
6565 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6566 the benefit of returning an expanded localname.
6567 (tramp-tramp-file-p): Handle the case NAME is not a string.
6568
6569 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6570
6571 Add support for bzr shelve/unshelve.
6572 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6573 (vc-bzr-extra-menu-map): New variables.
6574 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6575 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6576 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6577 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6578 (vc-bzr-dir-extra-headers): Display shelves.
6579
6580 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6581
6582 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * textmodes/bibtex.el (bibtex-complete-internal):
6585 Use completion-in-region.
6586 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6587
6588 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6589
6590 Support applying stashes. Improve UI.
6591 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6592 (vc-git-stash-apply, vc-git-stash-pop)
6593 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6594 (vc-git-stash-menu): New functions.
6595 (vc-git-stash-menu-map): New variable.
6596 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6597
6598 2009-12-03 Glenn Morris <rgm@gnu.org>
6599
6600 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6601 (vc-print-log-internal): Fix previous change.
6602 (vc-revert): Correct pluralization.
6603
6604 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6605
6606 * progmodes/make-mode.el (makefile-special-targets-list): No need for
6607 it to be an alist any more.
6608 (makefile-complete): Use completion-in-region.
6609
6610 * progmodes/octave-mod.el (octave-complete-symbol):
6611 Use completion-in-region.
6612
6613 Misc cleanup.
6614 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6615 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6616 (idlwave-complete-class): Don't quote lambda.
6617 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6618 (idlwave-mode-map): Move initialization into declaration.
6619 (idlwave-action-and-binding): Use backquotes.
6620 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6621 Simplify.
6622 (idlwave-is-pointer-dereference): Remove unused var `pos'.
6623 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6624 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6625 `parts', and `all-parts'.
6626 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6627 (idlwave-convert-xml-system-routine-info): Remove unused string
6628 `version-string'.
6629 (idlwave-display-user-catalog-widget): Use dolist.
6630 (idlwave-scanning-lib): Declare dynamically-scoped var.
6631 (idlwave-scan-library-catalogs): Remove unused var `flags'.
6632 (completion-highlight-first-word-only): Declare to silence bytecomp.
6633 (idlwave-popup-select): Tighten scope of `resp'.
6634 (idlwave-find-struct-tag): Remove unused var `beg'.
6635 (idlwave-after-load-rinfo-hook): Declare.
6636 (idlwave-sintern-class-info): Remove unused var `taglist'.
6637 (idlwave-find-class-definition): Remove unused var `list'.
6638 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6639 (idlwave-what-module-find-class): Remove unused var `classes'.
6640
6641 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
6642
6643 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6644
6645 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6648 buffers visited. Remove redundant current-buffer-saving.
6649
6650 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6651
6652 Use completion-in-buffer and remove uses of dynamic scoping.
6653 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6654 (pascal-buffer-to-use, pascal-flag): Don't declare.
6655 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6656 (pascal-get-completion-decl, pascal-keyword-completion):
6657 Add `pascal-str' argument, save-excursion,
6658 return the found completions, and don't filter with pascal-pred.
6659 (pascal-completion-cache): New var.
6660 (pascal-completion): Don't switch buffer any more (it was never
6661 necessary). Don't save-excursion any more (it's done by the called
6662 subroutines). Use a cache to avoid redundant computations.
6663 Use complete-with-action rather than pascal-completion-response and
6664 let it apply the predicate as well.
6665 (pascal-complete-word): Use completion-in-buffer when
6666 pascal-toggle-completions is nil.
6667 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6668 not used any more.
6669 (pascal-comp-defun): Don't change buffer any more.
6670 Use complete-with-action rather than pascal-completion-response and
6671 let it apply the predicate as well.
6672 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6673 when neded.
6674
6675 2009-12-02 Kenichi Handa <handa@m17n.org>
6676
6677 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6678 shape for all Indic scripts.
6679
6680 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6681
6682 Use completion-in-buffer.
6683 * wid-edit.el (widget-field-text-end): New function.
6684 (widget-field-value-get): Use it.
6685 (widget-string-complete, widget-file-complete)
6686 (widget-color-complete): Use it and completion-in-region.
6687 (widget-complete): Don't narrow the buffer.
6688
6689 2009-12-02 Glenn Morris <rgm@gnu.org>
6690
6691 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
6692 (rmail-select-summary): Use rmail-pop-to-buffer.
6693 * mail/rmailsum.el: Replace all pop-to-buffer calls with
6694 rmail-pop-to-buffer, to prevent horizontal splits.
6695
6696 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6697 save-excursion with save-current-buffer.
6698 Widen before searching. (Bug#5093)
6699 (diary-list-sexp-entries): Remove superfluous save-excursion.
6700
6701 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
6702
6703 * woman.el (woman-make-bufname): Handle man-pages with "." in the
6704 name. (Bug#5038)
6705
6706 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
6707
6708 * ido.el (ido-file-internal): Handle filenames at point that do
6709 not have a directory part. (Bug#5049)
6710
6711 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
6712
6713 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6714 (mpc-songs-jump-to, mpc-resume): Doc fixes.
6715
6716 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
6717
6718 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6719 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6720 any more.
6721
6722 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * comint.el (comint-insert-input): Ignore clicks to the right of
6725 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6726
6727 * vc.el (vc-print-log-internal): Don't wait for the process to
6728 terminate before setting up the major mode.
6729
6730 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6731 in case.
6732
6733 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6734 the last element.
6735
6736 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6737
6738 2009-12-01 Glenn Morris <rgm@gnu.org>
6739
6740 * window.el (window--display-buffer-2): Fix previous changes.
6741
6742 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
6743
6744 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6745
6746 2009-12-01 Glenn Morris <rgm@gnu.org>
6747
6748 * Makefile.in (ELCFILES): Add mpc.elc.
6749
6750 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * mpc.el: New file.
6753
6754 2009-12-01 Glenn Morris <rgm@gnu.org>
6755
6756 * window.el (window-to-use): Define for compiler.
6757
6758 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6759 consistent with others (no final period).
6760
6761 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6762 (rmail-mime-show): Downcase the encoding. (Bug#5070)
6763
6764 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
6765
6766 Make vc-print-log buttons work.
6767 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6768
6769 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
6770
6771 * savehist.el (savehist-autosave-interval): Allow setting to nil
6772 through customize. (Bug#5056)
6773
6774 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
6775
6776 Fix references to jit-lock properties.
6777 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6778 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6779 (perl-font-lock-special-syntactic-constructs):
6780 Quote jit-lock-defer-multiline property.
6781
6782 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
6783
6784 * vc-git.el (vc-git-registered): Call vc-git-root only once.
6785
6786 2009-11-30 Juri Linkov <juri@jurta.org>
6787
6788 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6789 value `buffer' of `multi-isearch-next-buffer-current-function'.
6790 Use `(current-buffer)' when `buffer' is nil.
6791 (multi-isearch-next-buffer-from-list): Don't fallback to
6792 `(current-buffer)' when `buffer' is nil. (Bug#4947)
6793
6794 2009-11-30 Juri Linkov <juri@jurta.org>
6795
6796 * misearch.el (multi-isearch-read-buffers): Move canonicalization
6797 of buffers with `get-buffer' to `multi-isearch-buffers'.
6798 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6799 Canonicalize BUFFERS with `get-buffer'. Doc fix.
6800 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6801 FILES with `expand-file-name' converting relative file names
6802 to absolute. Doc fix. (Bug#4727)
6803
6804 2009-11-30 Juri Linkov <juri@jurta.org>
6805
6806 * misearch.el (multi-isearch-read-buffers)
6807 (multi-isearch-read-matching-buffers): New functions.
6808 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6809 Use them in the `interactive' spec. Doc fix.
6810 (multi-isearch-read-files, multi-isearch-read-matching-files):
6811 New functions.
6812 (multi-isearch-files, multi-isearch-files-regexp):
6813 Use them in the `interactive' spec. Doc fix. (Bug#4725)
6814
6815 2009-11-30 Juri Linkov <juri@jurta.org>
6816
6817 * doc-view.el (doc-view-continuous):
6818 Rename from `doc-view-continuous-mode'.
6819 (doc-view-menu): Move "Toggle display" to the top.
6820 Add submenu "Continuous" with radio buttons "Off"/"On"
6821 and "Save as Default".
6822 (doc-view-scroll-up-or-next-page)
6823 (doc-view-scroll-down-or-previous-page)
6824 (doc-view-next-line-or-next-page)
6825 (doc-view-previous-line-or-previous-page): Rename
6826 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
6827
6828 2009-11-30 Juri Linkov <juri@jurta.org>
6829
6830 * comint.el (comint-mode-map): Rebind `M-r' from
6831 `comint-previous-matching-input' to
6832 `comint-history-isearch-backward-regexp'.
6833 Unbind `M-s' to allow global key binding `M-s'.
6834 Add menu items for `comint-history-isearch-backward' and
6835 `comint-history-isearch-backward-regexp'. (Bug#3746)
6836
6837 2009-11-30 Juri Linkov <juri@jurta.org>
6838
6839 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6840 For def=recenter, replace `recenter' with `recenter-top-bottom'
6841 that is called with `this-command' and `last-command' let-bound
6842 to `recenter-top-bottom'. When the last `def' was not `recenter',
6843 set `recenter-last-op' to nil. (Bug#4981)
6844
6845 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6846
6847 Minor cleanup and simplification.
6848 * filecache.el (file-cache-add-directory)
6849 (file-cache-add-directory-recursively)
6850 (file-cache-add-from-file-cache-buffer)
6851 (file-cache-delete-file-regexp, file-cache-delete-directory)
6852 (file-cache-files-matching-internal, file-cache-display): Use dolist.
6853 (file-cache-temp-minibuffer-message): Delete function.
6854 (file-cache-minibuffer-complete): Use minibuffer-message instead.
6855
6856 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6857 Don't signal an error when bumping into EOB in tr, s, or y.
6858
6859 2009-11-29 Juri Linkov <juri@jurta.org>
6860
6861 * startup.el (fancy-about-text): Fix wording of Guided Tour.
6862 (Bug#4960)
6863
6864 * descr-text.el (describe-char-unidata-list): Use lowercase name
6865 for "Unicode name" like in other tags.
6866
6867 2009-11-29 Juri Linkov <juri@jurta.org>
6868
6869 * ediff-util.el (ediff-minibuffer-with-setup-hook):
6870 New compatibility macro.
6871 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6872
6873 2009-11-29 Juri Linkov <juri@jurta.org>
6874
6875 Add defcustom to define the cycling order of `recenter-top-bottom'.
6876 (Bug#4981)
6877
6878 * window.el (recenter-last-op): Doc fix.
6879 (recenter-positions): New defcustom.
6880 (recenter-top-bottom): Rewrite to use `recenter-positions'.
6881 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6882
6883 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
6884
6885 Improve integration of Tramp and ange-ftp in eshell.
6886
6887 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6888 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
6889 (eshell/sudo): Flatten args. Let-bind `default-directory'.
6890
6891 * eshell/esh-util.el (top): Require also Tramp when compiling.
6892 (eshell-directory-files-and-attributes): Check for FTP remote
6893 connection.
6894 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6895 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6896 (eshell-file-attributes): Handle ".". Return `entry'.
6897
6898 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6899 (ange-ftp-directory-files-and-attributes)
6900 (ange-ftp-real-directory-files-and-attributes): New defuns.
6901
6902 * net/tramp.el (tramp-maybe-open-connection): Open the remote
6903 shell with "exec" when possible. This prevents trailing prompts
6904 in `start-file-process'.
6905
6906 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6907
6908 Try and remove assumptions about point-min==1.
6909 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6910 (rng-compute-mode-line-string): Show the validation percentage in
6911 terms of the narrowed text, not the widened text.
6912 (rng-do-some-validation): Don't catch internal errors when debugging.
6913 (rng-first-error): Simplify.
6914 (rng-after-change-function): Remove work around. AFAIK the bug has
6915 been fixed a while ago.
6916
6917 * image-mode.el (image-minor-mode): Exit more gracefully when the image
6918 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6919
6920 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6921
6922 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6923 `cd' doesn't always do it for us (bug#5067).
6924
6925 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6926 on 2009-10-25 as part of some other change (bug#5067).
6927
6928 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6929
6930 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6931 `suspicious'.
6932 (byte-compile-warnings): Use byte-compile-warning-types.
6933 (byte-compile-save-excursion): Warn about use of set-buffer right
6934 after save-excursion.
6935
6936 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6937 the excursion as well.
6938
6939 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
6940
6941 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6942 providing a Tramp related implementation of "su" and "sudo".
6943 (eshell-unix-initialize): Add "su" and "sudo".
6944
6945 2009-11-27 Daiki Ueno <ueno@unixuser.org>
6946
6947 * net/socks.el (socks-send-command): Convert binary request to
6948 unibyte before sending. This fixes mishandling of some port
6949 numbers such as 129.
6950
6951 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6952
6953 * help.el (describe-bindings-internal): Remove `interactive'.
6954
6955 * man.el (Man-completion-table): Trim a terminating "(".
6956 Remove the space between name page a section.
6957 Add the command's description on the `help-echo' property.
6958 Remove `process-connection-type' binding since it's unused by
6959 call-process.
6960 Provide completion for the "<section> <name>" format as well.
6961 (Man-default-man-entry): Remove spurious var shadowing the argument.
6962
6963 2009-11-26 Kevin Ryde <user42@zip.com.au>
6964
6965 * log-view.el: Add "Keywords: tools", since its other keywords
6966 aren't in finder-known-keywords, and following vc.el.
6967
6968 * sha1.el (sha1-string-external): default-directory "/" in case
6969 otherwise non-existent. process-connection-type pipe for touch of
6970 efficiency recommended by elisp manual. (An aside in Bug#3911.)
6971
6972 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6973
6974 Misc coding convention cleanups.
6975 * htmlfontify.el (hfy-init-kludge-hook): Rename from
6976 hfy-init-kludge-hooks.
6977 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6978 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6979 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6980 and push.
6981 (hfy-slant, hfy-weight): Use tables rather than code.
6982 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6983 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6984 (hfy-face-attr-for-class): Initialize `face-spec' directly.
6985 (hfy-face-to-css): Remove `nconc' with single arg.
6986 (hfy-p-to-face-lennart): Use `or'.
6987 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
6988 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6989 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6990 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6991 (hfy-force-fontification): Use run-hooks.
6992
6993 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
6994
6995 Various minor fixes.
6996 * htmlfontify.el (hfy-default-header): Add toggle_invis since
6997 Javascript belongs in the header, not the body.
6998 (hfy-javascript): Remove.
6999 (hfy-fontify-buffer): Don't insert it any more.
7000 (hfy-face-at): Handle (face0 face1 face2) style face properties.
7001 Fix bug in invis handling when there were no invis props in a chunk.
7002
7003 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7006
7007 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
7008
7009 * finder.el (finder-mode-map): Add a menu.
7010
7011 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
7012
7013 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7014 "unsigned" structs.
7015
7016 (verilog-leap-to-head, verilog-backward-token): Handle "disable
7017 fork" statement better.
7018
7019 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
7020
7021 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7022 (verilog-delete-auto, verilog-delete-empty-auto-pair)
7023 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7024 Reported by Clay Douglass.
7025
7026 (verilog-auto-inst, verilog-auto-star-safe)
7027 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7028 Fix removing "// Interfaces" when saving .* expansions. Reported by
7029 Pierre-David Pfister.
7030
7031 2009-11-26 Glenn Morris <rgm@gnu.org>
7032
7033 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7034 the scope.
7035
7036 2009-11-25 Johan Bockgård <bojohan@gnu.org>
7037
7038 * vc-annotate.el (vc-annotate-revision-previous-to-line):
7039 Really use previous revision.
7040
7041 2009-11-25 Kevin Ryde <user42@zip.com.au>
7042
7043 * man.el (Man-completion-table): default-directory "/" in case
7044 doesn't otherwise exist. process-environment COLUMNS=999 so as
7045 not to truncate long names. process-connection-type pipe to avoid
7046 any chance of hitting the pseudo-tty TIOCGWINSZ.
7047 (man): completion-ignore-case t for friendliness and since man
7048 itself is case-insensitive on the command line.
7049 Further to Bug#3717.
7050
7051 * arc-mode.el: Add "Keywords: files", so the details in its
7052 commentary can be reached from finder-by-keyword.
7053 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
7054 editing mode, but it's comms related and sgml-mode.el has "comm"
7055 on that basis too.
7056 * textmodes/bibtex-style.el: Add "Keywords: tex".
7057 * international/isearch-x.el, international/ja-dic-cnv.el:
7058 * international/ja-dic-utl.el, international/kkc.el:
7059 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7060
7061 2009-11-25 Juri Linkov <juri@jurta.org>
7062
7063 * man.el (Man-completion-table): Modify regexp to include
7064 section names to completion strings. (Bug#3717)
7065
7066 2009-11-25 Juri Linkov <juri@jurta.org>
7067
7068 Search recursively in gzipped files. (Bug#4982)
7069
7070 * progmodes/grep.el (grep-highlight-matches): Add new options
7071 `always' and `auto'. Doc fix.
7072 (grep-process-setup): Check `grep-highlight-matches' for
7073 `auto-detect' to determine the need to compute grep defaults.
7074 Move Windows/DOS specific --colors settings handling
7075 to `grep-compute-defaults'. Check `grep-highlight-matches'
7076 to get the value of "--color=".
7077 (grep-compute-defaults): Compute `grep-highlight-matches' when it
7078 has the value `auto-detect'. Move Windows/DOS specific settings
7079 from `grep-process-setup'.
7080 (zrgrep): New command with alias `rzgrep'.
7081
7082 2009-11-25 Juri Linkov <juri@jurta.org>
7083
7084 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7085 to nil instead of switching off view-mode. (Bug#4896)
7086
7087 2009-11-25 Juri Linkov <juri@jurta.org>
7088
7089 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
7090
7091 * mwheel.el (mwheel-scroll-up-function)
7092 (mwheel-scroll-down-function): New defvars.
7093 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7094 `scroll-up', and `mwheel-scroll-down-function' instead of
7095 `scroll-down'.
7096
7097 * doc-view.el (doc-view-scroll-up-or-next-page)
7098 (doc-view-scroll-down-or-previous-page): Add optional ARG.
7099 Use this ARG in the call to image-scroll-up/image-scroll-down.
7100 Change `interactive' spec to "P". Goto next/previous page only
7101 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7102 SPC/DEL case). Doc fix.
7103 (doc-view-next-line-or-next-page)
7104 (doc-view-previous-line-or-previous-page): Rename arg to ARG
7105 for consistency.
7106 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7107 `doc-view-scroll-up-or-next-page', and buffer-local
7108 `mwheel-scroll-down-function' to
7109 `doc-view-scroll-down-or-previous-page'.
7110
7111 2009-11-25 Juri Linkov <juri@jurta.org>
7112
7113 Provide additional default values (directories at other Dired
7114 windows) via M-n in the minibuffer of some Dired commands.
7115
7116 * dired-aux.el (dired-diff, dired-compare-directories)
7117 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7118 `minibuffer-default' in `minibuffer-with-setup-hook'.
7119 (dired-dwim-target-directory): Find a window that displays Dired
7120 buffer instead of failing when the next window is not Dired.
7121 Use `get-window-with-predicate' to find for the next Dired window.
7122 (dired-dwim-target-defaults): New function.
7123
7124 * ediff-util.el (ediff-read-file-name):
7125 Use `dired-dwim-target-defaults' to set `minibuffer-default'
7126 in `minibuffer-with-setup-hook'.
7127
7128 2009-11-25 Juri Linkov <juri@jurta.org>
7129
7130 Provide additional default values (file name at point or at the
7131 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
7132
7133 * minibuffer.el (read-file-name-defaults): New function.
7134 (read-file-name): Reset `minibuffer-default' to nil when
7135 it duplicates initial input `insdef'.
7136 Bind `minibuffer-default-add-function' to lambda that
7137 calls `read-file-name-defaults' in `minibuffer-selected-window'.
7138 (minibuffer-insert-file-name-at-point): New command.
7139
7140 * files.el (file-name-at-point-functions): New defcustom.
7141 (find-file-default): Remove defvar.
7142 (find-file-read-args): Don't use `find-file-default'.
7143 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7144 to `read-file-name'.
7145 (find-file-literally): Use `read-file-name' with
7146 `confirm-nonexistent-file-or-buffer'.
7147
7148 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7149
7150 * dired.el (dired-read-dir-and-switches):
7151 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7152 to `read-file-name'.
7153 (dired-file-name-at-point): New function.
7154 (dired-mode): Add hook `dired-file-name-at-point' to
7155 `file-name-at-point-functions'.
7156
7157 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7158
7159 Really make the *Completions* window soft-dedicated (bug#5030).
7160 * window.el (window--display-buffer-2): Add `dedicated' argument.
7161 (display-buffer): Pass it when needed so the dedicated flag is set
7162 after calling set-window-buffer, which would otherwise reset it.
7163
7164 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * progmodes/meta-mode.el (meta-complete-symbol):
7167 * progmodes/etags.el (complete-tag):
7168 * mail/mailabbrev.el (mail-abbrev-complete-alias):
7169 Use completion-in-region.
7170
7171 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7172 (dabbrev-completion): Use completion-in-region.
7173 (dabbrev--abbrev-at-point): Simplify regexp.
7174
7175 * abbrev.el (abbrev--before-point): Use word-motion functions
7176 if :regexp is not specified (bug#5031).
7177
7178 * subr.el (string-prefix-p): New function.
7179
7180 * man.el (Man-completion-cache): New var.
7181 (Man-completion-table): Use it.
7182
7183 * vc.el (vc-print-log-internal): Make `limit' optional for better
7184 compatibility (e.g. with vc-annotate.el).
7185
7186 2009-11-24 Kevin Ryde <user42@zip.com.au>
7187
7188 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7189 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
7190
7191 * emacs-lisp/elint.el (elint-add-required-env): Better error message
7192 when .el source file not found or other error.
7193
7194 2009-11-24 Markus Triska <markus.triska@gmx.at>
7195
7196 * linum.el (linum-update-window): Ignore intangible (bug#4996).
7197
7198 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7199
7200 Handle the [back] button properly (bug#4979).
7201 * descr-text.el (describe-text-properties): Add a `buffer' argument.
7202 Use help-setup-xref, help-buffer, and with-help-window.
7203 (describe-char): Add `buffer' argument.
7204 Pass proper command to help-setup-xref. Don't meddle with
7205 help-xref-stack-item directly.
7206 (describe-text-category): Use with-help-window and help-buffer.
7207
7208 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7209 for the displayed buffer (bug#4887).
7210
7211 * man.el (Man-completion-table): New function.
7212 (man): Use it.
7213
7214 2009-11-24 David Reitter <david.reitter@gmail.com>
7215
7216 * vc-git.el (vc-git-registered): Use checkout directory (where
7217 .git is) rather than the file's directory and a relative path spec
7218 to work around a bug in git.
7219
7220 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
7221
7222 Improve handling of processes on remote hosts.
7223
7224 * eshell/esh-util.el (eshell-path-env): New defvar.
7225 (eshell-parse-colon-path): New defun.
7226 (eshell-file-attributes): Use `eshell-parse-colon-path'.
7227
7228 * eshell/esh-ext.el (eshell-search-path):
7229 Use `eshell-parse-colon-path'.
7230 (eshell-remote-command): Remove argument HANDLER.
7231 (eshell-external-command): Check for FTP remote connection.
7232
7233 * eshell/esh-proc.el (eshell-gather-process-output):
7234 Use `file-truename', in order to start also symlinked files.
7235 Apply `start-file-process' instead of `start-process'.
7236 Shorten `command' to the local file name part.
7237
7238 * eshell/em-cmpl.el (eshell-complete-commands-list):
7239 Use `eshell-parse-colon-path'.
7240
7241 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7242
7243 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
7244 to `eshell-directory-change-hook'.
7245
7246 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
7247
7248 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7249 because it could be enabled automatically if view-read-only is non-nil.
7250
7251 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
7252
7253 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7254 made on 2009-11-22.
7255
7256 2009-11-24 Glenn Morris <rgm@gnu.org>
7257
7258 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7259 deleted variable bookmark-bmenu-bookmark-column.
7260
7261 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7262 Move after definition of global-semantic-idle-tag-highlight-mode.
7263
7264 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7267
7268 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
7269
7270 * net/browse-url.el (browse-url-filename-alist): On Windows, add
7271 two slashes to the "file:" prefix.
7272 (browse-url-file-url): De-munge Cygwin filenames before passing
7273 them to Windows browser.
7274 (browse-url-default-windows-browser): Use call-process.
7275
7276 2009-11-23 Juri Linkov <juri@jurta.org>
7277
7278 Implement DocView Continuous mode. (Bug#4896)
7279 * doc-view.el (doc-view-continuous-mode): New defcustom.
7280 (doc-view-mode-map): Bind C-n/<down> to
7281 `doc-view-next-line-or-next-page', C-p/<up> to
7282 `doc-view-previous-line-or-previous-page'.
7283 (doc-view-next-line-or-next-page)
7284 (doc-view-previous-line-or-previous-page): New commands.
7285
7286 2009-11-23 Juri Linkov <juri@jurta.org>
7287
7288 Implement Isearch in comint input history. (Bug#3746)
7289 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7290 `isearch-mode-hook'.
7291 (comint-history-isearch): New defcustom.
7292 (comint-history-isearch-backward)
7293 (comint-history-isearch-backward-regexp): New commands.
7294 (comint-history-isearch-message-overlay): New buffer-local variable.
7295 (comint-history-isearch-setup, comint-history-isearch-end)
7296 (comint-goto-input, comint-history-isearch-search)
7297 (comint-history-isearch-message, comint-history-isearch-wrap)
7298 (comint-history-isearch-push-state)
7299 (comint-history-isearch-pop-state): New functions.
7300
7301 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
7302
7303 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7304 return.
7305 (tramp-handle-make-symbolic-link)
7306 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7307 Quote file names.
7308 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7309 (tramp-handle-process-file): Use it.
7310
7311 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * window.el (move-to-window-line-last-op): Remove.
7314 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7315
7316 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
7317
7318 Make M-r mirror the new cycling behavior of C-l.
7319 * window.el (move-to-window-line-last-op): New var.
7320 (move-to-window-line-top-bottom): New command.
7321 (global-map): Bind M-r move-to-window-line-top-bottom.
7322
7323 2009-11-23 Sven Joachim <svenjoac@gmx.de>
7324
7325 * dired-x.el (dired-guess-shell-alist-default):
7326 Support xz format. (Bug#4953)
7327
7328 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
7329
7330 * cedet/srecode/map.el (srecode-get-maps):
7331 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7332 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7333 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7334 (semantic-toggle-decoration-style):
7335 * cedet/semantic/decorate/include.el
7336 (semantic-decoration-include-describe)
7337 (semantic-decoration-unknown-include-describe)
7338 (semantic-decoration-unparsed-include-describe)
7339 (semantic-decoration-all-include-summary):
7340 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7341 * cedet/semantic/analyze/complete.el
7342 (semantic-analyze-possible-completions):
7343 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7344 (semantic-show-unmatched-syntax-mode)
7345 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7346 (semantic-highlight-func-mode):
7347 * cedet/semantic/util.el (semantic-describe-buffer):
7348 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7349 (semantic-symref-find-tags-by-name)
7350 (semantic-symref-find-tags-by-regexp)
7351 (semantic-symref-find-tags-by-completion)
7352 (semantic-symref-find-file-references-by-name)
7353 (semantic-symref-find-text):
7354 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7355 (senator-yank-tag):
7356 * cedet/semantic/scope.el (semantic-calculate-scope):
7357 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7358 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7359 (define-semantic-idle-service):
7360 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7361 (semantic-complete-analyze-inline-idle):
7362 * cedet/semantic/analyze.el (semantic-analyze-current-context):
7363 * cedet/mode-local.el (describe-mode-local-bindings)
7364 (describe-mode-local-bindings-in-mode):
7365 * cedet/ede/make.el (ede-make-check-version):
7366 * cedet/ede/locate.el (ede-enable-locate-on-project):
7367 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7368 (cedet-idutils-version-check):
7369 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7370 (cedet-gnu-global-version-check):
7371 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7372 (cedet-cscope-version-check): Use called-interactively-p instead
7373 of interactive-p.
7374
7375 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7376 Use semantic-format-tag-prototype.
7377
7378 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7379
7380 * emulation/viper-cmd.el: Use viper-last-command-char instead of
7381 last-command-char/last-command-event.
7382 (viper-prefix-arg-value): Do correct conversion of event-char for
7383 XEmacs.
7384
7385 * emulation/viper-util.el, emulation/viper.el:
7386 Use viper-last-command-char instead of
7387 last-command-char/last-command-event.
7388
7389 * ediff-init.el, ediff-mult.el, ediff-util.el:
7390 Replace last-command-char and last-command-event
7391 with (ediff-last-command-char) everywhere.
7392
7393 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7394 created in fundamental mode.
7395
7396 * ediff.el (ediff-version): Revert the change of interactive-p to
7397 called-interactively-p.
7398
7399 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
7400
7401 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7402 generation from word-movement command names.
7403
7404 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
7405
7406 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7407 (semantic-complete-jump-local, semantic-complete-jump):
7408 Improve prompt string.
7409
7410 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7411
7412 * cus-start.el (all): Add native condition for font-use-system-font.
7413
7414 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
7415
7416 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7417 Correct the patch from 2009-11-18. (Bug#3910)
7418
7419 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
7420
7421 * progmodes/subword.el: Rename from lisp/subword.el.
7422
7423 * subword.el: Rename to progmodes/subword.el.
7424
7425 * Makefile.in (ELCFILES): Adapt to subword.el move.
7426
7427 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7428 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7431 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7432 (bookmark-bmenu-show-filenames): Use push.
7433 (bookmark-bmenu-hide-filenames): Use local var instead of
7434 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
7435 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7436 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7437 filenames now that the bookmark names are always available.
7438
7439 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7440
7441 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7442 (bookmark-search-pattern): Move and leave unbound.
7443 (bookmark-bmenu-mode-map): Change binding.
7444 (bookmark-read-search-input): Simplify.
7445 Don't use text-char-description. Don't error on non-char events.
7446 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7447 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7448 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7449 Use a local var for the timer.
7450 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7451 (i.e. bookmark-bmenu-search).
7452
7453 2009-11-21 Glenn Morris <rgm@gnu.org>
7454
7455 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
7456
7457 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7458
7459 * net/browse-url.el (browse-url-default-windows-browser):
7460 Use cygstart for cygwin.
7461
7462 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
7463
7464 * bookmark.el: Formatting and doc fixes only:
7465 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7466 (bookmark-bmenu-search): Wrap to fit within 80 columns.
7467 Minor grammar and punctuation fixes in doc string.
7468 (bookmark-read-search-input): Adjust to fit within 80 columns.
7469
7470 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7471
7472 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7473 (c-backward-into-nomenclature): Adapt to subword renaming.
7474
7475 * subword.el (subword-forward, subword-backward, subword-mark)
7476 (subword-kill, subword-backward-kill, subword-transpose)
7477 (subword-downcase, subword-upcase, subword-capitalize)
7478 (subword-forward-internal, subword-backward-internal):
7479 Rename from forward-subword, backward-subword, mark-subword,
7480 kill-subword, backward-kill-subword, transpose-subwords,
7481 downcase-subword, upcase-subword, capitalize-subword,
7482 forward-subword-internal, backward-subword-internal.
7483
7484 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7485
7486 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7487 New options.
7488 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7489 New vars.
7490 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7491 (bookmark-bmenu-filter-alist-by-regexp)
7492 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7493 (bookmark-bmenu-search): New command.
7494 (bookmark-bmenu-mode-map): Bind it.
7495
7496 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7497
7498 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7499
7500 * cedet/semantic/idle.el (define-semantic-idle-service)
7501 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7502
7503 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7504
7505 * progmodes/cc-cmds.el: declare-functioned forward-subword and
7506 backward-subword to quit the byte-compiler.
7507
7508 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7509
7510 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7511
7512 * progmodes/cc-cmds.el (c-update-modeline)
7513 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7514 Refer to subword.el functions instead of cc-subword.el.
7515
7516 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7517 subword.el functions instead of cc-subword.el.
7518
7519 * progmodes/cc-subword.el: Rename to subword.el.
7520 * subword.el: Rename from progmodes/cc-subword.el.
7521 (subword-mode-map): Rename from c-subword-mode-map.
7522 (subword-mode): Rename from c-subword-mode.
7523 (global-subword-mode): New global minor mode.
7524 (forward-subword): Rename from c-forward-subword.
7525 (backward-subword): Rename from c-backward-subword.
7526 (mark-subword): Rename from c-mark-subword.
7527 (kill-subword): Rename from c-kill-subword.
7528 (backward-kill-subword): Rename from c-backward-kill-subword.
7529 (transpose-subwords): Rename from c-tranpose-subword.
7530 (downcase-subword): Rename from c-downcase-subword.
7531 (capitalize-subword): Rename from c-capitalize-subword.
7532 (forward-subword-internal): Rename from c-forward-subword-internal.
7533 (backward-subword-internal): Rename from c-backward-subword-internal.
7534
7535 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
7536
7537 * vc.el (vc-deduce-fileset): Allow non-state changing operations
7538 from a dired buffer.
7539 (vc-dired-deduce-fileset): New function.
7540 (vc-root-diff, vc-print-root-log): Use it.
7541
7542 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7543 nil LIMIT argument to vc-print-log-internal.
7544
7545 2009-11-20 Glenn Morris <rgm@gnu.org>
7546
7547 * Makefile.in (ELCFILES): Regenerate.
7548
7549 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7550
7551 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7552
7553 * cedet/semantic.el: Enable idle-mode menu items only if
7554 global-semantic-idle-scheduler-mode is enabled.
7555 (semantic-default-submodes): Doc fix.
7556
7557 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7558 When turning off, disable other idle modes.
7559
7560 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
7561
7562 * calc/calc.el (calc-set-mode-line):
7563 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7564 (math-format-number): Rename `math-format-complement-signed' to
7565 `math-format-twos-complement'.
7566
7567 * calc/calc-bin.el (math-format-twos-complement): Rename from
7568 math-format-complement-signed.
7569 (calc-radix): Rename `calc-complement-signed-mode' to
7570 `calc-twos-complement-mode'.
7571 (calc-octal-radix, calc-hex-radix): Add an argument for
7572 two's complement.
7573
7574 * calc/calc-embed.el (calc-embedded-mode-vars):
7575 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7576
7577 * calc/calc-ext.el (calc-init-extensions):
7578 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7579 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7580
7581 * calc/calc-units.el (math-build-units-table-buffer):
7582 Let `calc-twos-complement-mode' be nil.
7583
7584 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7585 entries.
7586
7587 * calc/calc-vec.el (calcFunc-vunpack):
7588 * calc/calc-aent.el (calc-do-calc-eval):
7589 * calc/calc-forms.el (math-format-date):
7590 * calc/calc-graph.el (calc-graph-plot):
7591 * calc/calc-math.el (math-use-emacs-fn):
7592 * calc/calccomp.el (math-compose-expr):
7593 Let `calc-twos-complement-mode' be nil.
7594
7595 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7598 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
7599 * minibuffer.el (completion-in-region-functions): New hook.
7600 (completion-in-region): New function.
7601 * emacs-lisp/lisp.el (lisp-complete-symbol):
7602 * pcomplete.el (pcomplete-std-complete): Use it.
7603
7604 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7605
7606 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7607 (latex-complete-alist): New vars.
7608 (latex-string-prefix-p, latex-complete-bibtex-keys)
7609 (latex-complete-envnames, latex-complete-refkeys)
7610 (latex-complete-data): New functions.
7611 (latex-complete, latex-indent-or-complete): New commands.
7612
7613 * window.el (display-buffer-mark-dedicated): New var.
7614 (display-buffer): Obey it.
7615 * minibuffer.el (minibuffer-completion-help): Use it.
7616
7617 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7618
7619 * filecache.el (file-cache-add-file): Use push and cons.
7620 (file-cache-delete-file-regexp): Use push.
7621 (file-cache-complete): Use completion-in-region.
7622
7623 * simple.el (with-wrapper-hook): Fix thinko.
7624
7625 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7626 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7627 Use with-current-buffer and string-to-number.
7628 (hfy-fallback-colour-values): Use assoc-string.
7629 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7630 (hfy-face-at): Remove unused var `found-face'.
7631 (hfy-compile-stylesheet): Remove unused var `css'.
7632 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7633 and `orig-buffer'.
7634 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7635 Use with-current-buffer.
7636 (hfy-text-p): Use expand-file-name and fewer setq.
7637
7638 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
7639
7640 * htmlfontify.el, hfy-cmap.el: New files.
7641
7642 2009-11-19 Juri Linkov <juri@jurta.org>
7643
7644 * minibuffer.el (completions-format): New defcustom.
7645 (completion--insert-strings): Implement vertical format.
7646
7647 * simple.el (switch-to-completions): Move point to the first
7648 completion when point was at the beginning of the buffer.
7649
7650 2009-11-19 Juri Linkov <juri@jurta.org>
7651
7652 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
7653
7654 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7655
7656 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7657
7658 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7659 (mail-signature): Change default to t.
7660 (mail-from-style): Deprecate `system-default' value.
7661 (mail-insert-from-field): For default value of mail-from-style,
7662 default to `angles' unless `angles' needs quoting and `parens'
7663 does not.
7664 (mail-citation-prefix-regexp): Use citation regexp from
7665 message-mode.
7666
7667 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
7668
7669 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7670 Set variables for computing the prompt for reading password.
7671
7672 2009-11-19 Glenn Morris <rgm@gnu.org>
7673
7674 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
7675
7676 * textmodes/flyspell.el (sgml-lexical-context): Declare.
7677
7678 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7679 (newsticker-treeview-listwindow-height): Fix custom type.
7680
7681 2009-11-19 Kenichi Handa <handa@m17n.org>
7682
7683 * descr-text.el (describe-char-padded-string): Compose with TAB
7684 only if there's a font for CH.
7685 (describe-char): Fix the condition for detecting a trivial composition.
7686
7687 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
7688
7689 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7690 more accurate version of the regexp. (Bug#3910)
7691
7692 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7693
7694 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7695
7696 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
7697
7698 * font-setting.el (font-use-system-font): Declare for byte-compiler.
7699 (font-setting-change-default-font): Fix typo in docstring.
7700
7701 2009-11-18 Alan Mackenzie <acm@muc.de>
7702
7703 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7704
7705 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7706
7707 * font-setting.el (font-use-system-font): Move ...
7708
7709 * cus-start.el (all): ... to here.
7710
7711 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
7712
7713 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7714 Don't set `ad-return-value' if `ad-do-it' doesn't.
7715
7716 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7717 modification time.
7718
7719 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7720
7721 * menu-bar.el: Put "Use system font" in Option-menu.
7722 (menu-bar-options-save): Add font-use-system-font.
7723
7724 * loadup.el: If feature system-font-setting or font-render-setting is
7725 there, load font-setting.
7726
7727 * Makefile.in (ELCFILES): Add font-settings.el.
7728 * font-setting.el: New file.
7729
7730 2009-11-17 Glenn Morris <rgm@gnu.org>
7731
7732 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7733
7734 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7735 Preserve point in the list buffer. (Bug#4939)
7736 Use point-at-eol.
7737 (newsticker--treeview-list-update-highlight)
7738 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7739
7740 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7741
7742 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7743 Remove.
7744
7745 * calc/calc-ext.el (calc-init-extensions): Remove references to
7746 symclip.
7747
7748 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7749
7750 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7751 * calc/calc-help.el (calc-b-prefix-help): Remove references to
7752 `calc-symclip'.
7753
7754 2009-11-16 Kevin Ryde <user42@zip.com.au>
7755
7756 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7757 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7758
7759 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7760 (lm-keywords-list): Allow comma-only separator like "foo,bar".
7761 Ignore trailing spaces by omit-nulls to split-string (fixing
7762 regression from Emacs 21 due to the incompatible split-string
7763 change). (Bug #4928.)
7764
7765 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7766
7767 * vc.el (vc-log-show-limit): Default to 2000.
7768 (vc-print-log-internal): Insert buttons to request more entries
7769 when limiting the output.
7770
7771 * vc-sccs.el (vc-sccs-print-log):
7772 * vc-rcs.el (vc-rcs-print-log):
7773 * vc-cvs.el (vc-cvs-print-log):
7774 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7775 LIMIT is non-nil.
7776
7777 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7778
7779 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7780 error when `tramp-gvfs-dbus-event-vector' is set.
7781 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7782
7783 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7786
7787 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7788
7789 * net/dbus.el (dbus-unregister-service): New defun.
7790 (dbus-register-property): Register the handlers of
7791 "org.freedesktop.DBus.Properties" for SERVICE.
7792 (dbus-property-handler): Fix docstring.
7793
7794 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7795
7796 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7797 Quote doc string reference in defvaralias as it is not in special form.
7798 (byte-compile-output-docform): Doc fix.
7799
7800 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7801
7802 * calc/calc.el (math-2-word-size, math-half-2-word-size)
7803 (calc-complement-signed-mode): New variables.
7804 (calc-set-mode-line): Add indicator for twos-complements.
7805 (math-format-number): Format twos-complement notation.
7806
7807 * calc/calc-bin.el (calc-word-size): Reset the variables
7808 `math-2-word-size' and `math-half-2-word-size'.
7809 (math-format-complement-signed, math-symclip, calcFunc-symclip)
7810 (calc-symclip): New functions.
7811
7812 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7813
7814 * calc/calc-embed.el (calc-embedded-mode-vars):
7815 Add `calc-complement-signed-mode' to the list of modes.
7816
7817 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7818 (calc-b-oper-keys): Add `calc-symclip' to list.
7819
7820 * calc/calc-ext.el (math-read-number-fancy): Read complement
7821 signed numbers.
7822 (calc-init-extensions): Add binding for `calc-symclip'.
7823 Add autoload for `calcFunc-symclip' and `calc-symclip'.
7824
7825 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7826 `calc-symclip'.
7827 (calc-modes-menu): Add item for twos complement mode.
7828
7829 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7830
7831 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7832
7833 * register.el (jump-to-register, insert-register): Handle Semantic
7834 tags. From commented-out advice in semantic/senator.el.
7835
7836 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7837
7838 * vc.el (vc-log-show-limit): New variable.
7839 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
7840 when using a prefix argument.
7841 (vc-print-log-internal): Add new argument LIMIT.
7842
7843 * vc-svn.el (vc-svn-print-log):
7844 * vc-mtn.el (vc-mtn-print-log):
7845 * vc-hg.el (vc-hg-print-log):
7846 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7847 pass it to the log command when set. Make the BUFFER argument
7848 non-optional.
7849
7850 * vc-sccs.el (vc-sccs-print-log):
7851 * vc-rcs.el (vc-rcs-print-log):
7852 * vc-git.el (vc-git-print-log):
7853 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7854 ignore it. Make the BUFFER argument non-optional
7855
7856 * bindings.el (mode-line-buffer-identification): Do not purecopy.
7857
7858 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7859
7860 * dired.el (dired-mode-map): Move encryption items to "Operate"
7861 menu (Bug#4703).
7862
7863 * strokes.el (strokes-update-window-configuration): Make strokes
7864 buffer current before erasing (Bug#4906).
7865
7866 * cedet/semantic/idle.el (semantic-idle-summary-mode)
7867 (semantic-idle-summary-mode): Define using define-minor-mode
7868 instead of define-semantic-idle-service.
7869 (semantic-idle-summary-mode): New function.
7870 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7871 that mouse motion does not reset the echo area.
7872
7873 2009-11-15 Juri Linkov <juri@jurta.org>
7874
7875 * simple.el (set-mark-default-inactive): Add :type, :group
7876 and :version. (Bug#4876)
7877
7878 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
7879
7880 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7881 (archive-unique-fname): ... here. (Bug#4929)
7882
7883 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7886 with a real fix.
7887
7888 * novice.el (disabled-command-function): Add useful args.
7889 Setup the help buffer so that [back] works.
7890 Remove redundant call to help-mode.
7891 (disabled-command-function): Use `case'.
7892 (en/disable-command): New function extracted from enable-command.
7893 (enable-command, disable-command): Use it.
7894
7895 2009-11-14 Glenn Morris <rgm@gnu.org>
7896
7897 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7898 constants. (Bug#4913)
7899
7900 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7901
7902 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
7903
7904 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7905 defined in C that have no doc-strings. (Bug#1063)
7906
7907 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
7908
7909 * cus-edit.el (data, files):
7910 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
7911
7912 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
7913
7914 * simple.el (shell-command): Doc fix (Bug#4891).
7915
7916 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7917
7918 2009-11-14 Glenn Morris <rgm@gnu.org>
7919
7920 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7921 statements for vc-diff, emerge-quit, and rmail-cease-edit.
7922 If they are already loaded, eval-after-load will do the right thing.
7923
7924 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7925 compiling.
7926
7927 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7928
7929 * simple.el (x-selection-owner-p): Declare.
7930 (read-mail-command): Use custom radio type rather than choice.
7931 (completion-no-auto-exit): Doc fix.
7932
7933 * custom.el (defgroup):
7934 * epg-config.el (epg): Doc fixes.
7935
7936 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7937
7938 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7939 * international/ccl.el (define-ccl-program): Do not purecopy the
7940 docstring, defconst does it anyway.
7941
7942 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7943
7944 * add-log.el (add-change-log-entry): Avoid displaying the changelog
7945 a second time.
7946
7947 * x-dnd.el (x-dnd-maybe-call-test-function):
7948 * window.el (split-window-vertically):
7949 * whitespace.el (whitespace-help-on):
7950 * vc-rcs.el (vc-rcs-consult-headers):
7951 * userlock.el (ask-user-about-lock-help)
7952 (ask-user-about-supersession-help):
7953 * type-break.el (type-break-force-mode-line-update):
7954 * time-stamp.el (time-stamp-conv-warn):
7955 * terminal.el (te-set-output-log, te-more-break, te-filter)
7956 (te-sentinel, terminal-emulator):
7957 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7958 (term-write-input-ring, term-check-source, term-start-output-log):
7959 (term-display-buffer-line, term-dynamic-list-completions):
7960 (term-ansi-make-term, serial-term):
7961 * subr.el (selective-display):
7962 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7963 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7964 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7965 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7966 (speedbar-remove-localized-speedbar-support)
7967 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7968 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7969 (speedbar-buffers-line-directory):
7970 * simple.el (shell-command-on-region, append-to-buffer)
7971 (prepend-to-buffer):
7972 * shadowfile.el (shadow-save-todo-file):
7973 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7974 (scroll-bar-maybe-set-window-start):
7975 * sb-image.el (speedbar-image-dump):
7976 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7977 (load-save-place-alist-from-file):
7978 * ps-samp.el (ps-print-message-from-summary):
7979 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7980 (ps-background-image, ps-begin-job, ps-do-despool):
7981 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7982 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7983 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7984 (pr-call-process, pr-file-list, pr-interface-save):
7985 * novice.el (disabled-command-function)
7986 (enable-command, disable-command):
7987 * mouse.el (mouse-buffer-menu-alist):
7988 * mouse-copy.el (mouse-kill-preserving-secondary):
7989 * macros.el (kbd-macro-query):
7990 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7991 * informat.el (batch-info-validate):
7992 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7993 * hippie-exp.el (try-expand-dabbrev-visible):
7994 * help-mode.el (help-make-xrefs):
7995 * help-fns.el (describe-variable):
7996 * generic-x.el (bat-generic-mode-run-as-comint):
7997 * finder.el (finder-mouse-select):
7998 * find-dired.el (find-dired-sentinel):
7999 * filesets.el (filesets-file-close):
8000 * files.el (list-directory):
8001 * faces.el (list-faces-display, describe-face):
8002 * facemenu.el (list-colors-display):
8003 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8004 * epg.el (epg--process-filter, epg-cancel):
8005 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8006 (epa--read-signature-type):
8007 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8008 (emerge-file-names):
8009 * ehelp.el (electric-helpify):
8010 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8011 * ediff-vers.el (rcs-ediff-view-revision):
8012 * ediff-util.el (ediff-setup):
8013 * ediff-mult.el (ediff-append-custom-diff):
8014 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8015 (ediff-wordify):
8016 * echistory.el (Electric-command-history-redo-expression):
8017 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8018 * disp-table.el (describe-display-table):
8019 * dired.el (dired-find-buffer-nocreate):
8020 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8021 * dabbrev.el (dabbrev--same-major-mode-p):
8022 * chistory.el (list-command-history):
8023 * apropos.el (apropos-documentation):
8024 * allout.el (allout-obtain-passphrase):
8025 (allout-copy-exposed-to-buffer):
8026 (allout-verify-passphrase): Use with-current-buffer.
8027
8028 2009-11-13 Glenn Morris <rgm@gnu.org>
8029
8030 * Makefile.in (ELCFILES): Regenerate.
8031
8032 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
8033
8034 * net/dbus.el (dbus-registered-objects-table): Rename from
8035 `dbus-registered-functions-table', because it contains also properties.
8036 (dbus-unregister-object): Unregister also properties.
8037 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8038 Use a timeout of 500 msec, in order to not block.
8039 (dbus-register-property, dbus-property-handler): New defuns.
8040
8041 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8042
8043 * simple.el (minibuffer-default-add-completions): Drop deprecated
8044 4th arg.
8045
8046 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
8047
8048 * textmodes/artist.el (artist-mouse-choose-operation):
8049 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8050 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8051 (artist-compute-up-event-key): New function.
8052 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8053
8054 2009-11-13 Kenichi Handa <handa@m17n.org>
8055
8056 * language/japan-util.el: Make sure that the value of jisx0208
8057 property is jisx0208 character.
8058
8059 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
8060
8061 * international/mule.el (auto-coding-regexp-alist): Only purecopy
8062 car or each item, not the whole list.
8063
8064 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
8065
8066 * minibuffer.el (minibuffer-completion-help):
8067 Use minibuffer-hide-completions.
8068
8069 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
8070
8071 * dired.el (dired-save-positions, dired-restore-positions): New funs.
8072 (dired-revert): Use them (bug#4880).
8073
8074 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8075
8076 * tooltip.el (tooltip-frame-parameters): Undo previous change.
8077
8078 2009-11-12 Juri Linkov <juri@jurta.org>
8079
8080 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8081 New functions.
8082 (find-file-literally-at-point): Alias of `ffap-literally'.
8083
8084 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8085
8086 * textmodes/ispell.el (ispell-skip-region-alist):
8087 * textmodes/css-mode.el (auto-mode-alist):
8088 * progmodes/compile.el (auto-mode-alist):
8089 * international/mule.el (ctext-non-standard-encodings-alist)
8090 (ctext-non-standard-encodings-regexp):
8091 * simple.el (shell-command-switch, text-read-only):
8092 * replace.el (occur-mode-map):
8093 * paths.el (rmail-file-name):
8094 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8095 * find-file.el (ff-special-constructs):
8096 * files.el (file-name-handler-alist):
8097 * composite.el: Purecopy strings.
8098
8099 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8100
8101 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8102
8103 * widget.el (define-widget): Purecopy the docstring.
8104 * international/mule-cmds.el (charset): Do not purecopy the
8105 docstring here, define-widget does it.
8106
8107 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8108 * textmodes/bibtex-style.el (auto-mode-alist):
8109 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8110 * progmodes/compile.el (compile-command):
8111 * language/korea-util.el (default-korean-keyboard):
8112 * international/mule-conf.el (file-coding-system-alist):
8113 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8114 * tooltip.el (tooltip-frame-parameters):
8115 * newcomment.el (comment-end, comment-padding):
8116 * dired.el (dired-trivial-filenames):
8117 * comint.el (comint-file-name-prefix): Purecopy initial values.
8118
8119 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
8120
8121 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8122 (tramp-advice-minibuffer-electric-tilde): Unload advices via
8123 `tramp-unload'.
8124 (tramp-advice-make-auto-save-file-name)
8125 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8126 after removing the advice.
8127
8128 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8129
8130 * progmodes/grep.el (grep-regexp-alist):
8131 * international/mule-cmds.el (iso-2022-control-alist):
8132 * emacs-lisp/timer.el (timer-duration-words):
8133 * subr.el (version-separator, version-regexp-alist):
8134 * minibuffer.el (completion-styles-alist):
8135 * faces.el (face-attribute-name-alist, list-faces-sample-text):
8136 Change defvars to defconsts.
8137
8138 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8139 * loadup.el ("international/mule-conf"): Load the byte compiled version.
8140 * international/mule-conf.el: Allow to be byte compiled.
8141
8142 * international/mule.el (define-charset): Purecopy props.
8143 (load-with-code-conversion): Purecopy doc string and file name.
8144 (put-charset-property): Purecopy strings.
8145 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8146
8147 * international/mule-cmds.el (register-input-method): Purecopy arguments.
8148 (define-char-code-property): Correctly purecopy the table.
8149
8150 * international/ccl.el (define-ccl-program): Purecopy the docstring.
8151
8152 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8153
8154 * subr.el (add-hook): Purecopy strings.
8155 (eval-after-load): Purecopy load-history-regexp and the form.
8156
8157 * custom.el (custom-declare-group): Purecopy load-file-name.
8158
8159 * subr.el (menu-bar-separator): New defconst.
8160 * net/eudc.el (eudc-tools-menu):
8161 * international/mule-cmds.el (set-coding-system-map)
8162 (mule-menu-keymap):
8163 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8164 * vc-hooks.el (vc-menu-map):
8165 * replace.el (occur-mode-map):
8166 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8167 (menu-bar-edit-menu, menu-bar-goto-menu)
8168 (menu-bar-custom-menu, menu-bar-showhide-menu)
8169 (menu-bar-options-menu, menu-bar-tools-menu)
8170 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8171 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8172 (menu-bar-help-menu):
8173 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8174 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8175
8176 * term/x-win.el (x-gtk-stock-map):
8177 * progmodes/vera-mode.el (auto-mode-alist):
8178 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8179 (inferior-lisp-program, inferior-lisp-load-command):
8180 * progmodes/hideshow.el (hs-special-modes-alist):
8181 * progmodes/gud.el (same-window-regexps):
8182 * progmodes/grep.el (grep-program, find-program, xargs-program):
8183 * net/telnet.el (same-window-regexps):
8184 * net/rlogin.el (same-window-regexps):
8185 * language/ethiopic.el (font-ccl-encoder-alist):
8186 * vc-sccs.el (vc-sccs-master-templates):
8187 * vc-rcs.el (vc-rcs-master-templates):
8188 * subr.el (cl-assertion-failed):
8189 * simple.el (next-error-overlay-arrow-position):
8190 * lpr.el (lpr-command):
8191 * locate.el (locate-ls-subdir-switches):
8192 * info.el (same-window-regexps, info)
8193 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8194 * image-mode.el (image-mode, auto-mode-alist):
8195 * hippie-exp.el (hippie-expand-ignore-buffers):
8196 * format.el (format-alist):
8197 * find-dired.el (find-ls-subdir-switches, find-grep-options)
8198 (find-name-arg):
8199 * facemenu.el (facemenu-keybindings):
8200 * dired.el (dired-listing-switches, dired-chown-program):
8201 * diff.el (diff-switches, diff-command):
8202 * cus-edit.el (same-window-regexps):
8203 * bindings.el (mode-line-mule-info)
8204 (mode-line-buffer-identification): Purecopy strings.
8205
8206 2009-11-11 Juri Linkov <juri@jurta.org>
8207
8208 * simple.el (dired-get-filename) <declare-function>:
8209 Tell the byte-compiler about dired-get-filename.
8210 (shell-command): In Dired mode, get filename from the current line
8211 as the default value.
8212
8213 2009-11-10 Glenn Morris <rgm@gnu.org>
8214
8215 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8216 * calendar/holidays.el, progmodes/cperl-mode.el:
8217 Update x-popup-menu declarations.
8218
8219 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8220 (list-load-path-shadows): Use dolist.
8221 (list-load-path-shadows): Use with-current-buffer.
8222
8223 2009-11-10 Juri Linkov <juri@jurta.org>
8224
8225 * minibuffer.el (read-file-name): Support a list of default values
8226 in `default-filename'. Use the first file name where only one
8227 element is required. Doc fix.
8228
8229 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
8230
8231 * net/dbus.el (dbus-unregister-object): Release service, if no
8232 other method is registered for it.
8233
8234 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
8235
8236 * bookmark.el (bookmark-completing-read): Sort bookmark names if
8237 bookmark-sort-flag is non-nil (Bug#4653).
8238
8239 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8240
8241 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8242 the progress reporter entirely.
8243
8244 * emulation/cua-base.el: Add CUA property to some CC mode commands
8245 (Bug#4100).
8246
8247 2009-11-08 Kevin Ryde <user42@zip.com.au>
8248
8249 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8250 at end of sentence (Bug#4818).
8251
8252 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
8253
8254 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8255 Handle "see declaration of" MSFT statements (Bug#4100).
8256
8257 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
8258
8259 * net/tramp.el (tramp-advice-make-auto-save-file-name)
8260 (tramp-advice-file-expand-wildcards): Unload via
8261 `ad-remove-advice'.
8262
8263 * net/trampver.el: Update release number.
8264
8265 2009-11-08 Kevin Ryde <user42@zip.com.au>
8266
8267 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8268 `ad-do-it'.
8269
8270 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
8271
8272 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8273 in order to keep context in SELinux.
8274
8275 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8276
8277 * dired-aux.el (dired-query): Place cursor in echo area and allow
8278 C-g.
8279
8280 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8281 menu item if not on a directory (Bug#4701).
8282
8283 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
8284
8285 Sync with Tramp 2.1.17.
8286
8287 * net/tramp.el (tramp-handle-copy-directory): Don't use
8288 `file-remote-p' (due to compatibility).
8289
8290 * net/tramp-compat.el (tramp-compat-copy-directory)
8291 (tramp-compat-delete-directory): New defuns.
8292
8293 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8294 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8295 `tramp-compat-delete-directory'.
8296
8297 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8298 (tramp-smb-handle-delete-directory): Use
8299 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8300
8301 * net/trampver.el: Update release number.
8302
8303 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
8304
8305 * tar-mode.el (tar-copy): Call write-region on the right buffer
8306 (Bug#4857).
8307
8308 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8309 by hand, if necessary (Bug#4878).
8310
8311 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
8312
8313 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8314 align size column (Bug#4839).
8315
8316 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8317 statement.
8318
8319 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8320
8321 * progmodes/ld-script.el (auto-mode-alist):
8322 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8323
8324 * cus-face.el (custom-declare-face): Purecopy face spec.
8325
8326 2009-11-06 Kenichi Handa <handa@m17n.org>
8327
8328 * international/uni-bidi.el: Re-generated.
8329 * international/uni-category.el: Re-generated.
8330 * international/uni-combining.el: Re-generated.
8331 * international/uni-mirrored.el: Re-generated.
8332
8333 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8334
8335 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8336 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8337 (tex-start-options, slitex-run-command, latex-run-command)
8338 (tex-run-command, tex-directory):
8339 * textmodes/ispell.el (ispell-html-skip-alists)
8340 (ispell-tex-skip-alists, ispell-tex-skip-alists):
8341 * textmodes/fill.el (adaptive-fill-first-line-regexp):
8342 (adaptive-fill-regexp):
8343 * textmodes/dns-mode.el (auto-mode-alist):
8344 * progmodes/python.el (interpreter-mode-alist):
8345 * progmodes/etags.el (tags-compression-info-list):
8346 * progmodes/etags.el (tags-file-name):
8347 * net/browse-url.el (browse-url-galeon-program)
8348 (browse-url-firefox-program):
8349 * mail/sendmail.el (mail-signature-file)
8350 (mail-citation-prefix-regexp):
8351 * international/mule-conf.el (eight-bit):
8352 * international/latexenc.el (latex-inputenc-coding-alist):
8353 * international/fontset.el (x-pixel-size-width-font-regexp):
8354 * emacs-lisp/warnings.el (warning-type-format):
8355 * emacs-lisp/trace.el (trace-buffer):
8356 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8357 (emacs-lisp-mode-map):
8358 * calendar/holidays.el (holiday-solar-holidays)
8359 (holiday-bahai-holidays, holiday-islamic-holidays)
8360 (holiday-christian-holidays, holiday-hebrew-holidays)
8361 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8362 (hebrew-holidays-1, holiday-oriental-holidays)
8363 (holiday-general-holidays):
8364 * x-dnd.el (x-dnd-known-types):
8365 * tool-bar.el (tool-bar):
8366 * startup.el (site-run-file):
8367 * shell.el (shell-dumb-shell-regexp):
8368 * rfn-eshadow.el (file-name-shadow-tty-properties)
8369 (file-name-shadow-properties):
8370 * paths.el (remote-shell-program, news-directory):
8371 * mouse.el ([C-down-mouse-3]):
8372 * menu-bar.el (menu-bar-tools-menu):
8373 * jka-cmpr-hook.el (jka-compr-load-suffixes)
8374 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8375 (jka-compr-compression-info-list):
8376 * isearch.el (search-whitespace-regexp):
8377 * image-file.el (image-file-name-extensions):
8378 * find-dired.el (find-ls-option):
8379 * files.el (directory-listing-before-filename-regexp)
8380 (directory-free-space-args, insert-directory-program)
8381 (list-directory-brief-switches, magic-fallback-mode-alist)
8382 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8383 (automount-dir-prefix):
8384 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8385 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8386 (face-font-registry-alternatives, face-font-registry-alternatives)
8387 (face-font-family-alternatives):
8388 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8389 (facemenu-foreground-menu, facemenu-face-menu):
8390 * epa-hook.el (epa-file-name-regexp):
8391 * dnd.el (dnd-protocol-alist):
8392 * textmodes/rst.el (auto-mode-alist):
8393 * button.el (default-button): Purecopy strings.
8394
8395 2009-11-06 Glenn Morris <rgm@gnu.org>
8396
8397 * Makefile.in (ELCFILES): Update.
8398
8399 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8400
8401 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8402 * emacs-lisp/levents.el: Move to obsolete/levents.el.
8403
8404 * nxml/xsd-regexp.el (xsdre-gen-categories):
8405 * nxml/xmltok.el (xmltok-parse-entity):
8406 * nxml/rng-parse.el (rng-parse-validate-file):
8407 * nxml/rng-maint.el (rng-format-manual)
8408 (rng-manual-output-force-new-line):
8409 * nxml/rng-loc.el (rng-save-schema-location-1):
8410 * nxml/rng-cmpct.el (rng-c-parse-file):
8411 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8412 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8413
8414 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
8415
8416 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8417 Remove extra save-excursions and make-variable-buffer-local's.
8418 Suggested by Stefan Monnier.
8419
8420 (verilog-getopt-file, verilog-module-inside-filename-p)
8421 (verilog-set-define): Merge GNU 1.35 and repair changes from
8422 switching to using with-current-buffer.
8423
8424 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8425 being treated as a number and confusing AUTORESET.
8426 Reported by Dan Dever.
8427
8428 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8429 Add verilog-auto-ignore-concat to fix backward compatibility with
8430 older verilog-modes. Reported by Dan Katz.
8431
8432 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8433 containing closing anchors "...$".
8434
8435 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8436 Reported by Wade Smith.
8437
8438 (verilog-batch-execute-func): Comment on function usage.
8439
8440 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
8441
8442 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8443 for labels.
8444
8445 (verilog-label-re, verilog-calc-1): Support proper indent of named
8446 asserts.
8447
8448 (verilog-backward-token, verilog-basic-complete-re)
8449 (verilog-beg-of-statement, verilog-indent-re): Support proper
8450 indent of the assert statement at the beginning of a block of text.
8451
8452 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8453 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8454 tokens as begins.
8455
8456 2009-11-05 Glenn Morris <rgm@gnu.org>
8457
8458 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8459 Emacs 19. (Bug#1531)
8460 (byte-compile-fix-header): Update for the above change.
8461 Drop test for epoch::version.
8462
8463 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8464 * cus-dep.el (custom-make-dependencies):
8465 * finder.el (finder-compile-keywords):
8466 Use autoload-rubric's feature argument.
8467
8468 * calendar/diary-lib.el (top-level): Make load behave more like require.
8469
8470 * vc-git.el (vc-git-stash-map): Move definition before use.
8471
8472 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8473
8474 * custom.el (custom-declare-group): Purecopy standard-value.
8475 (custom-declare-group): Purecopy custom-prefix.
8476
8477 * international/mule.el (load-with-code-conversion):
8478 Call do-after-load-evaluation unconditionally.
8479
8480 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8481
8482 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8485
8486 2009-11-04 Glenn Morris <rgm@gnu.org>
8487
8488 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8489 (byte-compile-compatibility): Remove option.
8490 (byte-compile-close-variables, byte-compile-fix-header)
8491 (byte-compile-insert-header, byte-compile-output-docform)
8492 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8493 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8494 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8495 (byte-compile-insert, byte-compile-defun):
8496 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
8497 (byte-defop-compiler19): Remove.
8498 Without byte-compile-compatibility, the 'emacs19-opcode property is not
8499 used by anything. Replace all calls with byte-defop-compiler.
8500
8501 2009-11-04 Juri Linkov <juri@jurta.org>
8502
8503 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8504 (menu-bar-options-menu): Don't quote the `prop' arg of
8505 `menu-bar-make-mm-toggle'.
8506
8507 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
8508
8509 * calendar/calendar.el (cal-loaddefs):
8510 * calendar/diary-lib.el (diary-loaddefs):
8511 * calendar/holidays.el (hol-loaddefs):
8512 * eshell/esh-module.el (esh-groups): Load rather than require.
8513
8514 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8515
8516 * calendar/todo-mode.el (todo-add-category): Don't hardcode
8517 point-min==1.
8518 (todo-top-priorities): Only display-buffer when called interactively.
8519 (todo-item-start): Don't save excursion point.
8520 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
8521 (todo-insert-item-here, todo-file-item, todo-remove-item):
8522 Adjust uses of todo-item-start and todo-item-end.
8523
8524 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8525 (autoload-rubric): Don't use any more.
8526 * cedet/semantic/fw.el (semantic/loaddefs):
8527 * cedet/srecode.el (srecode/loaddefs):
8528 * cedet/ede.el (ede/loaddefs): Load rather than require.
8529 * cedet/ede/cpp-root.el:
8530 * cedet/ede/emacs.el:
8531 * cedet/ede/files.el:
8532 * cedet/ede/linux.el:
8533 * cedet/ede/locate.el:
8534 * cedet/ede/make.el:
8535 * cedet/ede/shell.el:
8536 * cedet/ede/speedbar.el:
8537 * cedet/ede/system.el:
8538 * cedet/ede/util.el:
8539 * cedet/semantic/analyze.el:
8540 * cedet/semantic/bovine.el:
8541 * cedet/semantic/complete.el:
8542 * cedet/semantic/ctxt.el:
8543 * cedet/semantic/db-file.el:
8544 * cedet/semantic/db-find.el:
8545 * cedet/semantic/db-global.el:
8546 * cedet/semantic/db-mode.el:
8547 * cedet/semantic/db-typecache.el:
8548 * cedet/semantic/db.el:
8549 * cedet/semantic/debug.el:
8550 * cedet/semantic/dep.el:
8551 * cedet/semantic/doc.el:
8552 * cedet/semantic/edit.el:
8553 * cedet/semantic/find.el:
8554 * cedet/semantic/format.el:
8555 * cedet/semantic/html.el:
8556 * cedet/semantic/ia-sb.el:
8557 * cedet/semantic/ia.el:
8558 * cedet/semantic/idle.el:
8559 * cedet/semantic/lex-spp.el:
8560 * cedet/semantic/lex.el:
8561 * cedet/semantic/mru-bookmark.el:
8562 * cedet/semantic/scope.el:
8563 * cedet/semantic/senator.el:
8564 * cedet/semantic/sort.el:
8565 * cedet/semantic/symref.el:
8566 * cedet/semantic/tag-file.el:
8567 * cedet/semantic/tag-ls.el:
8568 * cedet/semantic/tag-write.el:
8569 * cedet/semantic/tag.el:
8570 * cedet/semantic/util-modes.el:
8571 * cedet/semantic/analyze/complete.el:
8572 * cedet/semantic/analyze/refs.el:
8573 * cedet/semantic/bovine/c.el:
8574 * cedet/semantic/bovine/gcc.el:
8575 * cedet/semantic/bovine/make.el:
8576 * cedet/semantic/bovine/scm.el:
8577 * cedet/semantic/decorate/include.el:
8578 * cedet/semantic/decorate/mode.el:
8579 * cedet/semantic/symref/cscope.el:
8580 * cedet/semantic/symref/global.el:
8581 * cedet/semantic/symref/grep.el:
8582 * cedet/semantic/symref/idutils.el:
8583 * cedet/semantic/symref/list.el:
8584 * cedet/semantic/wisent/java-tags.el:
8585 * cedet/semantic/wisent/javascript.el:
8586 * cedet/srecode/compile.el:
8587 * cedet/srecode/cpp.el:
8588 * cedet/srecode/document.el:
8589 * cedet/srecode/el.el:
8590 * cedet/srecode/expandproto.el:
8591 * cedet/srecode/getset.el:
8592 * cedet/srecode/insert.el:
8593 * cedet/srecode/java.el:
8594 * cedet/srecode/map.el:
8595 * cedet/srecode/mode.el:
8596 * cedet/srecode/template.el:
8597 * cedet/srecode/texi.el: Remove the file-local setting of
8598 generated-autoload-feature.
8599
8600 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8601 and only put a prop if it is non-nil.
8602
8603 2009-11-03 Juri Linkov <juri@jurta.org>
8604
8605 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8606 (menu-bar-options-menu): Fix list quoting (Bug#4429).
8607
8608 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8609 and "Menu" to make top-level menu item visually one unit (like
8610 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8611 multi-word menu items). Fix :help string for quit-window.
8612
8613 2009-11-03 Glenn Morris <rgm@gnu.org>
8614
8615 * cedet/mode-local.el (with-mode-local): Doc fix.
8616
8617 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8618 (byte-compile-file-form-define-abbrev-table)
8619 (byte-compile-file-form-custom-declare-variable)
8620 (byte-compile-variable-ref, byte-compile-defvar):
8621 Whether or not a warning is enabled should only affect whether we issue
8622 the warning, not whether or not we collect the relevant data.
8623 Eg warnings can be turned on and off throughout the course of a file.
8624
8625 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8626 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8627
8628 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8629
8630 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8631 * play/mpuz.el (mpuz-create-buffer):
8632 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8633 (lm-print-y,s,noise, lm-print-w0, lm-init):
8634 * play/gomoku.el (gomoku-prompt-for-move):
8635 * play/fortune.el (fortune-in-buffer):
8636 * play/dissociate.el (dissociated-press):
8637 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8638 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8639 * mail/supercite.el (sc-eref-show):
8640 * mail/smtpmail.el (smtpmail-send-it):
8641 * mail/rmailsum.el (rmail-summary-next-labeled-message)
8642 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8643 (rmail-summary-undelete-many, rmail-summary-rmail-update)
8644 (rmail-summary-goto-msg, rmail-summary-expunge)
8645 (rmail-summary-get-new-mail, rmail-summary-search-backward)
8646 (rmail-summary-add-label, rmail-summary-output-menu)
8647 (rmail-summary-output-body):
8648 * mail/rfc822.el (rfc822-addresses):
8649 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8650 * mail/mailpost.el (post-mail-send-it):
8651 * mail/hashcash.el (hashcash-generate-payment):
8652 * mail/feedmail.el (feedmail-run-the-queue)
8653 (feedmail-queue-send-edit-prompt-help-first)
8654 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8655 (feedmail-deduce-address-list):
8656 * eshell/esh-ext.el (eshell-remote-command):
8657 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8658 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8659 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8660 (viper-save-string-in-file, viper-valid-marker):
8661 * emulation/viper-keym.el (viper-toggle-key):
8662 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8663 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8664 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8665 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8666 (viper-exec-form-in-emacs, viper-brac-function):
8667 * emulation/viper.el (viper-delocalize-var):
8668 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8669 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8670 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8671 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8672 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8673 * emulation/edt.el (edt-electric-helpify):
8674 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8675 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8676 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8677 (cua-indent-to-global-mark-column):
8678 * calendar/diary-lib.el (calendar-mark-1):
8679 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8680 Use with-current-buffer.
8681 * emulation/viper.el (viper-delocalize-var): Use dolist.
8682
8683 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
8684
8685 * comint.el (comint-replace-by-expanded-history-before-point):
8686 Replace !! with the previous input string literally (Bug#1795).
8687
8688 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
8689
8690 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8691 to be made up of whitespace.
8692
8693 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
8694
8695 * minibuffer.el (read-file-name): Don't use file dialogs for
8696 remote directories (Bug#99).
8697
8698 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
8699
8700 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8701
8702 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
8703
8704 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8705 instead of deleting the window or frame.
8706
8707 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8708
8709 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8710 Support face colors.
8711
8712 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8713 New function. Support face colors (Bug#1168).
8714 (tex-common-initialization): Use it.
8715
8716 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8717 mode allows it (Bug#1168).
8718
8719 2009-10-31 Juri Linkov <juri@jurta.org>
8720
8721 * facemenu.el (list-colors-display): Don't mark buffer as
8722 modified (Bug#3948).
8723
8724 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8725
8726 * international/mule-diag.el (list-character-sets-1): Minor
8727 message fix (Bug#3526).
8728
8729 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8730 face property (Bug#4834).
8731 (etags-list-tags, etags-tags-apropos-additional)
8732 (etags-tags-apropos, tags-select-tags-table): Add follow-link
8733 property.
8734
8735 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8736 items.
8737
8738 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8739 items.
8740
8741 * cedet/ede.el (ede-minor-mode):
8742 * cedet/semantic.el (semantic-mode): Toggle menu separators.
8743
8744 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
8745
8746 * textmodes/two-column.el (2C-split):
8747 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8748 * textmodes/tex-mode.el (tex-set-buffer-directory):
8749 * textmodes/spell.el (spell-region, spell-string):
8750 * textmodes/reftex.el (reftex-erase-buffer):
8751 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8752 * textmodes/reftex-toc.el (reftex-toc-promote-action):
8753 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8754 (reftex-select-item):
8755 * textmodes/reftex-ref.el (reftex-label-info-update)
8756 (reftex-offer-label-menu):
8757 * textmodes/reftex-index.el (reftex-index-change-entry)
8758 (reftex-index-phrases-info):
8759 * textmodes/reftex-global.el (reftex-create-tags-file)
8760 (reftex-save-all-document-buffers, reftex-ensure-write-access):
8761 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8762 (reftex-view-crossref-from-bibtex):
8763 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8764 (reftex-extract-bib-entries-from-thebibliography)
8765 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8766 * textmodes/refbib.el (r2b-capitalize-title):
8767 (r2b-convert-buffer, r2b-help):
8768 * textmodes/page-ext.el (pages-directory)
8769 (pages-directory-goto-with-mouse):
8770 * textmodes/bibtex.el (bibtex-validate-globally):
8771 * textmodes/bib-mode.el (bib-capitalize-title):
8772 * textmodes/artist.el (artist-clear-buffer, artist-system):
8773 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8774 (local-set-scheme-interaction-buffer, xscheme-process-filter)
8775 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8776 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8777 (xscheme-send-control-g-interrupt, xscheme-start-process)
8778 (xscheme-process-sentinel, xscheme-cd):
8779 * progmodes/verilog-mode.el (verilog-read-always-signals)
8780 (verilog-set-define, verilog-getopt-file)
8781 (verilog-module-inside-filename-p):
8782 * progmodes/sh-script.el:
8783 * progmodes/python.el (python-pdbtrack-get-source-buffer)
8784 (python-pdbtrack-grub-for-buffer, python-execute-file):
8785 * progmodes/octave-inf.el (inferior-octave):
8786 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8787 (idlwave-shell-compile-helper-routines, idlwave-set-local)
8788 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8789 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8790 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8791 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8792 (idlwave-shell-filter, idlwave-shell-examine-highlight)
8793 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8794 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8795 (idlwave-shell-examine-display, idlwave-shell-run-region)
8796 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8797 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8798 * progmodes/idlw-help.el (idlwave-help-get-special-help)
8799 (idlwave-help-get-help-buffer):
8800 * progmodes/gud.el (gud-basic-call, gud-find-class)
8801 (gud-tooltip-activate-mouse-motions-if-enabled):
8802 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8803 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8804 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8805 (ebrowse-tags-next-file):
8806 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8807 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8808 (ebnf-eps-finish-and-write):
8809 * progmodes/cpp.el (cpp-edit-save):
8810 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8811 * progmodes/cc-defs.el (c-emacs-features):
8812 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8813 (antlr-directory-dependencies):
8814 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8815 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8816 (ada-find-any-references, ada-make-filename-from-adaname)
8817 (ada-make-body-gnatstub):
8818 * obsolete/rnews.el (news-list-news-groups):
8819 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8820 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8821 * net/rcirc.el (rcirc-debug):
8822 * net/newst-treeview.el (newsticker--treeview-list-add-item)
8823 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8824 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8825 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8826 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8827 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8828 (newsticker--treeview-list-clear-highlight)
8829 (newsticker--treeview-list-update-highlight)
8830 (newsticker--treeview-list-highlight-start)
8831 (newsticker--treeview-tree-update-highlight)
8832 (newsticker--treeview-get-selected-item)
8833 (newsticker-treeview-mark-list-items-old)
8834 (newsticker--treeview-set-current-node):
8835 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8836 * net/newst-backend.el (newsticker--get-news-by-funcall)
8837 (newsticker--get-news-by-wget, newsticker--image-get)
8838 (newsticker--image-sentinel):
8839 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8840 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8841 (eudc-ph-close-session):
8842 * net/eudc.el (eudc-save-options):
8843 * language/thai-word.el (thai-update-word-table):
8844 * language/japan-util.el (japanese-string-conversion):
8845 * international/titdic-cnv.el (tsang-quick-converter)
8846 (ziranma-converter, ctlau-converter):
8847 * international/mule-cmds.el (describe-language-environment):
8848 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8849 (skkdic-convert-postfix, skkdic-convert-prefix):
8850 (skkdic-convert-okuri-nasi, skkdic-convert):
8851 * emacs-lisp/re-builder.el (reb-update-overlays):
8852 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8853 * emacs-lisp/gulp.el (gulp-send-requests):
8854 * emacs-lisp/find-gc.el (trace-call-tree):
8855 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8856 (eieio-describe-generic):
8857 * emacs-lisp/eieio-base.el (eieio-persistent-read):
8858 * emacs-lisp/edebug.el (edebug-outside-excursion):
8859 * emacs-lisp/debug.el (debugger-make-xrefs):
8860 * emacs-lisp/cust-print.el (custom-prin1-to-string):
8861 * emacs-lisp/chart.el (chart-new-buffer):
8862 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8863 Use with-current-buffer.
8864 * textmodes/artist.el (artist-system): Don't call
8865 copy-sequence on a fresh string.
8866 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8867
8868 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
8869
8870 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8871 is no item to edit. (Bug#4820)
8872 (todo-top-priorities): Restore point and restore narrowing in Todo
8873 buffer. (Bug#4820)
8874
8875 2009-10-31 Glenn Morris <rgm@gnu.org>
8876
8877 * net/ange-ftp.el (top-level): Don't require dired when compiling.
8878 (comint-last-output-start, comint-last-input-start)
8879 (comint-last-input-end): Don't defvar when compiling.
8880 (ange-ftp-process-file): Use bound-and-true-p.
8881
8882 * pcmpl-rpm.el (top-level): Move provide statement to end.
8883 (pcmpl-rpm): Remove unused custom group.
8884
8885 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8886
8887 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8888
8889 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8890 (byte-compile-warnings): Add `constants' as an option.
8891 (byte-compile-callargs-warn, byte-compile-arglist-warn)
8892 (display-call-tree): Update for byte-compile-fdefinition possibly
8893 returning `(macro lambda ...)'. (Bug#4778)
8894 (byte-compile-variable-ref, byte-compile-setq-default):
8895 Respect `constants' member of byte-compile-warnings.
8896
8897 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8898 Use mapc rather than mapcar because the return value is never used.
8899
8900 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8901 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8902 * cedet/semantic/html.el:
8903 Suppress harmless warnings about setting up semantic-imenu (not
8904 part of Emacs) variables.
8905
8906 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8907
8908 * vc-bzr.el (vc-bzr-revision-keywords): New var.
8909 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8910 to "submit:".
8911
8912 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8913 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8914 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8915 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8916 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8917 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8918 (semantic-analyzer-debug-global-symbol)
8919 (semantic-analyzer-debug-missing-innertype)
8920 (semantic-analyzer-debug-insert-include-summary):
8921 * cedet/semantic/util.el (semantic-file-tag-table):
8922 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8923 (semantic-recursive-find-nonterminal-by-name):
8924 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8925 * cedet/semantic/tag-file.el (semantic-prototype-file):
8926 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8927 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8928 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8929 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8930 (semantic-idle-summary-maybe-highlight):
8931 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8932 (semantic-ia-sb-tag-info):
8933 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8934 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8935 * cedet/semantic/ede-grammar.el (project-compile-target):
8936 (ede-proj-makefile-insert-variables):
8937 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8938 (semantic-debug-set-source-location, semantic-debug-interface-layout)
8939 (semantic-debug-mode, semantic-debug):
8940 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8941 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8942 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8943 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8944 (semanticdb-find-translate-path-includes--internal)
8945 (semanticdb-reset-log, semanticdb-find-log-activity):
8946 * cedet/semantic/db-file.el (object-write):
8947 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8948 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8949 (semanticdb-create-ebrowse-database):
8950 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8951 * cedet/semantic/complete.el (semantic-displayor-focus-request)
8952 (semantic-collector-calculate-completions-raw)
8953 (semantic-complete-read-tag-analyzer):
8954 * cedet/semantic/analyze.el (semantic-analyze-pulse):
8955 * cedet/ede/util.el (ede-update-version-in-source):
8956 * cedet/ede/proj.el (project-delete-target):
8957 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8958 (ede-proj-flush-autoconf):
8959 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8960 (ede-proj-configure-synchronize):
8961 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8962 * cedet/ede/linux.el (ede-linux-version):
8963 * cedet/ede/emacs.el (ede-emacs-version):
8964 * cedet/ede/dired.el (ede-dired-add-to-target):
8965 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8966 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8967 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8968 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8969 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8970 (cedet-idutils-version-check):
8971 * cedet/cedet-global.el (cedet-gnu-global-call):
8972 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8973 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8974 * cedet/cedet-cscope.el (cedet-cscope-call)
8975 (cedet-cscope-expand-filename, cedet-cscope-version-check):
8976 Use with-current-buffer.
8977 * cedet/ede.el (ede-make-project-local-variable)
8978 (ede-set-project-variables, ede-set): Use dolist.
8979
8980 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
8981
8982 * textmodes/ispell.el (ispell-skip-region-alist):
8983 * international/mule-conf.el (eight-bit):
8984 * international/fontset.el (font-encoding-alist):
8985 * startup.el (pure-space-overflow-message):
8986 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8987 * paths.el (gnus-nntp-service, rmail-spool-directory)
8988 (term-file-prefix):
8989 * files.el (save-some-buffers-action-alist):
8990 * cmuscheme.el (same-window-buffer-names):
8991 * ielm.el (same-window-buffer-names):
8992 * shell.el (same-window-buffer-names):
8993 * mail/sendmail.el (same-window-buffer-names):
8994 * progmodes/inf-lisp.el (same-window-buffer-names):
8995 * bindings.el (mode-line-client)
8996 (mode-line-column-line-number-mode-map):
8997 * language/tibetan.el (tibetan-precomposition-rule-regexp)
8998 (tibetan-precomposed-regexp): Purecopy string arguments.
8999
9000 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9003 (calcDigit-nondigit):
9004 * calc/calc-yank.el (calc-copy-to-buffer):
9005 * calc/calc-units.el (calc-invalidate-units-table):
9006 * calc/calc-trail.el (calc-trail-yank):
9007 * calc/calc-store.el (calc-insert-variables):
9008 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9009 * calc/calc-prog.el (calc-read-parse-table):
9010 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9011 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9012 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9013 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9014 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9015 (calc-graph-name, calc-graph-find-command, calc-graph-view)
9016 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9017 * calc/calc-ext.el (calc-realign):
9018 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9019 (calc-embedded-finish-edit, calc-embedded-make-info)
9020 (calc-embedded-finish-command, calc-embedded-stack-change):
9021 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9022
9023 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9024 (overload-docstring-extension): Use that info.
9025 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9026 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9027 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9028 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9029 (semantic-nonterminal-full-name): Add the new `when' info.
9030 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9031 `assert'.
9032
9033 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9034 shell-dynamic-complete-filename in preference to
9035 comint-dynamic-complete-filename.
9036
9037 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9038 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9039 Don't consider whether the display supports colors.
9040 (bookmark-import-new-list): Use dolist.
9041 (bookmark-bmenu-mode-map): Move initialization into declaration.
9042 (bookmark-bmenu-list): Use dolist, simplify.
9043 (bookmark-show-all-annotations): Use save-selected-window and dolist.
9044 (menu-bar-final-items): Use push.
9045
9046 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
9047
9048 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9049 it works on remote files.
9050 (vc-hg-diff): Don't pass any `--cwd' argument.
9051
9052 2009-10-27 Kevin Ryde <user42@zip.com.au>
9053
9054 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9055 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9056 (Further to Bug#3921).
9057
9058 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
9059
9060 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9061 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9062 calling `tramp-imap-put-file'. Add file size to the call.
9063 (tramp-imap-get-file-entries): Compute also user name, file size,
9064 and date.
9065 (tramp-imap-handle-insert-directory): Insert uid and gid.
9066 (tramp-imap-handle-file-attributes): Transform uid and gid
9067 according to `id-format'.
9068 (tramp-imap-put-file): New optional parameter SIZE. Encode file
9069 size in header X-Size.
9070
9071 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
9072
9073 * simple.el (transpose-subr): Give clearer error when the mark
9074 is not set. (Bug#4807)
9075
9076 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
9077
9078 * net/tramp.el (tramp-perl-file-truename): New defconst.
9079 Perl code contributed by yary <not.com@gmail.com> (tiny change).
9080 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9081 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9082 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9083
9084 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9085 Ignore `dired-call-process'.
9086 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9087
9088 2009-10-26 Julian Scheid <julians37@gmail.com>
9089
9090 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9091 (tramp-get-remote-readlink): New defun.
9092 (tramp-handle-file-truename): Use it.
9093 (tramp-handle-file-exists-p): Check file-attributes cache, assume
9094 file exists if cache value present.
9095 (tramp-check-cached-permissions): New defun.
9096 (tramp-handle-file-readable-p): Use it.
9097 (tramp-handle-file-writable-p): Likewise.
9098 (tramp-handle-file-executable-p): Likewise.
9099 (tramp-handle-file-name-all-completions): Try using Perl to get
9100 partial completions. When perl not available, combine `cd' and
9101 `ls' into single remote operation and use shell expansion to get
9102 partial remote directory contents. Set `file-exists-p' cache for
9103 directory and any files returned by ls. Change cache handling to
9104 support partial directory contents. Use error message emitted by
9105 remote `cd' or Perl code for local tramp-error.
9106 (tramp-do-copy-or-rename-file-directly): Avoid separate
9107 tramp-send-command-and-check call.
9108 (tramp-handle-process-file): Merge three remote ops into one.
9109 Do not flush all caches when `process-file-side-effects' is set.
9110 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9111 file-attributes shows uid/gid to be set already.
9112
9113 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9114
9115 * textmodes/tex-mode.el (tex-dvi-view-command)
9116 (tex-show-queue-command, tex-open-quote):
9117 * progmodes/ruby-mode.el (auto-mode-alist)
9118 (interpreter-mode-alist): Purecopy strings.
9119
9120 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9121
9122 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9123 string for the hook, keymap and abbrev table.
9124
9125 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9126
9127 * x-dnd.el (x-dnd-xdnd-to-action):
9128 * startup.el (fancy-startup-text, fancy-about-text): Change to
9129 defconst from defvar.
9130
9131 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9132
9133 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9134 Purecopy initialization strings.
9135
9136 * mail/sendmail.el (mail-header-separator)
9137 (mail-personal-alias-file):
9138 * mail/rmail.el (rmail-default-dont-reply-to-names)
9139 (rmail-ignored-headers, rmail-retry-ignored-headers)
9140 (rmail-highlighted-headers, rmail-secondary-file-directory)
9141 (rmail-secondary-file-regexp):
9142 * files.el (null-device, file-name-invalid-regexp)
9143 (locate-dominating-stop-dir-regexp)
9144 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9145 (interpreter-mode-alist): Use mapcar instead of mapc.
9146
9147 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9148
9149 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9150 (completion-ignored-extensions):
9151 (debug-ignored-errors): Purecopy strings.
9152
9153 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9154
9155 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9156 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9157 (pcomplete--here): Use push.
9158
9159 * subr.el (all-completions): Declare the 4th arg obsolete.
9160
9161 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 * pcomplete.el (pcomplete-unquote-argument-function): New var.
9164 (pcomplete-unquote-argument): New function.
9165 (pcomplete--common-suffix): Always pay attention to case.
9166 (pcomplete--table-subvert): Quote and unquote the text.
9167 (pcomplete--common-quoted-suffix): New function.
9168 (pcomplete-std-complete): Use it and pcomplete-begin.
9169
9170 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9171 we're inside a dedicated or minibuffer window.
9172
9173 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * cedet/semantic/fw.el (semantic-alias-obsolete)
9176 (semantic-varalias-obsolete): Make the `when' arg mandatory.
9177 (define-mode-overload-implementation):
9178 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9179 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9180 * cedet/semantic/util.el (semantic-file-token-stream)
9181 (semantic-something-to-stream):
9182 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9183 (semantic-expand-nonterminal):
9184 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9185 (semantic-find-dependency, semantic-find-nonterminal)
9186 (semantic-find-dependency):
9187 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9188 (semantic-flex-text, semantic-flex-make-keyword-table)
9189 (semantic-flex-keyword-p, semantic-flex-keyword-put)
9190 (semantic-flex-keyword-get, semantic-flex-map-keywords)
9191 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9192 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9193 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9194 (semantic-after-idle-scheduler-reparse-hooks):
9195 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9196 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9197 * cedet/semantic.el (semantic-toplevel-bovine-table)
9198 (semantic-toplevel-bovine-cache)
9199 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9200 (semantic-init-mode-hooks, semantic-init-db-hooks)
9201 (semantic-bovination-working-type): Provide the `when' arg.
9202
9203 2009-10-24 Karl Fogel <kfogel@red-bean.com>
9204
9205 * bookmark.el: Update documentation, especially documentation
9206 of `bookmark-alist' and of the bookmark file format.
9207 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
9208
9209 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9210
9211 * mail/emacsbug.el (report-emacs-bug): Clarify that the
9212 keybindings apply to the mail buffer (Bug#4003). Shrink help
9213 window to buffer.
9214
9215 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9216 (global-whitespace-mode, global-whitespace-newline-mode)
9217 (whitespace-toggle-options, global-whitespace-toggle-options):
9218 Doc fix (Bug#3660).
9219
9220 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9221 of xmltok-start before the end tag was inserted (Bug#2840).
9222
9223 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9224 patterns that are preceded by an open-paren (Bug#1320).
9225
9226 2009-10-24 Sven Joachim <svenjoac@gmx.de>
9227
9228 * files.el (delete-directory): Delete symlinks to directories with
9229 delete-file (Bug#4739).
9230
9231 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9232
9233 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9234 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9235 argument to make-obsolete.
9236
9237 * cedet/semantic/fw.el (semantic-alias-obsolete)
9238 (semantic-varalias-obsolete): Add optional WHEN argument.
9239
9240 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
9241
9242 * vc.el (vc-backend-for-registration): Rename from
9243 vc-get-backend-for-registration. Update callers.
9244
9245 * international/mule-cmds.el (set-language-info-alist):
9246 Purecopy lang-env.
9247 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9248 (charset): Purecopy the name.
9249 (define-char-code-property): Purecopy string arguments.
9250
9251 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9252 Purecopy string arguments.
9253
9254 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9255 * ediff-hook.el (menu-bar-ediff-menu):
9256 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9257 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9258
9259 2009-10-24 Glenn Morris <rgm@gnu.org>
9260
9261 * comint.el (comint-dynamic-list-completions):
9262 * term.el (term-dynamic-list-completions): Use choose-completion rather
9263 than obsolete alias mouse-choose-completion.
9264
9265 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9266 file-cache-choose-completion.
9267 (file-cache-choose-completion): Handle an optional event argument.
9268 (file-cache-mouse-choose-completion): Make it an obsolete alias.
9269
9270 * progmodes/octave-mod.el (octave-complete-symbol):
9271 Use choose-completion if mouse-choose-completion is ever removed.
9272
9273 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9274 use.
9275
9276 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9277 compiler.
9278
9279 * vc-hooks.el (vc-responsible-backend): Fix declaration.
9280
9281 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9282
9283 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9284 Ignore `pred' now that we receive one.
9285 Handle test-completion specially.
9286
9287 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9288
9289 * vc.el (vc-responsible-backend): Throw an error if not backend is
9290 found. Remove the REGISTER argument. Move the code dealing with
9291 REGISTER ...
9292 (vc-get-backend-for-registration): ... here. New function.
9293 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9294 of vc-responsible-backend, pass the file name instead of the
9295 directory name.
9296
9297 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9298
9299 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9300 New funs.
9301 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
9302 (pcomplete-comint-setup): Don't modify a global var via
9303 accidental side-effects.
9304 (pcomplete-shell-setup): Adjust call accordingly.
9305 (pcomplete-parse-comint-arguments): Use push.
9306
9307 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
9308
9309 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9310 Allow uncapitalized info node names (Bug#3921).
9311
9312 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9313 to the DEBUG file (Bug#3781).
9314
9315 2009-10-23 Jari Aalto <jari.aalto@cante.net>
9316
9317 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9318 dictionary entry (Bug#4579).
9319
9320 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
9321
9322 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9323 from `rfn-eshadow-update-overlay-hook' when unloading.
9324 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9325 "rsyncc". Adjust doc string.
9326 (tramp-temp-buffer-file-name): New buffer-local defvar.
9327 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9328 Keep temporary file when indicated by method ("rsync" and
9329 "rsyncc").
9330 (tramp-handle-write-region): Handle APPEND.
9331 (tramp-delete-temp-file-function): New defun. Added to
9332 `kill-buffer-hook'.
9333
9334 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
9335
9336 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9337
9338 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9339
9340 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9341 (color-name-rgb-alist, tty-standard-colors)
9342 (tty-color-mode-alist): Change to defconst.
9343
9344 * simple.el (mark-inactive): Purecopy message.
9345
9346 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9347 (global-map, yank-menu):
9348 * textmodes/ispell.el (ispell-menu-map):
9349 * net/eudc.el (eudc-tools-menu):
9350 * international/mule-cmds.el (describe-language-environment-map)
9351 (setup-language-environment-map, set-coding-system-map)
9352 (mule-menu-keymap):
9353 * vc-hooks.el (vc-menu-entry, vc-menu-map):
9354 * replace.el (occur-mode-map):
9355 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9356
9357 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
9358
9359 * calc/calc.el (math-read-number, math-read-number-simple): Use
9360 `save-match-data'.
9361
9362 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9363
9364 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9365 rather than fiddling with global-map bindings, since it should only
9366 affect per-terminal settings.
9367 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9368
9369 * minibuffer.el (completion-table-with-terminator): Allow to specify
9370 the terminator-regexp.
9371
9372 * simple.el (switch-to-completions): Look for *Completions* in other
9373 frames as well.
9374
9375 * pcomplete.el: Allow the use of completion-tables.
9376 (pcomplete-std-complete): New command.
9377 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9378 (pcomplete--here): Use a function for `form' rather than an expression,
9379 so it can be byte-compiled.
9380 (pcomplete-here, pcomplete-here*): Adjust accordingly.
9381 Add edebug declaration.
9382 (pcomplete-show-completions): Remove unused var `curbuf'.
9383 (pcomplete-do-complete, pcomplete-stub):
9384 Don't assume `completions' is a list of strings any more.
9385
9386 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
9387
9388 * find-dired.el (find-name-arg): Fix typo in docstring.
9389
9390 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9393 (pcmpl-linux-fs-types): Same, and update to new modules layout.
9394
9395 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9396 pcomplete-entries.
9397
9398 * comint.el (comint-read-input-ring, comint-write-input-ring)
9399 (comint-substitute-in-file-name)
9400 (comint-dynamic-complete-as-filename)
9401 (comint-dynamic-simple-complete)
9402 (comint-dynamic-list-filename-completions)
9403 (comint-dynamic-list-completions)
9404 (comint-redirect-results-list-from-process): Minor simplifications.
9405
9406 2009-10-21 Kevin Ryde <user42@zip.com.au>
9407
9408 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9409 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9410 the first form. And insert a blank line after ";;; Code" since
9411 that's usual style. (Bug#4612)
9412
9413 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9414
9415 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9416
9417 * minibuffer.el (completion-table-with-terminator): Properly implement
9418 boundaries, in case `terminator' appears in the suffix.
9419 (completion--embedded-envvar-table): Don't return boundaries if
9420 there's no valid completion. Simplify.
9421 (completion-file-name-table): New completion table extracted from
9422 completion--file-name-table.
9423 (completion--file-name-table): Use it.
9424 (read-file-name-predicate): Declare obsolete.
9425 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9426 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9427 completion-file-name-table, and use the `pred' argument.
9428 * files.el (locate-file-completion-table): Use the `pred' arg rather
9429 than read-file-name-predicate.
9430 (abbreviate-file-name): Use \` rather than ^ for BOS.
9431
9432 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
9433
9434 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9435 vc-responsible-backend to register, it causes problems.
9436
9437 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9440
9441 2009-10-21 Eric Ludlam <zappo@gnu.org>
9442
9443 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9444 (semantic-c-debug-mode-init-pch): New functions.
9445 (semantic-c-debug-mode-init-last-mode): New var.
9446 (semantic-c-parse-lexical-token): Use them.
9447
9448 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9449 When extracting the argument list, limit only by point-max.
9450
9451 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
9452
9453 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9454 (tramp-smb-handle-file-attributes): Use it.
9455 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9456 (tramp-smb-handle-insert-directory): Use `mapc' rather than
9457 `mapcar'. Use `tramp-smb-get-stat-capability'.
9458 Add `dired-filename' text properties.
9459 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9460 (tramp-smb-maybe-open-connection): Simplify check for smbclient
9461 version.
9462
9463 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9464
9465 * subr.el (read-key-delay): Reduce to 0.01.
9466 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9467 (bug#4751).
9468
9469 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9470
9471 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9472
9473 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9474 (Info-menu): Remove unused vars `last' and `completions'.
9475 (Info-index-nodes): Remove unused var `node'.
9476
9477 * info.el (Info-complete-menu-item): Use complete-with-action.
9478
9479 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9480
9481 Make vc-annotate work through copies and renames.
9482 * vc-annotate.el (vc-annotate-extract-revision-at-line):
9483 Return the file name too.
9484 (vc-annotate-revision-at-line)
9485 (vc-annotate-find-revision-at-line)
9486 (vc-annotate-revision-previous-to-line)
9487 (vc-annotate-show-log-revision-at-line): Update to get the file
9488 name from vc-annotate-extract-revision-at-line.
9489 (vc-annotate-show-diff-revision-at-line-internal): Change the
9490 argument to mean whether to show a file diff or not. Get the file
9491 name from vc-annotate-extract-revision-at-line.
9492 (vc-annotate-show-diff-revision-at-line):
9493 Update vc-annotate-show-diff-revision-at-line call.
9494 (vc-annotate-warp-revision): Add an optional file argument.
9495
9496 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9497 (vc-git-annotate-extract-revision-at-line): Also return the file
9498 name if found.
9499
9500 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9501 command. Remove unused code.
9502 (vc-hg-annotate-re): Update to match --follow output.
9503 (vc-hg-annotate-extract-revision-at-line): Also return the file
9504 name if found.
9505
9506 * vc.el: Update annotate-extract-revision-at-line documentation.
9507
9508 2009-10-18 Kevin Ryde <user42@zip.com.au>
9509
9510 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9511 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9512
9513 * net/browse-url.el (browse-url): Identify alist with "consp and
9514 not functionp" and let all other things go down the `apply' leg,
9515 as suggested by Stefan. (Further to bug#4531.)
9516
9517 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
9518
9519 * minibuffer.el (read-file-name): Check for repeat before putting
9520 a default argument in file-name-history (Bug#4657).
9521
9522 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9523 read syntax (Bug#4737).
9524
9525 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9526
9527 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9528
9529 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9530 (html-tag-alist, html-tag-help): Add descriptions for undocumented
9531 entries and make note of obsolete tags.
9532
9533 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9534
9535 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9536
9537 2009-10-18 Glenn Morris <rgm@gnu.org>
9538
9539 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9540 grep, so that binary files (eg international/uni-bidi.el) can match.
9541 Remove test for "UnicodeData" files, since it is hopefully unnecessary
9542 now, and in any case the file header format has changed.
9543
9544 2009-10-17 Glenn Morris <rgm@gnu.org>
9545
9546 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9547 (flyspell-get-word, flyspell-large-region)
9548 (flyspell-auto-correct-previous-word): Doc/error message fixes.
9549
9550 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9551
9552 * Makefile.in (ELCFILES): Add ede/shell.
9553
9554 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
9555
9556 * term/common-win.el (x-colors): Purecopy it.
9557
9558 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9559
9560 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9561 permissive for when the buffer is empty.
9562 (tar-header-block-tokenize): Decode the username and groupname.
9563 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9564
9565 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9566
9567 * cedet/srecode/srt.el:
9568 * cedet/srecode/compile.el:
9569 * cedet/semantic/mru-bookmark.el:
9570 * cedet/semantic/debug.el:
9571 * cedet/semantic/complete.el:
9572 * cedet/semantic/analyze.el: Require CL when compiling.
9573
9574 2009-10-17 Eric Ludlam <zappo@gnu.org>
9575
9576 * cedet/semantic/scope.el
9577 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9578 tmpscope so that the regular scope will continue to work.
9579
9580 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9581 Use semantic-idle-summary-highlight-face as the highlighting.
9582
9583 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9584 contains multibyte characters, choose first applicable coding
9585 system automatically.
9586
9587 * cedet/ede/project-am.el (project-run-target): New method.
9588 (project-run-target): New method.
9589
9590 * cedet/ede.el (ede-target): Add run target menu item.
9591 (ede-project, ede-minor-keymap): Add ede-run-target binding.
9592 (ede-run-target): New function.
9593 (ede-target::project-run-target): New method.
9594
9595 * cedet/ede/proj.el (project-run-target): New method.
9596
9597 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9598 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
9599 Add :rules.
9600 (ede-proj-target-makefile-shared-object): Only libtool compilers
9601 now available. Add linkers for libtool.
9602 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9603 (ede-proj-makefile-target-name): Always use .la extension.
9604
9605 * cedet/ede/proj-prog.el (project-run-target): New method.
9606
9607 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9608 (ede-g++-linker): Change Change link lines.
9609
9610 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9611 When searching for old variables, go to the end of the buffer and
9612 search backward from there.
9613 (ede-proj-makefile-automake-insert-subdirs)
9614 (ede-proj-makefile-automake-insert-extradist): New methods.
9615 (ede-proj-makefile-create): Use them.
9616
9617 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9618 Force FILE to expand to the current target. Use file-exists-p to
9619 check that it exists.
9620
9621 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9622 (ede-linux-load): Wrap dir in file-name-as-directory.
9623 Set :version slot.
9624
9625 * cedet/ede/files.el (ede-get-locator-object): When enabling
9626 locate, do so on "top".
9627
9628 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9629 file-name-as-directory during compare.
9630 (ede-emacs-version): Return Emacs/XEmacs differentiator.
9631 Get version number from different places. Don't call egrep.
9632 (ede-emacs-load): Set :version slot. Call file-name-as-directory
9633 to set the directory.
9634
9635 * cedet/ede/shell.el: New file.
9636
9637 * cedet/inversion.el (inversion-decoders): Allow for stray . in
9638 alpha/beta variants.
9639
9640 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * international/mule-cmds.el (select-safe-coding-system): If the file
9643 has a coding cookie, use it regardless of any other setting (bug#4712).
9644
9645 2009-10-17 Glenn Morris <rgm@gnu.org>
9646
9647 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9648 All errors should have messages.
9649
9650 * foldout.el (foldout-mouse-swallow-events):
9651 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9652
9653 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9654 (dired-keep-marker-copy, dired-keep-marker-hardlink)
9655 (dired-keep-marker-symlink, dired-dwim-target)
9656 (dired-copy-preserve-time): Do not autoload these defcustoms.
9657
9658 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9659 messages from messing up the file coding. (Bug#4623)
9660
9661 2009-10-17 Jari Aalto <jari.aalto@cante.net>
9662
9663 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9664 if no match is found for the current dictionary. (Bug#4578)
9665
9666 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9667 optional, since that is how it is documented, and this is often called
9668 with a nil argument. (Bug#4577)
9669 (flyspell-external-point-words, flyspell-auto-correct-word)
9670 (flyspell-correct-word-before-point, flyspell-word-search-forward)
9671 (flyspell-word-search-backward): Remove nil argument in calls to
9672 flyspell-get-word, since it is not needed now.
9673
9674 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
9675
9676 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
9677
9678 2009-10-16 Glenn Morris <rgm@gnu.org>
9679
9680 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9681
9682 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
9683
9684 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9685 (ange-ftp-file-size): New function.
9686 (ange-ftp-file-attributes): Use it.
9687
9688 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
9689
9690 * net/tramp-smb.el (tramp-smb-version): New defvar.
9691 (tramp-smb-maybe-open-connection): Use it, in order to avoid
9692 repeated checks.
9693
9694 2009-10-16 Glenn Morris <rgm@gnu.org>
9695
9696 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9697 Maybe copy some custom properties from old to new name. (Bug#4706)
9698
9699 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
9700
9701 * subr.el (error, sit-for, start-process-shell-command)
9702 (start-file-process-shell-command): Set the calling convention
9703 after the function definition.
9704
9705 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * subr.el (error, sit-for, start-process-shell-command)
9708 (start-file-process-shell-command): Use the new
9709 set-advertised-calling-convention feature.
9710
9711 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
9712
9713 * international/ucs-normalize.el (ucs-normalize-version):
9714 Change to 1.2.
9715 (check-range): Adjust for Unicode 5.2.
9716
9717 2009-10-15 Juri Linkov <juri@jurta.org>
9718
9719 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9720 to the `menu-item' format.
9721
9722 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
9723
9724 * net/tramp.el (tramp-replace-environment-variables): Do not fail
9725 if the environment variable does not exist.
9726
9727 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9728 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9729 parameter.
9730 (tramp-smb-handle-add-name-to-file)
9731 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9732 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9733 (tramp-smb-handle-file-attributes)
9734 (tramp-smb-do-file-attributes-with-stat)
9735 (tramp-smb-handle-file-local-copy)
9736 (tramp-smb-handle-insert-directory)
9737 (tramp-smb-handle-make-directory)
9738 (tramp-smb-handle-make-directory-internal)
9739 (tramp-smb-handle-make-symbolic-link)
9740 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9741 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9742 (tramp-smb-maybe-open-connection): Apply the changed parameters.
9743 (tramp-smb-read-file-entry): Read Disk names in compressed format.
9744 Handle long file names.
9745 (tramp-smb-get-cifs-capabilities): Check, whether the connection
9746 process is running.
9747 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9748 Read share names with "-g" option.
9749
9750 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
9751
9752 * net/rcirc.el (rcirc-view-log-file): New command.
9753 (rcirc-track-minor-mode-map): Remove C-c ` binding.
9754 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9755 specified.
9756
9757 2009-10-15 Glenn Morris <rgm@gnu.org>
9758
9759 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9760 from the second command-line argument.
9761 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9762 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9763 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9764 w32-batch-update-autoloads.
9765 * emacs-lisp/autoload.el (autoload-make-program): New variable.
9766 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9767
9768 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9769 the headers cannot be located. Simplify, subtracting superflous
9770 save-excursions.
9771
9772 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9773
9774 Replace completion-base-size by completion-base-position to fix bugs
9775 such as (bug#4699).
9776 * simple.el (completion-base-position): New var.
9777 (completion-base-size): Mark as obsolete.
9778 (choose-completion): Make it work for mouse events as well.
9779 Pass the new base-position to choose-completion-string.
9780 (choose-completion-guess-base-position): New function, extracted from
9781 choose-completion-delete-max-match.
9782 (choose-completion-delete-max-match): Use it. Make obsolete.
9783 (choose-completion-string): Use the new base-position info.
9784 (completion-root-regexp): Delete.
9785 (completion-setup-function): Preserve completion-base-position.
9786 Eliminate obsolete base-size manipulation.
9787 * minibuffer.el (display-completion-list): Don't mess with base-size.
9788 (minibuffer-completion-help): Set completion-base-position instead.
9789 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9790 choose-completion.
9791 * textmodes/bibtex.el (bibtex-complete):
9792 * emacs-lisp/crm.el (crm--choose-completion-string):
9793 Adjust to new calling convention.
9794 * complete.el (partial-completion-mode): Use minibufferp to avoid
9795 bumping into incompatible change to choose-completion-string-functions.
9796 * ido.el (ido-choose-completion-string): Make its calling convention
9797 more permissive.
9798 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9799 base-size manipulation.
9800 (comint-dynamic-list-input-ring): Use dotimes and push.
9801 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9802 fundamental-mode. Use `or'.
9803
9804 2009-10-14 Juri Linkov <juri@jurta.org>
9805
9806 * misearch.el (multi-isearch-next-buffer-from-list)
9807 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
9808
9809 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9810
9811 * Makefile.in (compile-onefile): Load `bytecomp' rather than
9812 `bytecomp.el'.
9813
9814 * minibuffer.el (completion-pcm--merge-completions): Make sure the
9815 string we return is all made up of text from the completions rather
9816 than part from the completions and part from the input (bug#4219).
9817
9818 * ido.el (ido-everywhere): Use define-minor-mode.
9819
9820 * buff-menu.el (list-buffers, ctl-x-map):
9821 Mark the entry points with ;;;###autoload cookies.
9822
9823 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
9824
9825 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9826 correctly in the detached head case.
9827 (vc-git-print-log): Remove unused binding.
9828
9829 * vc.el (vc-responsible-backend): When a directory is passed for
9830 for registration create a VC repository if no backend is
9831 responsible for the directory argument.
9832 (vc-deduce-fileset): Tell vc-responsible-backend to register.
9833
9834 * vc.el: Move comments about RCS and SCCS ...
9835 * vc-rcs.el:
9836 * vc-sccs.el: ... here, respectively.
9837
9838 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9839
9840 * minibuffer.el (completion--file-name-table): Return nil if there's
9841 no file completion, even if substitute-in-file-name changed
9842 the string (bug#4708).
9843
9844 2009-10-13 Juri Linkov <juri@jurta.org>
9845
9846 * files-x.el (read-file-local-variable-value): Don't filter out
9847 minor modes from mode name completion (bug#4664).
9848
9849 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9850
9851 * international/mule-cmds.el (ucs-names): Remove exclusion of
9852 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9853
9854 2009-10-13 Kenichi Handa <handa@m17n.org>
9855
9856 * international/uni-name.el: Regenerated.
9857
9858 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9859
9860 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
9861 should be automatically buffer-local, but isn't.)
9862
9863 2009-10-12 Sam Steingold <sds@gnu.org>
9864
9865 * progmodes/compile.el (compilation-next-error-function): Fix the
9866 timestamps if the buffer has been visited before.
9867 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9868 non-anchored patterns, like the perl one (bug#3928).
9869
9870 2009-10-12 Glenn Morris <rgm@gnu.org>
9871
9872 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9873 Let-bind `size'.
9874
9875 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
9876
9877 * proced.el (proced-unload-function): New function.
9878
9879 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9880 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9881 Doc fix.
9882
9883 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9884
9885 2009-10-11 Juri Linkov <juri@jurta.org>
9886
9887 * files-x.el (read-file-local-variable-value):
9888 Provide default value only for bound variables (bug#4664).
9889
9890 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
9891
9892 * net/tramp.el (tramp-local-host-p): Function shall return nil for
9893 connection methods like smb.
9894
9895 * net/tramp-cache.el (tramp-flush-connection-property): The hash
9896 can be empty.
9897
9898 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9899 (tramp-smb-file-name-handler-alist): Add handlers for
9900 `add-name-to-file', `make-symbolic-link'.
9901 (tramp-smb-handle-add-name-to-file)
9902 (tramp-smb-do-file-attributes-with-stat)
9903 (tramp-smb-handle-make-symbolic-link)
9904 (tramp-smb-get-cifs-capabilities): New defuns.
9905 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9906 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9907 (tramp-smb-handle-file-local-copy)
9908 (tramp-smb-handle-make-directory-internal)
9909 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9910 The file name syntax depends on cifs capabilities.
9911 (tramp-smb-handle-file-attributes):
9912 Call `tramp-smb-do-file-attributes-with-stat' if possible.
9913 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9914 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9915
9916 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
9917
9918 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9919 (eieio-defclass): Apply deftype handler and setf-method properties
9920 directly.
9921 (eieio-add-new-slot): Avoid union function from cl library.
9922 (eieio--typep): New function.
9923 (eieio-perform-slot-validation): Use it.
9924
9925 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9926
9927 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9928 Update documentation to refer to the variables documented in r1.135.
9929 (Bug#4188)
9930
9931 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9932
9933 * bookmark.el (Info-suffix-list): Remove this unused variable.
9934 (bookmark-current-point): Remove this obsolete variable.
9935 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9936 Adjust for removal of bookmark-current-point.
9937
9938 (bookmarks-already-loaded, bookmark-current-buffer)
9939 (bookmark-yank-point): Document. (Bug#4188)
9940
9941 2009-10-10 Glenn Morris <rgm@gnu.org>
9942
9943 * frame.el (frame-height): Doc fix.
9944
9945 * calendar/calendar.el (calendar-split-width-threshold): New option.
9946 (calendar-basic-setup): Use calendar-split-width-threshold.
9947
9948 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
9949
9950 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9951 Use .la for Automake.
9952
9953 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
9954
9955 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9956 Use "autoreconf -i". Suggested by Andreas Schwab.
9957
9958 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
9959
9960 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9961 Ideographic Supplement" range (U+1F200..U+1F2FF).
9962
9963 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9964
9965 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9966 since the list will have been rebuilt anyway. (Bug#4349)
9967
9968 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9969
9970 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9971 (bookmark-bmenu-execute-deletions): Don't save here, as
9972 bookmark-delete will now do so if necessary.
9973 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9974 (Bug#4348)
9975
9976 2009-10-09 Glenn Morris <rgm@gnu.org>
9977
9978 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9979
9980 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9981
9982 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9983 (bookmark-jump-other-window): Just invoke bookmark-jump with new
9984 argument now, so the two function's behaviors will match. (Bug#3645)
9985
9986 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9987
9988 * cedet/ede/proj.el (project-make-dist, project-compile-project):
9989 Fix filename test.
9990 (ede-proj-dist-makefile): Use expand-file-name instead of concat
9991 to expand file names.
9992
9993 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
9994
9995 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9996 (tramp-file-name-real-host, tramp-file-name-port):
9997 Apply `save-match-data'.
9998
9999 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10000 case both directories are remote.
10001 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10002 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10003
10004 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10005
10006 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10007 (ede-proj-target-makefile-objectcode): Use it.
10008
10009 * cedet/ede/source.el (ede-want-any-source-files-p)
10010 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10011 Return search result. This error was introduced while merging.
10012
10013 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10014
10015 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10016
10017 2009-10-07 Glenn Morris <rgm@gnu.org>
10018
10019 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10020 of concat.
10021
10022 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10023
10024 * files-x.el (read-file-local-variable): Include some
10025 non-user-variables in the completion table (bug#4664).
10026
10027 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
10028
10029 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10030 message.
10031
10032 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10033 (tramp-smb-file-name-handler-alist): Add handler for
10034 `copy-directory', `expand-file-name', `set-file-modes'.
10035 (tramp-smb-handle-copy-directory)
10036 (tramp-smb-handle-expand-file-name)
10037 (tramp-smb-handle-set-file-modes): New defuns.
10038 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10039 (tramp-smb-handle-file-attributes): Simplify check for retrieving
10040 entry.
10041 (tramp-smb-handle-insert-directory): Don't flush the cache.
10042 (tramp-smb-maybe-open-connection): Check for samba client and
10043 server versions.
10044
10045 2009-10-07 Eli Zaretskii <eliz@gnu.org>
10046
10047 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10048 to not error out of search for "^lisp=" fails.
10049
10050 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10051
10052 * makefile.w32-in (WINS_UPDATES): New macro.
10053 (custom-deps, finder-data, autoloads): Use it.
10054
10055 2009-10-07 Glenn Morris <rgm@gnu.org>
10056
10057 * Makefile.in (autoloads): Revert previous change.
10058 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10059 the list of preloaded files passed on the command-line, get
10060 it from src/Makefile.
10061
10062 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10063 show the original buffer rather than a random one.
10064
10065 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
10066
10067 * help.el (describe-no-warranty): Place point in a slightly better
10068 position in the GPLv3 text.
10069
10070 2009-10-06 Sam Steingold <sds@gnu.org>
10071
10072 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10073 the comm attribute is present before calling regexp-quote.
10074
10075 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
10076
10077 * play/animate.el (animate-string): For good effect, make sure
10078 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10079
10080 * play/animate.el (animate-sequence, animate-birthday-present):
10081 * misc.el (butterfly): Don't set `indent-tabs-mode'.
10082
10083 2009-10-06 Glenn Morris <rgm@gnu.org>
10084
10085 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10086
10087 * emacs-lisp/autoload.el (autoload-excludes): New variable.
10088 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10089 (batch-update-autoloads): Process a string value of autoload-excludes,
10090 set during the build process.
10091 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
10092
10093 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10094 inside with-parsed... macro so that `v' is defined.
10095
10096 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10097 * progmodes/fortran.el (fortran-end-of-block)
10098 (fortran-beginning-of-block):
10099 Also push mark in the macro case.
10100
10101 * emerge.el (emerge-show-file-name):
10102 * calc/calc.el (calc-quit):
10103 * calc/calc-misc.el (calc-big-or-small):
10104 * calc/calc-graph.el (calc-graph-view):
10105 * calc/calc-ext.el (calc-reset):
10106 * calendar/calendar.el (calendar-basic-setup):
10107 Use window-full-height-p.
10108
10109 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10110 header we don't understand, don't insert another. (Bug#4624)
10111 If changing mime charset, insert the new one in the right place.
10112
10113 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
10114
10115 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10116 (cal-tex-cursor-month): Correctly increment the end date for diary and
10117 holiday listing. (Bug#4626)
10118
10119 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10120
10121 * help-fns.el (describe-function-1): Don't burp if the function is not
10122 a symbol.
10123
10124 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
10125
10126 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10127 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10128 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10129 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10130
10131 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10132 (eieio-default-superclass): Reflow docstrings.
10133 (this, class-option-assoc, defclass, eieio-class-un-autoload)
10134 (eieio-unbind-method-implementations, defmethod)
10135 (eieio-validate-slot-value, eieio-validate-class-slot-value)
10136 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10137 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10138 (eieio-slot-originating-class-p, eieio-slot-name-index)
10139 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10140 (constructor, initialize-instance, no-next-method, object-print)
10141 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10142 Fix typos in docstrings.
10143 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10144 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10145 (next-method-p): Doc fixes.
10146 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10147 Fix typos in error messages.
10148 (eieio-defmethod): Fix typo in description of generic method.
10149
10150 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10151 (eieio-persistent-save-interactive, slot-missing):
10152 Fix typos in docstrings.
10153 (eieio-instance-inheritor-slot-boundp): Doc fix.
10154
10155 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10156 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10157
10158 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10159 (eieio-custom-object-apply-reset):
10160 Fix typos in docstrings and error messages.
10161
10162 * emacs-lisp/eieio-datadebug.el (data-debug-show):
10163 Fix typo in docstring.
10164
10165 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10166 (eieio-browse-tree): Doc fix.
10167 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10168 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10169 Fix typos in docstrings.
10170
10171 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10172 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10173 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10174 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10175 Reflow docstrings.
10176
10177 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
10178
10179 * vc-hg.el (log-view-vc-backend): Declare for compiler.
10180 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10181 Set log-view-vc-backend so that diff can work.
10182
10183 * log-view.el (log-view-diff): Use vc-diff-internal instead of
10184 vc-version-diff.
10185 (vc-diff-internal): Autoload this instead of vc-version-diff.
10186
10187 2009-10-05 Eli Zaretskii <eliz@gnu.org>
10188
10189 * simple.el (eval-expression): Doc fix.
10190
10191 * progmodes/cwarn.el (cwarn-mode): Doc fix.
10192
10193 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
10194
10195 * files.el (directory-files-no-dot-files-regexp): New defconst.
10196 (delete-directory): Use it.
10197 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
10198
10199 * net/tramp.el (tramp-verbose): Fix docstring.
10200 (tramp-methods): Add recursive option to `tramp-copy-args'.
10201 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
10202 "scp1_old", "scp2_old", "rsync", "rsyncc".
10203 (tramp-default-method): Check also for `auth-source-user-or-password'.
10204 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10205 Add handler for `copy-directory'.
10206 (tramp-handle-copy-directory): New defun.
10207 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10208 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10209 Optimize sent command.
10210
10211 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10212
10213 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10214 window if necessary.
10215
10216 * calendar/calendar.el (calendar-basic-setup): Don't call
10217 switch-to-buffer in a dedicated window.
10218
10219 2009-10-05 Karl Fogel <kfogel@red-bean.com>
10220
10221 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10222 don't do anything related to relocating, just return nil.
10223 (bookmark-error-no-filename): New error.
10224 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10225 bookmark has no file. Don't even attempt to handle things that
10226 are not files; the whole point of custom handlers is to keep that
10227 knowledge elsewhere anyway. Tighten some comments.
10228 (bookmark-file-or-variation-thereof): Remove now-unused function.
10229 (bookmark-location): Doc string fix.
10230 (Bug#4250)
10231
10232 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10233
10234 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10235 don't use a file dialog, because they usually don't know how to read
10236 a directory target from the user. (Bug#4230)
10237 Also, make sure the prompt can display directories as well as files.
10238
10239 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10240
10241 * bookmark.el (bookmark-set, bookmark-buffer-name):
10242 Improve doc strings. (Bug#1193)
10243
10244 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10245
10246 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10247 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10248 (bookmark-get-annotation, bookmark-set-annotation)
10249 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10250 (bookmark-set-position, bookmark-get-front-context-string)
10251 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10252 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10253 (bookmark-jump-other-window, bookmark-handle-bookmark)
10254 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10255 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10256 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10257 Improve doc strings to say whether bookmark can be a string or
10258 a record or both, and make other consistency and clarity fixes.
10259 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10260 (bookmark-default-annotation-text, bookmark-yank-word)
10261 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10262 (bookmark-import-new-list, bookmark-maybe-rename)
10263 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10264 (bookmark-bmenu-bookmark): Give these doc strings.
10265 (bookmark-bmenu-check-position): Give this a doc string, but also
10266 add a FIXME comment about how the function may be pointless.
10267 (bookmark-default-handler): Rework doc string and change a
10268 parameter name, to clarify that this takes a bookmark record
10269 not a bookmark name.
10270 (bookmark-set): Change a parameter name to indicate its meaning,
10271 and improve the doc string a bit.
10272 (Bug#4188)
10273
10274 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10275
10276 * bookmark.el (bookmark-alist): Document the new `handler' element
10277 in the param alist.
10278 (bookmark-make-record-function): Adjust documentation for above.
10279 (Bug#4193)
10280
10281 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10282
10283 * info.el (Info-bookmark-make-record): Document this function.
10284 (Info-bookmark-jump): Document with a doc string, not just a comment.
10285 (Bug#4203)
10286
10287 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10288
10289 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10290 (semantic-new-buffer-fcn): Call parser setup functions here.
10291 (semantic-mode): Don't call parser setup functions here, it's done
10292 in semantic-new-buffer-fcn now.
10293 (semantic-mode): Parse all existing buffers when enabled.
10294
10295 * cedet/srecode/compile.el (srecode-compile-file):
10296 Call semantic-new-buffer-fcn if the buffer has not been parsed.
10297
10298 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10299
10300 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10301
10302 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10303 (proj-comp-insert-variable-once): New macro, renamed from
10304 ede-pmake-insert-variable-once in ede/pmake.edl.
10305 (ede-proj-makefile-insert-variables): Use it.
10306
10307 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
10308
10309 * files.el (copy-directory): New defun.
10310
10311 * dired-aux.el (dired-copy-file-recursive): Use it.
10312
10313 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10314
10315 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10316 (makefile-end-of-command):
10317 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10318 (semantic-end-of-context): Fix previous change. Doc fixes.
10319
10320 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10321
10322 * files-x.el (modify-dir-local-variable)
10323 (copy-dir-locals-to-file-locals-prop-line):
10324 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10325 (makefile-end-of-command):
10326 * cedet/semantic/lex.el (semantic-lex-token):
10327 * cedet/semantic/analyze/fcn.el
10328 (semantic-analyze-dereference-metatype-1):
10329 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10330 (semantic-lex-cpp-undef):
10331 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10332 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10333 (semantic-end-of-context): Fix typos in docstrings.
10334
10335 * recentf.el (recentf-unload-function): New function.
10336
10337 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10338
10339 * cedet/ede.el (ede-project-placeholder-cache-file):
10340 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10341 * cedet/srecode/map.el (srecode-map-save-file):
10342 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
10343
10344 2009-10-04 Glenn Morris <rgm@gnu.org>
10345
10346 * window.el (window-full-height-p): Add doc string.
10347
10348 2009-10-04 Martin Rudalics <rudalics@gmx.at>
10349
10350 * window.el (window-full-height-p): New function. (Bug#4543)
10351
10352 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
10353
10354 * cedet/srecode/insert.el: Require srecode/args.
10355
10356 * cedet/srecode/args.el: Require srecode/dictionary instead of
10357 srecode/insert.
10358
10359 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10360
10361 * files.el (auto-mode-alist): Add .srt and Project.ede.
10362
10363 * cedet/semantic.el (semantic-mode):
10364 Handle srecode-template-mode-hook as well.
10365 (semantic-mode): Use js-mode-hook for Javascript hook.
10366
10367 * cedet/srecode/template.el: Remove hook variable.
10368
10369 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10370
10371 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10372 projects exist.
10373 (ede-project-placeholder-cache-file): Default to a file in
10374 user-emacs-directory.
10375
10376 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10377 templates in data-directory.
10378 (srecode-map-save-file): Default to a file in user-emacs-directory.
10379
10380 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10381 directory.
10382
10383 2009-09-30 Eric Ludlam <zappo@gnu.org>
10384
10385 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10386 Doc fix.
10387
10388 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10389 Only insert each variable once.
10390
10391 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10392 (ede-pmake-insert-variable-shared): Use it.
10393
10394 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10395 for lexical table iff table is nil.
10396
10397 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
10398
10399 * vc.el: Remove commented out code.
10400 (vc-derived-from-dir-mode): Remove, unused.
10401 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10402
10403 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
10404
10405 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10406 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
10407 there could be recursive loading when `default-directory' is a
10408 remote file name. (Bug#4614)
10409
10410 2009-10-03 Glenn Morris <rgm@gnu.org>
10411
10412 * calendar/calendar.el (calendar-basic-setup): Handle the case where
10413 the frame is wide.
10414 (calendar-generate-window): Test for shrinkability rather than width.
10415
10416 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10417 declaration, currently false.
10418
10419 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10420 reusing existing buffers, in case we happen to visit two files with the
10421 same basename. (Bug#4593)
10422
10423 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10424
10425 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10426 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10427 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10428 subdirs of cedet as well.
10429 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10430
10431 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10432
10433 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10434 Obey advertised-signature-table.
10435
10436 * help-fns.el (help-function-arglist): Don't check
10437 advertised-signature-table.
10438 (describe-function-1): Do it here instead so it also applies to subrs.
10439
10440 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
10441
10442 * simple.el (start-file-process): Say in the doc-string, that file
10443 handlers might not support pty association, if PROGRAM is nil.
10444
10445 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10446 HOST and USER are strings. They are nil, when there are
10447 incomplete entries in ~/.netrc, for example.
10448 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
10449 root directory ("device busy" error otherwise).
10450
10451 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10452 Flush file properties of created directory.
10453
10454 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10455
10456 * makefile.w32-in (WINS_BASIC): Remove cedet.
10457 (WINS_CEDET): Add cedet.
10458 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10459
10460 2009-10-02 Kevin Ryde <user42@zip.com.au>
10461
10462 * net/browse-url.el (browse-url): Pass any symbol in
10463 browse-url-browser-function to `apply', since if you've mistakenly put
10464 an unbound symbol then the error is clearer. (Bug#4531)
10465
10466 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10467
10468 * allout.el (allout-init, allout-back-to-current-heading)
10469 (allout-beginning-of-current-entry, allout-ascend-to-depth)
10470 (allout-ascend, allout-up-current-level, allout-end-of-level)
10471 (allout-previous-visible-heading, allout-forward-current-level)
10472 (allout-backward-current-level, allout-show-children):
10473 * apropos.el (apropos-describe-plist):
10474 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10475 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10476 * completion.el (add-completion, add-permanent-completion):
10477 * descr-text.el (describe-text-category, describe-char):
10478 * desktop.el (desktop-lazy-abort):
10479 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10480 * dired.el (dired-build-subdir-alist):
10481 * ediff.el (ediff-version):
10482 * elide-head.el (elide-head, elide-head-show):
10483 * emerge.el (emerge-version):
10484 * env.el (getenv):
10485 * face-remap.el (variable-pitch-mode):
10486 * faces.el (describe-face):
10487 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10488 (dired-at-point):
10489 * files.el (find-file-existing, auto-save-mode):
10490 * font-lock.el (font-lock-fontify-buffer):
10491 * help-fns.el (describe-function, describe-variable)
10492 (describe-syntax, describe-categories):
10493 * help.el (view-lossage, describe-bindings, describe-key)
10494 (describe-mode):
10495 * hexl.el (hexl-current-address):
10496 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10497 * info.el (Info-goto-emacs-key-command-node):
10498 * log-edit.el (log-edit-insert-cvs-template)
10499 (log-edit-insert-cvs-rcstemplate):
10500 * menu-bar.el (menu-bar-mode):
10501 * mouse.el (mouse-appearance-menu):
10502 * newcomment.el (comment-indent-new-line):
10503 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10504 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10505 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10506 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10507 * recentf.el (recentf-mode):
10508 * savehist.el (savehist-mode, savehist-save):
10509 * shadowfile.el (shadow-copy-files):
10510 * simple.el (kill-ring-save, next-line, previous-line)
10511 (normal-erase-is-backspace-mode):
10512 * strokes.el (strokes-update-window-configuration)
10513 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10514 (strokes-xpm-for-stroke):
10515 * time.el (emacs-uptime, emacs-init-time):
10516 * tutorial.el (tutorial--describe-nonstandard-key)
10517 (tutorial--detailed-help):
10518 * type-break.el (type-break-mode)
10519 (type-break-mode-line-message-mode, type-break-query-mode)
10520 (type-break-guesstimate-keystroke-threshold):
10521 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10522 * version.el (emacs-version):
10523 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10524 * winner.el (winner-mode):
10525 * calendar/timeclock.el (timeclock-in, timeclock-out)
10526 (timeclock-status-string, timeclock-change)
10527 (timeclock-workday-remaining-string)
10528 (timeclock-workday-elapsed-string)
10529 (timeclock-when-to-leave-string):
10530 * calendar/todo-mode.el (todo-add-category):
10531 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10532 * emacs-lisp/autoload.el (update-file-autoloads):
10533 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10534 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10535 (checkdoc-message-text, checkdoc-defun):
10536 * emacs-lisp/debug.el (debugger-list-functions):
10537 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10538 * emacs-lisp/eieio-opt.el (eieio-describe-class)
10539 (eieio-describe-generic):
10540 * emacs-lisp/lisp-mnt.el (lm-synopsis):
10541 * emacs-lisp/shadow.el (list-load-path-shadows):
10542 * emulation/cua-base.el (cua-mode):
10543 * emulation/edt.el (edt-set-scroll-margins):
10544 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10545 (tpu-toggle-regexp, tpu-toggle-search-direction)
10546 (tpu-toggle-rectangle, tpu-toggle-control-keys):
10547 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10548 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10549 (viper-set-parsing-style-toggling-macro)
10550 (viper-set-emacs-state-searchstyle-macros):
10551 * emulation/viper.el (viper-set-hooks):
10552 * eshell/esh-mode.el (eshell-truncate-buffer):
10553 * international/mule-cmds.el (prefer-coding-system)
10554 (describe-input-method, describe-language-environment):
10555 * international/mule-diag.el (list-character-sets)
10556 (describe-character-set, describe-coding-system)
10557 (describe-fontset, list-fontsets, list-input-methods):
10558 * mail/sendmail.el (mail-signature):
10559 * net/ange-ftp.el (ange-ftp-copy-file):
10560 * net/browse-url.el (browse-url):
10561 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10562 * net/quickurl.el (quickurl-add-url):
10563 * net/rcirc.el (names, topic):
10564 * net/xesam.el (xesam-mode):
10565 * play/5x5.el (5x5-new-game):
10566 * play/yow.el (apropos-zippy):
10567 * progmodes/ada-mode.el (ada-mode-version):
10568 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10569 (f90-end-of-block)
10570 (f90-beginning-of-block):
10571 * progmodes/fortran.el (fortran-end-of-block)
10572 (fortran-beginning-of-block):
10573 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10574 * progmodes/python.el (python-describe-symbol, python-shell):
10575 * term/ns-win.el (ns-print-buffer):
10576 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10577 * textmodes/flyspell.el (flyspell-mode-on):
10578 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10579 (pages-directory-for-addresses):
10580 * textmodes/table.el (table-recognize-cell)
10581 (table-query-dimension, table-generate-source)
10582 (table-insert-sequence, table--warn-incompatibility):
10583 * textmodes/tex-mode.el (tex-validate-buffer):
10584 * textmodes/texinfmt.el (texinfmt-version)
10585 (texinfo-format-buffer):
10586 Use `called-interactively-p' instead of `interactive-p'.
10587
10588 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10589
10590 * image-mode.el (image-toggle-display):
10591 * emacs-lisp/elp.el (elp-instrument-function):
10592 * emacs-lisp/advice.el (ad-make-advised-definition):
10593 * emacs-lisp/easy-mmode.el (define-minor-mode):
10594 * net/browse-url.el (browse-url-maybe-new-window):
10595 * progmodes/sh-script.el (sh-learn-buffer-indent):
10596 Pass new argument 'any to `called-interactively-p'.
10597
10598 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10599
10600 * international/uni-bidi.el:
10601 * international/uni-category.el:
10602 * international/uni-combining.el:
10603 * international/uni-comment.el:
10604 * international/uni-decimal.el:
10605 * international/uni-decomposition.el:
10606 * international/uni-digit.el:
10607 * international/uni-lowercase.el:
10608 * international/uni-mirrored.el:
10609 * international/uni-name.el:
10610 * international/uni-numeric.el:
10611 * international/uni-old-name.el:
10612 * international/uni-titlecase.el:
10613 * international/uni-uppercase.el:
10614 Regenerate from Unicode 5.2.0 data.
10615
10616 2009-10-01 Glenn Morris <rgm@gnu.org>
10617
10618 * Makefile.in (ELCFILES): Regenerate.
10619
10620 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10621
10622 * subr.el (interactive-p): Mark obsolete.
10623 (called-interactively-p): Make the optional-ness of `kind' obsolete.
10624 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10625 advertised-signature-table for subroutines as well.
10626
10627 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10628 (set-advertised-calling-convention): New function.
10629 (make-obsolete, define-obsolete-function-alias)
10630 (make-obsolete-variable, define-obsolete-variable-alias):
10631 Make the optional-ness of `when' obsolete.
10632 (define-obsolete-face-alias): Make `when' non-optional.
10633 * help-fns.el (help-function-arglist):
10634 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10635 Use advertised-signature-table.
10636
10637 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
10638
10639 * files.el (delete-directory): New defun. The original function
10640 in fileio.c has been renamed to `delete-directory-internal'.
10641
10642 * dired.el (dired-delete-file): Call `delete-directory' with
10643 RECURSIVE parameter.
10644
10645 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10646 parameter RECURSIVE. Implementation is missing.
10647
10648 * net/tramp.el (tramp-handle-make-directory): Flush upper
10649 directory's file properties.
10650 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10651 (tramp-handle-dired-recursive-delete-directory): Flush directory
10652 properties after the remove command only.
10653
10654 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10655 Handle optional parameter RECURSIVE.
10656
10657 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10658 Handle optional parameter RECURSIVE.
10659
10660 * net/tramp-smb.el (tramp-smb-errors): Add error message for
10661 connection timeout.
10662 (tramp-smb-handle-delete-directory): Handle optional parameter
10663 RECURSIVE.
10664
10665 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10666
10667 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10668 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10669 (byte-compile-defmacro): Use backquotes.
10670
10671 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10672
10673 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10674 has no associated file.
10675 (vc-resynch-buffer): Use vc-dir-buffers.
10676
10677 2009-10-01 Glenn Morris <rgm@gnu.org>
10678
10679 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10680 (chart-file-count):
10681 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10682 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10683 * emacs-lisp/eieio-opt.el (eieio-describe-class):
10684 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10685 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10686 (eieio-copy-parents-into-subclass, make-instance, class-children)
10687 (eieio-generic-form):
10688 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10689 * cedet/cedet-idutils.el (cedet-idutils-search)
10690 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10691 (cedet-idutils-version-check):
10692 * cedet/cedet.el (cedet-version):
10693 * cedet/data-debug.el (data-debug-insert-overlay-button)
10694 (data-debug-insert-overlay-list-button)
10695 (data-debug-insert-buffer-button)
10696 (data-debug-insert-buffer-list-button)
10697 (data-debug-insert-process-button, data-debug-insert-ring-button)
10698 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10699 (data-debug-insert-stuff-vector-button)
10700 (data-debug-insert-symbol-button, data-debug-insert-string)
10701 (data-debug-insert-number, data-debug-insert-lambda-expression)
10702 (data-debug-insert-nil, data-debug-insert-simple-thing)
10703 (data-debug-insert-custom, data-debug-edebug-expr):
10704 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10705 (global-ede-mode-map, ede-new, ede-debug-target)
10706 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10707 * cedet/semantic.el (semantic-minimum-working-buffer-size)
10708 (semantic-fetch-tags, semantic-submode-list)
10709 (semantic-default-submodes):
10710 * cedet/ede/source.el (ede-source-match):
10711 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10712 (project-am-package-info):
10713 * cedet/ede/proj.el (ede-proj-target, project-new-target):
10714 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10715 * cedet/ede/proj-comp.el (ede-current-build-list):
10716 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10717 * cedet/ede/files.el (ede-toplevel-project-or-nil):
10718 * cedet/ede/cpp-root.el (initialize-instance):
10719 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10720 (autoconf-parameter-strip, autoconf-insert-new-macro):
10721 * cedet/semantic/wisent.el (wisent-lex-eoi):
10722 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10723 (semantic-show-parser-state-mode):
10724 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10725 * cedet/semantic/tag.el (semantic-tag-new-variable)
10726 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10727 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10728 (semantic--tag-deep-copy-tag-list)
10729 (semantic-tag-components-with-overlays-default):
10730 * cedet/semantic/symref.el (semantic-symref-find-text):
10731 * cedet/semantic/senator.el (senator-yank-tag)
10732 (senator-transpose-tags-up):
10733 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10734 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10735 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10736 * cedet/semantic/lex.el (semantic-lex-comment-regex)
10737 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10738 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10739 * cedet/semantic/lex-spp.el
10740 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10741 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10742 * cedet/semantic/idle.el
10743 (semantic-idle-summary-current-symbol-info-brutish)
10744 (semantic-idle-summary-current-symbol-info-default):
10745 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10746 (semantic--grammar-macro-compl-dict):
10747 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10748 * cedet/semantic/format.el (semantic-format-tag-custom-list)
10749 (semantic-format-tag-canonical-name-default):
10750 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10751 (semantic-find-tags-for-completion)
10752 (semantic-find-tags-by-scope-protection-default)
10753 (semantic-deep-find-tags-for-completion):
10754 * cedet/semantic/edit.el
10755 (semantic-edits-incremental-reparse-failed-hook)
10756 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10757 (semantic-edits-splice-remove, semantic-edits-splice-replace):
10758 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10759 * cedet/semantic/dep.el (semantic-dependency-include-path):
10760 * cedet/semantic/db.el (semanticdb-default-find-index-class)
10761 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10762 (semanticdb-project-roots):
10763 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10764 (semanticdb-find-adebug-insert-scanned-tag-cons)
10765 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10766 (semanticdb-brute-deep-find-tags-for-completion):
10767 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10768 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10769 (semantic-end-of-context-default)
10770 (semantic-ctxt-current-function-default)
10771 (semantic-ctxt-scoped-types-default):
10772 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10773 (semantic-complete-inline-tag-engine)
10774 (semantic-complete-inline-custom-type)
10775 (semantic-complete-read-tag-analyzer):
10776 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10777 (semantic-chart-database-size):
10778 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10779 (semantic-analyze-current-context):
10780 * cedet/semantic/symref/list.el (semantic-symref)
10781 (semantic-symref-hide-buffer, semantic-symref-symbol):
10782 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10783 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10784 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10785 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10786 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10787 (semantic-c-dereference-template):
10788 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10789 (semantic--analyze-refs-full-lookup-with-parents)
10790 (semantic--analyze-refs-full-lookup-simple):
10791 * cedet/semantic/analyze/complete.el
10792 (semantic-analyze-possible-completions):
10793 * cedet/srecode/table.el (srecode-mode-table-new):
10794 * cedet/srecode/srt.el (srecode-read-variable-name):
10795 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10796 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10797 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10798 * cedet/srecode/map.el (srecode-current-map):
10799 * cedet/srecode/insert.el (srecode-insert)
10800 (srecode-insert-variable-secondname-handler, srecode-insert-method)
10801 (srecode-template-inserter-point-override)
10802 (srecode-insert-include-lookup):
10803 * cedet/srecode/getset.el (srecode-auto-choose-class):
10804 * cedet/srecode/extract.el (srecode-inserter-extract):
10805 * cedet/srecode/document.el
10806 (srecode-document-autocomment-return-last-alist)
10807 (srecode-document-autocomment-param-type-alist)
10808 (srecode-document-insert-function-comment)
10809 (srecode-document-insert-variable-one-line-comment)
10810 (srecode-document-function-name-comment):
10811 * cedet/srecode/dictionary.el (srecode-create-dictionary)
10812 (srecode-compound-toString):
10813 * cedet/srecode/compile.el (srecode-flush-active-templates):
10814 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10815 Doc/message fixes.
10816
10817 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10818 match-data. (Bug#4555).
10819
10820 * cedet/semantic/bovine/gcc.el
10821 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10822 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10823
10824 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10825 rather than parsing it as a regexp. This relaxes the layout
10826 requirements and makes errors easier to detect.
10827 (check-declare-verify): Check file is regular.
10828 (check-declare-directory): Doc fix.
10829 * subr.el (declare-function): Doc fix.
10830
10831 * ibuffer.el (ibuffer-format-qualifier):
10832 * isearch.el (hi-lock-regexp-okay):
10833 * calc/calc.el (math-zerop):
10834 * mail/uce.el (rmail-msgbeg, rmail-msgend):
10835 * term/w32-win.el (setup-default-fontset, set-fontset-font):
10836 Remove unused declarations.
10837
10838 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10839
10840 * cedet/semantic/wisent/javat-wy.el
10841 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10842
10843 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
10844
10845 * cedet/srecode/expandproto.el: Fix provide statement.
10846
10847 2009-09-30 Eric Ludlam <zappo@gnu.org>
10848
10849 * emacs-lisp/eieio.el (boolean-p): Delete.
10850
10851 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
10852
10853 * cedet/ede/srecode.el: Fix provide statement.
10854
10855 2009-09-30 Glenn Morris <rgm@gnu.org>
10856
10857 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10858 * cedet/ede/proj-aux.el (ede-aux-source):
10859 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10860 (ede-misc-source):
10861 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10862 (semantic-mrub-switch-tags): Fix doc typos.
10863
10864 * cedet/semantic/db-global.el (data-debug-new-buffer)
10865 (data-debug-insert-thing): Remove unneeded declarations (one broken).
10866 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10867
10868 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10869
10870 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10871 use of CL function `remove-if-not'.
10872
10873 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10874
10875 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10876 filename is not a string.
10877
10878 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
10879
10880 * files.el (safe-local-eval-forms): Fix typo.
10881
10882 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10883
10884 * vc-hooks.el (vc-dir-buffers): New var.
10885 (vc-state-refresh): New function.
10886 (vc-state): Use it.
10887 (vc-after-save): Always ask the backend to recompute the new state.
10888 Always call vc-dir if necessary, using vc-dir-buffers.
10889 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10890 Use vc-dir-buffers.
10891 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10892 (vc-dir-prepare-status-buffer, vc-dir-update)
10893 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10894 Don't call expand-file-name on default-directory.
10895
10896 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10897
10898 * speedbar.el (speedbar-item-delete):
10899 * calc/calc-prog.el (calc-kbd-if):
10900 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10901
10902 * epa.el (epa-key-list-mode-map):
10903 * hi-lock.el (hi-lock-menu): Fix typos in menus.
10904
10905 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10906 (hs-show-hook): Fix typo in docstring.
10907
10908 2009-09-29 Glenn Morris <rgm@gnu.org>
10909
10910 * cedet/semantic/symref/idutils.el:
10911 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10912
10913 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10914
10915 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10916 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10917 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10918 Mark declarations not understood by check-declare.
10919
10920 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10921 file-name-nondirectory call preventing location of cedet files.
10922 (check-declare-verify): Use literal search rather than re-search.
10923 Add basic defmethod and defclass, and define-overloadable-function.
10924
10925 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10926 Use tramp-compat-file-attributes rather than nonexistent
10927 tramp-compat-handle-file-attributes.
10928
10929 * Makefile.in (lisptagsfiles4): New.
10930 (AUTOGENEL): Add cedet loaddefs files.
10931 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10932 (update-elclist, compile-always, backup-compiled-files)
10933 (bootstrap-clean): Add yet another directory level.
10934 (update-elclist): Use LC_COLLATE rather than COLLATE.
10935 (ELCFILES): Update, via `make update-elclist'.
10936
10937 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10938
10939 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10940 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10941 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10942
10943 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
10944
10945 * Makefile.in (lisptagsfiles3): Define.
10946 (TAGS, TAGS-LISP): Use it.
10947 (update-elclist): Add third directory level to look for elc files.
10948 (compile-always): Likewise.
10949 (backup-compiled-files): Likewise.
10950 (bootstrap-clean): Likewise.
10951 (ELCFILES): Update.
10952
10953 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
10954
10955 * Makefile.in (ELCFILES): Add CEDET files.
10956
10957 2009-09-28 Eric Ludlam <zappo@gnu.org>
10958
10959 CEDET (development tools) package merged.
10960
10961 * cedet/*.el:
10962 * cedet/ede/*.el:
10963 * cedet/semantic/*.el:
10964 * cedet/srecode/*.el: New files.
10965
10966 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
10967
10968 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10969
10970 * net/tramp.el (top): Require tramp-imap.
10971
10972 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10973 Use `tramp-compat-handle-file-attributes'.
10974
10975 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10976
10977 * net/tramp-imap.el: New package.
10978
10979 2009-09-28 Eric Ludlam <zappo@gnu.org>
10980
10981 * emacs-lisp/chart.el:
10982 * emacs-lisp/eieio-base.el:
10983 * emacs-lisp/eieio-comp.el:
10984 * emacs-lisp/eieio-custom.el:
10985 * emacs-lisp/eieio-datadebug.el:
10986 * emacs-lisp/eieio-opt.el:
10987 * emacs-lisp/eieio-speedbar.el:
10988 * emacs-lisp/eieio.el: New files.
10989
10990 * cedet/cedet-cscope.el:
10991 * cedet/cedet-files.el:
10992 * cedet/cedet-global.el:
10993 * cedet/cedet-idutils.el:
10994 * cedet/data-debug.el:
10995 * cedet/inversion.el:
10996 * cedet/mode-local.el:
10997 * cedet/pulse.el: New files.
10998
10999 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11000
11001 * whitespace.el (whitespace-trailing-regexp)
11002 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11003 Fix doc string.
11004
11005 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
11006
11007 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11008 menu.
11009
11010 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11011 menu-bar-ediff-menu.
11012
11013 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11014 define-overloadable-function.
11015
11016 * progmodes/autoconf.el: Provide autoconf as well, so that this
11017 file can be `require'd.
11018
11019 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11020
11021 * emacs-lisp/autoload.el (generated-autoload-feature)
11022 (generated-autoload-load-name): New vars.
11023 (autoload-rubric, autoload-generate-file-autoloads): Use them.
11024 (make-autoload): Recognize define-overloadable-function and
11025 defclass forms (for EIEIO).
11026
11027 * Makefile.in (update-subdirs): Exclude cedet directory.
11028
11029 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11030
11031 * term/ns-win.el: Don't set the region face background. (Bug#4381)
11032
11033 * faces.el: Default light-background background for region face to
11034 ns_selection_color under NS.
11035
11036 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11037
11038 * net/imap-hash.el: New library, see NEWS.
11039
11040 * Makefile.in (ELCFILES): Add imap-hash.el.
11041
11042 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
11043
11044 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11045 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11046 * help-macro.el (make-help-screen): Avoid using an ambiguous function
11047 definition where the docstring could be taken for the return value.
11048
11049 2009-09-26 Glenn Morris <rgm@gnu.org>
11050
11051 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11052 Add option to only show images below a certain size.
11053 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11054 save-excursion calls.
11055
11056 2009-09-26 Eli Zaretskii <eliz@gnu.org>
11057
11058 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11059 subdirectories) and eieio.
11060
11061 2009-09-26 Alan Mackenzie <acm@muc.de>
11062
11063 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11064 buggy bracketing. (Bug#4289)
11065
11066 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11067 character constants (as case labels). (Bug#4289)
11068
11069 2009-09-25 Juri Linkov <juri@jurta.org>
11070
11071 * files.el (safe-local-eval-forms): Allow time-stamp in
11072 before-save-hook (Bug#4554).
11073
11074 2009-09-25 Drew Adams <drew.adams@oracle.com>
11075
11076 * menu-bar.el (list-buffers-directory): Doc fix.
11077
11078 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11079
11080 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11081 Try and avoid copying twice the same paragraph.
11082 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11083 Remove save-excursion.
11084 (log-edit-changelog-entry): Do it here instead.
11085
11086 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
11087
11088 * bs.el (bs--get-file-name): Use `list-buffers-directory'
11089 when available, instead of hardcoding mode names. Doc fix.
11090
11091 * menu-bar.el (list-buffers-directory): Add docstring.
11092 Make automatically buffer-local.
11093
11094 * dired.el (dired-mode):
11095 * files.el (cd-absolute):
11096 * pcvs.el (cvs-temp-buffer):
11097 * pcvs-util.el (cvs-get-buffer-create):
11098 * shell.el (shell-mode):
11099 * vc-dir.el (vc-dir-mode):
11100 Don't make `list-buffers-directory' buffer local.
11101
11102 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
11103
11104 * comint.el (comint-exec, comint-run, make-comint):
11105 Doc fixes (Bug#4542).
11106
11107 2009-09-25 Glenn Morris <rgm@gnu.org>
11108
11109 * mail/rmailmm.el (rmail-mime): New custom group.
11110 Move all defcustoms in this file into this group.
11111 (rmail-mime-media-type-handlers-alist): Revert previous change.
11112 (rmail-mime-show-images): New option.
11113 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11114 references to it, since it wasn't actually used for anything.
11115 (rmail-mime-insert-image): New function.
11116 (rmail-mime-image): Use rmail-mime-insert-image.
11117 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11118 obey the value of `rmail-mime-show-images' option. Print the size of
11119 attachments.
11120
11121 2009-09-25 David Engster <deng@randomsample.de>
11122
11123 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
11124
11125 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11126
11127 * whitespace.el: Does not highlight trailing spaces While point is
11128 at end of line. Does not highligt spaces at beginning of buffer
11129 while point is at beginning of buffer. Does not highlight spaces
11130 at end of buffer while point is at end of buffer. (Bug#4177)
11131 New version 12.0.
11132 (whitespace-display-mappings): Adjust initialization.
11133 (whitespace-point, whitespace-font-lock-refontify): New vars.
11134 (whitespace-color-on, whitespace-color-off): Adjust code.
11135 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11136 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11137 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11138
11139 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
11140
11141 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11142
11143 * textmodes/sgml-mode.el: Remove xml-mode alias.
11144
11145 * files.el (auto-mode-alist, conf-mode-maybe)
11146 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11147
11148 2009-09-24 Alan Mackenzie <acm@muc.de>
11149
11150 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11151 c-forward-conditionals, but it doesn't move point and doesn't set
11152 the mark.
11153 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11154 (c-down-conditional-with-else, c-backward-conditional)
11155 (c-forward-conditional): Refactor to use c-scan-conditionals.
11156
11157 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11158
11159 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11160 (help-default-arg-highlight): Remove.
11161 (help-highlight-arg): New function.
11162 (help-do-arg-highlight): Use it.
11163 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
11164
11165 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11166
11167 * term.el (term-set-scroll-region, term-handle-ansi-escape):
11168 Undo last change, which didn't fix the problem and introduced others.
11169
11170 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
11171
11172 * progmodes/gdb-mi.el: Don't require speedbar.
11173 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11174
11175 2009-09-24 Glenn Morris <rgm@gnu.org>
11176
11177 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11178
11179 * term/ns-win.el (ns-reg-to-script): Define for compiler.
11180
11181 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11182 there is no newline after the final mime boundary. (Bug#4539)
11183 Move markers on insertion so that any buttons inserted don't end up in
11184 the next part of a multipart message.
11185 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
11186 (rmail-mime-bulk-handler): Optionally handle images.
11187 (rmail-mime-image): New button action.
11188 (rmail-mime-image-handler): New function.
11189 (rmail-mime-mode): New mode.
11190 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
11191
11192 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11193
11194 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11195 than just dropping elements from it (bug#4504).
11196
11197 * term.el (term-set-scroll-region): Don't move cursor any more.
11198 (term-handle-ansi-escape): Call term-goto here instead.
11199 Suggested by Ivan Kanis <apple@kanis.eu>.
11200
11201 * term.el: Require CL.
11202 (term-ansi-reset): New function.
11203 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11204 (term-handle-colors-array): Simplify.
11205
11206 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11207
11208 * allout.el (allout-overlay-interior-modification-handler)
11209 (allout-obtain-passphrase):
11210 * epa-file.el (epa-file-write-region):
11211 * ps-print.el (ps-begin-job):
11212 * vc-hooks.el (vc-toggle-read-only):
11213 * vc-rcs.el (vc-rcs-rollback):
11214 * vc-sccs.el (vc-sccs-rollback):
11215 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11216 (vc-version-diff, vc-revert, vc-rollback):
11217 * wdired.el (wdired-check-kill-buffer):
11218 * emacs-lisp/authors.el (authors):
11219 * net/socks.el (socks-open-connection):
11220 * net/zeroconf.el (zeroconf-service-add-hook):
11221 * obsolete/vc-mcvs.el (vc-mcvs-register):
11222 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11223 (gdb-select-frame):
11224 * progmodes/grep.el (lgrep, rgrep):
11225 * progmodes/idlw-help.el (idlwave-help-check-locations)
11226 (idlwave-help-html-link, idlwave-help-assistant-open-link):
11227 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11228 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11229 (reftex-toc-rename-label): Fix typos in error messages.
11230
11231 * dired-aux.el (dired-do-shell-command): Reflow docstring.
11232 (dired-copy-how-to-fn): Doc fix.
11233 (dired-files-attributes, dired-read-shell-command):
11234 Fix typos in docstrings.
11235
11236 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11237 (dired-x-find-file-other-window): Reflow docstrings.
11238 (dired-omit-marker-char, dired-read-shell-command)
11239 (dired-x-submit-report): Fix typos in docstrings.
11240
11241 * shell.el (shell-mode-hook):
11242 * view.el (View-scroll-line-forward):
11243 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11244 Fix typos in docstrings.
11245
11246 * net/dig.el (dig-invoke): Fix typo in docstring.
11247 (query-dig): Reflow docstring.
11248
11249 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11250 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11251 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11252 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11253 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11254 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11255 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11256 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11257 (idlwave-completion-map, idlwave-current-indent)
11258 (idlwave-custom-ampersand-surround, idlwave-customize)
11259 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11260 (idlwave-define-abbrev, idlwave-determine-class-special)
11261 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11262 (idlwave-end-block-reg, idlwave-end-of-statement)
11263 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11264 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11265 (idlwave-explicit-class-listed, idlwave-file-header)
11266 (idlwave-fill-paragraph, idlwave-find-class-definition)
11267 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11268 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11269 (idlwave-in-quote, idlwave-indent-action-table)
11270 (idlwave-indent-expand-table, idlwave-indent-line)
11271 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11272 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11273 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11274 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11275 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11276 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11277 (idlwave-outlawed-buffers, idlwave-popup-select)
11278 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11279 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11280 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11281 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11282 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11283 (idlwave-statement-type, idlwave-struct-skip)
11284 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11285 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11286 (idlwave-what-module-find-class): Fix typos in docstrings.
11287 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11288 (idlwave-calculate-cont-indent, idlwave-expand-equal)
11289 (idlwave-find-module, idlwave-find-structure-definition)
11290 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11291 (idlwave-list-load-path-shadows, idlwave-next-statement)
11292 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11293 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11294 (idlwave-template): Reflow docstrings.
11295
11296 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11297 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11298 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11299 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11300 (idlwave-shell-display-line, idlwave-shell-display-wframe)
11301 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11302 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11303 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11304 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11305 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11306 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11307 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11308 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11309 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11310 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11311 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11312 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11313 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11314 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11315 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11316 Fix typos in docstrings.
11317 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11318 (idlwave-shell-hide-output, idlwave-shell-mode)
11319 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11320 Reflow docstrings.
11321
11322 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11323
11324 2009-09-24 Ivan Kanis <apple@kanis.eu>
11325
11326 * term.el (term-bold-attribute): New var.
11327 (term-handle-colors-array): Use it.
11328
11329 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
11330
11331 * progmodes/gdb-mi.el (gdb-version): New variable.
11332 (gdb-non-stop-handler): Set gdb-version.
11333 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11334 Condition "--thread" option on gdb-version.
11335 (gdb-invalidate-threads): Remove unused argument.
11336
11337 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11338
11339 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11340 to looking-back to avoid ridiculous slow down in large files (bug#4511).
11341
11342 2009-09-23 Glenn Morris <rgm@gnu.org>
11343
11344 * mail/rmail.el (rmail-reply): Don't try to add a References header when
11345 replying to mail without References or Message-Id. (Bug#4525)
11346
11347 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11348
11349 * term/ns-win.el (ns-reg-to-script): New variable.
11350
11351 2009-09-23 Daiki Ueno <ueno@unixuser.org>
11352
11353 * epg.el (epg-wait-for-status): Preserve existing 'error results.
11354
11355 2009-09-22 Sam Steingold <sds@gnu.org>
11356
11357 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11358 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11359 to 1 because hg returns status 1 when nothing is found.
11360 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11361
11362 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11363
11364 * textmodes/fill.el: Convert to utf-8 encoding.
11365 (fill-french-nobreak-p): Remove redundant » and « inherited from our
11366 pre-Unicode days.
11367
11368 * add-log.el (change-log-fill-forward-paragraph): New function.
11369 (change-log-mode): Use it so fill-region DTRT.
11370 Set fill-indent-according-to-mode here rather than in
11371 change-log-fill-paragraph.
11372 (change-log-fill-paragraph): Remove.
11373
11374 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
11375
11376 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11377 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
11378
11379 2009-09-22 Glenn Morris <rgm@gnu.org>
11380
11381 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11382 the scroll-bar scroll the calendar window rather than the buffer.
11383
11384 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11385 commands that move point (as opposed to scrolling).
11386
11387 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11388
11389 * emacs-lisp/elint.el (elint): New custom group.
11390 (elint-log-buffer): Make it a defcustom.
11391 (elint-scan-preloaded, elint-ignored-warnings)
11392 (elint-directory-skip-re): New options.
11393 (elint-builtin-variables): Doc fix.
11394 (elint-preloaded-env): New variable.
11395 (elint-unknown-builtin-args): Add an entry for encode-time.
11396 (elint-extra-errors): Make it a variable rather than a constant.
11397 (elint-preloaded-skip-re): New constant.
11398 (elint-directory): Skip files matching elint-directory-skip-re.
11399 (elint-features): New variable, local to linted buffers.
11400 (elint-update-env): Initialize elint-features. Possibly add
11401 elint-preloaded-env to the buffer's environment.
11402 (elint-get-top-forms): Bind elint-current-pos, for log messages.
11403 Skip quoted forms.
11404 (elint-init-form): New function, extracted from elint-init-env.
11405 Make non-list forms a warning rather than an error.
11406 Add the mode-map for define-derived-mode. Handle define-minor-mode,
11407 easy-menu-define, put that adds an error-condition, and provide.
11408 When requiring cl, also require cl-macs. Really require cl, to handle
11409 some cl macros. Store required libraries in the list elint-features,
11410 so as not to re-load them. Treat cc-require like require.
11411 (elint-init-env): Call elint-init-form to do the work.
11412 Handle eval-and-compile and such like.
11413 (elint-add-required-env): Do not clear messages.
11414 (elint-special-forms): Add handlers for function, defalias, if, when,
11415 unless, and, or.
11416 (elint-form): Add optional argument to ignore elint-special-forms,
11417 useful to prevent recursive calls from handlers. Doc fix.
11418 Respect elint-ignored-warnings.
11419 (elint-form): Respect elint-ignored-warnings.
11420 (elint-bound-variable, elint-bound-function): New variables.
11421 (elint-unbound-variable): Respect elint-bound-variable.
11422 (elint-get-args): Respect elint-bound-function.
11423 (elint-check-cond-form): Add some simple handling for (f)boundp and
11424 featurep tests.
11425 (elint-check-defalias-form): New handler.
11426 (elint-check-let-form): Make an empty let a warning rather than an
11427 error.
11428 (elint-check-setq-form): Make an empty setq a warning rather than an
11429 error. Respect elint-ignored-warnings.
11430 (elint-check-defvar-form): Accept null doc-strings.
11431 (elint-check-conditional-form): New handler. Does some simple-minded
11432 checking of featurep and (f)boundp tests.
11433 (elint-put-function-args): New function.
11434 (elint-initialize): Use elint-scan-doc-file rather than
11435 elint-find-builtin-variables. Use elint-put-function-args.
11436 Possibly scan preloaded-file-list.
11437 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11438 extend to handle functions as well.
11439
11440 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
11441
11442 * linum.el (linum-delete-overlays, linum-update-window):
11443 Do not modify the right margin. (Bug#3971)
11444
11445 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
11446
11447 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11448 nxml-mode instead of xml-mode.
11449
11450 2009-09-21 Kevin Ryde <user42@zip.com.au>
11451
11452 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
11453
11454 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11455
11456 * net/dig.el (dig-mode): Use define-derived-mode.
11457
11458 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11459
11460 * vc-dispatcher.el (vc-do-command): Return the process object in
11461 the asynchronous case. Use when instead of if. Do not run
11462 vc-exec-after to display a message if not enabled. (Bug#4463)
11463
11464 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11465 properties to the stash strings.
11466 (vc-git-stash-list): Return a list of strings.
11467 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11468 (vc-git-stash-show-at-point): New functions.
11469 (vc-git-stash-map): New keymap.
11470
11471 * register.el (ctl-x-r-map): Define the keys here instead of
11472 using autoload.
11473
11474 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
11475
11476 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11477 list, to workaround performance problem (bug#4485).
11478
11479 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
11480
11481 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11482
11483 2009-09-20 Daiki Ueno <ueno@unixuser.org>
11484
11485 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11486 Document that this option is not recommended to use.
11487
11488 2009-09-19 Glenn Morris <rgm@gnu.org>
11489
11490 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11491 variable `var'.
11492
11493 * calc/calc-alg.el (var):
11494 * calc/calcalg2.el (var): Define for compiler.
11495
11496 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
11497
11498 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11499 Doc fix (Bug#3932).
11500
11501 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11502
11503 * time-stamp.el (time-stamp-month-dd-yyyy)
11504 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11505 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11506 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11507 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11508 Remove functions that have been obsolete since 1995 (Bug#4436).
11509
11510 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11511 indent buffer only if called interactively (Bug#4452).
11512
11513 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
11514 Eli Zaretskii <eliz@gnu.org>
11515
11516 This fixes bug#4197 (merged to bug#865, though not identical).
11517 * server.el (server-auth-dir): Add docstring note about FAT32.
11518 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11519 but warn against using them.
11520
11521 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
11522
11523 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11524 older GDB where there is no has_more field.
11525
11526 2009-09-19 Glenn Morris <rgm@gnu.org>
11527
11528 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11529
11530 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
11531
11532 * files.el (auto-mode-alist): Change default for XML files to nXML
11533 mode (Bug#4169).
11534
11535 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
11536
11537 * server.el (server-ensure-safe-dir): Pass 'integer
11538 to `file-attributes', as suggested.
11539
11540 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11541
11542 * dired-aux.el (dired-query-alist): Remove spurious backslash.
11543 (dired-query): Use read-key.
11544
11545 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
11546
11547 * cus-start.el (ns-use-qd-smoothing): Remove.
11548
11549 2009-09-18 Glenn Morris <rgm@gnu.org>
11550
11551 * allout.el (top-level): Remove unnecessary progn.
11552
11553 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11554
11555 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11556 definition of abbrev table.
11557
11558 * speedbar.el (speedbar-track-mouse):
11559 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11560 * net/eudc.el (eudc-expand-inline):
11561 * net/newst-backend.el (newsticker--cache-read-feed):
11562 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11563 condition-case handlers.
11564
11565 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
11566
11567 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11568 (gdb-var-list): Add an element for has_more field.
11569 (gdb-non-stop-handler): Enable pretty printing for STL containers.
11570 (gdb-var-create-handler, gdb-var-list-children-handler-1)
11571 (gdb-var-update-handler-1): Parse output of dynamic variable
11572 objects (STL containers).
11573 (gdb-var-delete-1): Pass var1 as an explicit second argument.
11574 (gdb-get-field): Delete alias. Use bindat-get-field directly.
11575
11576 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11577 gdb-var-list.
11578 (gud-speedbar-buttons): Make node expandable if expression "has more"
11579 children.
11580
11581 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
11582
11583 * startup.el (emacs-quick-startup): Remove variable and all uses.
11584 (command-line): Set `inhibit-x-resources' instead.
11585 (command-line-1): Use `inhibit-x-resources' instead.
11586
11587 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
11588
11589 * subr.el: Fix last change to avoid using the `unless' macro,
11590 which breaks bootstrapping.
11591
11592 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11593
11594 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11595 extended definitions, in case we reload subr.el after having
11596 loaded CL.
11597 (eval-next-after-load): Mark as obsolete.
11598
11599 2009-09-17 Juri Linkov <juri@jurta.org>
11600
11601 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11602 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11603 (menu-bar-showhide-menu, menu-bar-tools-menu)
11604 (menu-bar-describe-menu, menu-bar-help-menu)
11605 (minibuffer-local-completion-map, minibuffer-local-map):
11606 Fix list quoting.
11607
11608 2009-09-17 Glenn Morris <rgm@gnu.org>
11609
11610 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11611 arguments, whether or not it has a handler.
11612
11613 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11614
11615 * simple.el (hard-newline): Give it a doc-string.
11616
11617 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11618 (lisp-mode-syntax-table): Give them doc-strings.
11619
11620 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11621
11622 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11623 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11624 (menu-bar-options-menu, menu-bar-showhide-menu)
11625 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11626 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11627 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11628 (menu-bar-options-menu, menu-bar-tools-menu)
11629 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11630 (menu-bar-help-menu):
11631 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11632 string arguments.
11633
11634 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11635 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11636 calls for the menu names and :help.
11637
11638 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11639
11640 * mouse.el (minor-mode-menu-from-indicator): Pay attention
11641 to :minor-mode-function (bug#4455).
11642
11643 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * startup.el (command-line): Initialize the window-system after
11646 processing the command-line.
11647
11648 * textmodes/page.el (what-page): Make sure we don't inf-loop if
11649 page-delimiter matches the empty string.
11650
11651 2009-09-16 Glenn Morris <rgm@gnu.org>
11652
11653 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11654 byte-compile-not-obsolete-var. It's a list now.
11655 (byte-compile-not-obsolete-funcs): New variable.
11656 (byte-compile-warn-obsolete): Don't warn about functions if they are in
11657 byte-compile-not-obsolete-funcs.
11658 (byte-compile-variable-ref, byte-compile-defvar): Update for
11659 byte-compile-not-obsolete-vars name-change and list nature.
11660 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11661 and variables behind (f)boundp tests.
11662 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11663
11664 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11665
11666 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11667
11668 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11669
11670 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11671 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11672 Don't autoload.
11673
11674 2009-09-15 Stephen Eglen <stephen@gnu.org>
11675
11676 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11677 the virtual-buffers, use the name of the buffer specified by
11678 find-file-noselect, as the match may be a symlink. (This was a
11679 problem if the target and the symlink had different names.)
11680
11681 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11682
11683 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11684
11685 * desktop.el (desktop-path): Check user-emacs-directory.
11686
11687 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11688
11689 * loadup.el: Use after-load-functions to GC after loading each file.
11690 Remove the explicit GC calls that used to be sprinkled around.
11691
11692 * subr.el (after-load-functions): New hook.
11693 (do-after-load-evaluation): Run it. Use string-match-p to detect
11694 `obsolete' packages, rather than painfully extracting the relevant
11695 directory name.
11696
11697 2009-09-15 Glenn Morris <rgm@gnu.org>
11698
11699 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11700 free variable `doc'.
11701
11702 * dired.el (dired-mode-map): Add menu entry for async shell command.
11703
11704 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11705 variables, also consider the .elc files, since the .el files are
11706 normally gzipped (subsequent code locates the .el.gz from the .elc).
11707
11708 * calc/calc-prog.el (arglist): Define for compiler.
11709
11710 * calendar/diary-lib.el (diary-display-function): Change the default to
11711 fancy display.
11712 (body): Define for compiler.
11713
11714 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11715 (byte-compile-file-form, byte-compile-lambda)
11716 (byte-compile-top-level-body, byte-compile-form)
11717 (byte-compile-variable-ref, byte-compile-setq)
11718 (byte-compile-setq-default, byte-compile-body)
11719 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11720 (batch-byte-compile): Give some more local variables with common names
11721 a "bytecomp-" prefix to avoid masking warnings about free variables.
11722
11723 * startup.el (command-line-1): Give local variables with common names a
11724 distinguishing prefix, so as not to hide free variable warnings during
11725 bootstrap.
11726
11727 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11728 clever and add a suffix to make a unique name, just let the user decide
11729 whether or not to overwrite it. If the input is a directory, write the
11730 default filename to that directory. (Bug#4388)
11731 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11732 is a filename-as-a-directory.
11733
11734 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11735
11736 * textmodes/page.el (what-page): Don't move to beginning of line.
11737 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11738
11739 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11740
11741 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11742
11743 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
11744
11745 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11746 * help.el (help-for-help-internal): Add purecopy calls for text.
11747
11748 * vc.el (top): print-log method now takes an optional SHORTLOG
11749 argument. Add a new method: root.
11750 (vc-root-diff, vc-print-root-log): New functions.
11751 (vc-log-short-style): New variable.
11752 (vc-print-log-internal): Add support for showing short logs.
11753
11754 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11755 vc-print-root-log and vc-print-root-diff.
11756
11757 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11758 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11759 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11760 short logs.
11761
11762 * vc-cvs.el (vc-cvs-print-log):
11763 * vc-mtn.el (vc-mtn-print-log):
11764 * vc-rcs.el (vc-rcs-print-log):
11765 * vc-sccs.el (vc-sccs-print-log):
11766 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11767 that is ignored for now.
11768
11769 * vc-mtn.el (vc-mtn-annotate-command):
11770 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11771
11772 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11773
11774 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11775 to function-key-map, and give them ascii-character property.
11776 * term/x-win.el (x-alternatives-map):
11777 * term/ns-win.el (ns-alternatives-map):
11778 * term/internal.el (msdos-key-remapping-map):
11779 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11780
11781 2009-09-14 Glenn Morris <rgm@gnu.org>
11782
11783 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11784 temp-buffers (2009-09-12).
11785
11786 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11789 the new read-key function.
11790
11791 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11792
11793 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11794 is defined (Bug#4405).
11795
11796 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
11797
11798 * recentf.el (recentf-cleanup): Use a hash table to find
11799 duplicates (Bug#4407).
11800
11801 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
11802
11803 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11804 kp-0 to ascii equivalents (Bug#4325).
11805
11806 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11807
11808 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11809
11810 * eshell/em-hist.el:
11811 * eshell/em-dirs.el (eshell-complete-user-reference):
11812 Declare pcomplete functions and variables to avoid compiler warnings.
11813
11814 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
11815
11816 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11817 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11818 * eshell/em-alias.el (eshell-aliases-file):
11819 * eshell/em-hist.el (eshell-history-file-name):
11820 Use expand-file-name instead of concat to make file names (Bug#4308).
11821
11822 2009-09-13 Glenn Morris <rgm@gnu.org>
11823
11824 * ediff-merg.el (ediff-do-merge):
11825 * filesets.el (filesets-run-cmd):
11826 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11827 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11828 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11829 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11830 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11831 Replace empty `let's with `progn'.
11832
11833 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11834
11835 * mail/sendmail.el (send-mail-function):
11836 * tooltip.el (tooltip-mode):
11837 * simple.el (transient-mark-mode):
11838 * rfn-eshadow.el (file-name-shadow-mode):
11839 * frame.el (blink-cursor-mode):
11840 * font-core.el (global-font-lock-mode):
11841 * files.el (temporary-file-directory)
11842 (small-temporary-file-directory, auto-save-file-name-transforms):
11843 * epa-hook.el (auto-encryption-mode):
11844 * composite.el (global-auto-composition-mode):
11845 Use custom-initialize-delay.
11846 * startup.el (command-line): Don't explicitly call
11847 custom-reevaluate-setting for all the above vars.
11848 * custom.el (custom-initialize-safe-set)
11849 (custom-initialize-safe-default): Delete.
11850
11851 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11852
11853 * term/x-win.el (x-initialize-window-system):
11854 * term/w32-win.el (w32-initialize-window-system):
11855 * term/ns-win.el (ns-initialize-window-system): Don't call
11856 mouse-wheel-mode since it's enabled globally by default already.
11857
11858 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11859 actually define the variable, but only silences the byte-compiler.
11860 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11861 before looking it up.
11862 (mouse-wheel-scroll-amount): Also reset the bindings if this value
11863 is changed.
11864
11865 2009-09-12 Glenn Morris <rgm@gnu.org>
11866
11867 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11868 1000.
11869 (elint-add-required-env): Don't beep on error.
11870 (elint-forms): In case of error, return ENV unchanged.
11871 (elint-init-env): Skip non-list forms.
11872 (elint-log): Handle unknown file positions.
11873
11874 2009-09-12 Daiki Ueno <ueno@unixuser.org>
11875
11876 * epg.el (epg-make-context): Add autoload cookie.
11877 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11878 (epg-decrypt-string, epg-start-verify, epg-verify-file)
11879 (epg-verify-string, epg-start-sign, epg-sign-file)
11880 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11881 (epg-encrypt-string, epg-start-export-keys)
11882 (epg-export-keys-to-file, epg-export-keys-to-string)
11883 (epg-start-import-keys, epg-import-keys-from-file)
11884 (epg-import-keys-from-string, epg-start-receive-keys)
11885 (epg-receive-keys, epg-import-keys-from-server)
11886 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11887 (epg-sign-keys, epg-start-generate-key)
11888 (epg-generate-key-from-file, epg-generate-key-from-string):
11889 Remove autoload cookie.
11890
11891 2009-09-12 Eli Zaretskii <eliz@gnu.org>
11892
11893 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11894 reevaluation of trash-directory.
11895
11896 * mwheel.el: Fix last change.
11897 (mouse-wheel-mode): New defvar.
11898 (mouse-wheel-mode): Remove autoload cookie.
11899
11900 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11901
11902 * mwheel.el (mwheel-installed-bindings): New var.
11903 (mouse-wheel-mode): Use it, so as to make sure we really remove all
11904 the bindings we set last time. Use custom-initialize-delay.
11905 * loadup.el: Load mwheel after term/*-win.el.
11906 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11907 and mouse-wheel-up-event now that their first evaluation is done
11908 sufficiently late to be correct.
11909
11910 * startup.el (tutorial-directory): Make it a defcustom.
11911 Use custom-initialize-delay rather than eval-at-startup to set it.
11912 * image.el (image-load-path): Make it a defcustom.
11913 Use custom-initialize-delay rather than eval-at-startup to set it.
11914 * subr.el (eval-at-startup): Remove.
11915 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11916
11917 * subr.el (do-after-load-evaluation): Warn the user after loading an
11918 obsolete package.
11919
11920 2009-09-12 Glenn Morris <rgm@gnu.org>
11921
11922 * proced.el (proced-mark-alt): Remove alias.
11923 (proced-mode-map): Remove proced-mark-alt.
11924
11925 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11926 Elint file and directory. Remove initialization entry.
11927
11928 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11929 commands.
11930 (elint-current-buffer): Set mode-line-process.
11931 (elint-init-env): Handle define-derived-mode.
11932 Fix declare-function with unspecified arglist. Guard against odd
11933 defalias statements (eg iso-insert's 8859-1-map).
11934 (elint-add-required-env): Use a temp buffer.
11935 (elint-form): Just print the function/macro name, not the whole form.
11936 Return env unchanged if we fail to parse a macro.
11937 (elint-forms): Guard against parse errors.
11938 (elint-output): New function, to handle batch mode.
11939 (elint-log-message): Add optional argument. Use elint-output.
11940 (elint-set-mode-line): New function.
11941
11942 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
11943
11944 * emacs-lisp/elp.el (elp-not-profilable): Add more
11945 functions (Bug#4233).
11946
11947 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
11948
11949 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11950 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11951
11952 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11953
11954 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11955 (gdb-var-list-children): Use json parsing.
11956
11957 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
11958
11959 * progmodes/js.el (js--proper-indentation): Handle the case where
11960 char-before is null. Reported by Deniz Dogan.
11961
11962 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11963
11964 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11965
11966 2009-09-11 Daiki Ueno <ueno@unixuser.org>
11967
11968 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11969 (epg-digest-algorithm-alist): Add SHA224.
11970 (epg-context-set-passphrase-callback)
11971 (epg-context-set-progress-callback): Add description about
11972 callback function.
11973
11974 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11975
11976 * custom.el (custom-delayed-init-variables): New var.
11977 (custom-initialize-delay): New function.
11978 * startup.el (command-line): "Re"evaluate all vars in
11979 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
11980 explicitly any more.
11981 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11982 to avoid creating a ~/.emacs.d at build-time (bug#4347).
11983
11984 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11985
11986 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11987
11988 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11989 (gdb-var-update-handler): Use json parsing.
11990
11991 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11992
11993 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11994 decode annotated text, regardless of language environment. (Bug#2741)
11995
11996 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11997
11998 * Makefile.in (autoloads): Make rmail.el writable as well.
11999
12000 2009-09-11 Glenn Morris <rgm@gnu.org>
12001
12002 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12003 loaddefs.el.
12004 * dired.el: Regenerate with extracted autoloads.
12005 * Makefile.in (autoloads): Make dired.el writable.
12006
12007 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12008 * ibuffer.el: Regenerate with extracted autoloads.
12009 * Makefile.in (autoloads): Make ibuffer.el writable.
12010
12011 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12012 * version.el (emacs-copyright, emacs-major-version)
12013 (emacs-minor-version): Reformat doc-strings for make-docfile.
12014
12015 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12016 functions and variables, since they must be stuff specific to some other
12017 platform.
12018 (apropos-print): Make mouse-click message less specific about button.
12019
12020 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12021 that records where a macro was defined.
12022 * help-fns.el (describe-function-1): Mention if a function has a
12023 compiler-macro.
12024 * help-mode.el (help-function-cmacro): New button.
12025
12026 * locate.el (top-level): Always require dired.
12027 (locate-mode-map): Initialize inside the defvar.
12028
12029 * net/ange-ftp.el (dired-compress-file): Declare.
12030 (ange-ftp-dired-compress-file): Add doc string.
12031
12032 * term/ns-win.el (x-display-name, x-setup-function-keys):
12033 Unify doc-strings with X versions.
12034
12035 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12036
12037 * emulation/crisp.el (crisp-mode-map): Move initialization
12038 into declaration.
12039 (crisp-mode): Use define-minor-mode.
12040
12041 * progmodes/xscheme.el (xscheme-evaluation-commands):
12042 Put a :advertised-binding property rather than using
12043 advertised-xscheme-send-previous-expression.
12044 (advertised-xscheme-send-previous-expression): Declare obsolete.
12045 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12046 `advertised-undo'.
12047 (crisp-mode): Add corresponding bindings to
12048 undo's :advertised-binding instead.
12049 * dired.el (dired-mode-map): Put a :advertised-binding property rather
12050 than using dired-advertised-find-file.
12051 (dired-advertised-find-file):
12052 * simple.el (advertised-undo):
12053 * wid-edit.el (advertised-widget-backward): Declare obsolete.
12054 (widget-keymap): Put a :advertised-binding property rather
12055 than using advertised-widget-backward.
12056 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12057 than using advertised-undo.
12058 * tutorial.el (tutorial--default-keys): Adjust accordingly.
12059
12060 2009-09-10 Simon South <ssouth@slowcomputing.org>
12061
12062 * progmodes/delphi.el (delphi-tab): Indent region when Transient
12063 Mark mode is enabled and region is active; otherwise indent or
12064 insert TAB as usual.
12065 (delphi-mode): Update description of TAB-key binding.
12066
12067 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12068
12069 * subr.el (define-key-rebound-commands): Mark obsolete.
12070 * startup.el (precompute-menubar-bindings): Remove.
12071 (normal-top-level): Remove obsolete code that tried to precompute
12072 menubar bindings.
12073 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12074 define-key-rebound-commands and precompute-menubar-bindings.
12075
12076 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
12077
12078 * net/imap.el (imap-interactive-login): Better messages.
12079 (imap-open): Fix bug with renamed buffer on reconnect.
12080 (imap-authenticate): Add buffer-local imap-last-authenticator variable
12081 for easier debugging and cleaner code. On successful (guessed based on
12082 server capabilities) secondary authentication, set imap-state
12083 correctly.
12084 (imap-last-authenticator): Define imap-last-authenticator as a variable
12085 to avoid warnings.
12086
12087 2009-09-10 Glenn Morris <rgm@gnu.org>
12088
12089 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12090
12091 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12092 (byte-compile-file-form-autoload): Don't warn about unknown functions
12093 where the autoload statement comes after the use.
12094 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12095 that any handlers inside the body (eg require) are in turn respected.
12096
12097 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12098 effects.
12099
12100 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12101 and syntax and abbrev tables basic docs, if they don't have any.
12102
12103 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12104
12105 * international/mule-cmds.el (top-level): Require cl when compiling.
12106 (view-hello-file): Use default-value rather than
12107 default-enable-multibyte-characters.
12108
12109 * progmodes/fortran.el: Move all safe and risky properties into the
12110 defcustoms.
12111
12112 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12113 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12114 * mail/undigest.el:
12115 Put autoloads in rmail.el rather than loaddefs.el.
12116 * mail/rmail.el: Regenerate with extracted autoloads.
12117
12118 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12119 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12120
12121 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
12122
12123 Reported in thread for Bug#4375.
12124 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12125 "-data-evaluate-expression" instead of print.
12126 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12127 (gdb-tooltip-print): Parse output from above MI command.
12128 (gdb): Revert 2009-08-11 change. User should detach inferior
12129 manually.
12130
12131 Remove the word "separate" from IO functions as inferior
12132 output is now never displayed in the GUD buffer.
12133
12134 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
12135
12136 * startup.el (command-line-normalize-file-name): On Windows and
12137 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12138
12139 2009-09-10 Juri Linkov <juri@jurta.org>
12140
12141 * isearch.el (isearch-text-char-description): Propertize escape
12142 character sequences with the `escape-glyph' face. (Bug#4344)
12143
12144 * simple.el (shell-command): Set asynchronous process filter to
12145 `comint-output-filter'. (Bug#4343)
12146
12147 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12148 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
12149 the list. Move "asm" to the bottom.
12150 (grep-find-ignored-directories): Add `choice' with nil value
12151 to empty the list easily.
12152 (grep-find-ignored-files): New option.
12153 (grep-files-history): Set to nil by default instead of '("ch" "el").
12154 (grep-compute-defaults): Add "<X>" to `grep-template'.
12155 (grep-read-files): Bind new local variables `default-alias' and
12156 `default-extension'. Use a list of default values for the file prompt.
12157 (lgrep): Add `--exclude=' command line options composed from
12158 `grep-find-ignored-files'.
12159 (rgrep): Add `-name' command line options composed from
12160 `grep-find-ignored-files'. (Bug#4301)
12161
12162 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12163
12164 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12165 (bug#4368).
12166
12167 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12168
12169 * calendar/time-date.el (autoload):
12170 Expand define-obsolete-function-alias into defalias and make-obsolete
12171 for old Emacsen that Gnus supports.
12172 (with-no-warnings): Define it for old Emacsen.
12173 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12174 is available.
12175 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12176 float-time is available; suppress compile warning for time-to-seconds.
12177
12178 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
12179
12180 * net/imap.el (imap-message-map): Docstring fix.
12181
12182 2009-09-09 Glenn Morris <rgm@gnu.org>
12183
12184 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12185 line numbers too. (Bug#4374)
12186
12187 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12188
12189 * smerge-mode.el (smerge-remove-props, smerge-refine):
12190 Use with-silent-modifications (bug#4342).
12191
12192 * subr.el (with-silent-modifications): New macro.
12193
12194 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
12195
12196 * files.el (top-level): Require `cl' when compiling.
12197
12198 2009-09-07 Glenn Morris <rgm@gnu.org>
12199
12200 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12201
12202 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12203 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
12204
12205 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
12206
12207 * vc-git.el (vc-git-annotate-command): Use separator to parse
12208 arguments correctly.
12209
12210 2009-09-06 Eli Zaretskii <eliz@gnu.org>
12211
12212 * proced.el (proced-mode): Doc fix.
12213
12214 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
12215
12216 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12217 lstat fails.
12218 (tramp-do-file-attributes-with-ls): Check for file existence at
12219 remote end.
12220 (tramp-do-file-attributes-with-stat): Likewise.
12221 (tramp-convert-file-attributes): Return nil when attr is nil.
12222
12223 2009-09-05 Glenn Morris <rgm@gnu.org>
12224
12225 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12226 properties to this button.
12227 (diary-fancy-display): Don't extend the button to the final newline.
12228 (diary-fancy-display-mode): Continue to define "q" as a local key.
12229
12230 * calendar/cal-china.el (holiday-chinese): Make it slightly more
12231 efficient.
12232
12233 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12234
12235 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12236 (byte-compile-dest-file-function): New option.
12237 (byte-compile-dest-file): Doc fix.
12238 Obey byte-compile-dest-file-function.
12239 (byte-compile-cl-file-p): New function.
12240 (byte-compile-eval): Only suppress noruntime warnings about cl functions
12241 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
12242 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12243 than for file being previously loaded.
12244 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12245 (byte-compile-file-form-require): Handle the case where requiring a file
12246 indirectly causes CL to be loaded.
12247
12248 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12249
12250 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12251 before killing the old buffer, since by the time `kill-buffer' is
12252 run so many buffer variables have been set to nil that it may not
12253 behave as expected. (Bug#4061)
12254
12255 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12256
12257 * files.el (find-alternate-file): If the old buffer is modified
12258 and visiting a file, behave similarly to `kill-buffer' when
12259 killing it, thus reverting to the pre-1.878 behavior; see
12260 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12261 for discussion. Also, consult `buffer-file-name' as a variable
12262 not as a function, for consistency with the rest of the code.
12263
12264 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
12265
12266 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12267 also when adding a new directory.
12268
12269 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12270 defun.
12271
12272 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
12273
12274 * files.el (locate-file-completion-table): Make it provide boundary
12275 information, so partial-completion works better.
12276
12277 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
12278
12279 * mail/footnote.el (Footnote-text-under-cursor):
12280 Check footnote-text-marker-alist before using it (bug#4324).
12281
12282 2009-09-04 Glenn Morris <rgm@gnu.org>
12283
12284 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12285 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12286 * play/solitaire.el, play/tetris.el:
12287 Remove leading * from defcustom and defface docs.
12288
12289 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12290 necessary.
12291 (diary-fancy-overriding-map): New variable.
12292 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12293 Use view-mode.
12294
12295 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12296 goto-line.
12297
12298 2009-09-03 Glenn Morris <rgm@gnu.org>
12299
12300 * arc-mode.el (archive-mode):
12301 * dos-fns.el (set-default-process-coding-system):
12302 * man.el (Man-getpage-in-background):
12303 * menu-bar.el (menu-bar-describe-menu):
12304 * server.el (server-process-filter):
12305 * startup.el (command-line):
12306 * tar-mode.el (tar-header-block-tokenize, tar-extract):
12307 * w32-fns.el (set-default-process-coding-system):
12308 * x-dnd.el (x-dnd-handle-file-name):
12309 * international/mule-cmds.el (mule-menu-keymap)
12310 (set-default-coding-systems, language-info-alist, set-language-info)
12311 (set-language-environment, standard-display-european-internal)
12312 (set-locale-environment):
12313 * international/mule-diag.el (mule-diag):
12314 * mail/emacsbug.el (report-emacs-bug):
12315 * mail/rmail.el (rmail-mode):
12316 * mail/sendmail.el (mail-setup):
12317 Use default-value rather than default-enable-multibyte-characters.
12318
12319 * progmodes/f90.el: Move all safe properties into the defcustoms.
12320 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12321
12322 * calendar/appt.el (appt-check):
12323 * calendar/diary-lib.el (diary-set-header, diary-live-p)
12324 (diary-check-diary-file, diary-list-entries)
12325 (diary-include-other-diary-files, diary-simple-display)
12326 (diary-fancy-display, diary-print-entries)
12327 (diary-mark-included-diary-files, diary-make-entry):
12328 Don't call substitute-in-file-name on diary-file.
12329
12330 2009-09-03 Eduard Wiebe <usenet@pusto.de>
12331 Stefan Monnier <monnier@iro.umontreal.ca>
12332
12333 * mail/footnote.el (footnote-prefix): Make it a defcustom.
12334 (footnote-mode-map): Move initialization into the declaration.
12335 (footnote-minor-mode-map): Define it rather than changing global-map.
12336 (footnote-mode): Use define-minor-mode.
12337
12338 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
12339
12340 * net/tramp.el (tramp-handle-file-attributes-with-ls)
12341 (tramp-do-file-attributes-with-perl)
12342 (tramp-do-file-attributes-with-stat): Rename from
12343 `tramp-handle-file-attributes-with-*'.
12344 (tramp-handle-file-attributes): Use them.
12345 (tramp-do-directory-files-and-attributes-with-perl)
12346 (tramp-do-directory-files-and-attributes-with-stat): Rename from
12347 `tramp-handle-directory-files-and-attributes-with-*'.
12348 (tramp-handle-directory-files-and-attributes): Use them.
12349 (tramp-method-out-of-band-p): Additional parameter SIZE.
12350 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12351 (tramp-handle-write-region): Use it.
12352 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12353 (tramp-handle-vc-registered): Check, whether the first run did
12354 return files to be tested.
12355 (tramp-advice-make-auto-save-file-name): Do not call directly
12356 `tramp-handle-make-auto-save-file-name', because this would bypass
12357 the locking mechanism.
12358
12359 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12360 (file-remote-p, process-file, start-file-process, set-file-times)
12361 (tramp-compat-file-attributes): Compatibility functions shall not
12362 call directly `tramp-handle-*', because this would bypass the
12363 locking mechanism.
12364 (tramp-compat-number-sequence): New defun.
12365
12366 2009-09-02 Glenn Morris <rgm@gnu.org>
12367
12368 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12369 alias for float-time.
12370 (time-to-number-of-days): In Emacs, use float-time.
12371 * net/newst-backend.el (time-add): Suppress warnings from compat
12372 function.
12373 * time.el (emacs-uptime, emacs-init-time):
12374 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12375 Use float-time rather than time-to-seconds.
12376
12377 * minibuffer.el (completion-initials-expand): Fix typo.
12378
12379 * faces.el (modeline, modeline-inactive, modeline-highlight)
12380 (modeline-buffer-id):
12381 * info.el (info-menu-5): Mark these face aliases as obsolete.
12382
12383 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12384
12385 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12386 space ...
12387 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12388 no "--thread" option.
12389 (gdb-stopped): Don't print "Switched to thread" message when it is
12390 unchanged.
12391
12392 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12393
12394 * minibuffer.el (completion-try-completion)
12395 (completion-all-completions): Remove ill-defined (and
12396 mistakenly installed and luckily never used nor documented)
12397 `completion-styles' property.
12398 (completion-initials-expand, completion-initials-all-completions)
12399 (completion-initials-try-completion): New functions.
12400 (completion-styles-alist): Add doc to each entry.
12401 Add new `initials' entry.
12402
12403 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12404
12405 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12406 MI command -var-evaluate-expression.
12407 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12408 and tweak for case of string child.
12409 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12410
12411 2009-09-01 Glenn Morris <rgm@gnu.org>
12412
12413 * add-log.el (change-log-date-face, change-log-name-face)
12414 (change-log-email-face, change-log-file-face, change-log-list-face)
12415 (change-log-conditionals-face, change-log-function-face)
12416 (change-log-acknowledgement-face):
12417 * cus-edit.el (custom-invalid-face, custom-rogue-face)
12418 (custom-modified-face, custom-set-face, custom-changed-face)
12419 (custom-saved-face, custom-button-face, custom-button-pressed-face)
12420 (custom-documentation-face, custom-state-face, custom-comment-face)
12421 (custom-comment-tag-face, custom-variable-tag-face)
12422 (custom-variable-button-face, custom-face-tag-face)
12423 (custom-group-tag-face-1, custom-group-tag-face):
12424 * diff-mode.el (diff-header-face, diff-file-header-face)
12425 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12426 (diff-added-face, diff-changed-face, diff-function-face)
12427 (diff-context-face, diff-nonexistent-face):
12428 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12429 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12430 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12431 (Info-title-4-face):
12432 * isearch.el (isearch-lazy-highlight-face):
12433 * log-view.el (log-view-file-face, log-view-message-face):
12434 * paren.el (show-paren-match-face, show-paren-mismatch-face):
12435 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12436 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12437 (cvs-msg-face):
12438 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12439 (smerge-base-face, smerge-markers-face):
12440 * wid-edit.el (widget-documentation-face, widget-button-face)
12441 (widget-field-face, widget-single-line-field-face)
12442 (widget-inactive-face, widget-button-pressed-face):
12443 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12444 (woman-addition-face):
12445 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12446 (eshell-ls-executable-face, eshell-ls-readonly-face)
12447 (eshell-ls-unreadable-face, eshell-ls-special-face)
12448 (eshell-ls-missing-face, eshell-ls-archive-face)
12449 (eshell-ls-backup-face, eshell-ls-product-face)
12450 (eshell-ls-clutter-face):
12451 * eshell/em-prompt.el (eshell-prompt-face):
12452 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12453 * obsolete/old-whitespace.el (whitespace-highlight-face):
12454 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12455 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12456 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12457 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12458 (antlr-font-lock-literal-face):
12459 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12460 (ebrowse-root-class-face, ebrowse-file-name-face)
12461 (ebrowse-default-face, ebrowse-member-attribute-face)
12462 (ebrowse-member-class-face, ebrowse-progress-face):
12463 * progmodes/make-mode.el (makefile-space-face):
12464 * progmodes/sh-script.el (sh-heredoc-face):
12465 * textmodes/flyspell.el (flyspell-incorrect-face)
12466 (flyspell-duplicate-face):
12467 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12468 * textmodes/texinfo.el (texinfo-heading-face):
12469 Mark face aliases with "-face" suffix as obsolete.
12470
12471 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12472 compiler.
12473
12474 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12475 (eudc-bob-sound-menu): Use defvar rather than defconst, since
12476 easy-menu-define wants to modify these.
12477
12478 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12479
12480 * net/browse-url.el (browse-url-file-url):
12481 * term/internal.el (dos-codepage-setup):
12482 Use default-value rather than default-enable-multibyte-characters.
12483
12484 * progmodes/etags.el (etags-goto-tag-location):
12485 * progmodes/flymake.el (flymake-highlight-line)
12486 (flymake-goto-file-and-line, flymake-goto-line):
12487 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12488 (gdb-goto-breakpoint):
12489 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12490 * progmodes/python.el (python-find-function)
12491 (python-pdbtrack-track-stack-file):
12492 * progmodes/verilog-mode.el (verilog-surelint-off):
12493 * term/ns-win.el (ns-open-file-select-line):
12494 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12495 Use forward-line rather than goto-line.
12496
12497 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12498 * textmodes/reftex-index.el (reftex-display-index):
12499 * textmodes/reftex-ref.el (reftex-offer-label-menu):
12500 * textmodes/reftex-toc.el (reftex-toc):
12501 Remove unnecessary bindings of default-major-mode (all are followed by
12502 major-mode check and possible mode switch).
12503
12504 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12505
12506 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12507 Handle watchpoints (bug#4282).
12508 (def-gdb-thread-buffer-command): Enable thread to be selected by
12509 clicking without selecting threads buffer first.
12510 (gdb-current-context-command): Use selected frame so that "up",
12511 "down" etc work in the GUD buffer.
12512 (gdb-update): Find selected frame before rendering stack buffer.
12513 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12514
12515 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12516
12517 * progmodes/sym-comp.el (displayed-completions): Remove.
12518 (symbol-complete): Use minibuffer-complete.
12519
12520 2009-08-31 Glenn Morris <rgm@gnu.org>
12521
12522 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12523
12524 * apropos.el (apropos-symbols-internal):
12525 Handle (obsolete) face aliases.
12526
12527 * faces.el (describe-face): Adjust the output format to be more like
12528 describe-variable, and to mention (obsolete) face aliases.
12529 Adjust the whitespace so that help-setup-xref works.
12530
12531 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12532 * calendar/diary-lib.el (diary-button-face):
12533 Mark these face aliases as obsolete.
12534
12535 * calendar/calendar.el (calendar-today): Doc fix.
12536
12537 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12538
12539 * progmodes/gdb-mi.el (gdb-control-all-threads)
12540 (gdb-control-current-thread): Force tool bar update.
12541 (gdb-non-stop-handler): New function.
12542 (gdb-init-1): Use it to test if non-stop mode is supported.
12543 Remove unused gdbmi buffer type.
12544
12545 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
12546
12547 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12548 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
12549
12550 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
12551
12552 * comint.el (comint-exec-1): Check command is non-null first.
12553 Part of gdb-mi.el change (2009-08-28).
12554
12555 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12556
12557 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12558
12559 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
12560
12561 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12562 instead of `dolist' to avoid a recursive require when bootstrapping.
12563
12564 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12565
12566 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12567
12568 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12569
12570 * net/imap.el (imap-send-command): Simplify.
12571 (imap-wait-for-tag): point-max -> buffer-size.
12572
12573 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12574
12575 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12576 with constant argument.
12577
12578 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12579
12580 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12581
12582 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12583 Change default, since most of our files don't have a history.
12584 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12585 the user.
12586
12587 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12588 Add comint-run.
12589
12590 * calc/calc.el: Improve commenting convention.
12591 (calc-digit-map, toplevel): Simplify.
12592
12593 * comint.el (comint-insert-input): Be careful to only set point if we
12594 don't delegate to some other command.
12595
12596 * proced.el (proced-signal-list): Make it an alist.
12597 (proced-grammar-alist): Capitalize names.
12598 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12599 Disable undo manually and make it read-only.
12600 Use completion-annotate-function.
12601
12602 * minibuffer.el (minibuffer-message): If the current buffer is not
12603 a minibuffer, insert the message in the echo area rather than at the
12604 end of the buffer.
12605 (completion-annotate-function): New variable.
12606 (minibuffer-completion-help): Use it.
12607 (completion--embedded-envvar-table): Environment vars are
12608 always case-sensitive.
12609
12610 2009-08-30 Glenn Morris <rgm@gnu.org>
12611
12612 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12613 from fortran-current-defun.
12614 (fortran-beginning-of-subprogram): Be more precise about finding the
12615 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
12616 (fortran-end-of-subprogram): Simplify.
12617 (fortran-current-defun): Use fortran-start-prog-re.
12618
12619 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
12620
12621 * subr.el (do-after-load-evaluation): Simplify.
12622
12623 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12624
12625 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12626
12627 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
12628 (vc-rcs-print-log): Use it.
12629
12630 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12631
12632 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12633
12634 * paths.el (abbrev-file-name): Move to abbrev.el.
12635 * abbrev.el (abbrev-file-name): Move from paths.el.
12636 Obey user-emacs-directory.
12637 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12638 user-emacs-directory.
12639 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12640 abbrev-file-name and calc-settings-file any more.
12641 * startup.el (command-line): Recompute abbrev-file-name and
12642 abbreviated-home-dir.
12643 (normal-no-mouse-startup-screen): Improve the generic code and get rid
12644 of the special code for when C-h bindings haven't been changed.
12645 (display-startup-echo-area-message): Use with-current-buffer.
12646 (command-line-1): Use a list of strings, rather than a list of lists
12647 of strings for longopts.
12648
12649 * files.el (get-free-disk-space): Use / for default-directory.
12650
12651 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12652 Use with-current-buffer.
12653
12654 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12655 Recognize immutable variables like most-positive-fixnum.
12656 (byte-compile-setq-default): Check and warn if trying to assign
12657 to an immutable variable, or a non-variable.
12658
12659 * progmodes/cc-vars.el (c-comment-continuation-stars):
12660 * progmodes/cc-engine.el (c-looking-at-bos):
12661 * progmodes/cc-cmds.el (c-toggle-auto-state)
12662 (c-forward-into-nomenclature, c-backward-into-nomenclature)
12663 (c-comment-line-break-function): Add version of obsolescence.
12664
12665 2009-08-28 Juri Linkov <juri@jurta.org>
12666
12667 * files.el (magic-fallback-mode-alist): Add ZIP magic number
12668 associated with `archive-mode'.
12669
12670 * image.el (image-type-header-regexps): Use only JPEG magic number
12671 to determine JPEG images, and don't use `image-jpeg-p' because
12672 Emacs can display non-JFIF non-Exif JPEG images.
12673
12674 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12675
12676 * arc-mode.el (archive-mode):
12677 * emacs-lisp/re-builder.el (re-builder-unload-function):
12678 Protect against the default value of `major-mode' being nil.
12679
12680 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12681
12682 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12683 Fix typos in docstrings.
12684
12685 * progmodes/js.el (js--macro-decl-re): Doc fix.
12686 (js--plain-method-re, js--split-name): Refloc docstring.
12687 (js--class-styles, js--make-merged-item, js--splice-into-items):
12688 Fix typos in docstrings; reflow docstrings.
12689 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12690 (js--variable-decl-matcher, js--inside-pitem-p)
12691 (js--parse-state-at-point, js--get-all-known-symbols)
12692 (js--symbol-history, js-find-symbol, js--js-references)
12693 (js--moz-interactor, js--js-encode-value, js--read-tab):
12694 Fix typos in docstrings.
12695
12696 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12697
12698 * textmodes/reftex.el (reftex-get-file-buffer-force):
12699 * progmodes/verilog-mode.el (verilog-batch-execute-func):
12700 * emulation/viper.el (viper-go-away, viper-set-hooks):
12701 * emacs-lisp/re-builder.el (re-builder-unload-function):
12702 * emacs-lisp/bytecomp.el (byte-compile-file):
12703 * ses.el (ses-unload-function):
12704 * hexl.el (hexl-find-file):
12705 * files.el (normal-mode):
12706 * ehelp.el (with-electric-help):
12707 * autoinsert.el (auto-insert-alist):
12708 * arc-mode.el (archive-mode):
12709 Use (default-value 'major-mode) instead of default-major-mode.
12710
12711 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12712 * international/mule.el (load-with-code-conversion):
12713 * emacs-lisp/debug.el (debug):
12714 * ediff-vers.el (ediff-rcs-get-output-buffer):
12715 * dired.el (dired-internal-noselect): Don't let-bind
12716 default-major-mode around code that doesn't use it.
12717 E.g. buffer creation via get-buffer-create doesn't use it.
12718
12719 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
12720
12721 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12722 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12723 when writing the temp file. Otherwise, epa-file gets confused.
12724 (tramp-register-file-name-handlers): Make it a defun. Move also
12725 `epa-file-handler' to the front of `file-name-handler-alist'.
12726
12727 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12728
12729 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12730 start right after a ^M.
12731 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12732 (tramp-completion-file-name-regexp-separate)
12733 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12734 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12735 Don't modify last-coding-system-used by accident.
12736 (tramp-completion-file-name-handler): Apply the checks here,
12737 instead during registration.
12738 (tramp-register-file-name-handlers): Renamed from
12739 `tramp-register-file-name-handler'. Register both
12740 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12741 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
12742
12743 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
12744
12745 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12746 Remove variable ...
12747 (gdb-init-1, gdb-display-separate-io-buffer)
12748 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12749 references to it.
12750 (gdb-inferior-io-mode): Use make-comint-in-buffer.
12751 (gdb-inferior-filter): Use comint-output-filter to stop
12752 echoing and remove ^M characters.
12753
12754 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12755
12756 * emulation/viper-init.el (viper-restore-cursor-type):
12757 * emulation/cua-base.el (cua--update-indications):
12758 Replace default-cursor-type with (default-value 'cursor-type).
12759
12760 * mail/sendmail.el (mail-recover-1):
12761 * international/mule-diag.el (describe-current-coding-system-briefly)
12762 (describe-current-coding-system):
12763 * international/mule-cmds.el (select-safe-coding-system)
12764 (select-message-coding-system)
12765 (set-language-environment-coding-systems, set-locale-environment):
12766 * hexl.el (hexl-insert-multibyte-char):
12767 * dos-w32.el (find-buffer-file-type-coding-system):
12768 * simple.el (what-cursor-position):
12769 Replace uses of default-buffer-file-coding-system
12770 with (default-value 'buffer-file-coding-system).
12771
12772 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12773 Replace uses of default-cursor-in-non-selected-windows
12774 with (default-value 'cursor-in-non-selected-windows).
12775 Use with-current-buffer.
12776
12777 * mail/feedmail.el: Use CL macros.
12778 (feedmail-run-the-queue, feedmail-send-it-immediately):
12779 * dos-w32.el (find-buffer-file-type): Replace uses of
12780 default-buffer-file-type with (default-value 'buffer-file-type).
12781
12782 2009-08-28 Glenn Morris <rgm@gnu.org>
12783
12784 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12785 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12786 Use default-value of major-mode rather than default-major-mode.
12787
12788 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12789
12790 * Makefile.in (update-elcfiles): Report left over elc files.
12791
12792 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12793 expand-file-name and with-current-buffer.
12794 (mail-get-names, mail-directory): Use with-current-buffer.
12795
12796 * vc.el (vc-read-revision): New function.
12797 (vc-version-diff, vc-merge): Use it.
12798
12799 2009-08-27 Sam Steingold <sds@gnu.org>
12800
12801 * simple.el (kill-do-not-save-duplicates): New user option.
12802 (kill-new): When it is non-nil, and the new string is the same as
12803 the latest kill, set replace to t to avoid duplicates in kill-ring.
12804
12805 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
12806
12807 * net/tramp.el (tramp-handle-process-file): Do not flush all
12808 caches when `process-file-side-effects' is set.
12809 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12810 instead of `tramp-find-file-exists-command'.
12811 Unset `process-file-side-effects'.
12812
12813 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
12814
12815 * net/tramp.el (tramp-methods): New method "rsyncc".
12816 (top): Add completion function for "rsyncc".
12817 (tramp-message-show-message): New defvar.
12818 (tramp-message, tramp-error): Use it.
12819 (tramp-do-copy-or-rename-file-directly): Extend check for direct
12820 remote copying.
12821 (tramp-do-copy-or-rename-file-out-of-band): Handle new
12822 `tramp-methods' entry `copy-env' of "rsyncc".
12823 (tramp-vc-registered-read-file-names): New defconst.
12824 (tramp-vc-registered-file-names): New defvar.
12825 (tramp-handle-vc-registered): Implement optimization strategy.
12826 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12827 (tramp-vc-file-name-handler): New defun.
12828 (tramp-get-ls-command, tramp-get-test-command)
12829 (tramp-get-file-exists-command, tramp-get-remote-ln)
12830 (tramp-get-remote-perl, tramp-get-remote-stat)
12831 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12832
12833 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12834 (tramp-cache-inhibit-cache): Extend doc string. It allows also
12835 timestamps.
12836 (tramp-get-file-property): Check for timestamps in
12837 `tramp-cache-inhibit-cache'.
12838 (tramp-set-file-property): Write timestamp.
12839
12840 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12841
12842 * language/japan-util.el (japanese-symbol-table): Add entries for
12843 cp932-2-byte.
12844
12845 * international/characters.el: Add category `j' to cp932-2-byte.
12846
12847 2009-08-27 Kenichi Handa <handa@m17n.org>
12848
12849 * international/fontset.el (build-default-fontset-data): New macro.
12850 (setup-default-fontset): Use build-default-fontset-data for CJK,
12851 tibetan, ethiopic, and ipa.
12852
12853 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12854
12855 * cus-start.el (default-major-mode): Customize `major-mode' instead.
12856 (enable-multibyte-characters): Not customizable any more.
12857
12858 * subr.el (default-mode-line-format, default-header-line-format)
12859 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12860 (default-direction-reversed, default-truncate-lines)
12861 (default-left-margin, default-tab-width, default-case-fold-search)
12862 (default-left-margin-width, default-right-margin-width)
12863 (default-left-fringe-width, default-right-fringe-width)
12864 (default-fringes-outside-margins, default-scroll-bar-width)
12865 (default-vertical-scroll-bar, default-indicate-empty-lines)
12866 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12867 (default-fringe-cursor-alist, default-scroll-up-aggressively)
12868 (default-scroll-down-aggressively, default-fill-column)
12869 (default-cursor-type, default-buffer-file-type)
12870 (default-cursor-in-non-selected-windows)
12871 (default-buffer-file-coding-system, default-major-mode)
12872 (default-enable-multibyte-characters): Mark as obsolete.
12873
12874 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
12875
12876 * vc-dir.el (vc-dir-update): Remove debug helper.
12877
12878 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12879
12880 2009-08-26 Sam Steingold <sds@gnu.org>
12881
12882 * simple.el (save-interprogram-paste-before-kill): New user option.
12883 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12884 save the interprogram-paste into kill-ring before overriding it
12885 with the Emacs kill.
12886
12887 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12888
12889 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12890 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12891 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12892 and move to vc-rcs.el.
12893 (vc-default-next-revision): Rename to vc-rcs-next-revision and
12894 move to vc-rcs.el.
12895 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12896 (vc-rcs-update-changelog): Remove.
12897 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12898 and move to vc-rcs.el.
12899
12900 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12901 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12902 renaming.
12903 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12904 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12905 vc.el, renamed to be RCS specific.
12906
12907 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12908 New functions.
12909 (vc-cvs-update-changelog): Move here from vc.el.
12910
12911 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12912 New functions.
12913
12914 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12915
12916 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12917
12918 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12919
12920 * vc-git.el (vc-git-register): Use "git add" for directories.
12921 (vc-git-stash, vc-git-stash-show): New functions.
12922 (vc-git-extra-menu-map): Bind them.
12923
12924 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12925 directory correctly in case the item is a directory itself.
12926
12927 * vc.el: Document the desired behavior for reverted files in the
12928 `added' state.
12929 (vc-default-prettify-state-info): Remove function, unused.
12930
12931 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12932
12933 2009-08-26 Glenn Morris <rgm@gnu.org>
12934
12935 * bindings.el (standard-mode-line-format): Reposition dashes in
12936 which-func entry. (Bug#4217)
12937
12938 * files.el (enable-local-variables, enable-local-eval)
12939 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12940 the defcustoms.
12941 (auto-mode-alist, ignored-local-variables)
12942 (save-some-buffers-action-alist): Move risky declarations to the
12943 definitions.
12944 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12945 (font-lock-defaults, format-alist, imenu--index-alist)
12946 (imenu-generic-expression, input-method-alist, minor-mode-alist)
12947 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12948 (mode-line-modified, mode-line-mule-info, mode-line-position)
12949 (mode-line-process, mode-line-remote, outline-level)
12950 (parse-time-rules, rmail-output-file-alist)
12951 (special-display-buffer-names, vc-mode):
12952 Move risky declarations to the relevant files.
12953 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12954 (mode-line-modified, mode-line-process, mode-line-position)
12955 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12956 * font-core.el (font-lock-defaults):
12957 * format.el (format-alist):
12958 * vc-hooks.el (vc-mode):
12959 * window.el (special-display-buffer-names):
12960 * international/mule-cmds.el (input-method-alist):
12961 Define riskiness here (dumped file) rather than in files.el.
12962 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12963 * imenu.el (imenu-generic-expression, imenu--index-alist):
12964 * outline.el (outline-level):
12965 * time.el (display-time-string):
12966 * calendar/parse-time.el (parse-time-rules):
12967 * mail/rmailout.el (rmail-output-file-alist):
12968 Autoload riskiness here, rather than placing in files.el.
12969
12970 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
12971
12972 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12973
12974 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
12975
12976 * simple.el (process-file-side-effects): New defvar.
12977
12978 * dired-aux.el (dired-show-file-type):
12979 * vc.el (vc-diff-internal):
12980 * vc-arch.el (vc-arch-diff):
12981 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12982 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12983 * vc-git.el (vc-git-registered, vc-git-working-revision)
12984 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12985 (vc-git--empty-db-p):
12986 * vc-hooks.el (vc-user-login-name):
12987 * vc-svn.el (vc-svn-registered, vc-svn-state)
12988 (vc-svn-dir-extra-headers, vc-svn-find-revision):
12989 * progmodes/grep.el (grep-probe): Let-bind
12990 `process-file-side-effects' with nil.
12991
12992 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12993
12994 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12995 daemon. Replace ping by checking for running service for bluez
12996 and zeroconf. (Bug#4239)
12997
12998 2009-08-25 Kevin Ryde <user42@zip.com.au>
12999
13000 * net/dig.el (dig): Add autoload cookie.
13001
13002 2009-08-25 Glenn Morris <rgm@gnu.org>
13003
13004 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13005 load-history for absolute file-names.
13006 (byte-compile-file-form-require): Warn about use of the cl package.
13007
13008 * format.el (format-alist): Doc fix.
13009
13010 * play/bubbles.el (top-level): Don't require cl at run-time.
13011
13012 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13013 run-time cl).
13014
13015 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
13016
13017 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13018 from cl package.
13019 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13020
13021 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
13022
13023 * calc/calc-alg.el (math-trig-rewrite)
13024 (math-hyperbolic-trig-rewrite): New functions.
13025 (calc-simplify): Simplify trig functions when asked.
13026
13027 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13028
13029 * diff-mode.el (diff-find-source-location): Avoid goto-line.
13030
13031 2009-08-24 Kenichi Handa <handa@m17n.org>
13032
13033 * language/ind-util.el (mapthread): Delete it.
13034 (combinatorial): New function.
13035 (indian--puthash-cv): Use combinatorial instead of mapthread.
13036
13037 2009-08-22 Kevin Ryde <user42@zip.com.au>
13038
13039 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13040 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13041 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13042 Clarify docstring that the value is strings not symbols.
13043 (checkdoc-list-of-strings-p): New function.
13044
13045 2009-08-22 Glenn Morris <rgm@gnu.org>
13046
13047 * files.el (auto-mode-alist):
13048 * hippie-exp.el (he-concat-directory-file-name):
13049 * lpr.el (lpr-windows-system, printer-name):
13050 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13051 * ps-print.el (ps-windows-system):
13052 * startup.el (command-line):
13053 * emulation/viper-ex.el (viper-glob-function):
13054 * international/mule-cmds.el (set-language-environment-coding-systems):
13055 * net/ange-ftp.el (ange-ftp-write-region):
13056 * obsolete/fast-lock.el (fast-lock-cache-name):
13057 Remove code for defunct system-types emx, macos, mswindows, next-mach,
13058 unisoft-unix, vax-vms, win32, w32.
13059
13060 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13061 given name if the pattern is not more specific.
13062
13063 * calendar/lunar.el (lunar-phase-names): New option.
13064 (lunar-phase): Doc fix.
13065 (lunar-cycles-per-year): New constant.
13066 (lunar-index): New function.
13067 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13068 (lunar-phase-name): Use lunar-phase-names.
13069 (calendar-lunar-phases): Use format.
13070 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13071
13072 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13073 Copy imenu-example--name-and-position function here for own use.
13074 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13075
13076 * bs.el (bs--redisplay):
13077 * cus-edit.el (custom-redraw):
13078 * ibuffer.el (ibuffer-bury-buffer):
13079 * server.el (server-goto-line-column):
13080 * startup.el (command-line-1):
13081 * strokes.el (strokes-xpm-for-stroke):
13082 * term.el (term-display-buffer-line):
13083 * view.el (View-goto-line):
13084 * calc/calc.el (calc-do, calc-trail-buffer):
13085 * play/gamegrid.el (gamegrid-add-score-insecure):
13086 * progmodes/ada-mode.el (ada-compile-goto-error):
13087 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13088 (ebrowse-select-1st-to-9nth):
13089 * progmodes/cperl-mode.el (cperl-time-fontification):
13090 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13091 * progmodes/gud.el (gud-display-line):
13092 (idlwave-shell-display-line):
13093 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13094 * progmodes/make-mode.el (makefile-browser-toggle):
13095 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13096 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13097 * textmodes/picture.el (picture-draw-rectangle):
13098 * textmodes/reftex-index.el (reftex-index-goto-letter):
13099 (reftex-select-jump-to-previous):
13100 * textmodes/reftex-sel.el (reftex-find-start-point)
13101 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13102 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13103 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13104 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13105 * textmodes/two-column.el (2C-associated-buffer):
13106 Use forward-line rather than goto-line.
13107
13108 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13109 goto-line.
13110
13111 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13112 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13113 (quick-check-list-to-regexp): Declare.
13114
13115 * progmodes/make-mode.el (makefile-browser-insert-selection):
13116 Use goto-char rather than goto-line.
13117
13118 * progmodes/prolog.el (compilation-error-regexp-alist)
13119 (compilation-forget-errors): Declare.
13120
13121 2009-08-22 Juri Linkov <juri@jurta.org>
13122
13123 * progmodes/grep.el (lgrep, rgrep): At the beginning
13124 set `dir' to `default-directory' unless `dir' is a non-nil
13125 readable directory. (Bug#4052)
13126 (lgrep, rgrep): Change a weird way to report an error
13127 from using `read-string' to using `error'.
13128 Instead of using interactive arguments in the function body,
13129 add new argument `confirm'.
13130
13131 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
13132
13133 * textmodes/remember.el (remember-buffer):
13134 * progmodes/cperl-mode.el (cperl-vc-header-alist):
13135 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13136 (icalendar-extract-ical-from-buffer):
13137 * net/newst-treeview.el (newsticker-groups-filename):
13138 * net/newst-backend.el (newsticker-cache-filename):
13139 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13140 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13141 (speedbar-add-ignored-path-regexp, speedbar-line-path)
13142 (speedbar-buffers-line-path, speedbar-path-line)
13143 (speedbar-buffers-line-path):
13144 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13145 (epg-sign-keys):
13146 * epa.el (epa-display-verify-result):
13147 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13148
13149 2009-08-21 Glenn Morris <rgm@gnu.org>
13150
13151 * progmodes/js.el (inferior-moz-process): Fix declaration.
13152
13153 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13154
13155 * obsolete/rnewspost.el (news-mail-reply):
13156 Use goto-char rather than goto-line.
13157
13158 * term/ns-win.el (ns-open-file-select-line):
13159 Use line-beginning-position rather than goto-line.
13160
13161 * apropos.el (apropos-command):
13162 * ehelp.el (electric-helpify):
13163 * printing.el (pr-show-setup):
13164 * strokes.el (strokes-help):
13165 * tutorial.el (tutorial--describe-nonstandard-key)
13166 (tutorial--detailed-help):
13167 * woman.el (woman-mini-help, woman-display-extended-fonts):
13168 * calc/calc-help.el (calc-describe-key):
13169 * emulation/edt.el (edt-electric-helpify):
13170 * international/mule-diag.el (mule-diag):
13171 * play/yow.el (apropos-zippy):
13172 * progmodes/python.el (python-describe-symbol):
13173 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13174 * textmodes/table.el (*table--cell-describe-mode)
13175 (*table--cell-describe-bindings):
13176 Use help-print-return-message rather than the now obsolete alias.
13177
13178 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13179 (calendar-cursor-to-visible-date):
13180 * play/5x5.el (5x5-position-cursor):
13181 * play/decipher.el (decipher):
13182 * play/gomoku.el (gomoku-goto-xy):
13183 * play/landmark.el (lm-goto-xy):
13184 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13185 (mpuz-paint-digit):
13186 Use forward-line, not goto-line.
13187
13188 * mail/rmail.el (rmail-obsolete): Delete custom group.
13189 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13190 (rmail-remote-password, rmail-remote-password-required):
13191 Remove unneeded :set-after and :set properties.
13192
13193 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
13194
13195 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13196
13197 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
13198
13199 * loadup.el: Remove leftover macos code.
13200
13201 * vc-git.el (vc-git-annotate-command): Run asynchronously.
13202 Explicitly pass the date format to git blame so that user local
13203 so that the output format can be parsed.
13204
13205 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
13206
13207 * net/dbus.el (top): Don't check for (getenv
13208 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
13209
13210 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
13211
13212 * log-edit.el (log-edit-strip-single-file-name): New var.
13213 (log-edit-insert-changelog): Use it. Bug#3571
13214
13215 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13216
13217 * subr.el (read-passwd): Use read-key so keypad keys work as well.
13218 Bug#3287
13219
13220 * help.el (help-print-return-message): Rename from
13221 print-help-return-message.
13222
13223 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13224 cvs-mode-map parent hack.
13225 (log-view-mode): Derive from special-mode.
13226
13227 * linum.el (linum-mode): window-size-change-functions is redundant.
13228 Adapt to new window-configuration-change-hook behavior.
13229 (linum-after-size, linum-after-config): Remove.
13230
13231 * imenu.el (imenu-example--name-and-position)
13232 (imenu-example--lisp-extract-index-name)
13233 (imenu-example--create-lisp-index, imenu-example--create-c-index):
13234 Mark as obsolete.
13235
13236 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13237 (inferior-prolog-mode): Use it.
13238 (inferior-prolog-load-file): Reset list of errors.
13239
13240 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13241
13242 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13243
13244 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13245
13246 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
13247
13248 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13249 is running already.
13250
13251 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13252
13253 * subr.el (listify-key-sequence-1): Use normal syntax since those
13254 integers are nowadays always represented by the same (positive) number
13255 on all platforms.
13256 (read-key-empty-map): New const.
13257 (read-key-delay): New var.
13258 (read-key): New function.
13259 (force-mode-line-update): Use with-current-buffer.
13260 (locate-user-emacs-file): Don't forget to abbreviate the file name.
13261 (start-process-shell-command, start-file-process-shell-command):
13262 Discourage the use of command-args.
13263
13264 2009-08-19 Glenn Morris <rgm@gnu.org>
13265
13266 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13267
13268 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13269
13270 * simple.el (choose-completion-string): Don't rely on
13271 minibuffer-completing-file-name and ad-hoc checks to decide whether
13272 to continue completion or not.
13273
13274 * minibuffer.el (minibuffer-hide-completions): New function.
13275 (completion--do-completion): Use it.
13276 (completions-annotations): New face.
13277 (completion--insert-strings): Use it.
13278 (completion-pcm--delim-wild-regex): Add docstring.
13279 (completion-pcm--string->pattern): Add support for 0-width delimiters
13280 in completion-pcm--delim-wild-regex.
13281
13282 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
13283
13284 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13285 Remove unused var `buffer-modified-p'.
13286
13287 * minibuffer.el (completion--do-completion): Move point for the #b001
13288 case as well (bug#4176).
13289 (minibuffer-complete, minibuffer-complete-word): Don't move point.
13290
13291 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
13292
13293 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
13294 and :session buses.
13295
13296 2009-08-18 Kenichi Handa <handa@m17n.org>
13297
13298 * international/ucs-normalize.el (ucs-normalize-version):
13299 Change to 1.1.
13300 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13301 (utf-8-hfs): Make it perform normalization on encoding too.
13302
13303 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
13304 (sentence-end-without-space): Delete duplicated chars.
13305 (sentence-end-base): Likewise.
13306
13307 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
13308 (html-mode): Delete duplicated chars from sentence-end-base.
13309
13310 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
13311 (texinfo-mode): Delete duplicated chars from sentence-end-base.
13312
13313 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
13314
13315 * files.el (hack-one-local-variable): If the mode function is for
13316 a minor mode, pass it an argument (Bug#4148).
13317
13318 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
13319
13320 * net/tramp.el (tramp-register-completion-file-name-handler):
13321 Check also for (member 'partial-completion completion-styles).
13322
13323 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13324
13325 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13326 abbrev (Bug#3943).
13327
13328 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
13329
13330 * progmodes/cperl-mode.el: Merge upstream 6.2.
13331 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13332 (cperl-forward-re): Check cperl-brace-recursing.
13333 (cperl-highlight-charclass): New function.
13334 (cperl-find-pods-heres): Use it.
13335 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13336 (cperl-beautify-regexp-piece): Fix column calculation.
13337 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13338 (cperl-beautify-level): Don't process entire regexp.
13339 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13340 calling man.
13341 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13342 (cperl-init-faces): Build a list in the normal way.
13343
13344 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13345
13346 * calendar/parse-time.el (parse-time-string-chars): Save match
13347 data.
13348
13349 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
13350
13351 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13352 (sql-product): Use it.
13353 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13354 (sql-set-product): Add completion.
13355 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13356 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13357 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13358 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13359 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13360 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13361 (sql-highlight-db2-keywords): Remove.
13362 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13363 (sql-highlight-product): Use derived-mode-p.
13364 (sql-set-sqli-buffer): Use with-current-buffer.
13365 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13366 Simplify.
13367
13368 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13369
13370 * term.el: Fix commenting convention, turn comments into docstrings.
13371
13372 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13373
13374 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13375
13376 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
13377
13378 * calendar/parse-time.el (parse-time-string-chars): Compute using
13379 character classes, to handle non-ascii characters (Bug#3190).
13380
13381 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13382
13383 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13384 another heredoc if the user adds another < (Bug#3226).
13385
13386 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13387 Don't initialize based on window-system (Bug#4124).
13388
13389 * facemenu.el (facemenu-read-color): Use a completion function
13390 that accepts any defined color, such as RGB triplets (Bug#3677).
13391
13392 * files.el (get-free-disk-space): Change fallback default
13393 directory to /. Expand DIR argument before switching to fallback.
13394 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13395
13396 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13397
13398 * files.el (load-library): Doc fix.
13399
13400 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
13401
13402 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13403 (viper-if-string): Redefine C-s in the minibuffer to insert the last
13404 incremental search string.
13405
13406 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13407 XEmacs.
13408
13409 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13410 (ediff-merge-region-is-non-clash)
13411 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13412 Also check if the job is really a merge job.
13413
13414 * ediff.el (ediff-current-file): New function.
13415
13416 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13417
13418 * progmodes/js.el: Edit docstrings throughout to follow Emacs
13419 conventions.
13420 (js-insert-and-indent): Delete function.
13421 (js-mode-map): Don't bind keys to js-insert-and-indent.
13422 (js-beginning-of-defun): Rename from js--beginning-of-defun.
13423 (js-end-of-defun): Rename from js--end-of-defun.
13424 (js-auto-indent-flag): Delete variable.
13425
13426 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
13427
13428 * progmodes/js.el: Remove proclaim statement.
13429 Defvar which-func-imenu-joiner-function to silence compiler.
13430
13431 * files.el (auto-mode-alist): Use js-mode for .js files.
13432
13433 * progmodes/js2-mode.el: Remove file.
13434
13435 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13436
13437 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13438
13439 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13440
13441 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
13442 Karl Landstrom <karl.landstrom@brgeight.se>
13443
13444 * progmodes/js.el: New file.
13445
13446 2009-08-14 Mark A. Hershberger <mah@everybody.org>
13447
13448 * timezone.el (timezone-parse-date): Add ability to understand ISO
13449 basic format (minimal separators) dates in addition to the
13450 already-supported extended format dates.
13451
13452 2009-08-14 Eli Zaretskii <eliz@gnu.org>
13453
13454 * international/ucs-normalize.el: Add a `coding' file variable.
13455
13456 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13457
13458 2009-08-14 Sam Steingold <sds@gnu.org>
13459
13460 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13461
13462 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
13463
13464 * faces.el (help-argument-name): Define it here instead of
13465 help-fns.el, because in daemon mode help-fns.el may be loaded when
13466 faces are still uninitialized (Bug#1078).
13467
13468 * help-fns.el (help-argument-name): Move defface to faces.el.
13469
13470 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
13471
13472 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13473 create buffer with a pty but no process so that GDB can make the
13474 inferior the controlling process.
13475
13476 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
13477
13478 * international/ucs-normalize.el: New file.
13479
13480 2009-08-13 Richard Stallman <rms@gnu.org>
13481
13482 * mail/rmail.el (rmail-get-attr-names):
13483 Accept an attribute header that is too short.
13484
13485 * mail/rmail.el (rmail-forget-messages):
13486 Ignore nil elt in rmail-message-vector. Use dotimes.
13487
13488 * progmodes/compile.el (compilation-goto-locus):
13489 Use next-error-move-function.
13490
13491 * simple.el (next-error-move-function): New variable.
13492
13493 2009-08-12 Juri Linkov <juri@jurta.org>
13494
13495 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13496 always non-nil. (Bug#4052)
13497
13498 * replace.el (read-regexp): Return empty string when
13499 `default-value' is nil.
13500 (keep-lines-read-args): Don't use empty string as the
13501 default value for `read-regexp'. (Bug#2495)
13502
13503 2009-08-12 Juri Linkov <juri@jurta.org>
13504
13505 * international/mule-cmds.el (ucs-insert): Change arguments
13506 from `arg' to `character', `count', `inherit' to be the same
13507 as in `insert-char'. Doc fix. (Bug#4039)
13508
13509 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13510
13511 2009-08-12 Juri Linkov <juri@jurta.org>
13512
13513 * files-x.el: New file.
13514
13515 * files.el: Move code that deals with adding/deleting
13516 file/directory-local variables to files-x.el.
13517
13518 * Makefile.in (ELCFILES): Add files-x.elc.
13519
13520 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
13521
13522 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13523 to use `goto-line'.
13524 (gdb-place-breakpoints, gdb-get-location): Rewritten without
13525 `goto-line'.
13526 (gdb-invalidate-disassembly): Do not refresh upon receiving
13527 'update signal. Instead, update all disassembly buffers only after
13528 threads list.
13529 (gdb): Send -target-detach when buffer is killed (Bug#3794).
13530 (gdb-starting): Moved -data-list-register-names...
13531 (gdb-stopped): ...here so it's sent when first thread stops.
13532 (gdb-registers-handler-custom): Do nothing if register names are
13533 unknown yet.
13534
13535 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13536 from `gdb-mi.el' to avoid extra tangling.
13537
13538 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13539 change which breaks `gud-def' definitions used in `gdb'.
13540 (gdb-update-gud-running): No extra fuss for updating frame number.
13541
13542 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
13543
13544 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13545 (describe-language-environment-map, setup-language-environment-map)
13546 (set-coding-system-map): Move initialization into declaration.
13547 (set-language-info-alist): Last arg to define-key-after can be skipped.
13548
13549 * international/quail.el (quail-completion-1): Simplify.
13550 (quail-define-rules): Use slightly more compact code.
13551 (quail-insert-decode-map): Propertize keys, compact columns.
13552
13553 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13554 Add goto-line.
13555
13556 2009-08-10 Miles Bader <miles@gnu.org>
13557
13558 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13559 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13560 (js2-instance-member, js2-private-member, js2-private-function-call)
13561 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13562 (js2-magic-paren, js2-external-variable):
13563 Remove "-face" suffix from face names.
13564 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13565 (js2-highlight-undeclared-vars, js2-peek-token)
13566 (js2-parse-function-params, js2-mode-show-errors)
13567 (js2-mode-show-warnings, js2-make-magic-delimiter)
13568 (js2-mode-highlight-magic-parens): Update to use new face names.
13569
13570 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
13571
13572 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13573 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
13574
13575 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
13576
13577 * subr.el: Provide hashtable-print-readable.
13578
13579 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13580 hs-c-like-adjust-block-beginning.
13581 (hs-hide-block-at-point): Stop hiding at the beginning of
13582 hs-block-end-regexp (Bug#700).
13583
13584 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
13585
13586 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13587 a macro.
13588 (gdb-registers-handler-custom): Do not fail when register names
13589 are unavailable.
13590
13591 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13592
13593 * progmodes/gdb-mi.el (gdb-control-all-threads)
13594 (gdb-control-current-thread): Interactive setters for
13595 `gdb-gud-control-all-threads' to use in menu.
13596 (gdb-show-run-p): Show «Go» when process is not active.
13597 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
13598 gud/thread.xpm and gud/all.xpm.
13599
13600 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
13601
13602 * net/net-utils.el (net-utils-font-lock-keywords): New var.
13603 (nslookup-font-lock-keywords): Make it a variable.
13604 (net-utils-mode): New mode for viewing diagnostic network output.
13605 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13606 (net-utils-run-simple): New function.
13607 (ifconfig, iwconfig, netstat, arp, route): Use it.
13608
13609 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13610
13611 * progmodes/gdb-mi.el (gdb-read-memory-custom)
13612 (gdb-memory-set-address, def-gdb-set-positive-number)
13613 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13614 after changing settings.
13615 (gdb-invalidate-disassembly): Update when first shown.
13616 (gdb-edit-locals-value): Fixed.
13617 (gdb-registers-handler-custom): Print registers in right order and
13618 allow changing register values (only for current thread yet).
13619 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13620 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13621 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13622 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13623 info in mode name.
13624 (gdb-registers-mode-map): TAB to switch to locals.
13625
13626 2009-08-08 Eli Zaretskii <eliz@gnu.org>
13627
13628 * mail/rmail.el (rmail-add-mbox-headers)
13629 (rmail-set-message-counters-counter): Search for
13630 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
13631
13632 2009-08-08 Glenn Morris <rgm@gnu.org>
13633
13634 * Makefile.in (ELCFILES): Update.
13635
13636 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13637
13638 * mail/sendmail.el (mail-yank-original): Set
13639 buffer-file-coding-system from the one used by the message whose
13640 text is yanked.
13641
13642 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13643 to "windows" when "pgnuplot" is used.
13644 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13645 call accept-process-output if "pgnuplot" is used.
13646 (calc-graph-init): Don't send -display and -geometry to
13647 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
13648 running "pgnuplot -V" with shell-command-to-string.
13649
13650 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13651 the default.
13652
13653 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13654
13655 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13656 org/org-latex.elc.
13657
13658 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13659
13660 * vc-dispatcher.el (vc-resynch-window): Update comment.
13661
13662 * term.el (term-handle-ansi-escape): Add comments with the
13663 terminfo capabilities implemented.
13664
13665 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
13666
13667 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13668 (gdb-var-create-handler): Rewritten using JSON parser.
13669 (gdb-propertize-header): Moved earlier.
13670 (gdb-set-header): Removed to avoid duplication.
13671 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13672 Refresh disassembly buffers only after threads list have been
13673 update.
13674 (gdb-threads-header, gdb-registers-header): Per-buffer header line
13675 variables.
13676
13677 2009-08-04 Juri Linkov <juri@jurta.org>
13678
13679 * files.el: Commands to add/delete file/directory-local variables.
13680 (read-file-local-variable, read-file-local-variable-value)
13681 (read-file-local-variable-mode, modify-file-local-variable)
13682 (modify-file-local-variable-prop-line)
13683 (modify-dir-local-variable): New functions.
13684 (add-file-local-variable, delete-file-local-variable)
13685 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13686 (add-dir-local-variable, delete-dir-local-variable)
13687 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13688 (copy-dir-locals-to-file-locals-prop-line): New commands.
13689
13690 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
13691
13692 * abbrev.el (insert-abbrev-table-description): Prettify output.
13693 Suggested by Karl Chen.
13694
13695 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
13696
13697 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13698 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13699 (gdb-overlay-arrow-position, gdb-thread-position)
13700 (gdb-disassembly-position): Declare variables.
13701 (gdb-wait-for-pending): Function now.
13702 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13703 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13704 compilation goes smoothly.
13705 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13706 (gdb-non-stop-setting): New customization setting which replaces
13707 `gdb-non-stop' so changing it doesn't break active GDB session.
13708 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13709 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13710 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13711 (gdb-show-threads-by-default): New customization options.
13712 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13713 routines.
13714 (gdb-get-buffer-create): Send buffers update signal when they are
13715 created.
13716 (gdb-invalidate-locals, gdb-invalidate-registers)
13717 (gdb-invalidate-breakpoints)
13718 (gdb-invalidate-threads, gdb-invalidate-disassembly)
13719 (gdb-invalidate-memory): Accept update signal.
13720 (gdb-current-context-command): Use --frame option.
13721 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13722 Implement `gdb-frame-number' selection logic.
13723 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13724 whether to show GUD toolbar buttons.
13725 (gdb-thread-exited): Unselect current thread when it exits.
13726 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13727 (gdb-mark-line): Routine which sets overlay arrow or inverses
13728 video on fringeless displays.
13729 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13730 to build aligned columns of data in GDB buffers and set text
13731 properties line-by-line.
13732 (gdb-invalidate-breakpoints)
13733 (gdb-breakpoints-list-handler-custom)
13734 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13735 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13736 (gdb-registers-handler-custom): Align data columns.
13737 (gdb-locals-handler-custom): Now prints data like in variable
13738 declarations.
13739 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13740 Removed confusing buttons.
13741 (gdb-invalidate-threads): Append --frame.
13742 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13743 between breakpoints/threads buffers.
13744 (gdb-set-window-buffer): Now can ignore dedicated windows.
13745 (gdb-propertize-header): Use `gdb-set-window-buffer'.
13746 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13747 (def-gdb-thread-buffer-gud-command): Replaces
13748 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13749 for fine thread control.
13750 (gdb-preempt-existing-or-display-buffer): New function used to
13751 display bound buffers without breaking window layout.
13752 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13753 (gdb-select-frame): New version of `gdb-frames-select' which now
13754 sets `gdb-frame-number' so commands may use --frame option instead
13755 of inner debugger state.
13756 (gdb-frame-handler): Do not set `gdb-frame-number'.
13757 (gdb-threads-mode-map): Select threads with mouse.
13758
13759 * progmodes/gud.el (gdb-gud-context-call): Declare function to
13760 avoid compilation warning.
13761 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13762 `gdb-show-stop-p`.
13763
13764 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13765 Argument `key' renamed to `buffer-type'.
13766 (gdb-current-context-buffer-name): Do not add thread info to
13767 buffer name when no thread is selected.
13768 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13769 command (bug 3794).
13770 (gdb-thread-selected): Handle `=thread-selected' notification.
13771 (gdb-wait-for-pending): New macro to deal with congestion problems.
13772 (gdb-breakpoints-list-handler-custom): Don't fail on pending
13773 breakpoints.
13774 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13775 This fixes problem similar to one described in bug 3947.
13776 (gud-menu-map): More menu items.
13777 (gdb-init-1): Reset `gdb-thread-number' to nil.
13778
13779 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13780 non-stop settings.
13781
13782 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13783 (gdb-current-context-command): Do not append --thread if
13784 `gdb-thread-number' is nil.
13785 (gdb-running-threads-count, gdb-stopped-threads-count): New
13786 variables.
13787 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13788 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13789 customization options.
13790 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13791 GUD commands.
13792 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13793 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13794 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13795 set `gdb-thread-number' and update `gud-running' properly.
13796 (gdb-running): Update threads list when new threads appear.
13797 (gdb-stopped): Support non-stop operation and new thread switching
13798 logic.
13799 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13800 (gdb-json-partial-output): New set of JSON routines.
13801 (def-gdb-auto-update-trigger): New `signal-list' optional
13802 argument.
13803 (gdb-thread-list-handler-custom): Update `gud-running',
13804 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13805 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13806 (gdb-continue-thread, gdb-step-thread): New commands for fine
13807 thread execution control.
13808 (gud-menu-map): New menu items to switch non-stop options.
13809 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13810 (gdb-send): Mimic RET properly (bug 3794).
13811
13812 * progmodes/gdb-mi.el (gdb-rules-name-maker)
13813 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13814 gdb-buffer-rules.
13815 (def-gdb-auto-update-handler): New nopreserve optional argument.
13816 (gdb-stack-list-frames-custom): Print stack from top to bottom.
13817
13818 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13819 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13820 (gdb-parent-mode): New mode to derive other GDB modes from.
13821 (gdb-display-disassembly-for-thread)
13822 (gdb-frame-disassembly-for-thread): New commands for threads
13823 buffer.
13824
13825 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13826 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13827 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13828 (gdb-update): We now store all GDB buffers in a list so that they
13829 can be updated by traversing a list instead of calling invalidate
13830 triggers explicitly.
13831 (def-gdb-trigger-and-handler): New macro to define trigger-handler
13832 pair for GDB buffer.
13833 (gdb-stack-buffer-name): Add thread information.
13834 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13835 handle pending triggers.
13836 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13837 (def-gdb-thread-buffer-simple-command)
13838 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13839 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13840 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13841 New commands which show buffers bound to thread.
13842 (gdb-stack-list-locals-regexp): Removed unused regexp.
13843
13844 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13845 (gdb-locals-buffer-name, gdb-registers-buffer-name)
13846 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13847 to (gud-comint-buffer) in *-buffer-name functions
13848 because (gdb-get-target-string) already does that.
13849 (gdb-locals-handler-custom, gdb-registers-handler-custom)
13850 (gdb-changed-registers-handler): Rewritten without regexps.
13851
13852 * progmodes/gdb-mi.el: Basic thread selection support.
13853 (gdb-thread-number): New variable.
13854 (gdb-current-context-command): New macro which adds --thread
13855 option to command.
13856 (gdb-threads-mode-map): Select thread with SPC.
13857 (gdb-thread-list-handler-custom): Mark current thread with overlay
13858 arrow. Synchronize GDB thread and Emacs thread.
13859 (gdb-select-thread): New command which selects current thread.
13860 (gdb-invalidate-frames, gdb-invalidate-locals)
13861 (gdb-invalidate-registers): Use --thread option.
13862
13863 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
13864
13865 * net/tramp.el (top): Make check for tramp-gvfs loading more
13866 robust. (Bug#3977)
13867 (tramp-handle-insert-file-contents): `unwind-protect' must be
13868 inside `with-parsed-tramp-file-name'.
13869
13870 * net/tramp-gvfs.el (top): Remove superfluous message when loading
13871 fails.
13872
13873 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
13874
13875 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13876 directory if CLASSPATH is not set.
13877
13878 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
13879
13880 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13881 New defconst.
13882 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
13883
13884 2009-08-02 Kevin Ryde <user42@zip.com.au>
13885
13886 * net/newst-backend.el (newsticker--raw-url-list-defaults):
13887 Update freshmeat link. Delete newsforge.com as it seems gone.
13888
13889 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13890
13891 * select.el (x-set-selection): Doc fix (Bug#4021).
13892
13893 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13894
13895 * help-fns.el (describe-variable): Treat list return values from
13896 dir-locals-find-file properly (Bug#4005).
13897
13898 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
13899
13900 * net/tramp.el (tramp-debug-message): Print also microseconds.
13901
13902 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
13903
13904 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13905 or END is non-nil.
13906 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13907 (tramp-get-debug-buffer): Change `outline-regexp' according to new
13908 format.
13909
13910 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13911 (tramp-get-file-property): Use it.
13912
13913 * autorevert.el (auto-revert-handler): Allow
13914 `auto-revert-tail-mode' for remote files.
13915
13916 2009-08-02 Jason Rumney <jasonr@gnu.org>
13917
13918 * minibuffer.el (read-file-name): Treat confirm options to
13919 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
13920
13921 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13922
13923 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13924 (font-lock-variable-name-face, font-lock-constant-face): Darken
13925 the colors for light backgrounds.
13926
13927 2009-08-01 Eli Zaretskii <eliz@gnu.org>
13928
13929 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13930 month names. (Bug#3987)
13931
13932 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
13933
13934 * simple.el (line-move-finish): Pass whole number to
13935 line-move-to-column.
13936 (line-move-visual): Perform hscroll to the recorded position.
13937
13938 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
13939
13940 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13941
13942 2009-07-29 Alan Mackenzie <acm@muc.de>
13943
13944 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13945
13946 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
13947
13948 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13949 (gdb-place-breakpoints): Use full path when setting breakpoints.
13950
13951 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
13952
13953 * calc/calc.el (calc-mode-map): Add keybinding for
13954 `calc-transpose-lines'.
13955
13956 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
13957
13958 * calc/calc-misc.el (calc-transpose-lines): New function.
13959
13960 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
13961
13962 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13963 Simplify check for out-of-band methods.
13964 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13965 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
13966
13967 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
13968
13969 * vc-git.el (vc-git-checkin): Fix typo.
13970
13971 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
13972
13973 * progmodes/js2-mode.el: New file.
13974
13975 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
13976
13977 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13978 (gud-menu-map): Adjust tooltip accordingly.
13979
13980 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13981
13982 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13983 (vc-bzr-log-view-mode): Adjust log-view-file-re.
13984
13985 * add-log.el (change-log-mode-map): Add a menu.
13986
13987 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
13988
13989 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13990 function returns nil.
13991 (dbus-handle-event): Handle special return value :ignore.
13992 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13993
13994 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
13995
13996 * view.el (view-mode-enable): Don't define Helper-return-blurb if
13997 it's not needed.
13998
13999 2009-07-25 Eli Zaretskii <eliz@gnu.org>
14000
14001 Fix Bug#3888:
14002
14003 * w32-vars.el (x-select-enable-clipboard): Doc fix.
14004
14005 * term/pc-win.el (x-display-name, x-colors)
14006 (x-select-enable-clipboard, x-select-text): Doc fix.
14007
14008 * term/common-win.el (x-display-name, x-colors): Doc fix.
14009
14010 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14011 (xw-defined-colors): Doc fix.
14012
14013 * w32-fns.el (x-select-text, x-setup-function-keys)
14014 (x-get-selection, x-set-selection): Doc fix.
14015
14016 * term/x-win.el (x-select-text, x-setup-function-keys)
14017 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14018
14019 * select.el (x-set-selection): Doc fix.
14020
14021 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
14022
14023 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14024 instead of "IsNSSSupportAvailable". Avahi ought to work also when
14025 "IsNSSSupportAvailable" method is not available. Reported by
14026 Steve Youngs <steve@sxemacs.org>.
14027
14028 2009-07-24 Kenichi Handa <handa@m17n.org>
14029
14030 * international/characters.el: Fix setting of category ?C, ?|, ?K,
14031 and ?H. Fix setting of case for Latin Extended and Greek Extended.
14032 (build-unicode-category-table): Fix range checks.
14033
14034 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
14035
14036 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14037 the buffer we try to sync is current when calling
14038 vc-resynch-buffer.
14039
14040 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14041 not show up to date files.
14042
14043 2009-07-24 Glenn Morris <rgm@gnu.org>
14044
14045 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14046 Add autoload cookies. If necessary, initialize.
14047 (elint-log): Handle non-file buffers.
14048 (elint-initialize): Add optional argument to reinitialize.
14049 (elint-find-builtin-variables): Save excursion.
14050
14051 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
14052
14053 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14054 for Lint.
14055
14056 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14057
14058 * vc.el (vc-print-log-internal): New function, split out from ...
14059 (vc-print-log): ... here.
14060 (vc-dir-move-to-goal-column): Declare.
14061
14062 * vc-git.el (vc-git-add-signoff): New variable.
14063 (vc-git-checkin): Use it.
14064 (vc-git-toggle-signoff): New function.
14065 (vc-git-extra-menu-map): Bind it to menu.
14066 (vc-git--run-command-string): Accept a nil FILE argument.
14067 (vc-git-stash-list): New function.
14068 (vc-git-dir-extra-headers): Use it.
14069
14070 2009-07-23 Glenn Morris <rgm@gnu.org>
14071
14072 * help-fns.el (describe-variable): Describe ignored and risky local
14073 variables in a similar way to that in which we describe safe ones.
14074
14075 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14076 (byte-compile-output-file-form, byte-compile-output-docform)
14077 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14078 Give some more local variables with common names a "bytecomp-" prefix,
14079 so as not to shadow things during compilation.
14080 * emacs-lisp/cl-macs.el (load-time-value)
14081 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14082 `outbuffer' to `bytecomp-outbuffer'.
14083
14084 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14085 since the next two variables cover them automatically now.
14086 (elint-builtin-variables, elint-autoloaded-variables): New.
14087 (elint-unknown-builtin-args): Remove all members, since they can be
14088 parsed automatically now.
14089 (elint-extra-errors): New.
14090 (elint-env-add-env, elint-env-add-macro): Use cadr.
14091 (elint-current-buffer): Use or. Change final message.
14092 (elint-get-top-forms): Use line-end-position.
14093 (elint-init-env): Use cadr. Handle autoload, declare-function,
14094 and defalias.
14095 (elint-add-required-env): Doc fix. Use or. Standardize error.
14096 (regexp-assoc): Remove unused function.
14097 (elint-top-form): Set elint-current-pos, to record the start of the
14098 top-level form, for compilation-mode.
14099 (elint-form): Trap errors in macro expansion. Use dolist.
14100 (elint-unbound-variable): Use elint-builtin-variables and
14101 elint-autoloaded-variables.
14102 (elint-get-args): Use cadr, or.
14103 (elint-check-cond-form): Use dolist, cadr.
14104 (elint-check-condition-case-form): Doc fix. Use cadr.
14105 Use elint-extra-errors.
14106 (elint-log): New function.
14107 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14108 Distinguish errors and warnings.
14109 (elint-log-message): Use with-current-buffer. Inhibit read-only.
14110 Use a bytecomp-style format.
14111 (elint-clear-log): Preserve default-directory. Inhibit read-only.
14112 (elint-get-log-buffer): Use compilation mode. Disable undo.
14113 Don't truncate lines.
14114 (elint-initialize): Set builtin and autoloaded variable lists.
14115 Only process elint-unknown-builtin-args if non-nil.
14116 (elint-find-builtin-variables, elint-find-autoloaded-variables):
14117 New functions.
14118 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
14119
14120 2009-07-22 Kevin Ryde <user42@zip.com.au>
14121
14122 * net/newst-backend.el (newsticker--parse-atom-1.0)
14123 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14124 (newsticker--parse-rss-1.0):
14125 * progmodes/idlwave.el (idlwave-mode):
14126 * progmodes/idlw-shell.el (idlwave-shell-mode):
14127 * progmodes/vera-mode.el (vera-mode):
14128 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14129 * progmodes/vhdl-mode.el (vhdl-mode):
14130 * textmodes/table.el (table-generate-source)
14131 (table--warn-incompatibility):
14132 Hyperlink urls in docstrings with URL `...'.
14133
14134 2009-07-22 Glenn Morris <rgm@gnu.org>
14135
14136 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14137 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14138 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14139 Remove leading * from defcustom docs.
14140
14141 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
14142
14143 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14144 defcustom doc.
14145 (list-load-path-shadows): Optionally, just return shadows as a string.
14146
14147 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14148
14149 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
14150
14151 * mail/rmailedit.el (rmail-edit-mode): Use
14152 auto-save-include-big-deletions.
14153
14154 * mail/rmail.el (rmail-variables): Use
14155 auto-save-include-big-deletions.
14156
14157 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14158 changes.
14159
14160 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
14161
14162 * calc/calc.el (calc-undo-length): New variable.
14163 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14164
14165 2009-07-21 Richard Stallman <rms@gnu.org>
14166
14167 * files.el (auto-save-mode): Handle buffer-save-size = -2
14168 for toggling mode.
14169
14170 2009-07-21 Glenn Morris <rgm@gnu.org>
14171
14172 * textmodes/ispell.el (ispell-looking-back): Update declaration.
14173
14174 * calendar/todo-mode.el (calendar-current-date): Update declaration.
14175
14176 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14177 silence compiler. Instead...
14178 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14179 (ps-print-ensure-fontified): Update for above function name changes.
14180
14181 * printing.el (pr-mh-get-msg-num, pr-mh-show)
14182 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14183 silence compiler. Instead...
14184 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14185 (mh-show-buffer): Only define for compiler.
14186 (pr-mh-current-message): Update for above function name changes.
14187
14188 * files.el (abort-if-file-too-large): Explicitly pass `filename'
14189 as an argument.
14190 (find-file-noselect, insert-file-1): Update for above change.
14191
14192 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14193
14194 * mail/mailclient.el (mailclient-send-it): Fix message.
14195
14196 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14197 (edebug-eval): Check cl-debug-env is bound.
14198 (print-level, print-circle): Don't redefine built-in variables.
14199
14200 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14201 (custom-print-vectors): Remove old comments from doc.
14202
14203 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14204 (emerge-version): Make the variable an obsolete alias for the
14205 emacs-version variable. Make the function obsolete.
14206 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14207 Emerge options, rather than merging in into the main Options menu.
14208 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
14209 and auto advance modes. Disable edit/fast items when not relevant.
14210
14211 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14212
14213 * term/vt420.el (terminal-init-vt420): Fix typo.
14214
14215 2009-07-20 Sam Steingold <sds@gnu.org>
14216
14217 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14218 variable (removed from compile.el on 2004-03-11).
14219
14220 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
14221
14222 * files.el (hack-local-variables-filter): Fix last change.
14223
14224 2009-07-19 Juri Linkov <juri@jurta.org>
14225
14226 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14227 (dir-local-variables-alist): New buffer-local variable.
14228 (hack-local-variables-filter): If variable is not dir-local,
14229 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14230 because file-local overrides dir-local.
14231 (c-postprocess-file-styles) <declare-function>:
14232 Remove obsolete declaration.
14233 (hack-dir-local-variables): Add dir-local variable/value pair to
14234 `dir-local-variables-alist' and remove duplicates. Doc fix.
14235
14236 * help-fns.el (describe-variable): Add information about
14237 file-local and dir-local variables.
14238
14239 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
14240
14241 * files.el (hack-local-variables-filter): Rewrite.
14242
14243 2009-07-19 Glenn Morris <rgm@gnu.org>
14244
14245 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14246 Silence compiler by only defining on XEmacs.
14247
14248 * international/mule.el (auto-coding-regexp-alist): Only match
14249 BABYL... at the start of buffer, not of lines. (Bug#3790)
14250
14251 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14252 non-calendar buffers (Bug#3862). Restore "not on a date" message.
14253 (cal-menu-context-mouse-menu): Doc fix.
14254
14255 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14256
14257 * simple.el (mail-user-agent): Doc fix. Set :version tag.
14258
14259 2009-07-18 Juri Linkov <juri@jurta.org>
14260
14261 * info.el: Virtual Info keyword finder.
14262 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14263 (Info-finder-file): New variable.
14264 (Info-finder-find-file): New function.
14265 (finder-known-keywords, finder-package-info)
14266 (find-library-name, lm-commentary): Use defvar and
14267 declare-function to silence compiler warnings.
14268 (Info-finder-find-node): New function.
14269 (info-finder): New command.
14270
14271 * subr.el (process-kill-buffer-query-function): New function.
14272 (add-hook)<kill-buffer-query-functions>: Add hook
14273 `process-kill-buffer-query-function'.
14274
14275 2009-07-18 Alan Mackenzie <acm@muc.de>
14276
14277 * progmodes/cc-mode.el (c-before-hack-hook)
14278 (c-postprocess-file-styles): Give invocation of `c-set-style'
14279 DONT-OVERRIDE parameter of t. Already set style variables will
14280 thus not be overridden by style settings given by `c-file-syle'.
14281
14282 * files.el (hack-local-variables-filter): Remove entries with
14283 duplicate keys from `file-local-variables-alist'.
14284
14285 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14286
14287 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14288 x-set-selection if display-selections-p returns nil for the
14289 current frame.
14290
14291 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
14292
14293 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14294
14295 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14296
14297 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14298 Accept nil in addition to a regexp.
14299 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14300 Accept nil in addition to a regexp.
14301 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14302 buffers that have an associated file. Handle nil values of
14303 desktop-buffers-not-to-save and desktop-files-not-to-save.
14304 (Bug#3833)
14305
14306 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14307 (x-disown-selection-internal): New functions.
14308
14309 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
14310
14311 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14312 warning.
14313 (gdb-breakpoints-header): Move forward to avoid compiler warning.
14314 (gdb-make-header-line-mouse-map): Remove duplicate definition.
14315
14316 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
14317
14318 * simple.el (set-mark): Revert last change.
14319
14320 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
14321
14322 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14323 rendering of pngs is not possible instead of messaging a long
14324 description.
14325
14326 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
14327
14328 * w32-fns.el (x-selection-owner-p): New function.
14329
14330 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14331 (mouse-yank-at-click, mouse-yank-primary): If
14332 select-active-regions is non-nil, deactivate the mark before
14333 insertion.
14334
14335 * simple.el (deactivate-mark, set-mark): Only save selection if we
14336 own it.
14337
14338 2009-07-17 Kenichi Handa <handa@m17n.org>
14339
14340 * case-table.el (describe-buffer-case-table): Fix for the case
14341 that KEY is a cons.
14342
14343 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14344
14345 * vc-rcs.el (vc-rcs-find-file-hook):
14346 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14347
14348 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
14349
14350 * net/tramp.el (tramp-wait-for-output): Handle the case when
14351 commands do not return a newline but a null byte before the shell
14352 prompt. (Bug#3858)
14353
14354 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14355
14356 * term/ns-win.el (ns-set-alpha): Don't declare.
14357 (ns-set-background-alpha): Remove function.
14358
14359 2009-07-16 Kevin Ryde <user42@zip.com.au>
14360
14361 * emacs-lisp/copyright.el (copyright-update): Save match-data across
14362 y-or-n-p, for safety.
14363
14364 2009-07-16 Richard Stallman <rms@gnu.org>
14365
14366 * files.el (auto-save-mode): If buffer-saved-size is -2,
14367 don't clobber it.
14368
14369 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14370 (rmail-retry-ignored-headers): Add more uninteresting fields.
14371
14372 2009-07-15 Jari Aalto <jari.aalto@cante.net>
14373
14374 * net/rcirc.el (rcirc): Use history variables.
14375 (rcirc-server-name-history, rcirc-nick-name-history)
14376 (rcirc-server-port-history): New variables.
14377
14378 2009-07-15 Kenichi Handa <handa@m17n.org>
14379
14380 * international/mule-cmds.el (set-language-environment-charset):
14381 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14382 ignore them.
14383
14384 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14385 Delete unibyte-display.
14386
14387 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14388
14389 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14390
14391 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14392
14393 * simple.el (deactivate-mark): Optional argument FORCE.
14394 (set-mark): Use deactivate-mark.
14395
14396 * info.el (Info-search): No need to check transient-mark-mode
14397 before calling deactivate-mark.
14398
14399 * select.el (x-set-selection): Doc fix.
14400 (x-valid-simple-selection-p): Allow buffer values.
14401 (xselect--selection-bounds): Handle buffer values. Suggested by
14402 David De La Harpe Golden.
14403
14404 * mouse.el (mouse-set-region, mouse-drag-track): Call
14405 copy-region-as-kill before setting the mark, to let
14406 select-active-regions work.
14407
14408 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
14409
14410 * simple.el (deactivate-mark): If select-active-regions is
14411 non-nil, copy the selection data into a string.
14412 (activate-mark): If select-active-regions is non-nil, set the
14413 selection to the current buffer.
14414 (set-mark): Update selection if select-active-regions is non-nil.
14415
14416 * select.el (x-valid-simple-selection-p): Allow buffer values.
14417
14418 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
14419
14420 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14421 and more featureful message-mode.
14422
14423 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
14424
14425 * select.el (x-set-selection): Doc fix.
14426 (x-valid-simple-selection-p): Disallow selection data consisting
14427 of a list or cons of integers, since that is not used.
14428 (xselect--selection-bounds, xselect--int-to-cons): New functions.
14429 (xselect-convert-to-string, xselect-convert-to-length)
14430 (xselect-convert-to-filename, xselect-convert-to-charpos)
14431 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14432
14433 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
14434
14435 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14436 output in -break-info command (Emacs bug #3794).
14437
14438 2009-07-14 Glenn Morris <rgm@gnu.org>
14439
14440 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14441 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14442 (edebug-print-length, edebug-print-level, edebug-print-circle)
14443 (edebug-sit-for-seconds, edebug-view-outside)
14444 (edebug-bounce-point, edebug-set-global-break-condition)
14445 (edebug-Go-nonstop-mode, edebug-trace-mode)
14446 (edebug-Trace-fast-mode, edebug-continue-mode)
14447 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14448 (edebug-visit-eval-list): Doc fixes.
14449
14450 * subr.el (def-edebug-spec): Doc fix.
14451
14452 2009-07-14 Kenichi Handa <handa@m17n.org>
14453
14454 * international/characters.el: Fix setting of category ?C.
14455
14456 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
14457
14458 * term/ns-win.el (x-select-font): defalias x-select-font to
14459 ns-popup-font-panel instead of generate-fontset-menu.
14460
14461 2009-07-12 Eli Zaretskii <eliz@gnu.org>
14462
14463 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
14464
14465 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
14466
14467 * arc-mode.el (archive-find-type): Allow for a PK00 string before
14468 the PK\003\004 header (Bug#3770).
14469
14470 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
14471
14472 * pcomplete.el (pcomplete-comint-setup): Check for
14473 shell-dynamic-complete-filename too.
14474
14475 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
14476
14477 * simple.el (temporary-goal-column): Change the value for
14478 line-move-visual to a cons cell.
14479 (line-move-visual): Record or set the window hscroll, if
14480 necessary (Bug#3494).
14481 (line-move-1): Handle cons value of temporary-goal-column.
14482
14483 2009-07-11 Kenichi Handa <handa@m17n.org>
14484
14485 * international/mule-diag.el (describe-character-set): Don't show
14486 width.
14487
14488 2009-07-10 Sam Steingold <sds@gnu.org>
14489
14490 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14491 Omake sometimes indents the errors it prints, so allow all
14492 regexps to start with spaces.
14493
14494 2009-07-10 Eli Zaretskii <eliz@gnu.org>
14495
14496 * cus-edit.el (customize-changed-options-previous-release):
14497 Bump value to 22.1. (Bug#3804)
14498
14499 2009-07-08 Sam Steingold <sds@gnu.org>
14500
14501 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14502 to be a cons cell (test . ignored-directory) to selectively ignore
14503 some directories depending on the location of the search.
14504
14505 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
14506
14507 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14508 remote user is root, on the local host.
14509 (tramp-local-host-p): Either the local user or the remote user
14510 must be root. (Bug#3771)
14511
14512 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14513
14514 * progmodes/gdb-mi.el (gdb): Remove description of
14515 gdb-use-separate-io-buffer.
14516 (menu): Don't allow toggling of or enable
14517 gdb-use-separate-io-buffer from menubar.
14518
14519 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14520
14521 * mail/unrmail.el (unrmail): Make sure the message ends with two
14522 newlines (Bug#3769).
14523
14524 2009-07-08 Glenn Morris <rgm@gnu.org>
14525
14526 * calendar/calendar.el (calendar-current-date): Rework previous change.
14527
14528 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
14529
14530 * calendar/calendar.el (calendar-current-date):
14531 Add an optional argument giving an offset from today.
14532
14533 2009-07-08 Glenn Morris <rgm@gnu.org>
14534
14535 * tutorial.el (tutorial--describe-nonstandard-key):
14536 Adjust the message for when a key has been unbound.
14537 (help-with-tutorial): Hide the arch-tag.
14538
14539 2009-07-08 Kenichi Handa <handa@m17n.org>
14540
14541 * international/fontset.el (setup-default-fontset): For each
14542 script, append (not set) font-specs.
14543
14544 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14545 docstring.
14546
14547 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14548
14549 * progmodes/gdb-mi.el (gdb-init-1): Move sending
14550 -data-list-register-names to ...
14551 (gdb-starting): ... here because GDB 7.0 requires execution to
14552 have started when using this MI command.
14553 (gdb-set-header): New function to distinguish select and
14554 unselected tabs in gdb buffers.
14555 (gdb-propertize-header): New macro that uses gdb-set-header.
14556 (gdb-breakpoints-header, gdb-locals-header): Use it.
14557 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14558
14559 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
14560
14561 * Makefile.in (ELCFILES): Remove fadr.elc.
14562
14563 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
14564
14565 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14566 may contain frame information, so `string-match' should be used.
14567 (gdb-update): Disassembly is invalidated through
14568 `gdb-get-selected-frame'.
14569 (gdb-pad-string): New function to pad string with spaces.
14570 (gdb-invalidate-disassembly): Invalidate only if the buffer
14571 exists.
14572 (gdb-disassembly-handler-custom): Column alignment.
14573 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14574 placing new ones.
14575 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14576 end of line, too.
14577 (gdb-frame-handler): Match convention to for disassembly buffer
14578 mode name.
14579 (gdb-stack-list-frames-handler): Rewritten without regexps.
14580 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14581 not highlight breakpoints without line information.
14582 (gdb-input): Add trailing newline to command.
14583
14584 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14585 buffer properly.
14586 (gdb-breakpoints-list-handler-custom): Replacement for
14587 `gdb-break-list-handler'. Using real parser instead of regexps
14588 now.
14589 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14590 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14591 to place breakpoints.
14592 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14593 functions.
14594 (gdb-disassembly-handler-custom): Show overlay arrow.
14595 (gdb-disassembly-place-breakpoints): Show breakpoints in
14596 disassembly buffer.
14597 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14598 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14599 instead of parsing breakpoints buffer. Fixed old menu references
14600 in `gud-menu-map'.
14601
14602 * fadr.el: Remove.
14603
14604 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14605 (gdb-memory-address): New variable which holds top address of
14606 memory page shown in memory buffer.
14607 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14608 customization variables.
14609 New functions:
14610 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14611 display the memory buffer.
14612 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14613 buffer display parameters.
14614 (def-gdb-memory-format, gdb-memory-format-binary)
14615 (gdb-memory-format-octal, gdb-memory-format-unsigned)
14616 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14617 Functions for setting memory buffer format.
14618 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14619 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14620 unit size used in memory buffer.
14621 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14622 to next/previous page of memory buffer.
14623 Now using (bindat-get-field) instead of fadr functions.
14624
14625 2009-07-07 Sam Steingold <sds@gnu.org>
14626
14627 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14628 non-top-level files.
14629
14630 2009-07-07 Kenichi Handa <handa@m17n.org>
14631
14632 * international/mule-cmds.el (reset-language-environment): Put
14633 the highset priority to the charset iso-8859-1.
14634
14635 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14636
14637 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14638 to the end of the line when locating the block (Bug#700).
14639
14640 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
14641
14642 * net/tramp.el (tramp-handle-write-region): Flush file properties
14643 in case of short track.
14644
14645 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
14646
14647 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14648 Coded custom representation of verilog error regular expressions
14649 to work with Emacs-22's new format.
14650 (verilog-error-regexp-xemacs-alist): Coded custom representation
14651 of verilog error regular expressions to work with XEmacs format.
14652 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14653 error recognition into XEmacs.
14654 (verilog-error-regexp-add-emacs): Hook routine to install verilog
14655 error recognition into Emacs-22.
14656
14657 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14658
14659 * woman.el: Remove stand-alone closing parentheses.
14660 (woman-file-name, woman2-format-paragraphs)
14661 (woman-leave-blank-lines): Code cleanup.
14662 (woman-use-own-frame): Change default to nil.
14663 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14664 defaults to inherit from default faces.
14665 (woman2-process-escapes): Consume the newline after a stand-alone
14666 filler character (Bug#3651).
14667
14668 2009-07-06 Glenn Morris <rgm@gnu.org>
14669
14670 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14671 (top-level): Move provide to the end.
14672 (ffap): Remove defunct URL from custom group.
14673
14674 * subr.el (eval-after-load): Doc fix.
14675
14676 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
14677
14678 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14679 `calc-embedded-word' is called twice.
14680
14681 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14682
14683 * files.el (find-alternate-file-other-window, find-alternate-file):
14684 Obey confirm-nonexistent-file-or-buffer.
14685
14686 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
14687
14688 * dired-aux.el (dired-show-file-type): Handle remote files.
14689
14690 2009-07-05 Jari Aalto <jari.aalto@cante.net>
14691
14692 * desktop.el (desktop-globals-to-save):
14693 Add file-name-history (Bug#2750).
14694
14695 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
14696
14697 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14698
14699 2009-07-04 Johan Bockgård <bojohan@gnu.org>
14700
14701 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14702 property on entire argument since this is what eshell-lisp-command
14703 expects.
14704
14705 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
14706
14707 * net/tramp-gvfs.el (tramp-gvfs-methods)
14708 (tramp-gvfs-zeroconf-domain)
14709 (tramp-bluez-discover-devices-timeout): Add version flag.
14710 (tramp-gvfs-handler-mounted-unmounted)
14711 (tramp-gvfs-connection-mounted-p): Polish handling of
14712 incompatibilities between GVFS 0.2 and 1.0.
14713
14714 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
14715
14716 * cus-start.el (all): Add make-pointer-invisible.
14717
14718 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
14719
14720 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14721 formatted correctly.
14722
14723 2009-07-02 Juri Linkov <juri@jurta.org>
14724
14725 * info.el: Virtual Info files and nodes.
14726 (Info-virtual-files, Info-virtual-nodes): New variables.
14727 (Info-current-node-virtual): New variable.
14728 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14729 New functions.
14730 (Info-file-supports-index-cookies): Use Info-virtual-file-p
14731 to check for a virtual file instead of checking a fixed list
14732 of node names.
14733 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14734 instead of ad-hoc processing of "dir" and (apropos history toc).
14735 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14736 instead of ad-hoc processing of "dir" and (apropos history toc).
14737 Reread a file when moving from a virtual node.
14738 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14739 (Info-directory-toc-nodes, Info-directory-find-file)
14740 (Info-directory-find-node): New functions.
14741 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14742 (Info-history): Move part of code to
14743 `Info-history-find-node'.
14744 (Info-history-toc-nodes, Info-history-find-file)
14745 (Info-history-find-node): New functions.
14746 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14747 (Info-toc): Move part of code to `Info-toc-find-node'.
14748 (Info-toc-find-node): New function.
14749 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
14750 the current Info file name to references because now the node
14751 "*TOC*" belongs to the same Info manual.
14752 (Info-toc-build): Rename from `Info-build-toc'.
14753 (Info-toc-nodes): Rename input argument `file' to `filename'.
14754 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14755 instead of ad-hoc processing of ("dir" apropos history toc).
14756 (Info-index-nodes): Use Info-virtual-file-p
14757 to check for a virtual file instead of checking a fixed list
14758 of node names.
14759 (Info-index-node): Add check for `Info-current-node-virtual'.
14760 Raise `save-match-data' higher up the tree to contain
14761 `search-forward' too (bug fix).
14762 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14763 (Info-virtual-index-nodes): New variable.
14764 (Info-virtual-index-find-node, Info-virtual-index): New functions.
14765 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14766 (Info-apropos-file, Info-apropos-nodes): New variables.
14767 (Info-apropos-toc-nodes, Info-apropos-find-file)
14768 (Info-apropos-find-node, Info-apropos-matches): New functions.
14769 (info-apropos): Move part of code to `Info-apropos-find-node' and
14770 `Info-apropos-matches'.
14771 (Info-mode-map): Bind "I" to `Info-virtual-index'.
14772 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14773 for a virtual file instead of checking a fixed list of node names.
14774
14775 * simple.el (async-shell-command): New command.
14776
14777 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14778
14779 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14780 instead of `mount-info'.
14781
14782 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
14783
14784 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14785 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14786
14787 2009-07-02 Kenichi Handa <handa@m17n.org>
14788
14789 * international/mule.el (set-keyboard-coding-system): Force *-unix
14790 coding-system to avoid eol conversion.
14791
14792 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
14793
14794 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14795 Add handler for `process-file', `shell-command' and
14796 `start-file-process'.
14797 (tramp-gvfs-handle-shell-command)
14798 (tramp-gvfs-handle-start-file-process)
14799 (tramp-gvfs-handle-process-file): New defuns.
14800 (tramp-synce-list-devices): Simplify check for existence of property.
14801
14802 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
14803
14804 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14805
14806 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
14807
14808 * language/korean.el (set-language-info-alist): Add korean-cp949,
14809 cp949 to spec.
14810
14811 2009-07-01 Kenichi Handa <handa@m17n.org>
14812
14813 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14814
14815 * international/encoded-kb.el: Deleted.
14816
14817 * international/mule.el (set-keyboard-coding-system): Perform the
14818 necessary setup here instead of calling encoded-kbd-setup-display.
14819
14820 2009-07-01 Glenn Morris <rgm@gnu.org>
14821
14822 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14823
14824 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
14825
14826 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
14827
14828 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
14829
14830 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14831 Handle also the 'rename case, when setting file modes. (Bug#3712)
14832 (tramp-default-file-modes): Remove execute permissions.
14833
14834 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14835 (top): Add a default for "synce" in `tramp-default-user-alist'.
14836 Add completion function for "synce" method.
14837 (tramp-hal-service, tramp-hal-path-manager)
14838 (tramp-hal-interface-manager, tramp-hal-interface-device):
14839 New defconst.
14840 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14841 (tramp-synce-list-devices, tramp-synce-parse-device-names):
14842 New defuns.
14843
14844 * net/trampver.el: Update release number.
14845
14846 2009-06-30 Kenichi Handa <handa@m17n.org>
14847
14848 * international/fontset.el (setup-default-fontset): Add CJK fonts
14849 for symbols and the other miscellaneous characters.
14850
14851 * language/korea-util.el (setup-korean-environment-internal):
14852 Make char-width-table suitable for Korean environments.
14853 (exit-korean-environment): Cancel above.
14854
14855 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14856 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14857 setup-function to make char-width-table suitable for respective
14858 environments, and an exit-function to cancel that.
14859
14860 * language/japan-util.el (setup-japanese-environment-internal):
14861 Call use-cjk-char-width-table with arg `ja_JP'.
14862
14863 * international/characters.el (cjk-char-width-table): Delete it.
14864 (cjk-char-width-table-list): New variable.
14865 (use-cjk-char-width-table): New arg local-name.
14866 (use-default-char-width-table): Fix for the case that Emacs is
14867 already using the default char-width-table.
14868
14869 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
14870
14871 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14872 modes mandatory. (Bug#3712)
14873
14874 2009-06-29 Alan Mackenzie <acm@muc.de>
14875
14876 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14877 correction between the visible width of TABs and their number of bytes.
14878
14879 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
14880
14881 * server.el (server-buffer-done): Prevent kill-buffer from
14882 prompting by clearing the buffer modification flag (Bug#3696).
14883
14884 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
14885
14886 * progmodes/verilog-mode.el (verilog-beg-of-statement)
14887 (verilog-endcomment-reason-re): Support unique case and priority case.
14888 (verilog-basic-complete-re): Support localparam lineup.
14889 (verilog-beg-of-statement-1): Fix for robustness, unique case.
14890 (verilog-set-auto-endcomments): Fix for unique case, always_comb
14891 commenting.
14892 (verilog-leap-to-case-head): Now support *nested* unique &
14893 priority case statements.
14894 (verilog-auto-lineup): Make just declarations the default (as it
14895 had been).
14896 (verilog-leap-to-case-head): Support priority/unique case statements.
14897 (verilog-auto-lineup): Rework to give users radio buttons to
14898 select the various styles of automatic lineup.
14899 (verilog-error-regexp-alist): Rework to support the XEmacs style
14900 of error regular expressions from compilers, lint tools &
14901 simulators. Note that GNU Emacs has made it impossible for a mode
14902 to load such things.
14903 (electric-verilog-terminate-line, verilog-indent-declaration)
14904 (verilog-auto-wiure): Rework for radio button selection of
14905 auto-lineup selection of specification of auto lineup.
14906 (verilog-beg-of-statement-1): Redesign to support proper operation
14907 in additional code, based on testing with auto-lineup.
14908 (verilog-calculate-indent, assignments & declarations)
14909 (verilog-backward-token): Enhance to support auto-lineup of
14910 assignments & declarations.
14911 (verilog-in-directive-p, verilog-at-struct-p): New function for
14912 easy test of whether we are.
14913 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14914 to support safe execution at almost anyline.
14915 (verilog-calc-1): Properly support indenting deep inside generate
14916 blocks.
14917 (verilog-init-font): Remove definition & use of verilog-init-font,
14918 as it is redundant with font-lock-defaults.
14919 (verilog-mode): Alter the definition of verilog-font-lock-defaults
14920 to avoid circular calls if syntax-ppss is a function (as is the
14921 case now in 22.x GNU Emacs) as that function would sometimes call
14922 itself, leading to (nearly) infinite recursion.
14923 (verilog-ovm-begin-re, verilog-ovm-end-re)
14924 (verilog-ovm-statement-re, verilog-leap-to-head)
14925 (verilog-backward-token): Add support for OVM macros. Some are
14926 complete statements, and others open and close scopes like begin
14927 and end.
14928 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14929 (verilog-defun-level-generate-only-re): Really fix the defun-list
14930 compilation issue.
14931 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14932 coverpoint, constraint and cross statements.
14933 (verilog-defun-level-list, verilog-generate-defun-level-list)
14934 (verilog-all-defun-level-list): Redo these specifications - it is
14935 too hard to support eval-when compile aggregation of lists also
14936 built at when-compile time.
14937 (verilog-defun-level-list): Place defconsts of variables used in
14938 building regular expressions which are built in eval-when-compile
14939 bodies in the same eval-when-compile body to facilitate compile
14940 without load.
14941 (verilog-beg-block-re-ordered): Support indenting
14942 virtual/protected tasks and functions.
14943 (verilog-defun-level-list, verilog-in-generate-region-p)
14944 (verilog-backward-ws&directives, verilog-calc-1): Speed up
14945 indentation of some module items (generate items).
14946 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14947 across virtual/protected tasks and functions.
14948
14949 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
14950
14951 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14952 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
14953 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14954 in concatenations. Reported by Yishay Belkind.
14955 (verilog-auto-ascii-enum): Support one-hot state machines in
14956 AUTOASCIIENUM. Suggested by Lloyd Gomez.
14957 (verilog-auto-inst, verilog-auto-inst-port): Include interface
14958 modport in AUTOINST and add vl-modport for users. Reported by
14959 David Rogoff.
14960 (verilog-auto-inout-module, verilog-auto-inst)
14961 (verilog-decls-get-interfaces, verilog-insert-definition)
14962 (verilog-insert-one-definition, verilog-read-decls)
14963 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14964 (verilog-sig-modport, verilog-signals-combine-bus)
14965 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14966 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14967 Suggested by David Rogoff.
14968 (verilog-repair-open-comma): Fix non-insertion of comma when
14969 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
14970 (verilog-make-width-expression): Simplify [A-1:0] expression
14971 widths to just {A{1'b0}}.
14972 (verilog-mode): Cleanup checkdoc warnings.
14973 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14974 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14975 inputs/outputs or data type. Suggested by Vasu Kandadi.
14976 (next-error-last-buffer): Fix byte-compiler warning.
14977 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14978 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14979 or shell command text during AUTO expansion. Suggested by Tad Truex.
14980 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14981 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14982 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14983 in AUTOINOUT. Reported by Matthew Lovell.
14984 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14985 causing use of <= assignments. Reported by Alex Reed.
14986 (verilog-read-decls): Fix triand, trior, wand, wor to be
14987 recognized by AUTOWIRE. Reported by Spencer Isaacson.
14988 (verilog-extended-complete-re): Support import "DPI-C" functions.
14989 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14990 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
14991 (verilog-insert-date, verilog-insert-year)
14992 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14993 Windows systems. Reported by Michael Potts.
14994 (verilog-read-module-name): Fix AUTOINST when the child module
14995 declaration's name is a tick define. Reported by Elliot Mednick.
14996 (verilog-read-decls): Fix V2K parameter bit subscripts getting
14997 passed to next parameter's definition. Reported by Bruce T.
14998 (verilog-read-decls): Fix detecting "parameter int" when using
14999 AUTOINSTPARAM. Reported by Bruce T.
15000 (verilog-goto-defun): Fix goto not finding modules unless first
15001 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
15002 (verilog-mode): Expand -f flag arguments on entry to mode so
15003 verilog-goto-defun will work. Reported by Lawrence Butcher.
15004 (verilog-getopt): Expand environment variables in -f file
15005 arguments. Suggested by Lawrence Butcher.
15006 (verilog-set-define): Fix "Symbol's value as variable is void"
15007 when reading enumerations.
15008 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15009 Suggested by Stephen Peltan.
15010 (verilog-read-defines): Fix reading of enumerations in include
15011 files. Reported by Steve Peltan.
15012
15013 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15014
15015 * files.el (trash-directory): Fix defcustom type.
15016
15017 2009-06-28 Juri Linkov <juri@jurta.org>
15018
15019 * help-fns.el (describe-function-1): Correctly locate adviced
15020 functions in hyperlink (Bug#2438).
15021
15022 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
15023
15024 * files.el (trash-directory): Change default to nil.
15025 (move-file-to-trash): If trash-directory is nil and
15026 system-move-file-to-trash is unbound, perform freedesktop-style
15027 trashing.
15028
15029 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15030
15031 * files.el (move-file-to-trash): Add freedesktop trash
15032 support (Bug#973).
15033
15034 2009-06-28 Glenn Morris <rgm@gnu.org>
15035
15036 * autorevert.el (global-auto-revert-non-file-buffers)
15037 (global-auto-revert-mode): Doc fixes.
15038
15039 2009-06-27 Johan Bockgård <bojohan@gnu.org>
15040
15041 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15042
15043 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
15044
15045 * faces.el (x-handle-named-frame-geometry): Ensure that we have
15046 opened an X connection before calling x-get-resource (Bug#3194).
15047
15048 * play/doctor.el: Remove reference to obsolete website.
15049 (make-doctor-variables): Correct grammar mistake (Bug#2633).
15050
15051 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15052
15053 Remove find-file-not-found-hook VC method. (Bug#2757)
15054 * vc-hooks.el (vc-file-not-found-hook)
15055 (vc-default-find-file-not-found-hook): Remove functions.
15056 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15057 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15058 * vc.el:
15059 * vc-hg.el:
15060 * vc-git.el: Do not mention find-file-not-found-hook VC method.
15061
15062 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
15063
15064 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15065 compatibility function for `looking-back'.
15066
15067 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15068 Use `ispell-looking-back'.
15069
15070 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
15071
15072 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15073 rather than `filename'.
15074
15075 2009-06-23 Miles Bader <miles@gnu.org>
15076
15077 * face-remap.el (text-scale-set): New function.
15078
15079 2009-06-23 Glenn Morris <rgm@gnu.org>
15080
15081 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15082
15083 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15084
15085 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15086
15087 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15088
15089 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15090 Simplify Persian conditionals.
15091
15092 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15093 variable `filename'.
15094
15095 * comint.el (comint-insert-input): Doc fix.
15096
15097 * Makefile.in (ELCFILES): Fix typo in previous change.
15098
15099 2009-06-23 Miles Bader <miles@gnu.org>
15100
15101 * cus-start.el: Add entry for `recenter-redisplay'.
15102
15103 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15104
15105 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15106 Add an optional argument for the backend, use it instead of
15107 calling vc-backend.
15108 (vc-mode-line): Add an optional argument for the backend.
15109 Pass the backend to vc-state and vc-working-revision. Move code for
15110 special handling for vc-state being a buffer to ...
15111
15112 * vc-rcs.el (vc-rcs-find-file-hook):
15113 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
15114
15115 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15116 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15117 vc-stay-local-p and vc-mode-line calls.
15118
15119 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15120 (vc-cvs-diff, vc-cvs-annotate-command)
15121 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15122 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15123 vc-mode-line calls.
15124
15125 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15126 direct comparison.
15127 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15128 backend when calling vc-mode-line.
15129 (vc-register): Do not create a closure for calling the vc register
15130 function, call it directly.
15131
15132 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15133
15134 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15135 to make it obvious item can be clicked.
15136
15137 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15138
15139 2009-06-23 Kenichi Handa <handa@m17n.org>
15140
15141 * language/korea-util.el (korean-key-bindings): Change the binding
15142 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
15143 same command.
15144
15145 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
15146
15147 Sync with Tramp 2.1.16.
15148
15149 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15150
15151 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
15152 when a loading of a package fails. Completion function for rsync
15153 is `tramp-completion-function-alist-ssh'.
15154 (all): Replace all calls of `split-string' and
15155 `tramp-split-string' by `tramp-compat-split-string'.
15156 (tramp-default-method): Use `tramp-compat-process-running-p'.
15157 (tramp-default-proxies-alist): Allow also Lisp forms.
15158 (tramp-remote-path): Add choice "Private Directories".
15159 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15160 (tramp-domain-regexp): Allow also "-", "_" and ".".
15161 (tramp-end-of-output): Remove newlines, and add "$" at the end.
15162 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15163 (tramp-debug-message): Insert header line in debug buffer.
15164 (tramp-handle-directory-files-and-attributes-with-stat):
15165 Care about filenames with spaces, or starting with "-".
15166 (tramp-handle-dired-uncache): New defun.
15167 (tramp-handle-insert-directory): Don't flush the directory from
15168 cache, this is handled by `dired-uncache' now.
15169 (tramp-handle-insert-file-contents): Improve error handling.
15170 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15171 Quote `tramp-end-of-output'.
15172 (tramp-action-password): Improve trace message.
15173 (tramp-check-for-regexp): Both echoes must be present, before removing.
15174 (tramp-open-connection-setup-interactive-shell): Trace coding system.
15175 (tramp-compute-multi-hops): Eval cons cells of
15176 `tramp-default-proxies-alist'.
15177 (tramp-maybe-open-connection): Use the same command pattern for
15178 first hop and further hops.
15179 (tramp-wait-for-output): Remove handling of newlines.
15180 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15181 (tramp-split-string): Remove function. It is handled in
15182 tramp-compat now.
15183
15184 * net/tramp-cmds.el (tramp-bug):
15185 Recommend `tramp-cleanup-all-connections' in the bug mail.
15186
15187 * net/tramp-compat.el (tramp-compat-split-string)
15188 (tramp-compat-process-running-p): New defuns.
15189
15190 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15191 for `dired-uncache'.
15192
15193 * net/tramp-gvfs.el: New package.
15194
15195 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15196 Add handler for `dired-uncache'.
15197 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15198
15199 * net/trampver.el: Update release number. Make version check fit
15200 for SXEmacs 22.
15201
15202 2009-06-22 Jim Meyering <meyering@redhat.com>
15203
15204 Automatically handle .xz suffix (XZ-compressed files), too.
15205 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15206 XZ is the successor to LZMA: <http://tukaani.org/xz/>
15207
15208 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
15209 Nick Roberts <nickrob@snap.net.nz>
15210
15211 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15212 repository (http://sphinx.net.ru/hg/gdb-mi/).
15213
15214 2009-06-22 Glenn Morris <rgm@gnu.org>
15215
15216 * files.el (dir-locals-collect-mode-variables): Allow for any number of
15217 `mode' and `eval' entries. (Bug#3430)
15218
15219 * Makefile.in (ELCFILES): Add fadr.elc.
15220
15221 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15222 differing behavior of \n and ^ in strings. (Bug#3385)
15223
15224 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15225
15226 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15227 property.
15228 (lisp-indent-function): Make it a defcustom.
15229
15230 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
15231
15232 * progmodes/gdb-ui.el: Replace with ...
15233 * progmodes/gdb-mi.el: ... this file.
15234 * progmodes/gud.el: Modify for gdb-mi.el.
15235
15236 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
15237
15238 * fadr.el: New file.
15239
15240 See ChangeLog.14 for earlier changes.
15241
15242 ;; Local Variables:
15243 ;; coding: utf-8
15244 ;; End:
15245
15246 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
15247
15248 This file is part of GNU Emacs.
15249
15250 GNU Emacs is free software: you can redistribute it and/or modify
15251 it under the terms of the GNU General Public License as published by
15252 the Free Software Foundation, either version 3 of the License, or
15253 (at your option) any later version.
15254
15255 GNU Emacs is distributed in the hope that it will be useful,
15256 but WITHOUT ANY WARRANTY; without even the implied warranty of
15257 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15258 GNU General Public License for more details.
15259
15260 You should have received a copy of the GNU General Public License
15261 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15262
15263 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1