1 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
3 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
4 for the case that a C style comment has its delimiters alone on
5 their respective lines.
7 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
9 * net/tramp.el (tramp-handle-start-file-process ): Set connection
11 (tramp-process-sentinel): Use it for flushing the cache. We
12 cannot do it via the process buffer, the buffer could be deleted
13 already when running the sentinel.
15 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
17 * comint.el (comint-mode): Make directory tracking functions
18 functional on remote files. (Bug#6764)
20 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
22 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
24 2010-08-05 Eli Zaretskii <eliz@gnu.org>
26 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
27 unexec.c => unexcoff.c.
29 * emacs-lisp/authors.el (authors-fixed-entries): Rename
30 unexec.c => unexcoff.c.
32 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
34 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
35 cache, not only file cache.
36 (tramp-process-sentinel): New defun.
37 (tramp-handle-start-file-process): Use it, in order to invalidate
40 2010-08-03 Leo <sdl.web@gmail.com>
42 * server.el (server-start): Simplify loop.
44 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
46 * frame.el (screen-height, screen-width, set-screen-width)
47 (set-screen-height): Remove ancient compatibility aliases.
49 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
50 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
52 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
53 that change current buffer.
55 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
57 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
58 beginning of the string. Use `string-match-p'. (Bug#6765)
60 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
62 * cus-start.el (x-gtk-use-system-tooltips): New variable.
64 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
66 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
67 (package--builtins): Tweak descriptions.
68 (package-print-package): Upcase descriptions if necessary.
69 Show all built-in packages in font-lock-builtin-face.
70 (package-list-packages-internal): Omit "emacs" package.
71 Show status of built-in packages as "built-in".
73 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
75 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
76 before killing to preserve the primary selection (Bug#6701).
78 * term/x-win.el (x-select-text): Doc fix.
80 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
82 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
83 The following functions were modified or created:
85 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
86 (objc-font-lock-extra-types):
87 * progmodes/cc-mode.el (c-basic-common-init):
88 * progmodes/cc-langs.el (c-make-mode-syntax-table)
89 (c++-make-template-syntax-table)
90 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
91 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
92 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
93 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
94 * progmodes/cc-fonts.el (c-make-inverse-face)
95 (c-basic-matchers-after):
96 * progmodes/cc-engine.el (c-forward-keyword-clause)
97 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
98 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
99 (c-guess-continued-construct, c-guess-basic-syntax):
101 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
103 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
105 2010-07-31 Eli Zaretskii <eliz@gnu.org>
107 * files.el (bidi-paragraph-direction): Define safe local values.
109 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
110 language-info-alist. Remove outdated FIXME in a comment.
112 2010-07-31 Alan Mackenzie <acm@muc.de>
114 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
115 Auto-fill broken in C/C++ modes.
117 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
119 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
120 (menu-bar-showhide-tool-bar-menu-customize-disable)
121 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
122 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
123 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
124 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
125 make a menu for Options => toolbar that can move it.
127 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
129 * emacs-lisp/package-x.el (package--make-rss-entry):
130 (package-maint-add-news-item, package--update-news)
131 (package-upload-buffer-internal): New arg ARCHIVE-URL.
133 * emacs-lisp/package.el (package-archive-url): Rename from
135 (package-install): Doc fix.
136 (package-download-single, package-download-tar, package-install)
137 (package-menu-view-commentary): Callers changed.
139 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
141 * net/tramp.el (tramp-handle-start-file-process): Check only for
142 `remote-tty' process property.
143 (tramp-open-shell): Don't check for tty.
144 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
147 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
150 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
152 * emacs-lisp/package.el (package-load-list, package-archives)
153 (package-archive-contents, package-user-dir)
154 (package-directory-list, package--builtins, package-alist)
155 (package-activated-list, package-obsolete-alist): Mark as risky.
157 2010-07-28 Phil Hagelberg <phil@evri.com>
159 Add support for non-default package repositories.
160 * emacs-lisp/package.el (package-archive-base): Var deleted.
161 (package-archives): New variable.
162 (package-archive-contents): Doc fix.
163 (package-load-descriptor): Do nothing if descriptor file is missing.
164 (package--write-file-no-coding): New function.
165 (package-unpack-single): Use it.
166 (package-archive-id): New function.
167 (package-download-single, package-download-tar)
168 (package-menu-view-commentary): Use it.
169 (package-installed-p): Make second argument optional.
170 (package-read-all-archive-contents): New function.
171 (package-initialize): Use it.
172 (package-read-archive-contents): Add ARCHIVE argument.
173 (package--add-to-archive-contents): New function.
174 (package-install): Don't call package-read-archive-contents.
175 (package--download-one-archive): Store archive file in a
176 subdirectory of package-user-dir.
177 (package-menu-execute): Remove spurious line movement.
179 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
181 * cus-start.el (tool-bar-style): Add text-image-horiz.
183 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
185 * progmodes/gud.el (gud-common-init): Check for remoteness of
186 `file', and not of `default-directory'.
188 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
190 * net/tramp.el (tramp-methods): Move hostname to the end in all
191 ssh `tramp-login-args'.
192 (tramp-verbose): Describe verbose level 9.
193 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
194 (tramp-open-connection-setup-interactive-shell): Trace stty
195 settings if `tramp-verbose' >= 9.
196 (tramp-handle-start-file-process): Implement tty setting.
199 * net/tramp-cmds.el (tramp-bug): Recommend setting of
200 `tramp-verbose' to 9.
202 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
204 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
205 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
206 Remove references to package `lisp-re' (bug#4369).
208 2010-07-27 Tom Tromey <tromey@redhat.com>
210 * progmodes/js.el (js-mode):
211 * progmodes/make-mode.el (makefile-mode):
212 * progmodes/simula.el (simula-mode):
213 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
215 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
217 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
219 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
221 * time.el (display-time-day-and-date): Remove spurious * in docstring.
222 (display-time-world-buffer-name, display-time-world-mode-map):
223 Fix typos in docstrings.
225 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
227 * image-mode.el (image-display-size): New function.
228 (image-forward-hscroll, image-next-line, image-eol, image-eob)
229 (image-mode-fit-frame): Use it (Bug#6639).
231 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
233 * dired.el (dired-buffers-for-dir): Handle list values of
234 dired-directory (Bug#6636).
236 2010-07-26 Sam Steingold <sds@gnu.org>
238 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
239 Do not call `x-get-selection' the second time, reuse the value.
241 2010-07-26 Daiki Ueno <ueno@unixuser.org>
243 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
244 which consist of control chars only. Suggested by Richard Stallman.
246 2010-07-25 Daiki Ueno <ueno@unixuser.org>
248 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
249 exists before passing an error to find-file-not-found-functions
252 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
254 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
255 Remove leading nil element, adjust values.
256 (tetris-shapes, tetris-shape-scores):
257 Change representation of shapes and remove some redundancy.
258 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
259 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
260 Adjust for working with new representation of shapes.
261 (tetris-shape-rotations): New function.
262 (tetris-move-bottom, tetris-move-left, tetris-move-right)
263 (tetris-rotate-prev, tetris-rotate-next):
264 Adjust for working with the new version of tetris-test-shape.
266 2010-07-23 Markus Triska <markus.triska@gmx.at>
268 * progmodes/ps-mode.el: Use comint (bug#5954).
269 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
270 (ps-mode-other-newline): Simplify.
271 (ps-run-mode): Derive from comint-mode instead of
272 fundamental-mode, yielding input history etc.
273 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
274 (ps-run-send-string): Adapt for comint-mode.
275 (ps-run-newline): Remove now unneeded function.
277 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
279 * net/tramp.el (tramp-methods): Move hostname to the end in all
280 plink `tramp-login-args'.
282 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
284 * net/tramp.el (tramp-open-shell): New defun.
285 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
288 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
290 * net/tramp.el (tramp-file-name-regexp-unified)
291 (tramp-completion-file-name-regexp-unified): On W32 systems, do
292 not regard the volume letter as remote filename. (Bug#5447)
294 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
296 * custom.el (custom-declare-variable): Give a clearer error message
297 when the docstring is missing (bug#6476).
299 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
301 * progmodes/sql.el: Version 2.4. Improved Login prompting.
302 (sql-login-params): New widget definition.
303 (sql-oracle-login-params, sql-mysql-login-params)
304 (sql-solid-login-params, sql-sybase-login-params)
305 (sql-informix-login-params, sql-ingres-login-params)
306 (sql-ms-login-params, sql-postgres-login-params)
307 (sql-interbase-login-params, sql-db2-login-params)
308 (sql-linter-login-params): Use it.
309 (sql-sqlite-login-params): Use it; Define "database" parameter as
311 (sql-sqlite-program): Change to "sqlite3".
312 (sql-comint-sqlite): Make sure database name is complete.
313 (sql-for-each-login): New function.
314 (sql-connect, sql-save-connection): Use it.
315 (sql-get-login-ext): New function.
316 (sql-get-login): Use it.
317 (sql-make-alternate-buffer-name): Handle :file parameters.
319 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
321 * dired.el (dired-no-confirm): Document value t and fix defcustom to
322 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
324 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
326 * dired.el (dired-mode-map): Use command remapping (bug#6632).
328 2010-07-22 Lawrence Mitchell <wence@gmx.li>
330 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
332 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
334 * net/tramp.el (tramp-get-ls-command)
335 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
338 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
340 * progmodes/sql.el: Version 2.3.
341 (sql-connection-alist): Changed keys from symbols to strings;
342 enhanced the widget definition.
343 (sql-mode-menu): Added submenu to select connections.
344 (sql-interactive-mode-menu): Added "Save Connection" item.
345 (sql-add-product): Fixed menu item.
346 (sql-get-product-feature): Improved error handling.
347 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
348 (sql-make-alternate-buffer-name): Simplified.
349 (sql-product-interactive): Handle missing product.
350 (sql-connect): Support string keys, minor improvements.
351 (sql-save-connection): New function.
352 (sql-connection-menu-filter): New function.
354 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
356 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
357 (tramp-open-connection-setup-interactive-shell): Apply
358 workaround for IRIX64 bug. Move argument of last
359 `tramp-send-command' where it belongs to.
361 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
363 * net/tramp.el (tramp-perl-file-attributes)
364 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
365 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
366 front of `login-args'.
368 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
370 * time.el (display-time-world-mode): Define with `define-derived-mode'.
371 Set `show-trailing-whitespace' to nil.
372 (display-time-world-display): Simplify.
374 2010-07-18 Alan Mackenzie <acm@muc.de>
376 Enhance `c-file-style' in file/directory local variables.
377 * progmodes/cc-mode.el (c-count-cfss): New function.
378 (c-before-hack-hook): Call `c-set-style' differently according to
379 whether c-file-style was set in file or directory local
382 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
384 * progmodes/sql.el: Version 2.2.
385 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
386 defcustom :safe keyword rather than putting safe-local-variable
388 (sql-password): Use defcustom :risky keyword rather than putting
389 risky-local-variable property.
390 (sql-oracle-login-params, sql-sqlite-login-params)
391 (sql-solid-login-params, sql-sybase-login-params)
392 (sql-informix-login-params, sql-ingres-login-params)
393 (sql-ms-login-params, sql-postgres-login-params)
394 (sql-interbase-login-params, sql-db2-login-params)
395 (sql-linter-login-params): Add `port' option.
396 (sql-get-product-feature): Added NO-INDIRECT parameter.
397 (sql-comint-oracle, sql-comint-sybase)
398 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
399 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
400 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
401 (sql-comint-linter): Renamed sql-connect-* functions to
403 (sql-product-alist, sql-mode-menu): Renamed as above and
404 :sqli-connect-func to :sqli-comint-func.
405 (sql-connection): New variable.
406 (sql-interactive-mode): Set it.
407 (sql-connection-alist): New variable.
408 (sql-connect): New function.
409 (sql--alt-buffer-part, sql--alt-if-not-empty)
410 (sql-make-alternate-buffer-name): Improved alternative buffer name.
412 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
414 * image-mode.el (image-bookmark-make-record): Do not set context
415 in an image (Bug#6650).
417 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
419 * simple.el (select-active-region): New function.
420 (push-mark-command, set-mark, activate-mark)
421 (handle-shift-selection): Use it.
422 (deactivate-mark): Don't check for size of region.
424 * mouse.el (mouse-drag-track): Use select-active-region.
426 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
428 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
431 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
433 * term/x-win.el (x-select-enable-primary): Change default to nil.
434 (x-select-enable-clipboard): Add :version keyword.
436 * mouse.el (mouse-drag-copy-region):
437 * simple.el (select-active-regions): Likewise.
439 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
441 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
442 (vc-coding-system-for-diff): Use it to decide whether to inherit
443 from the file the EOL format for reading the diffs of that file.
446 2010-07-16 Eli Zaretskii <eliz@gnu.org>
448 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
449 unibyte, so compressed attachments are not compressed again.
451 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
453 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
454 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
455 (tramp-find-shell): Simplify setting connection property.
456 (tramp-get-ls-command): Make test for "--color=never" stronger.
458 2010-07-15 Simon South <ssouth@member.fsf.org>
460 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
461 blocks within record declarations (i.e. variant parts) correctly.
463 2010-07-15 Simon South <ssouth@member.fsf.org>
465 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
466 over literal tokens when parsing so newlines aren't "absorbed" by
467 single-line comments. Corrects the indentation of case blocks
468 that have a comment on the first line.
470 2010-07-14 Karl Fogel <kfogel@red-bean.com>
472 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
473 by Drew Adams (Bug#5504).
475 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
477 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
478 now that Unicode is used (Bug#6594).
480 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
482 * term/x-win.el (x-select-enable-clipboard): Default to t.
483 (x-initialize-window-system): Don't overwrite Paste menu item.
485 * simple.el (select-active-regions): Default to t.
486 (push-mark-command): Don't overwrite primary with empty string.
488 * mouse.el: Bind mouse-2 to mouse-yank-primary.
489 (mouse-drag-copy-region): Default to nil.
491 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
492 Cut/Copy/Paste menu bar items.
494 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
496 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
497 Patch applied by Karl Fogel.
499 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
500 and `bookmark-current-buffer' if they have been already set in
501 another buffer (e.g gnus-art).
503 2010-07-13 Karl Fogel <kfogel@red-bean.com>
504 Thierry Volpiatto <thierry.volpiatto@gmail.com>
506 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
508 * bookmark.el (bookmark-make-record-default): Allow unneeded
509 information to be omitted from the record.
511 Adjust declarations and calls:
513 * info.el (bookmark-make-record-default): Adjust declaration.
514 (Info-bookmark-make-record): Adjust call.
516 * woman.el (bookmark-make-record-default): Adjust declaration.
517 (woman-bookmark-make-record): Adjust call.
519 * man.el (bookmark-make-record-default): Adjust declaration.
520 (Man-bookmark-make-record): Adjust call.
522 * image-mode.el (bookmark-make-record-default): Adjust declaration.
524 * doc-view.el (bookmark-make-record-default): Adjust declaration.
526 2010-07-13 Karl Fogel <kfogel@red-bean.com>
528 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
529 This is also from Thierry Volpiatto's patch in bug #6444. However,
530 because it was extraneous to the functional change in that patch,
531 and causes a re-indendation, I am committing it separately.
533 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
535 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
536 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
537 Patch applied by Karl Fogel (Bug#6444).
539 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
541 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
543 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
545 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
546 Dempsky; bug#5084). Remove incorrect binding for S-tab.
547 (ns-alternatives-map): Change S-tab binding to backtab
550 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
553 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
555 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
558 * language/tv-util.el (tai-viet-re): Remove format.
560 2010-07-12 Kenichi Handa <handa@m17n.org>
562 * language/hebrew.el: Remove no-byte-compile declaration.
563 Change coding: tag to utf-8. Register hebrew-shape-gstring in
564 composition-function-table for 3-character looking back.
565 (hebrew-font-get-precomposed): New function.
566 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
568 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
570 * mouse.el (mouse-drag-track): Handle select-active-regions
573 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
575 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
576 empty argument to gvfs-copy.
578 2010-07-10 Glenn Morris <rgm@gnu.org>
580 * calendar/calendar.el (calendar-week-end-day): New function.
581 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
582 Respect calendar-week-start-day. (Bug#6606)
583 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
584 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
585 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
586 respect calendar-week-start-day.
588 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
590 * simple.el (use-region-p): Doc fix (Bug#6607).
592 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
594 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
595 regexps for cucumber and ruby.
597 2010-07-08 Daiki Ueno <ueno@unixuser.org>
599 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
600 (epa-file-insert-file-contents): Hack to prevent
601 find-file from opening empty buffer when decryption failed
604 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
606 * textmodes/ispell.el (ispell-alternate-dictionary):
608 Return nil if no word-list is found at default locations.
609 (ispell-complete-word-dict): Default to nil.
610 (ispell-command-loop): Use 'word-list' when using lookup-words.
611 (lookup-words): Use ispell-complete-word-dict or
612 ispell-alternate-dictionary. Check for word-list availability
613 and handle errors if needed with better messages (Bug#6539).
614 (ispell-complete-word): Use ispell-complete-word-dict or
615 ispell-alternate-dictionary.
617 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
619 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
620 builtins (BufferError, BytesWarning, WindowsError; callables
621 bin, bytearray, bytes, format, memoryview, next, print; __package__).
623 2010-07-07 Glenn Morris <rgm@gnu.org>
625 * play/zone.el (top-level): Do not require timer, tabify, or cl.
626 (zone-shift-left): Ignore intangibility, and any errors from
628 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
629 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
630 deleting, and copying text properties.
631 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
632 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
633 to point-max is hard.
634 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
635 (zone-fill-out-screen): Ignore intangibility.
637 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
639 * menu-bar.el (menu-bar-mode):
640 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
643 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
644 word/line selection (Bug#6565).
646 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
648 * net/dbus.el (dbus-send-signal): Declare function.
650 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
652 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
653 (dbus-register-property): New optional argument EMITS-SIGNAL.
654 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
656 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
658 * mouse.el (mouse-drag-overlay): Variable deleted.
659 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
660 (mouse--remap-link-click-p): New function.
661 (mouse-drag-track): Handle dragging by using temporary Transient
662 Mark mode, instead of a special overlay.
663 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
666 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
669 2010-07-02 Juri Linkov <juri@jurta.org>
671 * autoinsert.el (auto-insert-alist): Fix readability
672 by using dotted pair notation for lambda.
674 2010-07-02 Juri Linkov <juri@jurta.org>
676 * faces.el (read-face-name): Rename arg `string-describing-default'
677 to `default'. Doc fix. Display the default value in quotes
678 in the prompt. With empty input, return the `default' arg,
679 unless the default value is a string (in which case return nil).
680 (describe-face): Replace the string `default' arg of `read-face-name'
681 with the symbol `default'.
683 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
685 * emulation/viper-cmd.el (viper-delete-backward-char)
686 (viper-del-backward-char-in-insert)
687 (viper-del-backward-char-in-replace, viper-change)
688 (viper-backward-indent): Replace delete-backward-char with
689 delete-char (Bug#6552).
691 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
693 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
695 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
697 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
698 argument passed to frame-creation-function (Bug#5378).
700 * faces.el (x-handle-named-frame-geometry)
701 (x-handle-reverse-video, x-create-frame-with-faces)
702 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
703 separately consult default-frame-alist. It is now passed as the
706 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
708 * startup.el (command-line): Don't call tool-bar-setup in a
711 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
713 * ruler-mode.el (ruler--save-header-line-format): New fun.
714 (ruler-mode): Use it as a setter function, so as not to overwrite
715 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
717 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
719 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
720 (vc-root-diff, vc-print-root-log, vc-log-incoming)
721 (vc-log-outgoing): Use it.
722 (vc-diff-internal): Set diff-vc-backend.
724 * vc/diff-mode.el (diff-vc-backend): New var.
726 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
728 * dynamic-setting.el (font-setting-change-default-font): Remove
731 2010-06-28 Kenichi Handa <handa@m17n.org>
733 * international/quail.el (quail-insert-kbd-layout): Fix the
734 showing of untranslated characters.
736 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
738 * simple.el (delete-active-region): New option.
739 (delete-backward-char): Implement in Lisp.
740 (delete-forward-char): New command.
742 * mouse.el (mouse-region-delete-keys): Deleted.
743 (mouse-show-mark): Simplify.
745 * bindings.el (global-map): Bind delete and DEL, the former to
748 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
750 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
751 (ruby-mode): Bind indent-line-function (Bug#5119).
753 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
755 * startup.el (command-line): Recognize "0" X resource value.
757 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
759 * startup.el (command-line): Use X resources to set the value of
760 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
762 * menu-bar.el (menu-bar-mode):
763 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
766 * frame.el (frame-notice-user-settings): Don't change
767 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
768 vice versa (Bug#2249).
770 2010-06-26 Eli Zaretskii <eliz@gnu.org>
772 * w32-fns.el (w32-convert-standard-filename): Doc fix.
774 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
776 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
777 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
779 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
780 default directories are expanded (Bug#6143).
782 2010-06-24 Juri Linkov <juri@jurta.org>
784 * minibuffer.el (completions-format): Change default from nil to
785 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
787 2010-06-24 Juri Linkov <juri@jurta.org>
789 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
790 buffer-locally to lambda that re-runs the vc diff command.
793 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
795 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
796 echo area is in use (Bug#3412).
798 2010-06-22 Glenn Morris <rgm@gnu.org>
800 * textmodes/texinfmt.el (texinfo-format-region)
801 (texinfo-raise-lower-sections, texinfo-format-separate-node)
802 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
803 (texinfo-format-option, texinfo-noindent):
804 Use line-beginning-position and line-end-position.
806 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
807 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
808 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
811 2010-06-21 Karl Fogel <kfogel@red-bean.com>
813 * play/zone.el (zone-fall-through-ws): Fix next-line ->
814 forward-line fallout.
816 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
818 * mouse.el (mouse-appearance-menu): Add docstring.
820 * help.el (describe-key): Print up-event using key-description.
822 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
824 * net/zeroconf.el (zeroconf-resolve-service)
825 (zeroconf-service-resolver-handler): Use
826 `dbus-byte-array-to-string'.
827 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
829 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
831 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
833 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
835 Avoid displaying files with a nil state in vc-dir.
836 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
837 cases that cause insertion.
838 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
841 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
843 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
845 2010-06-29 Leo <sdl.web@gmail.com>
847 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
849 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
851 * generic-x.el (bat-generic-mode): Fix regexp for command line
854 2010-06-27 Masatake YAMATO <yamato@redhat.com>
856 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
857 of nconc to avoid pure storage error (Bug#6239).
859 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
861 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
862 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
863 bindings of bookmark-automatically-show-annotations (Bug#6515).
865 2010-06-25 Eli Zaretskii <eliz@gnu.org>
867 * arc-mode.el (archive-zip-extract): Don't quote the file name on
868 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
870 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
872 * comint.el (make-comint, make-comint-in-buffer): Mention return
873 value in the docstrings. (Bug#6498)
875 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
877 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
878 since it is not present when using some non-default switches.
880 2010-06-23 Karl Fogel <kfogel@red-bean.com>
882 * simple.el (compose-mail): Fix doc string to refer to
883 `compose-mail-user-agent-warnings', instead of to the
884 nonexistent `compose-mail-check-user-agent'.
886 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
888 Fix an indentation bug:
890 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
891 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
894 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
895 (c-clear->-pair-props-if-match-before): now return t when they've
896 cleared properties, nil otherwise.
897 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
898 by taking account of the existing value.
900 * progmodes/cc-defs.el
901 (c-clear-char-property-with-value-function): Fix this to clear the
902 property rather than overwriting it with nil.
904 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
906 * emacs-lisp/package.el (package-print-package): Add link to
907 package description via describe-package.
908 (describe-package-1): List package requirements. Add button to
909 perform installation.
910 (package-menu-describe-package): New command.
912 * help-mode.el (help-package): New button type.
914 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
916 * emacs-lisp/package.el: Move package-list-packages binding to
918 (describe-package, describe-package-1, package--dir): New funs.
919 (package-activate-1): Use package--dir.
921 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
923 * help-mode.el (help-package-def): New button type.
925 * menu-bar.el: Move package-list-packages binding here from
928 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
930 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
932 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
934 * emacs-lisp/edebug.el (edebug-read-list):
935 Phase out old-style backquotes.
937 2010-06-17 Juri Linkov <juri@jurta.org>
939 * help-mode.el (help-mode): Set buffer-local variable
940 revert-buffer-function to help-mode-revert-buffer.
941 (help-mode-revert-buffer): New function.
943 * info.el (Info-revert-find-node): Check for major-mode Info-mode
944 before popping to "*info*" (like in other Info functions).
945 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
946 old-history-forward. Pop to old-buffer-name or "*info*" to
947 recreate the killed buffer. Set Info-history-forward from
949 (Info-breadcrumbs-depth): Add :group and :version.
951 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
953 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
955 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
957 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
958 for languages like Portuguese with pt_{BR,PT} and no plain pt.
960 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
962 * emacs-lisp/package.el (package-menu-mode-map):
963 Move initialization into declaration.
965 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
967 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
969 * emacs-lisp/package.el (package-archive-base): Point to
971 (package-enable, package-load-list): New defcustoms.
972 (package-user-dir, package-directory-list): Turn into defcustoms.
973 Don't include package-user-dir in package-directory-list.
974 (package--builtins-base): Don't include Emacs as a "package".
975 (package-subdirectory-regexp): New var.
976 (package-load-all-descriptors, package-compute-transaction)
977 (package-download-transaction): Obey package-load-list.
978 (package-activate-1): Rename from package-do-activate.
979 (package-list-packages-internal): Check package-load-list.
980 (package-load-descriptor, package-generate-autoloads)
981 (package-unpack, package-unpack-single)
982 (package--read-archive-file, package-delete): Use
985 * emacs-lisp/package-x.el: New file. Package uploading
986 functionality split out from package.el.
988 * startup.el (command-line): Load packages after reading init
991 2010-06-17 Tom Tromey <tromey@redhat.com>
993 * emacs-lisp/package.el: New file.
995 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
997 Fix vc-annotate for renamed files when using Git.
998 * vc-git.el (vc-git-find-revision): Deal with empty results from
999 ls-files. Doe not pass the object as a file name to cat-file, it
1001 (vc-git-annotate-command): Pass the file name using -- to avoid
1002 ambiguity with the revision.
1003 (vc-git-previous-revision): Pass a relative file name.
1005 2010-06-22 Glenn Morris <rgm@gnu.org>
1007 * progmodes/js.el (js-mode-map): Use standard capitalization and
1008 ellipses for menu entries.
1010 * wid-edit.el (widget-complete): Doc fix.
1012 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1014 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1016 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1018 Fix annotating other revisions for renamed files in vc-annotate.
1019 * vc-annotate.el (vc-annotate): Add an optional argument for the
1020 VC backend. Use it when non-nil.
1021 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1024 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1025 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1026 Do not pass the file name to the 'previous-revision call when we
1027 don't want a file diff. (Bug#6489)
1029 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1031 Fix finding revisions for renamed files in vc-annotate.
1032 * vc.el (vc-find-revision): Add an optional argument for
1033 the VC backend. Use it when non-nil.
1034 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1035 backend to vc-find-revision. (Bug#6487)
1037 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1039 Fix reading file names in Git annotate buffers.
1040 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1041 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1043 2010-06-20 Alan Mackenzie <acm@muc.de>
1045 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1046 in file local variables, set it first.
1048 2010-06-19 Glenn Morris <rgm@gnu.org>
1050 * descr-text.el (describe-char-unicode-data): Insert separating
1051 space when needed. (Bug#6422)
1053 * progmodes/idlwave.el (idlwave-action-and-binding):
1054 Fix typo in 2009-12-03 change. (Bug#6450)
1056 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1058 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1059 handling for `lambda' (misunderstanding).
1061 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
1063 * calc/calc-poly.el (math-accum-factors): Make sure that
1064 constants aren't distributed after they are factored out.
1066 2010-06-16 Juri Linkov <juri@jurta.org>
1068 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1069 `list-colors-print'. (Bug#6332)
1071 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1073 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1075 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1076 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
1078 * font-lock.el (font-lock-major-mode): Rename from
1079 font-lock-mode-major-mode to distinguish it from
1080 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1081 (font-lock-set-defaults):
1082 * font-core.el (font-lock-default-function): Adjust users.
1083 (font-lock-mode): Don't set it at all.
1085 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1087 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1089 2010-06-16 Glenn Morris <rgm@gnu.org>
1091 * calendar/appt.el (appt-time-msg-list): Doc fix.
1092 (appt-check): Let-bind appt-warn-time.
1093 (appt-add): Make the 3rd argument optional.
1094 Simplify argument names. Doc fix. Check for integer WARNTIME.
1095 Only add WARNTIME to the output list if non-nil.
1097 2010-06-16 Ivan Kanis <apple@kanis.eu>
1099 * calendar/appt.el (appt-check): Let the 3rd element of
1100 appt-time-msg-list specify the warning time.
1101 (appt-add): Add new argument with the warning time. (Bug#5176)
1103 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1105 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1106 older than version 1.6. (Bug#6361)
1108 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
1110 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1111 used by cl-do-arglist. (Bug#6408)
1113 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
1115 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1116 portuguese casechars/not-casechars for missing 'çÇ'.
1117 Suggested by Rolando Pereira (bug#6434).
1119 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
1121 * facemenu.el (list-colors-sort): Doc fix.
1123 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1125 * progmodes/sql.el (sql-connect-mysql): Fix typo.
1127 2010-06-14 Juri Linkov <juri@jurta.org>
1129 Add sort option `list-colors-sort'. (Bug#6332)
1130 * facemenu.el (color-rgb-to-hsv): New function.
1131 (list-colors-sort): New defcustom.
1132 (list-colors-sort-key): New function.
1133 (list-colors-display): Doc fix. Sort list according to the option
1135 (list-colors-print): Add HSV values to `help-echo' property of
1138 2010-06-14 Juri Linkov <juri@jurta.org>
1140 * compare-w.el: Move to the "vc" subdirectory.
1142 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1144 * image-mode.el (image-mode-map): Remap left-char and right-char.
1146 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1148 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
1150 * term/common-win.el (x-colors): Add all the color names defined
1151 in rgb.txt (Bug#6332).
1153 * facemenu.el (list-colors-print): Don't print extra names if it
1154 will overflow the window width.
1156 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1159 2010-06-12 Eli Zaretskii <eliz@gnu.org>
1161 * files.el (make-directory): Doc fix (bug#6396).
1163 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
1165 * net/tramp.el (tramp-remote-process-environment): Protect version
1166 string by apostroph.
1167 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1169 (tramp-file-name-for-operation): Add `call-process-region'.
1170 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1172 * net/tramp-compat.el (top): Do not autoload
1173 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1174 only when `start-file-process' is not bound.
1175 (tramp-advice-file-expand-wildcards): Do not use
1176 `tramp-handle-file-remote-p'.
1177 (tramp-compat-make-temp-file): Handle the case, that
1178 `make-temp-file' has no third argument EXTENSION.
1180 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
1182 * makefile.w32-in (WINS_BASIC): Include new directory vc.
1184 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1186 2010-06-11 Juri Linkov <juri@jurta.org>
1188 * finder.el (finder-known-keywords): Add keyword "vc"
1189 for version control.
1191 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1192 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1193 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1194 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1196 2010-06-11 Juri Linkov <juri@jurta.org>
1198 Move version control related files to the "vc" subdirectory.
1199 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1200 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1201 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1202 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1203 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1204 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1205 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1206 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1207 Move files to the "vc" subdirectory.
1209 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1211 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1214 2010-06-11 Stephen Eglen <stephen@gnu.org>
1216 * shell.el: Bind `shell-resync-dirs' to M-RET.
1218 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
1220 * notifications.el: Move file from lisp/net, because it is
1221 supposed to talk locally to the user.
1223 2010-06-10 Julien Danjou <julien@danjou.info>
1225 * net/notifications.el (notifications-on-action-signal)
1226 (notifications-on-closed-signal): Pass notification id as first
1227 argument to the callback functions. Add docstrings.
1228 (notifications-notify): Fix docstring.
1230 2010-06-10 Glenn Morris <rgm@gnu.org>
1232 * emacs-lisp/authors.el (authors-ignored-files)
1233 (authors-valid-file-names): Add some files.
1235 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1237 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1238 merge conflict, giving preference to the emacs-23 version of the code.
1240 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1242 * emacs-lisp/advice.el (ad-compile-function):
1243 Define warning-suppress-types before we let-bind it (bug#6275).
1245 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1246 declare it, make it buffer-local and permanent-local (bug#6324).
1247 (vc-resynch-window): Adjust name.
1248 * vc-hooks.el (vc-find-file-hook): Adjust name.
1250 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
1252 * net/notifications.el (notifications-notify): Fix docstring.
1254 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1256 Update to Unicode 6.0.0 beta.
1257 * international/charprop.el: Update copyright.
1258 * international/mule-cmds.el (ucs-names): Update character ranges.
1259 * international/uni-bidi.el:
1260 * international/uni-category.el:
1261 * international/uni-combining.el:
1262 * international/uni-comment.el:
1263 * international/uni-decimal.el:
1264 * international/uni-decomposition.el:
1265 * international/uni-digit.el:
1266 * international/uni-lowercase.el:
1267 * international/uni-mirrored.el:
1268 * international/uni-name.el:
1269 * international/uni-numeric.el:
1270 * international/uni-old-name.el:
1271 * international/uni-titlecase.el:
1272 * international/uni-uppercase.el: Regenerate.
1274 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1276 * emacs-lisp/smie.el (comment-string-strip): Declare function.
1277 (smie-precs-precedence-table): Fix typo in docstring.
1279 * vc-mtn.el (log-edit-extract-headers): Declare function.
1281 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1283 * net/notifications.el (dbus-register-signal): Declare function.
1284 (notifications-notify): Fix typos and reflow docstring.
1286 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1288 Improve VC create/retrieve tag/branch.
1289 * vc.el (vc-create-tag): Do not read the directory name for VCs
1290 with repository revision granularity. Adjust the tag/branch
1291 prompt. Reset VC properties.
1292 (vc-retrieve-tag): Do not read the directory name for VCs
1293 with repository revision granularity. Reset VC properties.
1295 2010-06-09 Julien Danjou <julien@danjou.info>
1297 * net/notifications.el: New file.
1299 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1301 Add optional support for resetting VC properties.
1302 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1303 call vc-file-clearprops when true.
1304 (vc-resynch-buffer): Add new optional argument, pass it down.
1305 (vc-resynch-buffers-in-directory): Likewise.
1307 Improve support for special markup in the VC commit message.
1308 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1309 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1310 * vc-git.el (vc-git-checkin):
1311 * vc-bzr.el (vc-bzr-checkin): Likewise.
1313 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1315 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1316 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1318 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
1320 * iimage.el: Remove images as soon as the underlying text is modified.
1321 (iimage-modification-hook): New function.
1322 (iimage-mode-buffer): Use it.
1324 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1326 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1327 smie-indent-offset-after. Add :prev case. Make a bit more generic.
1328 (smie-indent-virtual): Remove `virtual' arg. Update callers.
1329 (smie-indent-keyword): Add handling of open-paren keywords.
1330 (smie-indent-comment-continue): Don't assume comment-continue.
1332 2010-06-07 Martin Rudalics <rudalics@gmx.at>
1334 * window.el (pop-to-buffer): Remove the conditional that
1335 compares new-window and old-window, so it will reselect
1336 the selected window unconditionally.
1337 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1339 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1341 * emacs-lisp/smie.el (smie-indent-offset-after)
1342 (smie-indent-forward-token, smie-indent-backward-token): New functions.
1343 (smie-indent-after-keyword): Use them.
1344 (smie-indent-fixindent): Only applies to the indentation of the BOL.
1345 (smie-indent-keyword): Tweak the black magic.
1346 (smie-indent-comment-continue): Strip comment-continue before use.
1347 (smie-indent-functions): Indent comments before keywords.
1349 2010-06-06 Juri Linkov <juri@jurta.org>
1351 * isearch.el (isearch-lazy-highlight-search): Fix looping
1352 by checking for empty match. This syncs this loop with the
1353 similar loop in `isearch-search'. (Bug#6362)
1355 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1357 * net/dbus.el (dbus-register-method): Declare function.
1358 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1359 (dbus-introspect): Doc fix.
1360 (dbus-event-bus-name, dbus-introspect-get-interface)
1361 (dbus-introspect-get-argument): Reflow docstrings.
1363 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
1365 vc-log-incoming/vc-log-outgoing fixes for Git.
1366 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1367 incoming/outgoing logs.
1368 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1369 instead of vc-git-compute-remote.
1370 (vc-git-compute-remote): Remove.
1372 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1374 * term/common-win.el (x-colors): Add "dark green" and "dark
1375 turquoise" (Bug#6332).
1377 2010-06-04 Juri Linkov <juri@jurta.org>
1379 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1380 Instead of setting `replace' to t and replacing the same string
1381 with itself, don't do certain actions when
1382 kill-do-not-save-duplicates is non-nil and string is equal to car
1383 of kill-ring: don't call menu-bar-update-yank-menu, don't push
1384 interprogram-paste strings to kill-ring, and don't push the input
1385 argument `string' to kill-ring.
1386 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1388 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1390 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1392 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
1394 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1395 (tramp-gvfs-handler-mounted-unmounted)
1396 (tramp-gvfs-connection-mounted-p): Handle default-location.
1398 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1399 move files to trash.
1401 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1403 * international/mule-cmds.el (nonascii-insert-offset)
1404 (nonascii-translation-table): Add obsolescence information.
1406 * international/mule.el (make-translation-table-from-vector): Doc fix.
1408 2010-06-03 Eric Ludlam <zappo@gnu.org>
1410 * cedet/semantic/lex-spp.el
1411 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1412 invalid values during save, just save a nil (Bug#6324).
1414 2010-06-03 Glenn Morris <rgm@gnu.org>
1416 * desktop.el (desktop-clear-preserve-buffers):
1417 Add "*Warnings*" buffer. (Bug#6336)
1419 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1421 vc-log-incoming/vc-log-outgoing improvements for Git.
1422 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1424 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
1426 Add bindings for vc-log-incoming and vc-log-outgoing.
1427 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1428 and vc-log-outgoing.
1429 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1430 and vc-log-outgoing.
1432 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1434 * net/rcirc.el (rcirc-sort-nicknames): Remove.
1435 (rcirc-handler-366): Always sort nicknames.
1437 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1439 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1441 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1443 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1445 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1447 * net/rcirc.el (rcirc-sort-nicknames): Change default.
1448 (rcirc-sort-nicknames-join): Avoid setq.
1450 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1452 * net/rcirc.el (rcirc-sort-nicknames): New custom.
1453 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1454 (rcirc-handler-366): Use them.
1456 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1458 Split smie-indent-calculate into more manageable chunks.
1459 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1460 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1461 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1462 (smie-indent-exps): Extract from smie-indent-calculate.
1463 (smie-indent-functions): New var.
1464 (smie-indent-functions): Use them.
1466 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1468 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1469 (smie-indent-calculate): Simplify and cleanup.
1471 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
1473 * net/tramp-gvfs.el (top): Require url-util.
1474 (tramp-gvfs-mount-point): Remove.
1475 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1477 (with-tramp-dbus-call-method): Format trace message.
1478 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1479 Implement backup call, when operation on local files fails.
1480 Use progress reporter. Flush properties of changed files.
1481 (tramp-gvfs-handle-make-directory): Make more traces.
1482 (tramp-gvfs-url-file-name): Hexify file name in url.
1483 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1484 into account for the resulting file name.
1485 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1486 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
1487 (tramp-gvfs-handler-mounted-unmounted)
1488 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1489 attribute "default_location". Set "prefix" property.
1490 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1491 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1492 exists. Raise an error, if not (due to a corresponding answer
1493 "no" in interactive questions, for example).
1495 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1497 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1499 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
1501 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1504 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1506 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1507 * vc-git.el (vc-git-compute-remote): New function.
1508 (vc-git-log-outgoing): Use it instead of hard coding a value.
1509 (vc-git-log-incoming): New function.
1511 Improve state updating for VC tag commands.
1512 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1513 to update the state of all buffers in the directory.
1515 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1517 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1519 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1520 `file-directory-p' to the filename part rather than to the whole text.
1522 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
1524 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1527 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1529 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1531 2010-05-31 Drew Adams <drew.adams@oracle.com>
1533 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1535 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1537 * subr.el (momentary-string-display): Just use read-event to read
1538 the exit event (Bug#6238).
1540 2010-05-30 Eli Zaretskii <eliz@gnu.org>
1542 * international/mule.el (define-coding-system): Doc fix (bug#6313).
1544 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1546 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1547 Suggested by Eli Zaretskii <eliz@gnu.org>.
1549 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1551 * minibuffer.el (completion-file-name-table): Don't return a boundary
1552 past the end of `string' (bug#6299).
1553 (completion--file-name-table): Delegate to completion-file-name-table
1554 for the `boundaries' case.
1556 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1558 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1561 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1562 `path-separator', but maintain compatibility with Emacs 20.2.
1564 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1566 * server.el (server-process-filter): Receive parent-id argument
1568 (server-create-window-system-frame): New arg. Pass parent-id as
1571 2010-05-29 Eli Zaretskii <eliz@gnu.org>
1573 Bidi-sensitive word movement with arrow keys.
1574 * subr.el (right-arrow-command, left-arrow-command): Move to
1577 * bindings.el (right-char, left-char): Move from subr.el and
1578 rename from right-arrow-command and left-arrow-command.
1579 (right-word, left-word): New functions.
1580 (global-map) <right>: Bind to right-char.
1581 (global-map) <left>: Bind to left-char.
1582 (global-map) <C-right>: Bind to right-word.
1583 (global-map) <C-left>: Bind to left-word.
1585 * ls-lisp.el (ls-lisp-classify-file): New function.
1586 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1587 (ls-lisp-classify): Call ls-lisp-classify-file.
1588 (insert-directory): Remove blanks from switches.
1590 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1592 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1593 (ansi-color-drop-regexp): New constant.
1594 (ansi-color-apply, ansi-color-filter-region)
1595 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1596 (ansi-color-apply): Build string list before calling concat.
1598 2010-05-28 Juri Linkov <juri@jurta.org>
1600 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1601 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1604 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1606 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1607 to ignored backtrace functions.
1608 (with-progress-reporter): Expand docstring.
1609 (tramp-handle-delete-file): Implement TRASH argument.
1610 (tramp-get-remote-trash): New defun.
1612 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1614 * net/tramp-compat.el (tramp-compat-delete-file): Use
1615 `symbol-value' for backward compatibility.
1617 * net/tramp.el (tramp-handle-make-symbolic-link)
1619 (tramp-do-copy-or-rename-file-via-buffer)
1620 (tramp-do-copy-or-rename-file-directly)
1621 (tramp-do-copy-or-rename-file-out-of-band)
1622 (tramp-handle-process-file, tramp-handle-call-process-region)
1623 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1624 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1625 (tramp-delete-temp-file-function): Use `delete-file' instead
1626 of `tramp-compat-delete-file'.
1628 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1629 (tramp-fish-handle-make-symbolic-link)
1630 (tramp-fish-handle-process-file): Use `delete-file' instead
1631 of `tramp-compat-delete-file'.
1633 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1634 `delete-file' instead of `tramp-compat-delete-file'.
1636 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1637 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1638 `tramp-compat-delete-file'.
1640 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1641 `delete-file' instead of `tramp-compat-delete-file'.
1643 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1644 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1645 (tramp-smb-handle-write-region): Use `delete-file' instead of
1646 `tramp-compat-delete-file'.
1647 (tramp-smb-handle-delete-directory): Use 'trash as arg.
1649 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1651 * dired.el (dired-delete-file): New arg TRASH.
1652 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
1653 (dired-do-flagged-delete, dired-do-delete): Use trash.
1655 * speedbar.el (speedbar-item-delete): Allow trashing.
1657 * files.el (delete-directory): New arg TRASH.
1659 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1660 (ange-ftp-rename-remote-to-remote)
1661 (ange-ftp-rename-local-to-remote)
1662 (ange-ftp-rename-remote-to-local, ange-ftp-load)
1663 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1665 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1668 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1669 handle new TRASH arg of `delete-file'.
1671 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1672 (tramp-handle-make-symbolic-link, tramp-handle-load)
1673 (tramp-do-copy-or-rename-file-via-buffer)
1674 (tramp-do-copy-or-rename-file-directly)
1675 (tramp-do-copy-or-rename-file-out-of-band)
1676 (tramp-handle-process-file, tramp-handle-call-process-region)
1677 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1678 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1679 (tramp-delete-temp-file-function): Use null TRASH arg in
1680 tramp-compat-delete-file call.
1682 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1683 (tramp-fish-handle-delete-file)
1684 (tramp-fish-handle-make-symbolic-link)
1685 (tramp-fish-handle-process-file): Use null TRASH arg in
1686 `tramp-compat-delete-file' call.
1688 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1689 arg in `tramp-compat-delete-file' call.
1691 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1692 (tramp-gvfs-handle-write-region): Use null TRASH arg in
1693 `tramp-compat-delete-file' call.
1695 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1696 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1697 `tramp-compat-delete-file' call.
1699 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1700 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1701 (tramp-smb-handle-write-region): Use null TRASH arg in
1702 tramp-compat-delete-file call.
1703 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1704 (tramp-smb-handle-delete-file): Rename arg.
1706 * diff.el (diff-sentinel):
1707 * epg.el (epg--make-temp-file, epg-decrypt-string)
1708 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1709 * jka-compr.el (jka-compr-partial-uncompress)
1710 (jka-compr-call-process, jka-compr-write-region):
1711 * server.el (server-sentinel): Remove optional arg from
1712 delete-file, reverting 2010-05-03 change.
1714 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1716 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1717 font-lock-constant-face, not obsolete font-lock-reference-face.
1719 2010-05-27 Kenichi Handa <handa@m17n.org>
1721 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1722 element of GSTRING is nil.
1724 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1726 * emacs-lisp/smie.el (smie-forward-token-function)
1727 (smie-backward-token-function): New vars.
1728 (smie-backward-sexp, smie-forward-sexp)
1729 (smie-indent-hanging-p, smie-indent-calculate): Use them.
1730 (smie-default-backward-token): Rename from smie-backward-token and
1732 (smie-default-forward-token): Rename from smie-forward-token and
1734 (smie-next-sexp): Handle nil results from next-token.
1735 (smie-indent-calculate): Add a new case for special `fixindent' comments.
1737 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1739 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1740 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1742 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1744 * htmlfontify.el (hfy-face-resolve-face): New function.
1745 (hfy-face-to-style): Use it (Bug#6279).
1747 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1749 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1750 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1752 2010-05-26 Glenn Morris <rgm@gnu.org>
1754 * emulation/edt.el (edt-load-keys): Use locate-library.
1756 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
1758 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1759 (log-edit-changelog-entries): Doc fix.
1760 (log-edit-changelog-insert-entries): Args changed.
1761 Rename relative filenames in ChangeLog entries. Delete tabs.
1762 (log-edit-insert-changelog-entries): Reorganize return value of
1763 `log-edit-changelog-entries' to pass filenames to
1764 log-edit-changelog-insert-entries.
1766 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1768 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1769 `image-dired-dired-insert-marked-thumbs' to
1770 `image-dired-dired-toggle-marked-thumbs'.
1772 * image-dired.el: Require cl when compiling.
1773 (image-dired-dired-toggle-marked-thumbs): Rename from
1774 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
1775 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
1776 to 'no-dir. Skip files whose names don't match
1777 `image-file-name-regexp'. When file has a thumbnail overlay,
1778 delete it. (Bug#5270)
1780 2010-05-25 Juri Linkov <juri@jurta.org>
1782 * image-mode.el (image-mode): Add image-after-revert-hook to
1784 (image-after-revert-hook): New function. (Bug#5669)
1786 2010-05-25 Juri Linkov <juri@jurta.org>
1788 * image.el (image-animated-p): When delay between animated images
1789 is 0, set it to 10 (0.1 sec). (Bug#6258)
1791 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1793 * net/tramp.el (tramp-handle-insert-directory): Don't use
1794 `forward-word', its default syntax could be changed.
1796 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
1798 * net/tramp.el (tramp-progress-reporter-update): New defun.
1799 (with-progress-reporter): Use it.
1800 (tramp-process-actions):
1801 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1802 current message, in order to let progress reporter continue
1803 afterwards. (Bug#6257)
1805 2010-05-25 Glenn Morris <rgm@gnu.org>
1807 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1810 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1812 * net/rcirc.el (rcirc-default-user-name): Change to "user".
1813 (rcirc-default-full-name): Change to "unknown".
1814 (rcirc-user-name-history): Add variable.
1816 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1817 Jonathan Rockway <jon@jrock.us>
1819 * net/rcirc.el (rcirc-server-alist): Add :pass.
1820 (rcirc): When prompting for connection parameters, also prompt for
1821 username and password.
1822 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
1823 value to server when connecting.
1825 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1827 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1828 (smie-merge-prec2s): Pass the tables as separate args.
1829 (smie-bnf-precedence-table): Adjust call accordingly.
1830 (smie-prec2-levels): Set levels at the end.
1832 Replace Lisp calls to delete-backward-char by delete-char.
1833 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1834 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1835 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1836 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1837 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1838 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1839 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1840 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1841 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1842 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1843 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1844 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1845 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1846 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1847 delete-backward-char by calls to delete-char.
1849 2010-05-25 Kenichi Handa <handa@m17n.org>
1851 * language/hebrew.el (hebrew-shape-gstring): New function.
1852 Register it in composition-function-table for all Hebrew combining
1855 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1857 * epa.el (epa--select-keys): Don't explicitly delete the window since
1858 that can fail (e.g. sole window in frame). Use dedication instead.
1860 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1862 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1864 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
1866 * image.el (image-refresh): Define as an alias for image-flush.
1868 * image-mode.el (image-toggle-display-image): Caller changed.
1870 2010-05-21 Juri Linkov <juri@jurta.org>
1872 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1873 Remove "all" from grep-files-aliases. Split grep-files-aliases by
1874 whitespace, call wildcard-to-regexp on substrings and concat them
1875 with "\\|". (Bug#6114)
1877 2010-05-21 Alan Mackenzie <acm@muc.de>
1879 * progmodes/cc-engine.el (c-parse-state-get-strategy):
1880 Replace parameter `here' with `here-' and `here-plus', which sandwich
1881 any pertinent CPP construct.
1882 (c-remove-stale-state-cache-backwards): Fix a bug which happens
1883 when doing (c-parse-state) in a CPP construct: Exclude any "new"
1884 CPP construct from taking part in the scanning.
1886 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
1888 * net/tramp.el (tramp-do-copy-or-rename-file)
1889 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1890 Tune `with-progress-reporter' messages.
1891 (tramp-handle-vc-registered):
1892 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1893 (tramp-fish-handle-insert-file-contents)
1894 (tramp-fish-maybe-open-connection):
1895 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1896 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1897 (tramp-imap-handle-insert-file-contents)
1898 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1900 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
1902 * add-log.el (change-log-font-lock-keywords):
1903 Highlight all authors in multi-author entries.
1905 * smerge-mode.el (smerge-refine-ignore-whitespace)
1906 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1907 Fix typos in docstrings.
1908 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1910 2010-05-21 Glenn Morris <rgm@gnu.org>
1912 * progmodes/fortran.el (fortran-mode):
1913 * progmodes/f90.el (f90-mode): Derive from prog-mode.
1915 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1916 having a relative path in src/Makefile.in.
1918 2010-05-20 Kevin Ryde <user42@zip.com.au>
1920 * help-mode.el (help-make-xrefs): For Info node links turn
1921 newlines into spaces. Link node names with newlines are matched
1922 by help-xref-info-regexp and buttonized, this change ensures they
1923 can be followed successfully with RET. (Bug#6206)
1925 2010-05-20 Juri Linkov <juri@jurta.org>
1927 * locate.el (locate): Use pop-to-buffer instead of
1928 switch-to-buffer-other-window. (Bug#6204)
1930 2010-05-20 Juri Linkov <juri@jurta.org>
1932 * replace.el (replace-highlight): Fix lazy-highlighting
1933 for `M-s w str M-% str RET'.
1935 2009-12-15 Masatake YAMATO <yamato@redhat.com>
1937 * isearch.el (isearch-yank-word-or-char): Pull next subword
1938 when `subword-mode' is activated. (Bug#6220)
1940 2010-05-20 Mark A. Hershberger <mah@everybody.org>
1942 * isearch.el (isearch-update-post-hook): New hook.
1943 (isearch-update): Use the new hook. (Bug#6225)
1945 2010-05-20 Juri Linkov <juri@jurta.org>
1947 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1948 [f1], [help], and (char-to-string help-char) instead of "\C-h".
1951 2010-05-20 Juri Linkov <juri@jurta.org>
1953 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1956 2010-05-20 Juri Linkov <juri@jurta.org>
1958 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1959 FILE-NAME to read from the minibuffer when called interactively
1960 with prefix argument instead of using buffer-file-name.
1961 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1963 * dired.el: Update autoloads.
1965 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
1967 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1968 nxml-finish-element, for consistency with SGML mode.
1970 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1973 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
1975 * composite.el: Require cl when compiling.
1976 (reference-point-alist, compose-gstring-for-graphic)
1977 (compose-gstring-for-terminal): Fix typos in docstrings.
1979 2010-05-19 Juri Linkov <juri@jurta.org>
1981 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1982 set-window-parameter.
1984 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1986 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1988 (tramp-maybe-open-connection): Use it.
1990 2010-05-19 Eli Zaretskii <eliz@gnu.org>
1992 * simple.el (move-end-of-line): Make sure we are at line beginning
1993 before backing up to end of previous line.
1995 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1997 * password-cache.el (password-cache-remove): Fix docstring.
1999 * net/secrets.el: Autoload the widget functions.
2000 (secrets-search-items, secrets-create-item)
2001 (secrets-get-attributes, secrets-expand-item): Attributes will be
2002 stored on the password database without leading ":", as all other
2004 (secrets-mode): Fix docstring.
2005 (secrets-show-secrets): Provide it as autoloaded command only when
2006 D-Bus support is available. Check existence of Secret Service API.
2008 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2010 * indent.el (indent-region): Deactivate region (bug#6200).
2012 2010-05-19 Glenn Morris <rgm@gnu.org>
2014 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
2016 2010-05-19 Kenichi Handa <handa@m17n.org>
2018 * composite.el: Register compose-gstring-for-graphic in
2019 composition-function-table only for combining characters (Mn, Mc, Me).
2021 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2023 * calc/calc-trail.el (calc-trail-isearch-forward)
2024 (calc-trail-isearch-backward): Ensure that the new window
2025 point is set correctly.
2027 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2029 * subr.el (read-quoted-char): Resolve modifiers after key
2030 remapping (bug#6212).
2032 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
2034 Add visualization code for secrets.
2035 * net/secrets.el (secrets-mode): New major mode.
2036 (secrets-show-secrets, secrets-show-collections)
2037 (secrets-expand-collection, secrets-expand-item)
2038 (secrets-tree-widget-after-toggle-function)
2039 (secrets-tree-widget-show-password): New defuns.
2041 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2043 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2044 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2045 handled in smie-next-sexp.
2046 (smie-indent-calculate): Provide a starting indentation (so the
2047 recursion is well-founded ;-).
2049 Fix handling of non-associative equal levels.
2050 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2051 when it's not needed.
2052 (smie-op-left, smie-op-right): New functions.
2053 (smie-next-sexp): New function, extracted from smie-backward-sexp.
2054 Better handle equal levels to distinguish the associative case from
2055 the "multi-keyword construct" case.
2056 (smie-backward-sexp, smie-forward-sexp): Use it.
2058 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
2060 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2062 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2063 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2065 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2067 Provide a simple generic indentation engine and use it for Prolog.
2068 * emacs-lisp/smie.el: New file.
2069 * progmodes/prolog.el (prolog-smie-op-levels)
2070 (prolog-smie-indent-rules): New var.
2071 (prolog-mode-variables): Use them to configure SMIE.
2072 (prolog-indent-line, prolog-indent-level): Remove.
2074 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
2076 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2077 order before computing the averages.
2079 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2081 * calc/calc-vec.el (calc-histogram):
2082 (calcFunc-histogram): Allow vectors as inputs.
2083 (math-vector-avg): New function.
2085 * calc/calc-ext.el (math-group-float): Have the number of digits
2086 being grouped depend on the radix (Bug#6189).
2088 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2090 * version.el (emacs-copyright, emacs-version): Don't define here,
2091 now that emacs.c defines it.
2093 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2095 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2096 "Describe Language Environment" menu item.
2098 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2100 Bidi-sensitive movement with arrow keys.
2101 * subr.el (right-arrow-command, left-arrow-command): New functions.
2103 * bindings.el (global-map): Bind them to right and left arrow keys.
2105 Don't override standard definition of convert-standard-filename.
2106 * files.el (convert-standard-filename): Call
2107 w32-convert-standard-filename and dos-convert-standard-filename on
2108 the corresponding systems.
2110 * w32-fns.el (w32-convert-standard-filename): Rename from
2111 convert-standard-filename. Doc fix.
2113 * dos-fns.el (dos-convert-standard-filename): Doc fix.
2114 (convert-standard-filename): Don't defalias.
2115 (register-name-alist, make-register, register-value)
2116 (set-register-value, intdos): Obsolete aliases for the
2117 corresponding dos-* functions and variables.
2118 (dos-intdos): Add a doc string.
2120 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
2122 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2123 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2124 (math-compose-tex-func):
2125 * calc/calccomp.el (math-compose-expr):
2126 * calc/calc-ext.el (math-format-flat-expr-fancy):
2127 * calc/calc-store.el (calc-read-var-name):
2128 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2130 * calc/calc.el (var-π, var-φ, var-γ): New variables.
2131 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2132 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2133 (math-standard-units): Add units.
2135 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2137 * progmodes/asm-mode.el (asm-mode):
2138 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2140 * pcomplete.el (pcomplete-completions-at-point): New function,
2141 extracted from pcomplete-std-complete.
2142 (pcomplete-std-complete): Use it.
2144 2010-05-15 Glenn Morris <rgm@gnu.org>
2146 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2147 Remove references to CVS, RCS and Old directories.
2149 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
2151 * calc/calc-bin.el (math-format-twos-complement): Group digits when
2154 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2156 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2157 (sh-mode-syntax-table): Give it a default value instead.
2158 (sh-header-marker): Make buffer-local.
2159 (sh-mode): Move make-local-variable to the corresponding setq.
2160 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2161 Use complete-with-action.
2163 * simple.el (prog-mode): New (abstract) major mode.
2164 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2165 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2167 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
2169 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2170 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2171 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2172 (sql-make-alternate-buffer-name, sql-placeholders-filter)
2173 (sql-escape-newlines-filter, sql-input-sender)
2174 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2176 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
2178 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2180 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2181 latex-open-block and C-c / to latex-close-block.
2183 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2184 and C-c C-e to sgml-close-tag.
2186 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
2188 * net/tramp.el (with-progress-reporter): Create reporter object
2189 only when the message would be displayed. Handle nested calls.
2190 (tramp-handle-load, tramp-handle-file-local-copy)
2191 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2192 (tramp-maybe-send-script, tramp-find-shell):
2193 Use `with-progress-reporter'.
2194 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2197 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2198 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2199 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2200 Use `with-progress-reporter'.
2202 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
2204 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2205 process everytime when spellchecking from the minibuffer (bug#6143).
2207 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2209 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2211 * dos-fns.el: Add "dos-" prefix for namespace control.
2212 (convert-standard-filename): Define as alias for
2213 dos-convert-standard-filename but only if applicable.
2215 2010-05-12 Alan Mackenzie <acm@muc.de>
2217 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2218 Push the mark at the start of these functions when appropriate.
2220 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2222 * minibuffer.el (completion-cycle-threshold): New custom var.
2223 (completion--do-completion): Use it.
2224 (minibuffer-complete): Use cycling if appropriate.
2226 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
2228 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2229 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2231 2010-05-11 Juri Linkov <juri@jurta.org>
2233 * scroll-all.el (scroll-all-check-to-scroll):
2234 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2236 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2238 * iimage.el (iimage-mode-map): Move initialization into declaration.
2239 (iimage-mode-buffer): Use with-silent-modifications.
2240 Simplify calling convention. Adjust callers.
2241 (iimage-mode): Don't run hook redundantly.
2243 * minibuffer.el (completion-pcm--pattern->regex):
2244 Fix last change (bug#6160).
2246 2010-05-10 Juri Linkov <juri@jurta.org>
2248 Remove nodes visited during Isearch from the Info history.
2249 * info.el (Info-isearch-initial-history)
2250 (Info-isearch-initial-history-list): New variables.
2251 (Info-isearch-start): Record initial values of
2252 Info-isearch-initial-history and Info-isearch-initial-history-list.
2253 Add Info-isearch-end to isearch-mode-end-hook.
2254 (Info-isearch-end): New function.
2256 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
2258 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2259 format string, in order to work around a bug in pdksh.
2260 Reported by Gilles Pion <gpion@lfdj.com>.
2261 (tramp-handle-verify-visited-file-modtime): Do not send a command
2262 when the connection is not established.
2263 (tramp-handle-set-file-times): Simplify the check for utc.
2265 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
2267 Fix use of `filter-buffer-substring' (rework previous change).
2268 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2269 (cua-repeat-replace-region):
2270 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2271 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2272 (cua-cut-region-to-global-mark): Use it.
2274 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
2276 * progmodes/sql.el: Version 2.1.
2277 (sql-product-alist): Redesign structure of product info.
2278 (sql-product, sql-user, sql-server, sql-database): Safe variables.
2279 (sql-port, sql-port-history): New variables.
2280 (sql-interactive-product): New variable.
2281 (sql-send-terminator): New variable.
2282 (sql-imenu-generic-expression): Add "Types" imenu entry.
2283 (sql-oracle-login-params, sql-sqlite-login-params)
2284 (sql-mysql-login-params, sql-solid-login-params)
2285 (sql-sybase-login-params, sql-informix-login-params)
2286 (sql-ingres-login-params, sql-ms-login-params)
2287 (sql-postgres-login-params, sql-interbase-login-params)
2288 (sql-db2-login-params, sql-linter-login-params)
2289 (sql-oracle-scan-on): New variables.
2290 (sql-mode-map): Add C-c C-i to start interactive mode.
2291 (sql-mode-menu): Update existing menu entries.
2292 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2293 (sql-mode-oracle-font-lock-keywords)
2294 (sql-mode-postgres-font-lock-keywords)
2295 (sql-mode-ms-font-lock-keywords)
2296 (sql-mode-sybase-font-lock-keywords)
2297 (sql-mode-informix-font-lock-keywords)
2298 (sql-mode-interbase-font-lock-keywords)
2299 (sql-mode-ingres-font-lock-keywords)
2300 (sql-mode-solid-font-lock-keywords)
2301 (sql-mode-mysql-font-lock-keywords)
2302 (sql-mode-sqlite-font-lock-keywords)
2303 (sql-mode-db2-font-lock-keywords)
2304 (sql-mode-linter-font-lock-keywords): Update initialization to
2305 reduce run-time complexity.
2306 (sql-add-product, sql-del-product): New functions.
2307 (sql-set-product-feature, sql-get-product-feature): New functions.
2308 (sql-product-font-lock): Update product API.
2309 (sql-add-product-keywords): New function.
2310 (sql-highlight-product): Update product API.
2311 (sql-help-list-products): New function.
2312 (sql-help): Dynamically lists free and non-free products.
2313 (sql-get-login): Correct bug in handling history and added
2315 (sql-copy-column): Copy without properties.
2316 (sqli-input-sender): Apply filters to SQLi input.
2317 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2318 Implement as a filter.
2319 (sql-escape-newlines-filter): Implement as a filter.
2320 (sql-remove-tabs-filter): New function.
2321 (sql-send-magic-terminator): New function.
2322 (sql-send-string): Implement magic terminator.
2323 (sql-send-region): Use `sql-send-string'.
2324 (sql-interactive-mode): Use product API.
2325 (sql-product-interactive): Use product API.
2326 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2327 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2328 (sql-db2, sql-linter): Use `sql-product-interactive'.
2329 (sql-connect): New function.
2330 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2331 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2332 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2333 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2336 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2338 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2339 New custom variable.
2340 (completion-pcm--string->pattern): Use it.
2341 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2342 Make it handle any symbol as `any'.
2343 (completion-pcm--merge-completions): Extract common suffix for the new
2344 `prefix' symbol as well.
2345 (completion-substring--all-completions): Use the new `prefix' symbol.
2347 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
2349 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2351 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2352 (tramp-compat-funcall): New defmacro.
2353 (tramp-compat-line-beginning-position)
2354 (tramp-compat-line-end-position)
2355 (tramp-compat-temporary-file-directory)
2356 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2357 (tramp-compat-copy-file, tramp-compat-copy-directory)
2358 (tramp-compat-delete-file, tramp-compat-delete-directory)
2359 (tramp-compat-number-sequence, tramp-compat-process-running-p)
2360 * net/tramp.el (top, with-progress-reporter)
2361 (tramp-rfn-eshadow-setup-minibuffer)
2362 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2363 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2364 (tramp-completion-mode-p, tramp-check-for-regexp)
2365 (tramp-open-connection-setup-interactive-shell)
2366 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2367 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2368 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2369 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2370 (tramp-reporter-dump-variable, tramp-load-report-modules)
2371 (tramp-append-tramp-buffers)
2372 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2374 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2376 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2378 * progmodes/compile.el (compilation-buffer-modtime): Rename from
2379 buffer-modtime. Adjust users.
2381 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2383 * international/mule.el (auto-coding-alist): Only purecopy
2384 car of each item, not the whole list (Bug#6083).
2386 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2388 * progmodes/js.el (js-mode): Make paragraph variables local before
2389 calling c-setup-paragraph-variables (Bug#6071).
2391 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2393 * composite.el (compose-region, reference-point-alist): Fix typos
2396 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2398 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2399 gnuplot's "set" command.
2401 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2403 * abbrev.el (last-abbrev-text): Doc fix.
2404 (abbrev-prefix-mark): Don't escape parenthesis.
2406 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
2408 * composite.el (find-composition): Doc fix.
2410 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2412 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2413 (sql-oracle-program, sql-sqlite-options)
2414 (sql-query-placeholders-and-send): Doc fixes.
2415 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2416 (sql-imenu-generic-expression, sql-buffer)
2417 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2418 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2419 (sql-mode-sybase-font-lock-keywords)
2420 (sql-mode-informix-font-lock-keywords)
2421 (sql-mode-interbase-font-lock-keywords)
2422 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2423 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2424 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2425 (sql-product-feature, sql-highlight-product)
2426 (comint-line-beginning-position, sql-rename-buffer)
2427 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2428 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2429 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2430 Fix typos in docstrings.
2432 2010-05-08 Juri Linkov <juri@jurta.org>
2434 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2435 property instead of `invisible' and `after-string' (bug#5998).
2437 2010-05-08 Juri Linkov <juri@jurta.org>
2439 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2441 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2443 * filecache.el (file-cache-add-directory-list)
2444 (file-cache-add-directory-recursively): Fix typos in docstrings.
2446 2010-05-08 Kenichi Handa <handa@m17n.org>
2448 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2449 (gujarati-composable-pattern): Fix typo.
2451 2010-05-08 Kenichi Handa <handa@m17n.org>
2453 * language/indian.el (oriya-composable-pattern)
2454 (tamil-composable-pattern, malayalam-composable-pattern):
2455 Add two-part vowels to "v" (vowel sign).
2457 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2459 * files.el (copy-directory): Handle symlinks (Bug#5982).
2461 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2463 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2464 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2467 2010-05-08 Glenn Morris <rgm@gnu.org>
2469 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2471 * minibuffer.el (completion-at-point): Doc fix.
2473 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2475 * electric.el (Electric-command-loop): Minor tweak.
2477 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2478 better with dedicated windows.
2480 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2482 * Version 23.2 released.
2484 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2485 Stefan Monnier <monnier@iro.umontreal.ca>
2487 Highlight vendor specific properties.
2488 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2489 (css-proprietary-property): New face.
2490 (css-font-lock-keywords): Use them.
2492 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2494 * cus-start.el (all): Add native condition for tool-bar-* symbols.
2496 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2498 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2499 * files.el (auto-mode-alist): Remove redundant entries.
2501 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2502 * simple.el (auto-save-mode): Move from files.el.
2503 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2505 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
2507 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2509 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2511 * mail/binhex.el (binhex-decode-region-internal)
2512 * mail/uudecode.el (uudecode-decode-region-internal)
2513 * net/dns.el (dns-read-string-name, dns-write, dns-read)
2514 (dns-read-type, dns-query)
2515 * pgg-parse.el (pgg-parse-armor)
2516 * pgg.el (pgg-verify-region)
2517 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2520 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2522 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
2524 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2526 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2527 * emulation/cua-base.el (cua-repeat-replace-region):
2528 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2529 (cua-cut-region-to-global-mark):
2530 Remove text properties with `set-text-properties'.
2532 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
2534 * net/tramp.el (top, with-progress-reporter):
2535 Use `symbol-function' inside `funcall'.
2537 * net/tramp-compat.el (tramp-compat-file-attributes)
2538 (tramp-compat-delete-file, tramp-compat-delete-directory):
2539 Handle only `wrong-number-of-arguments' error.
2541 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2542 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2545 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2547 * minibuffer.el (completion--sreverse, completion--common-suffix):
2549 (completion-pcm--merge-completions): Extract common suffix when safe.
2551 * emacs-lisp/easy-mmode.el (define-minor-mode):
2552 Make :variable more flexible.
2553 * files.el (auto-save-mode): Use it to define using define-minor-mode.
2555 2010-05-05 Juri Linkov <juri@jurta.org>
2557 Add `slow' and `history' tags to the desktop data.
2559 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2560 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2561 (Info-finder-find-node): Require `finder.el' to be able
2562 to restore node from the desktop.
2563 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
2564 data `Info-history' and `slow' tag in the assoc list.
2565 (Info-restore-desktop-buffer): Don't restore nodes with the
2566 `slow' tag. Restore `Info-history'.
2568 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
2570 Add FORCE argument to `delete-file'.
2572 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2573 forcing to delete the temporary file.
2574 (ange-ftp-delete-file): Add FORCE arg.
2575 (ange-ftp-rename-remote-to-remote)
2576 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2577 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2578 Force file deletion.
2580 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2582 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2583 (tramp-handle-make-symbolic-link, tramp-handle-load)
2584 (tramp-do-copy-or-rename-file-via-buffer)
2585 (tramp-do-copy-or-rename-file-directly)
2586 (tramp-do-copy-or-rename-file-out-of-band)
2587 (tramp-handle-process-file, tramp-handle-call-process-region)
2588 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2589 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2590 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2592 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2593 (tramp-fish-handle-make-symbolic-link)
2594 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2596 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2597 Use `tramp-compat-delete-file'.
2599 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2600 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2602 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2603 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2605 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2606 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2607 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2608 `tramp-compat-delete-file'.
2610 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2613 * subr.el (add-minor-mode): Use push.
2614 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2615 * emulation/edt.el (edt-select-mode): Simplify.
2617 Use define-minor-mode in more cases.
2618 * term/tvi970.el (tvi970-set-keypad-mode):
2619 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2620 (normal-erase-is-backspace-mode):
2621 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2622 (set-scroll-bar-mode-1): (Re)move to its sole caller.
2623 (get-scroll-bar-mode): New function.
2624 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2626 Use define-minor-mode for less obvious cases.
2627 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2628 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2629 * international/iso-ascii.el (iso-ascii-mode):
2630 * frame.el (auto-raise-mode, auto-lower-mode):
2631 * composite.el (global-auto-composition-mode): Use define-minor-mode.
2633 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
2635 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2636 in order to see error messages for failed logins.
2638 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2640 * diff.el (diff-sentinel):
2642 * epg.el (epg--make-temp-file, epg-decrypt-string)
2643 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2645 * jka-compr.el (jka-compr-partial-uncompress)
2646 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2648 * server.el (server-sentinel): Use delete-file's new FORCE arg
2651 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2653 Use define-minor-mode where applicable.
2654 * view.el (view-mode):
2655 * type-break.el (type-break-query-mode)
2656 (type-break-mode-line-message-mode):
2657 * textmodes/reftex.el (reftex-mode):
2658 * term/vt100.el (vt100-wide-mode):
2659 * tar-mode.el (tar-subfile-mode):
2660 * savehist.el (savehist-mode):
2661 * ibuf-ext.el (ibuffer-auto-mode):
2662 * composite.el (auto-composition-mode):
2663 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2664 Use define-minor-mode.
2665 (vhdl-mode): Use static mode-line format.
2666 (vhdl-mode-line-update): Delete.
2667 (vhdl-create-mode-menu, vhdl-activate-customizations)
2668 (vhdl-hs-minor-mode): Don't bother calling it.
2670 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2672 * simple.el (with-wrapper-hook): Move.
2673 (buffer-substring-filters): Mark obsolete.
2674 (filter-buffer-substring-functions): New variable.
2675 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
2677 Use a mode-line spec rather than a static string in Semantic.
2678 * cedet/semantic/util-modes.el:
2679 (semantic-minor-modes-format): New var to replace...
2680 (semantic-minor-modes-status): Remove.
2681 (semantic-mode-line-update): Construct a mode-line spec rather than
2682 a static string so that mouse buttons can be used on individual minor
2683 modes and so that semantic-mode-line-update only needs to be called
2684 when global settings are changed.
2685 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2686 Call semantic-mode-line-update.
2687 (semantic-toggle-minor-mode-globally): Don't assume mode is on
2688 minor-mode-alist, check semantic-minor-mode-alist as well.
2689 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2690 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2691 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2692 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2693 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2694 (define-semantic-idle-service, semantic-idle-summary-mode):
2695 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2696 Don't call semantic-mode-line-update any more.
2698 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2700 Use define-minor-mode in CEDET where applicable.
2702 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2703 Use define-minor-mode.
2705 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2706 Remove unused arg `keymap' and code redundant with define-minor-mode.
2707 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2708 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2709 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2710 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2711 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2712 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2713 Use define-minor-mode.
2714 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2715 (semantic-show-unmatched-syntax-mode-setup)
2716 (semantic-show-parser-state-mode-setup)
2717 (semantic-highlight-func-mode-setup): Inline into sole caller.
2719 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2720 (semantic-mru-bookmark-mode): Use define-minor-mode.
2721 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2723 * cedet/semantic/idle.el (define-semantic-idle-service):
2724 Use define-minor-mode and inline setup function into its sole caller.
2725 (semantic-idle-scheduler-mode-setup)
2726 (semantic-idle-summary-mode-setup): Inline into sole caller.
2727 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2728 Use define-minor-mode.
2730 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2731 (semantic-decoration-mode): Use define-minor-mode.
2732 (semantic-decoration-mode-setup): Inline into sole caller.
2734 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2735 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2736 (ede-dired-add-to-target): Use dolist.
2738 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2739 Michael Albinus <michael.albinus@gmx.de>
2741 Implement compression for inline methods.
2743 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2744 (tramp-copy-size-limit): Allow also nil.
2745 (tramp-inline-compress-commands): New defconst.
2746 (tramp-find-inline-compress, tramp-get-inline-compress)
2747 (tramp-get-inline-coding): New defuns.
2748 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2749 replaced by `tramp-get-inline-coding'.
2750 (tramp-handle-file-local-copy, tramp-handle-write-region)
2751 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2753 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2755 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2756 Remove unused functions.
2758 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2759 Set find-tag-default-function as a variable rather than a property.
2761 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2762 * progmodes/etags.el (tags-completion-at-point-function):
2763 Remove left over interactive spec. Add autoloading stub.
2764 (complete-tag): Use tags-completion-at-point-function.
2766 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
2768 * minibuffer.el (tags-completion-at-point-function): Fix return value.
2770 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2772 * ido.el (ido-init-completion-maps): Remove C-v binding.
2773 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2775 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2777 * minibuffer.el (tags-completion-at-point-function): New function.
2778 (completion-at-point-functions): Use it.
2780 * cedet/semantic.el (semantic-completion-at-point-function): New function.
2781 (semantic-mode): Use semantic-completion-at-point-function for
2782 completion-at-point-functions instead.
2784 * progmodes/etags.el (complete-tag): Revert last change.
2786 2010-04-29 Alan Mackenzie <acm@muc.de>
2788 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2789 off-by-one error (in end of macro position).
2791 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2793 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2794 firefox is absent. Don't autoload.
2795 (browse-url-galeon-program): Don't autoload.
2797 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2799 * bindings.el (complete-symbol): Move into minibuffer.el.
2801 * minibuffer.el (complete-tag): Move from etags.el. If tags
2802 completion cannot be performed, return nil instead of signalling
2804 (completion-at-point): Make it an alias for complete-symbol.
2805 (complete-symbol): Move from bindings.el, and replace with the
2806 body of completion-at-point.
2808 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2810 * cedet/semantic.el (semantic-mode): When enabled, add
2811 semantic-ia-complete-symbol to completion-at-point-functions.
2813 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2814 if Semantic is not active.
2816 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
2818 * net/tramp.el (tramp-remote-selinux-p): New defun.
2819 (tramp-handle-file-selinux-context)
2820 (tramp-handle-set-file-selinux-context): Use it.
2822 2010-04-28 Sam Steingold <sds@gnu.org>
2824 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2825 `safe-local-variable' if the value is a string or a symbol with
2826 the property `bug-reference-url-format'.
2828 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2830 * progmodes/bug-reference.el (bug-reference-url-format): Revert
2831 2010-04-27 change due to security risk.
2833 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2835 Make it possible to locally disable a globally enabled mode.
2836 * simple.el (fundamental-mode): Run fundamental-mode-hook.
2837 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2838 rather than kill-all-local-variables so it runs fundamental-mode-hook.
2839 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2840 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2841 that subsequent hooks get a chance to disable it.
2843 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2845 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2846 Avoid re-enabling a minor mode after the user turned the minor mode
2847 off if MODE-enable-in-buffers is run twice (typically once from
2848 fundamental-mode's after-change-major-mode-hook and a second time from
2849 run-mode-hook's own after-change-major-mode-hook).
2851 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2853 2010-04-27 Sam Steingold <sds@gnu.org>
2855 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2856 `safe-local-variable' if the value is a string or a function, as
2857 documented and implemented on 2010-04-02.
2859 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
2861 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2862 when method is 'kill.
2864 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
2866 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2867 condition in default directory check.
2868 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2869 Kill ispell process when killing its associated buffer.
2871 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
2873 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2874 but we aren't using it.
2876 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
2878 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2879 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2881 2010-04-24 Glenn Morris <rgm@gnu.org>
2883 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2884 Ignore VCS-ignore files, and deleted nextstep preferences files.
2885 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2886 (authors-ambiguous-files): New list.
2887 (authors-valid-file-names): Add some deleted files.
2888 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2889 (authors-disambiguate-file-name): New function. (Bug#5501)
2890 (authors-canonical-file-name): Doc fix.
2891 Don't warn about obsolete files.
2892 (authors-canonical-file-name, authors-scan-el):
2893 Use authors-disambiguate-file-name.
2895 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2896 Add autoload cookies.
2897 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2898 (generated-autoload-file): Set file-local value to "htmlfontify.el".
2899 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2900 They have definitions / compiler macros in cl.el.
2901 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2902 Replace manual autoloads with generated ones.
2903 (htmlfontify-unload-rgb-file): Remove autoload.
2904 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2906 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2908 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2909 (byte-compile-setq-default): Optimize for the
2910 single-var case and don't call byte-compile-form in this case to avoid
2911 inf-loop with byte-compile-set-default.
2913 * progmodes/compile.el (compilation-start): Abbreviate default directory.
2915 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
2917 Implement SELINUX backends.
2919 * net/tramp.el (tramp-file-name-handler-alist):
2920 Add `file-selinux-context' and `set-file-selinux-context'.
2921 (tramp-handle-file-selinux-context)
2922 (tramp-handle-set-file-selinux-context): New defuns.
2923 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2924 Handle PRESERVE-SELINUX-CONTEXT.
2926 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2927 Add `file-selinux-context' and `set-file-selinux-context'.
2928 (tramp-gvfs-handle-file-selinux-context)
2929 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2930 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2932 * net/ange-ftp.el (ange-ftp-copy-file):
2933 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2934 * net/tramp-imap.el (tramp-imap-handle-copy-file):
2935 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2936 Add PRESERVE-SELINUX-CONTEXT.
2938 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2940 Synchronize with Tramp repository.
2942 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2943 (tramp-action-process-alive, tramp-action-out-of-band)
2944 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2945 (tramp-exists-file-name-handler): Fix docstring.
2946 (with-progress-reporter): New defmacro.
2947 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2948 (tramp-maybe-open-connection): Use it.
2950 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
2952 Detect ssh 'ControlMaster' argument automatically in some cases.
2954 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2955 (tramp-default-method): Use it.
2957 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2959 * net/tramp.el (tramp-handle-copy-file): Add new optional
2960 parameter `preserve-selinux-context'.
2961 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2963 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2965 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2966 Ensure, that non remote files are still checked. Oops.
2968 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
2972 * icomplete.el (icomplete-completions): Use `non-essential'.
2974 * net/tramp.el (tramp-connectable-p): New defun.
2975 (tramp-handle-expand-file-name)
2976 (tramp-completion-handle-file-name-all-completions)
2977 (tramp-completion-handle-file-name-completion): Use it.
2979 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2981 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2983 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2985 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2987 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2989 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2992 * info.el (info-tool-bar-map): Add labels.
2994 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2996 * cus-edit.el (custom-commands): Add labels for tool bar.
2997 (custom-buffer-create-internal, Custom-mode): Adjust for
2998 labels in custom-commands.
3000 * dynamic-setting.el: Renamed from font-setting.el.
3002 2010-04-21 John Wiegley <jwiegley@gmail.com>
3004 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3005 toggles the use of virtual buffers.
3006 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
3008 (ido-toggle-virtual-buffers): New function.
3010 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
3012 Use `define-derived-mode'; fix window selection; doc fixes.
3013 * play/tetris.el (tetris, tetris-update-speed-function)
3014 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
3015 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
3016 (tetris-rotate-next, tetris-end-game, tetris-start-game)
3017 (tetris-pause-game): Fix typos in docstrings.
3018 (tetris-mode-map, tetris-null-map):
3019 Move initialization into declaration.
3020 (tetris-mode): Define with `define-derived-mode';
3021 set show-trailing-whitespace to nil.
3022 (tetris): Prefer window already displaying the "*Tetris*" buffer.
3024 2010-04-21 Karel Klíč <kklic@redhat.com>
3026 * files.el (backup-buffer): Handle SELinux context, and return it
3027 if a backup was made by renaming.
3028 (backup-buffer-copy): Set SELinux context to the target file.
3029 (basic-save-buffer): Set SELinux context of the newly written file.
3030 (basic-save-buffer-1): Now it also returns any SELinux context.
3031 (basic-save-buffer-2): Set SELinux context of the newly created file,
3033 * net/tramp.el (tramp-file-name-for-operation):
3034 Add file-selinux-context.
3036 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3038 Make the log-edit comments use RFC822 format throughout.
3040 * vc.el (vc-checkin, vc-modify-change-comment):
3041 Adjust to new vc-start/finish-logentry.
3042 (vc-find-conflicted-file): New command.
3043 (vc-transfer-file): Adjust to new vc-checkin.
3044 (vc-next-action): Improve scoping.
3046 * vc-hg.el (vc-hg-log-edit-mode): Remove.
3047 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
3049 * vc-git.el (vc-git-log-edit-mode): Remove.
3050 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
3051 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3053 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3054 (vc-start-logentry): Remove argument `extra'.
3055 (vc-finish-logentry): Remove extra args.
3057 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3058 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
3059 (vc-bzr-conflicted-files): New function.
3061 * log-edit.el (log-edit-extra-flags)
3062 (log-edit-before-checkin-process): Remove.
3063 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3064 (log-edit-headers-alist): New var.
3065 (log-edit-header-contents-regexp): New const.
3066 (log-edit-match-to-eoh): New function.
3067 (log-edit-font-lock-keywords): Use them.
3068 (log-edit): Insert a "Summary:" header as default.
3069 (log-edit-mode): Mark font-lock rules as case-insensitive.
3070 (log-edit-done): Cleanup headers.
3071 (log-view-process-buffer): Remove.
3072 (log-edit-extract-headers): New function to replace it.
3074 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3076 * subr.el (default-direction-reversed): Remove obsolescence info.
3078 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3080 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3083 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3084 I.e. include text after point in the completion region.
3085 Also, return nil when we're not after/in a symbol.
3087 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3088 default enable-multibyte-characters.
3090 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3092 * international/mule.el: Help the user choose a valid coding-system.
3093 (read-buffer-file-coding-system): New function.
3094 (set-buffer-file-coding-system): Use it. Prompt the user if the
3095 coding-system cannot encode all the chars.
3097 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3098 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3099 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3100 Don't use *vc-bzr-shelve*.
3102 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3104 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3105 Don't destroy list before using it.
3107 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
3109 Fix the version number for added files.
3110 * vc-hg.el (vc-hg-working-revision): Check if the file is
3111 registered after hg parent fails (Bug#5961).
3113 2010-04-19 Glenn Morris <rgm@gnu.org>
3115 * htmlfontify.el (htmlfontify-buffer)
3116 (htmlfontify-copy-and-link-dir): Autoload entry points.
3118 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
3120 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3121 name relative to the project root (Bug#5960).
3123 2010-04-19 Glenn Morris <rgm@gnu.org>
3125 * vc-git.el (vc-git-print-log): Doc fix.
3127 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3129 * ido.el (ido-file-internal): Fix 2009-12-02 change.
3131 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
3133 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3134 default settings (Bug#5928).
3136 2010-04-19 Glenn Morris <rgm@gnu.org>
3138 * progmodes/fortran.el (fortran-match-and-skip-declaration):
3140 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
3142 2010-04-19 Kenichi Handa <handa@m17n.org>
3144 * language/indian.el (malayalam-composable-pattern): Fix previous
3145 change (add U+0D4D "SIGN VIRAMA").
3146 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3147 (tamil-composable-pattern): Fix typo in the regexp.
3148 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3149 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3150 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3152 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3154 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3155 paragraph-separate (Bug#5821).
3157 2010-04-19 Juri Linkov <juri@jurta.org>
3159 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3161 * info.el (Info-find-node-2): Comment out code that skips
3163 (Info-mouse-follow-link): New command.
3164 (Info-link-keymap): New keymap.
3165 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3166 Return a string with links instead of inserting breadcrumbs
3168 (Info-fontify-node): Comment out code that inserts breadcrumbs.
3169 Instead of putting the `invisible' text property over the Info
3170 header, make an overlay over the Info header with the `invisible'
3171 property and `after-string' set to the string returned by
3174 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3176 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3177 Reported by monkey@sandpframing.com.
3179 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3181 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3182 (tmm-get-keymap): Add key-binding shortcuts now that they're not
3183 available in the "keyseq cache" any more.
3185 * custom.el (defcustom): Add edebug spec.
3187 2010-04-18 Juri Linkov <juri@jurta.org>
3189 Test for special mode-class in view-buffer instead of view-file (bug#5513).
3191 * view.el (view-file, view-buffer): Move test for special mode-class
3192 from view-file to view-buffer.
3194 * tar-mode.el (tar-extract): Turn if's into one cond
3195 like in arc-mode.el.
3197 2010-04-18 Juri Linkov <juri@jurta.org>
3199 Add 7z archive format support (bug#5475).
3201 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3202 (archive-7z-extract): New defcustom.
3203 (archive-find-type): Add magic string for 7z.
3204 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3205 If `stderr-file' is non-nil, use `(t stderr-file)' for the
3206 `buffer' arg of `call-process'.
3207 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3208 call the function `archive-7z-extract' with the variable
3209 `archive-7z-extract' let-bound to `archive-zip-extract'.
3210 (archive-7z-summarize, archive-7z-extract): New functions.
3212 * international/mule.el (auto-coding-alist):
3213 * files.el (auto-mode-alist): Add 7z file extension.
3215 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3217 * loadup.el: Setup hash-cons for pure data.
3219 Fix duplicate entries in cedet's loaddefs.el files.
3220 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3221 Should make most file-local generated-autoload-file unnecessary.
3222 (print-readably): Silence warnings.
3223 (autoload-find-destination): Take load-name as an arg to make sure
3224 it's the same as the one that will be in the file.
3225 (autoload-generate-file-autoloads): Adjust to above changes.
3226 Try to make the dataflow a bit simpler.
3228 * cvs-status.el (cvs-refontify): Remove unused.
3230 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3232 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3234 * calc-bin.el (calc-radix): Have the "O" option turn on
3235 twos-complement mode.
3237 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
3239 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3240 Add `calc-option-prefix-help' to calc-help autoloads.
3241 (calc-inverse): Add "Option" to message, as appropriate.
3242 (calc-hyperbolic): Add "Option" to message, as appropriate.
3243 (calc-option, calc-is-option): New functions.
3245 * calc-help.el (calc-full-help): Add `calc-option-help'.
3246 (calc-option-prefix-help): New function.
3248 * calc-misc.el (calc-help): Add "Option" entry.
3250 * calc.el (calc-local-var-list): Add `calc-option-flag'.
3251 (calc-option-flag): New variable.
3252 (calc-do): Set `calc-option-flag to nil.
3253 (calc-set-mode-line): Add "Opt " as appropriate.
3255 2010-04-16 Juri Linkov <juri@jurta.org>
3257 Move scrolling commands from simple.el to window.el
3258 because their primitives are implemented in window.c.
3260 * simple.el (scroll-error-top-bottom)
3261 (scroll-up-command, scroll-down-command, scroll-up-line)
3262 (scroll-down-line, scroll-other-window-down)
3263 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3264 * window.el (scroll-error-top-bottom)
3265 (scroll-up-command, scroll-down-command, scroll-up-line)
3266 (scroll-down-line, scroll-other-window-down)
3267 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3268 Move from simple.el to window.el because their primitives are
3269 implemented in window.c.
3271 2010-04-16 Juri Linkov <juri@jurta.org>
3273 * isearch.el (isearch-lookup-scroll-key): Check both
3274 `isearch-scroll' and `scroll-command' properties.
3275 (scroll-up, scroll-down): Remove `isearch-scroll' property.
3277 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3279 * simple.el (scroll-up-command, scroll-down-command)
3280 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3282 2010-04-15 Juri Linkov <juri@jurta.org>
3284 * simple.el (scroll-up-command, scroll-down-command)
3285 (scroll-up-line, scroll-down-line): Put `scroll-command'
3286 property on the these symbols. Remove them from
3287 `scroll-preserve-screen-position-commands'.
3289 * mwheel.el (mwheel-scroll): Put `scroll-command' and
3290 `isearch-scroll' properties on the `mwheel-scroll' symbol.
3291 Remove it from `scroll-preserve-screen-position-commands'.
3293 * isearch.el (isearch-allow-scroll): Doc fix.
3295 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
3297 * net/tramp.el (tramp-error-with-buffer): Don't show the
3298 connection buffer when we are in completion mode.
3299 (tramp-file-name-handler): Catch the error for some operations
3300 when we are in completion mode. This gives the user the chance to
3301 correct the file name in the minibuffer.
3303 2010-04-15 Glenn Morris <rgm@gnu.org>
3305 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3307 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
3309 Simplify by using `define-derived-mode'.
3310 * info.el (Info-mode):
3311 * calendar/todo-mode.el (todo-mode):
3312 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3313 (gomoku-mode-map): Move initialization into declaration.
3315 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
3318 * ido.el (ido-file-name-all-completions-1):
3319 * minibuffer.el (minibuffer-completion-help):
3320 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3322 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3324 * simple.el (non-essential): New var.
3326 Add a new field `location' to bookmarks for non-file bookmarks.
3327 * bookmark.el (bookmark-location): Use the new field, if present.
3328 (bookmark-insert-location): Undo last change, not needed any more.
3329 * man.el (Man-bookmark-make-record):
3330 * woman.el (woman-bookmark-make-record): Add `location' field.
3332 2010-04-14 Juri Linkov <juri@jurta.org>
3334 * simple.el (scroll-error-top-bottom): New defcustom.
3335 (scroll-up-command, scroll-down-command): Use it. Doc fix.
3337 * emulation/pc-select.el (pc-select-override-scroll-error):
3338 Obsolete in favor of `scroll-error-top-bottom'.
3340 2010-04-14 Juri Linkov <juri@jurta.org>
3342 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3343 `scroll-up-command' and `M-v' to `scroll-down-command'.
3345 * emulation/cua-rect.el (cua--init-rectangles):
3346 * forms.el (forms--change-commands):
3347 * image-mode.el (image-mode-map):
3348 Remap scroll-down-command and scroll-up-command
3349 in addition to scroll-down and scroll-up.
3351 2010-04-14 Juri Linkov <juri@jurta.org>
3353 * mwheel.el (scroll-preserve-screen-position-commands):
3354 Add mwheel-scroll to this list of commands.
3356 * simple.el (scroll-preserve-screen-position-commands):
3357 Add scroll-up-command, scroll-down-command, scroll-up-line,
3358 scroll-down-line to this list of commands.
3360 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3362 * obsolete/complete.el: Move from lisp/complete.el.
3364 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3366 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3367 to the minor mode function now turns the mode ON unconditionally.
3369 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3371 * vc-dir.el (vc-dir-kill-line): New command.
3372 (vc-dir-mode-map): Bind it to C-k.
3374 * bookmark.el (bookmark-insert-location): Handle a nil filename.
3376 * woman.el: Add bookmark declarations to silence the compiler.
3377 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3378 step to compatibility between man and woman bookmarks.
3379 Adjust for Man-default-bookmark-title renaming.
3380 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
3382 * man.el: Add bookmark declarations to silence the compiler.
3383 (Man-name-local-regexp): Make it match NAME as well.
3384 (Man-getpage-in-background): Return the buffer.
3385 (Man-notify-when-ready): Use `case'.
3386 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3387 Don't hardcode "NAME". Simplify.
3388 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3389 Rename from Man-bookmark-make-record.
3390 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
3391 we have the actual man-args. Use Man-getpage-in-background rather
3392 than `man' since the arg is already processed. Let bookmark.el do the
3393 window handling. Only wait for the relevant process.
3394 Don't forget to autoload.
3396 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3398 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3400 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3402 (woman-mode): Setup bookmark support.
3404 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3405 (man-bookmark-jump): New functions.
3406 (Man-mode): Setup bookmark support.
3408 2010-04-10 Jari Aalto <jari.aalto@cante.net>
3410 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3411 recognize ssh-keygen prompt (Bug#2817).
3413 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3415 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3417 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3419 Synchronize with Tramp repository.
3421 * net/tramp.el (tramp-completion-function-alist)
3422 (tramp-file-name-regexp, tramp-chunksize)
3423 (tramp-local-coding-commands, tramp-remote-coding-commands):
3425 (tramp-remote-process-environment): Use `format' instead of `concat'.
3426 (tramp-handle-directory-files-and-attributes)
3427 (tramp-get-remote-path): Use `copy-tree'.
3428 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3429 compatibility: Use `completion-ignore-case' if
3430 `read-file-name-completion-ignore-case' does not exist.
3431 (tramp-do-copy-or-rename-file-directly): Do not use
3432 `tramp-handle-file-remote-p'.
3433 (tramp-do-copy-or-rename-file-out-of-band):
3434 Use `tramp-compat-delete-directory'.
3435 (tramp-do-copy-or-rename-file-out-of-band)
3436 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3437 Use `format-spec-make'.
3438 (tramp-find-foreign-file-name-handler)
3439 (tramp-advice-make-auto-save-file-name)
3440 (tramp-set-auto-save-file-modes): Remove superfluous check for
3441 `stringp'. This is done inside `tramp-tramp-file-p'.
3442 (tramp-debug-outline-regexp): New defconst.
3443 (tramp-get-debug-buffer): Use it.
3444 (tramp-check-for-regexp): Use (forward-line 1).
3445 (tramp-set-auto-save-file-modes): Adapt version check.
3447 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3448 Wrap call of `featurep' for 2nd argument.
3449 (tramp-compat-make-temp-file): Simplify fallback implementation.
3450 (tramp-compat-copy-tree): Remove function.
3451 (tramp-compat-delete-directory): Provide implementation for older
3454 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3455 Do not use `tramp-fish-handle-file-attributes.
3457 * net/trampver.el: Update release number.
3459 2010-04-10 Glenn Morris <rgm@gnu.org>
3461 * progmodes/compile.el (compilation-save-buffers-predicate):
3462 Add missing :version tag.
3464 2010-04-09 Sam Steingold <sds@gnu.org>
3466 * progmodes/compile.el (compilation-save-buffers-predicate):
3467 Remove the "autoload" cookie.
3469 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3470 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3471 and `bug-reference-prog-mode' can be used in hooks directly.
3473 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3475 Add --author support to git commit.
3476 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3477 (vc-git-log-edit-mode): New minor mode.
3478 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3481 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
3483 * vc-hooks.el, vc-git.el: Improve documentation comments.
3485 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3487 Fix some of the problems in defsubst* (bug#5728).
3488 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3489 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3491 2010-04-07 Sam Steingold <sds@gnu.org>
3493 * progmodes/compile.el (compilation-save-buffers-predicate):
3494 New custom variable.
3495 (compile, recompile): Pass it to `save-some-buffers'.
3497 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3499 * wid-edit.el (widget-choose): Move cursor to the second line of
3500 the buffer (Bug#5695).
3502 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3504 Add new VC methods: vc-log-incoming and vc-log-outgoing.
3505 * vc.el (vc-print-log-setup-buttons): New function split out from
3506 vc-print-log-internal.
3507 (vc-log-internal-common): New function, a parametrized version of
3508 vc-print-log-internal.
3509 (vc-print-log-internal): Just call vc-log-internal-common with the
3511 (vc-incoming-outgoing-internal):
3512 (vc-log-incoming, vc-log-outgoing): New functions.
3513 (vc-log-view-type): New permanent local variable.
3515 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3517 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3518 of the dynamic bound vc-short-log.
3519 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3521 * vc-git.el (vc-git-log-outgoing): New function.
3522 (vc-git-log-view-mode): Use vc-log-view-type instead
3523 of the dynamic bound vc-short-log.
3525 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3526 of the dynamic bound vc-short-log. Highlight the tag.
3527 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3528 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3529 (vc-hg-incoming-mode): Remove.
3530 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3532 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3534 Fix default-directory for vc-root-diff.
3535 * vc.el (vc-root-diff): Bind default-directory to the root
3536 directory for the diff command.
3538 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
3540 * progmodes/verilog-mode.el (verilog-forward-sexp):
3541 (verilog-calc-1): Support "disable fork" and "fork wait" multi
3542 word keywords, suggested by Steve Pearlmutter.
3543 (verilog-pretty-declarations): Support lineup of declarations in
3545 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3546 fix bug for /* / comments.
3547 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3548 Speed up and simplfy as this is never called with a bound.
3549 (verilog-pretty-declarations): Enhance to line up declarations
3550 inside a parameter list, suggested by Alan Morgan.
3551 (verilog-pretty-expr): Tune assignment regular expression match
3552 string for corner cases; also use markers instead of character
3553 number as indent changes the later.
3555 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
3557 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3559 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3560 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
3561 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3562 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
3565 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3566 1800-2009 keywords, including "global.".
3568 2010-04-06 John Wiegley <jwiegley@gmail.com>
3570 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3571 appearing in buffer list (if a live buffer name matched a recentf
3572 file basename). Should use uniquify to offer a real solution.
3574 2010-04-06 John Wiegley <jwiegley@gmail.com>
3576 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3577 comment to code, and add a :version tag.
3578 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3580 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
3582 Enable recentf-mode if using virtual buffers.
3583 * ido.el (recentf-list): Declare for byte-compiler.
3584 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
3585 (ido-make-buffer-list): Simplify.
3586 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
3588 2010-04-05 Juri Linkov <juri@jurta.org>
3590 Scrolling commands which scroll a line instead of full screen.
3591 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3593 * simple.el (scroll-up-line, scroll-down-line): New commands.
3594 Put property isearch-scroll=t on them.
3596 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3599 2010-04-05 Juri Linkov <juri@jurta.org>
3601 Scrolling commands which do not signal errors at top/bottom.
3602 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3604 * simple.el (scroll-up-command, scroll-down-command): New commands.
3605 Put property isearch-scroll=t on them.
3607 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3608 `scroll-down-command' and [next] from `scroll-up' to
3609 `scroll-up-command'.
3611 * emulation/cua-base.el: Put property CUA=move on
3612 `scroll-up-command' and `scroll-down-command'.
3613 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3614 and `scroll-down-command' to `cua-scroll-down'.
3616 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
3618 * help.el (describe-mode): Return nil.
3620 2010-04-04 John Wiegley <jwiegley@gmail.com>
3622 * ido.el (ido-use-virtual-buffers): New variable to indicate
3623 whether "virtual buffer" support is enabled for IDO.
3624 (ido-virtual): Face used to indicate virtual buffers in the list.
3625 (ido-buffer-internal): If a buffer is chosen, and no such buffer
3626 exists, but a virtual buffer of that name does (which would be why
3627 it was in the list), recreate the buffer by reopening the file.
3628 (ido-make-buffer-list): If virtual buffers are being used, call
3629 `ido-add-virtual-buffers-to-list' before the make list hook.
3630 (ido-virtual-buffers): New variable which contains a copy of the
3631 current contents of the `recentf-list', albeit pared down for the
3632 sake of speed, and with proper faces applied.
3633 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3634 create a list of "virtual buffers" to present to the user in
3635 addition to the currently open set. Note that this logic could
3636 get rather slow if that list is too large. With the default
3637 `recentf-max-saved-items' of 200, there is little speed penalty.
3639 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3641 * font-lock.el: Require CL when compiling.
3642 (font-lock-turn-on-thing-lock): Use `case'.
3644 2010-04-03 Eli Zaretskii <eliz@gnu.org>
3646 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3649 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
3651 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3652 (semantic-create-imenu-directory-index): Fix typos in docstrings.
3653 (semantic-imenu-goto-function): Reflow docstring.
3655 2010-04-02 Juri Linkov <juri@jurta.org>
3657 * ehelp.el (electric-help-orig-major-mode):
3658 New buffer-local variable.
3659 (electric-help-mode): Set it to original major-mode. Doc fix.
3660 (with-electric-help): Use `electric-help-orig-major-mode' instead
3661 of (default-value 'major-mode). Doc fix.
3662 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3664 2010-04-02 Sam Steingold <sds@gnu.org>
3666 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3667 `vc-hg-command' with a list of flags.
3669 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3670 Also accept "patch" and "RFE".
3671 (bug-reference-fontify): `bug-reference-url-format' can also be a
3672 function to be able to handle the bug kind.
3673 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3675 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
3677 * tmm.el (tmm-get-keymap): Check with symbolp before passing
3678 value to fboundp, it may not be a symbol.
3680 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3682 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3684 2010-03-31 Juri Linkov <juri@jurta.org>
3686 * simple.el (next-line, previous-line): Re-throw a signal
3687 with `signal' instead of using `ding'.
3688 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3690 2010-03-31 Juri Linkov <juri@jurta.org>
3692 * simple.el (keyboard-escape-quit): Raise deselecting the active
3693 region higher than exiting the minibuffer.
3694 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3696 2010-03-31 Juri Linkov <juri@jurta.org>
3698 * image.el (image-animated-p): Use `image-metadata' instead of
3699 `image-extension-data'. Get GIF extenstion data from metadata
3700 property `extension-data'.
3702 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3704 * simple.el (append-to-buffer): Simplify.
3706 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
3708 * textmodes/artist.el (artist-mode): Fix typo in docstring.
3709 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
3711 2010-03-31 Kenichi Handa <handa@m17n.org>
3713 * language/sinhala.el (composition-function-table): Fix regexp for
3714 the new Unicode specification.
3716 * language/indian.el (devanagari-composable-pattern)
3717 (tamil-composable-pattern, kannada-composable-pattern)
3718 (malayalam-composable-pattern): Adjust for the new Unicode
3720 (bengali-composable-pattern, gurmukhi-composable-pattern)
3721 (gujarati-composable-pattern, oriya-composable-pattern)
3722 (telugu-composable-pattern): New variables to cope with the new
3723 Unicode specification. Use them in composition-function-table.
3725 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3727 Make tmm-menubar work for the Buffers menu again (bug#5726).
3728 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3729 vectors rather than cons cells, as used in menu-bar-update-buffers.
3731 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3733 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3734 (js-insert-and-indent): Revert 2009-08-15 change, restoring
3735 electric punctuation for "{}();,:" (Bug#5586).
3737 * mail/sendmail.el (mail-default-directory): Doc fix.
3739 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3741 * mail/sendmail.el (mail-default-directory): Doc fix.
3743 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3745 * subr.el (version-regexp-alist, version-to-list)
3746 (version-list-<, version-list-=, version-list-<=)
3747 (version-list-not-zero, version<, version<=, version=): Doc fix.
3750 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
3752 * vc.el (vc-root-diff): Doc fix.
3754 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3756 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3758 * simple.el (append-to-buffer): Fix last change.
3760 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3762 * simple.el (append-to-buffer): Ensure that point is preserved if
3763 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
3766 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3768 * files.el (auto-mode-case-fold): Change default to t.
3770 2010-03-30 Juri Linkov <juri@jurta.org>
3772 * dired-x.el (dired-omit-mode): Doc fix.
3774 2010-03-30 Juri Linkov <juri@jurta.org>
3776 * replace.el (occur-accumulate-lines): Move occur-engine related
3777 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3778 to be located after `occur-engine'.
3780 2010-03-30 Juri Linkov <juri@jurta.org>
3782 Make occur handle multi-line matches cleanly with context.
3783 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3785 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3786 (occur-engine): Add local variables `ret', `prev-after-lines',
3787 `prev-lines'. Use more arguments for `occur-context-lines'.
3788 Set first elem of its returned list to `data', and the second elem
3789 to `prev-after-lines'. Don't print the separator line.
3790 In the end, print remaining context after-lines.
3791 (occur-context-lines): Add new arguments `begpt', `endpt',
3792 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
3793 after-lines of the previous match with before-lines of the
3794 current match and not overlap them. Return a list with two
3795 values: the output line and the list of context after-lines.
3797 2010-03-30 Juri Linkov <juri@jurta.org>
3799 * replace.el (occur-accumulate-lines): Fix a bug where the first
3800 context line at the beginning of the buffer was missing.
3802 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3804 * files.el: Make bidi-display-reordering safe variable for boolean
3807 2010-03-29 Phil Hagelberg <phil@evri.com>
3808 Chong Yidong <cyd@stupidchicken.com>
3810 * subr.el: Extend progress reporters to perform "spinning".
3811 (progress-reporter-update, progress-reporter-do-update):
3812 Handle non-numeric value arguments.
3813 (progress-reporter--pulse-characters): New var.
3815 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
3817 * progmodes/compile.el (compilation-start): Fix regexp detection
3818 of initial cd command (Bug#5771).
3820 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
3822 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3824 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
3826 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3827 * lisp/progmodes/gdb-mi.el: Restore.
3828 * lisp/progmodes/gdb-ui.el: Remove.
3829 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3831 2010-03-25 Glenn Morris <rgm@gnu.org>
3833 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3834 all dired buffers, even tramp ones. (Bug#5755)
3836 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3838 Add "union tags" in mpc.el.
3839 * mpc.el: Remove backward compatibility code.
3840 (mpc-browser-tags): Change default.
3841 (mpc--find-memoize-union-tags): New var.
3842 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3843 (mpc-cmd-find): Handle the case where the playlist does not exist.
3845 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
3846 (mpc-cmd-add): Use mpc-cmd-flush.
3847 (mpc-tagbrowser-tag-name): New fun.
3848 (mpc-tagbrowser-buf): Use it.
3849 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
3851 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3854 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3855 Use replace-regexp-in-string.
3856 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3857 (makefile-imake-mode-syntax-table): Move init into defvar.
3858 (makefile-mode): Use define-derived-mode.
3860 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3861 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3862 not be present any more.
3864 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3866 * faces.el (set-face-attribute): Fix typo in docstring.
3867 (face-valid-attribute-values): Reflow docstring.
3869 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3871 2010-03-24 Glenn Morris <rgm@gnu.org>
3873 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3875 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3877 * indent.el (indent-for-tab-command): Doc fix.
3879 2010-03-24 Alan Mackenzie <acm@muc.de>
3881 * progmodes/cc-engine.el (c-remove-stale-state-cache):
3882 Fix off-by-one error. Fixes bug #5747.
3884 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3886 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3887 (image-dired-read-comment): Doc fix.
3889 * json.el (json-object-type, json-array-type, json-key-type)
3890 (json-false, json-null, json-read-number):
3891 * minibuffer.el (completion-in-region-functions):
3892 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3893 (cal-tex-cursor-week):
3894 * emacs-lisp/trace.el (trace-function):
3895 * eshell/em-basic.el (eshell/printnl):
3896 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3897 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3898 * obsolete/levents.el (allocate-event, event-key, event-object)
3899 (event-point, event-process, event-timestamp, event-to-character)
3900 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3901 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3902 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3903 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3904 (reftex-highlight-selection): Fix typos in docstrings.
3906 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3908 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3910 2010-03-24 Glenn Morris <rgm@gnu.org>
3912 * mail/rmail.el (rmail-highlight-face): Restore option deleted
3913 2008-02-13 without comment; mark it obsolete.
3914 (rmail-highlight-headers): Use rmail-highlight-face once more.
3916 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3918 * woman.el (woman2-process-escapes): Only consume the newline if
3919 the filler character is on a line by itself (Bug#5729).
3921 2010-03-24 Kenichi Handa <handa@m17n.org>
3923 * language/indian.el (devanagari-composable-pattern): Add more
3926 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3928 * net/trampver.el: Update release number.
3930 2010-03-24 Glenn Morris <rgm@gnu.org>
3932 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3934 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3936 * net/tramp.el (tramp-find-executable):
3937 Use `tramp-get-connection-buffer'. Make the regexp for checking
3938 output of "wc -l" more robust.
3939 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3940 (tramp-open-connection-setup-interactive-shell): Remove workaround
3941 for OpenSolaris bug, it is not needed anymore.
3943 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
3945 * cedet/semantic/imenu.el: New file, from the CEDET repository
3948 2010-03-24 Glenn Morris <rgm@gnu.org>
3950 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
3952 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
3954 * files.el (auto-mode-alist): Accept more verilog file patterns.
3956 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3958 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3960 2010-03-24 Glenn Morris <rgm@gnu.org>
3962 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3963 log-edit-before-checkin-process.
3965 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3967 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3969 * vc-dispatcher.el (vc-start-logentry): Doc fix.
3970 (log-view-process-buffer, log-edit-extra-flags): Declare.
3972 * log-edit.el (log-edit-before-checkin-process): Doc fix.
3974 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3975 Consistently check ede-object is bound throughout.
3977 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3979 2010-03-23 Sam Steingold <sds@gnu.org>
3981 Fix bug#5620: recalculate all markers on compilation buffer
3982 modifications, not on file modifications.
3983 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3984 the buffer modification time, for buffers not associated with files.
3985 (compilation-mode): Create it.
3986 (compilation-filter): Update it.
3987 (compilation-next-error-function): Use it instead of
3988 `visited-file-modtime' for timestamp.
3990 2010-03-23 Juri Linkov <juri@jurta.org>
3992 Implement Occur multi-line matches.
3993 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3995 * replace.el (occur): Doc fix.
3996 (occur-engine): Set `begpt' to the beginning of the first line.
3997 Set `endpt' to the end of the last match line. At first, count
3998 line numbers between `origpt' and `begpt'. Split out code from
3999 `out-line' variable to new let-bindings `match-prefix' and
4000 `match-str'. In `out-line' add non-numeric prefix to all
4001 non-first lines of multi-line matches. Finally, count lines
4002 between `begpt' and `endpt' and add to `lines'.
4004 2010-03-23 Juri Linkov <juri@jurta.org>
4006 * replace.el (occur-accumulate-lines, occur-engine):
4007 Use `occur-engine-line' instead of duplicate code.
4008 (occur-engine-line): New function created from duplicate code
4009 in `occur-accumulate-lines' and `occur-engine'.
4011 * replace.el (occur-engine-line): Add optional arg `keep-props'.
4012 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
4014 2010-03-23 Juri Linkov <juri@jurta.org>
4016 * finder.el: Remove TODO tasks.
4018 * info.el (Info-finder-find-node): Add node "all"
4019 with all package info. Handle a list of multiple keywords
4021 (info-finder): In interactive use with a prefix argument,
4022 use `completing-read-multiple' to read a list of keywords
4025 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4027 Add a new completion style `substring'.
4028 * minibuffer.el (completion-basic--pattern): New function.
4029 (completion-basic-try-completion, completion-basic-all-completions):
4031 (completion-substring--all-completions)
4032 (completion-substring-try-completion)
4033 (completion-substring-all-completions): New functions.
4034 (completion-styles-alist): New style `substring'.
4036 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4038 Get rid of .elc files after removal of the corresponding .el.
4039 * Makefile.in (compile-clean): New target.
4040 (compile-main): Use it.
4042 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
4044 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4045 don't do make there. When compiling with separate object dir, there
4046 is no Makefile there.
4048 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4050 Get rid of the ELCFILES abomination, again.
4051 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4052 (all, compile): Don't call compile-last.
4053 (compile-main): Build the "elcfiles" list dynamically.
4054 (compile-targets): New (internal) target.
4056 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
4058 * Makefile.in (top_srcdir): Define.
4059 (abs_top_builddir): Define.
4060 (srcdir): Don't append `/..'.
4061 (EMACS): Use ${abs_top_builddir}.
4062 (all, compile, compile-always, compile-last): Don't set emacswd.
4063 (update-subdirs, update-authors): Use $(top_srcdir) instead of
4065 (lisp): Use $(srcdir) instead of @srcdir@.
4067 2010-03-21 Juri Linkov <juri@jurta.org>
4069 Fix message of multi-line occur regexps and multi-buffer header lines.
4070 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4072 * replace.el (occur-1): Don't display regexp if it is longer
4073 than window-width. Use `query-replace-descr' to display regexp.
4074 (occur-engine): Don't display regexp in the buffer header for
4075 multi-buffer occur. Display a separate header line with total
4076 match count and regexp for multi-buffer occur.
4077 Use `query-replace-descr' to display regexp.
4079 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4081 * net/secrets.el: Fix parenthesis.
4082 (secrets-enabled): Fix parenthesis.
4084 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4086 Use more relative file and directory names.
4087 * Makefile.in (EMACS): Arrange for it to work when we chdir.
4088 (setwins, setwins_almost, setwins_for_subdirs):
4089 Don't `cd'; output relative names.
4090 (all, compile, compile-always, compile-last): Set emacswd.
4091 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4092 Just cd to the lisp source dir so we can use relative file names.
4094 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4096 2010-03-20 Glenn Morris <rgm@gnu.org>
4098 * textmodes/rst.el: Use faces for font-lock customization, and make the
4099 old -face variables obsolete.
4100 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4101 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4102 (rst-block-face, rst-external-face, rst-definition-face)
4103 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4104 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4106 (rst-font-lock-keywords-function): Update for above changes.
4108 2010-03-20 Juri Linkov <juri@jurta.org>
4111 * obsolete/s-region.el: Move to obsolete.
4113 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
4115 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4117 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4119 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4121 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4123 Add special markup processing for commit logs.
4124 * log-edit.el (log-edit-extra-flags): New variable.
4125 (log-edit): Add new argument MODE. Use that mode when non-nil
4126 instead of the log-view-mode.
4127 (log-view-process-buffer): New function.
4129 * vc.el: Document that the checkin method takes optional
4130 arguments. Document new backend specific method: log-view-mode.
4131 (vc-default-log-edit-mode): New function.
4132 (vc-checkin): Use a backend specific log-view-mode.
4133 Pass extra arguments to the checkin method.
4134 (vc-modify-change-comment): Pass a dummy extra argument.
4136 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4138 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4139 (vc-finish-logentry): Process the log buffer before passing it
4140 down. Pass log-edit-extra-flags.
4142 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4144 (log-edit-extra-flags, log-edit-before-checkin-process):
4147 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4149 (log-edit-extra-flags, log-edit-before-checkin-process):
4151 (vc-hg-log-edit-mode): New derived mode.
4153 * vc-arch.el (vc-arch-checkin):
4154 * vc-cvs.el (vc-cvs-checkin):
4155 * vc-git.el (vc-git-checkin):
4156 * vc-mtn.el (vc-mtn-checkin):
4157 * vc-rcs.el (vc-rcs-checkin):
4158 * vc-sccs.el (vc-sccs-checkin):
4159 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4161 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4163 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4166 2010-03-19 Glenn Morris <rgm@gnu.org>
4168 * password-cache.el (password-cache, password-cache-expiry): Autoload.
4170 2010-03-18 Glenn Morris <rgm@gnu.org>
4172 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4174 * replace.el (query-replace-history): Give it a doc string.
4175 (map-query-replace-regexp): Use query-replace-from-history-variable
4176 and query-replace-to-history-variable.
4178 * mail/hashcash.el (declare-function): Remove duplicate definition.
4180 * mail/emacsbug.el (report-emacs-bug-pretest-address):
4181 Make it an obsolete alias for report-emacs-bug-address.
4182 (message-strip-special-text-properties): Declare.
4183 (report-emacs-bug): Remove test for a pretest bug address.
4184 Combine message-mode-specific code.
4186 * mail/supercite.el: Don't require sendmail.
4187 (mh-in-header-p): Declare rather than using with-no-warnings.
4188 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4189 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
4191 * calendar/cal-french.el: Convert to utf-8.
4193 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4196 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
4198 * net/secrets.el (secrets-enabled): New variable. Use it instead
4201 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
4203 * net/secrets.el (top): Register the D-Bus signals only when the
4204 service "org.freedesktop.secrets" can be pinged.
4205 Provide subfeature `enabled'.
4207 2010-03-14 Juri Linkov <juri@jurta.org>
4209 Add finder unknown keywords.
4211 * finder.el (finder-unknown-keywords): New function.
4213 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4214 to create a Finder node with unknown keywords.
4216 2010-03-14 Juri Linkov <juri@jurta.org>
4218 * finder.el (finder-compile-keywords): Replace `princ' with
4219 `prin1' on a list of symbols interned from keyword strings.
4221 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4222 a comma, then split keywords using a comma and optional whitespace.
4223 Otherwise, split by whitespace.
4231 * progmodes/mixal-mode.el: Fix keywords.
4233 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
4235 * Makefile.in (ELCFILES): Add net/secrets.elc.
4237 * net/secrets.el: New file.
4239 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4241 * facemenu.el (list-colors-display, list-colors-print): New arg
4242 callback. Use it to allow selecting colors.
4244 * wid-edit.el (widget-image-insert): Insert image prop even if the
4245 current display is non-graphic.
4246 (widget-field-value-set): New fun.
4247 (editable-field): Use it.
4248 (widget-field-value-get): Clean up unused var.
4249 (widget-color-value-create, widget-color--choose-action):
4250 New funs. Allow using list-colors-display to choose color.
4252 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4254 * cus-edit.el: Resort topmost custom groups.
4255 (custom-buffer-sort-alphabetically): Default to t.
4256 (customize-apropos): Use apropos-parse-pattern.
4257 (custom-search-field): New var.
4258 (custom-buffer-create-internal): Add custom-apropos search field.
4259 (custom-add-parent-links): Don't display parent doc.
4260 (custom-group-value-create): Don't sort top-level custom group.
4261 (custom-magic-value-create): Show visibility button before option name.
4263 (custom-variable-state): New fun, from custom-variable-state-set.
4264 (custom-variable-state-set): Use it.
4265 (custom-group-value-create): Hide options with standard values
4266 using the :hidden-states property. Use progress reporter.
4268 (custom-show): Simplify.
4269 (custom-visibility): Disable images by default.
4270 (custom-variable): New property :hidden-states.
4271 (custom-variable-value-create): Enable images for
4272 custom-visibility widgets. Use :hidden-states property to
4273 determine initial visibility.
4275 * wid-edit.el (widget-image-find): Give images center ascent.
4276 (visibility): Add :on-image and :off-image properties.
4277 (widget-visibility-value-create): Use them.
4279 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4281 * cus-edit.el (processes): Remove from development group.
4282 (oop, hypermedia): Delete group.
4283 (comm): Promote to top-level group.
4285 * net/browse-url.el (browse-url):
4286 * net/xesam.el (xesam):
4287 * net/tramp.el (tramp):
4288 * net/goto-addr.el (goto-address):
4289 * net/ange-ftp.el (ange-ftp): Put in comm group.
4291 * view.el (view): Remove from editing group.
4293 * uniquify.el (uniquify): Put in files group.
4295 * net/browse-url.el (browse-url):
4296 * ps-print.el (postscript): Put in external group.
4298 * cus-edit.el (outlines):
4299 * textmodes/text-mode.el (text-mode-hook):
4300 * textmodes/table.el (table):
4301 * textmodes/picture.el (picture):
4302 * outline.el (outlines): Put in wp group.
4304 * nxml/nxml-mode.el (nxml): Remove from wp group.
4306 * net/tramp-imap.el (tramp-imap): Put in tramp group.
4308 * mail/metamail.el (metamail): Remove from hypermedia group.
4310 * cus-edit.el (abbrev):
4311 * whitespace.el (whitespace):
4312 * vcursor.el (vcursor):
4313 * reveal.el (reveal):
4314 * hl-line.el (hl-line): Put in convenience group.
4316 * epg-config.el (epg): Put in data group.
4318 * emulation/pc-select.el (pc-select): Put in emulations group.
4320 * calculator.el (calculator): Put in applications group.
4322 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4324 Add .dir-locals.el support for file-less buffers.
4325 * files.el (hack-local-variables): Split out code to apply local
4326 variable settings ...
4327 (hack-local-variables-apply): ... here. New function.
4328 (hack-dir-local-variables): Use the default directory for when the
4329 buffer does not have an associated file.
4330 (hack-dir-local-variables-non-file-buffer): New function.
4331 * diff-mode.el (diff-mode):
4332 * vc-annotate.el (vc-annotate-mode):
4333 * vc-dir.el (vc-dir-mode):
4334 * log-edit.el (log-edit-mode):
4335 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4337 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4339 Add support for shelving snapshots and for showing shelves.
4340 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4341 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4343 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4344 (vc-bzr-extra-menu-map): Map them.
4346 2010-03-11 Glenn Morris <rgm@gnu.org>
4348 * cus-edit.el (customize-changed-options-previous-release):
4351 * image.el (image-animate-max-time): Fix :version tag.
4353 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4357 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4359 * vc-git.el (vc-git-revision-table): Include remote branches.
4361 2010-03-10 Kim F. Storm <storm@cua.dk>
4364 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4366 * image.el (image-animate-max-time): New defcustom.
4367 (image-animated-types): New defconst.
4368 (create-animated-image, image-animate-timer)
4369 (image-animate-start, image-animate-stop, image-animate-timeout)
4370 (image-animated-p): New functions.
4372 * image-mode.el (image-toggle-display-image):
4373 Replace `create-image' with `create-animated-image'.
4375 2010-03-09 Miles Bader <miles@gnu.org>
4377 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4378 instead of "format:"; this ensures that the output is
4381 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
4383 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4384 that all errors are caught, and that the return value is always a
4387 2010-03-08 Kenichi Handa <handa@m17n.org>
4389 * language/misc-lang.el (windows-1256): New coding system.
4390 (cp1256): New alias of windows-1256 (bug#5690).
4392 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
4394 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4395 call to rfc822-bad-address. (Bug#5692)
4397 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
4399 * vc-git.el (vc-git-annotate-extract-revision-at-line):
4400 Use vc-git-root as default directory for revision path (Bug#5657).
4402 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4404 * calculator.el (calculator): Don't bind split-window-keep-point
4407 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4409 * vc-git.el: Re-flow to fit into 80 columns.
4410 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4411 Remove spurious `quote' element in each case alternative.
4412 (vc-git-show-log-entry): Use prog1.
4413 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4415 2010-03-06 Glenn Morris <rgm@gnu.org>
4417 * cedet/semantic/grammar.el (semantic-grammar-header-template):
4418 Update template copyright to GPLv3+.
4420 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4422 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4424 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4426 * macros.el (insert-kbd-macro): Look up keyboard macro using the
4427 definition, not the name (Bug#5481).
4429 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
4431 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4432 argument with a local variable. (Bug#5670)
4434 2010-03-02 Juri Linkov <juri@jurta.org>
4436 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
4438 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
4440 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4441 error when FILENAME and NEWNAME are existing remote directories.
4443 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4446 2010-03-02 Glenn Morris <rgm@gnu.org>
4448 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4449 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4451 2010-03-01 Kenichi Handa <handa@m17n.org>
4453 * language/burmese.el (burmese-composable-pattern): Rename from
4454 myanmar-composable-pattern.
4456 * international/characters.el (script-list):
4457 * international/fontset.el (script-representative-chars):
4458 Change myanmar to burmese.
4459 (otf-script-alist): Likewise.
4460 (setup-default-fontset): Likewise. Re-fix :otf spec.
4462 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4464 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4466 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
4468 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4470 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4472 * net/tramp.el (tramp-handle-write-region): START can be a string.
4473 Take care in the checks. Reported by Dan Davison
4474 <davison@stats.ox.ac.uk>.
4476 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4478 * net/dbus.el (dbus-introspect, dbus-get-property)
4479 (dbus-set-property, dbus-get-all-properties):
4480 Use `dbus-call-method' when noninteractive. (Bug#5645)
4482 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
4484 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4485 * emacs-lisp/elint.el (elint-add-required-env):
4486 * cedet/semantic/db-find.el
4487 (semanticdb-find-translate-path-brutish-default):
4488 * cedet/ede/make.el (ede-make-check-version):
4489 * calendar/icalendar.el (icalendar--add-diary-entry):
4490 * calc/calcalg2.el (math-tracing-integral):
4491 * files.el (recover-session-finish): Use with-current-buffer
4492 instead of save-excursion.
4494 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4496 Fix in-buffer completion when after-change-functions modify the buffer.
4497 * minibuffer.el (completion--replace): New function.
4498 (completion--do-completion): Use it and use relative movement.
4500 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4502 * international/fontset.el (setup-default-fontset): Fix :otf spec.
4504 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
4506 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4507 Allow the characters _<> in the stack entry (Bug#5653).
4509 2010-02-26 Kenichi Handa <handa@m17n.org>
4511 * language/burmese.el: Fix entries in composition-function-table.
4512 (myanmar-composable-pattern): New variable.
4514 * international/fontset.el (setup-default-fontset): Add an entry
4517 * international/characters.el (script-list): Add Myanmar
4520 2010-02-26 Glenn Morris <rgm@gnu.org>
4522 * custom.el (custom-initialize-delay): Doc fix.
4524 * mail/sendmail.el (send-mail-function): Autoload the call
4525 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4527 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
4529 * files.el (hack-local-variables-filter): For eval forms, also
4530 check safe-local-variable-p (Bug#5636).
4532 2010-02-24 Eduard Wiebe <usenet@pusto.de>
4534 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4535 and use c(ad)r of cddr (Bug#5640).
4537 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
4539 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4540 setting the modes by `ignore-errors'. It might fail, for example
4541 if the file is not owned by the user but the group.
4542 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4544 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
4546 * files.el (directory-listing-before-filename-regexp): Use
4547 stricter matching for iso-style dates, to avoid false matches with
4548 date-like filenames (Bug#5597).
4550 * htmlfontify.el (htmlfontify): Doc fix.
4552 * eshell/eshell.el (eshell): Doc fix.
4554 * startup.el (fancy-about-screen): In mode-line, apply
4555 mode-line-buffer-id face only to the buffer name (Bug#5613).
4557 2010-02-20 Kevin Ryde <user42@zip.com.au>
4559 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4560 In `watcom' anchor regexp to start of line, to avoid slowness
4563 2010-02-20 Eli Zaretskii <eliz@gnu.org>
4565 * subr.el (remove-yank-excluded-properties): Explain in a comment
4566 why `category' property is removed.
4568 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
4570 * isearch.el (isearch-update-post-hook, isearch-update): Revert
4573 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
4575 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4576 (icalendar--convert-weekly-to-ical)
4577 (icalendar--convert-yearly-to-ical)
4578 (icalendar--convert-block-to-ical)
4579 (icalendar--convert-cyclic-to-ical)
4580 (icalendar--convert-anniversary-to-ical): Take care of time
4581 specifications where hour has 1-digit only (Bug#5549).
4583 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
4585 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4586 of disassemble output in GDB 7.1.
4588 2010-02-19 Glenn Morris <rgm@gnu.org>
4590 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4591 property. (Bug#5593)
4593 2010-02-18 Sam Steingold <sds@gnu.org>
4595 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4597 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4599 Use abbreviated file names in bookmarks (bug#5591).
4600 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4601 calls to expand-file-name.
4602 (bookmark-relocate): Use abbreviated file names in bookmarks.
4603 (bookmark-load): Use abbreviated file names in messages.
4605 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4607 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4608 expand "." and "..". Reported by Thierry Volpiatto
4609 <thierry.volpiatto@gmail.com>.
4611 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4613 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4614 permissions of the temporary file to "0600". In case the remote
4615 file has no read permissions for the owner, there might be
4616 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
4618 22010-02-18 Glenn Morris <rgm@gnu.org>
4620 * emacs-lisp/authors.el (authors-renamed-files-alist):
4621 Add entries for INSTALL.CVS.
4623 2010-02-17 Mark A. Hershberger <mah@everybody.org>
4625 * vc-bzr.el: Fix typo in Known Bugs section.
4627 * isearch.el (isearch-update-post-hook): New hook.
4628 (isearch-update): Use the new hook.
4630 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
4632 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4633 Fix errors in copying directories.
4634 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4635 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4636 (tramp-handle-delete-file)
4637 (tramp-handle-dired-recursive-delete-directory)
4638 (tramp-handle-write-region): Flush also the cache for the upper
4641 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
4643 * simple.el (save-interprogram-paste-before-kill): Doc fix.
4645 * cus-edit.el (hardware): Doc fix.
4647 * man.el (man): Add to external custom group.
4649 * delim-col.el (columns): Move to wp custom group.
4651 * doc-view.el (doc-view): Add to data custom group.
4653 * cedet/data-debug.el (data-debug): Move to extensions group.
4655 * cedet/ede.el (ede):
4656 * cedet/srecode.el (srecode):
4657 * cedet/semantic.el (semantic): Put in tools and extensions group.
4659 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4661 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4662 by ispell-parse-output (Bug#5575).
4664 2010-02-16 Kenichi Handa <handa@m17n.org>
4666 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4667 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4668 (skkdic-convert): Use `euc-japan' coding system for writing.
4670 2010-02-16 Glenn Morris <rgm@gnu.org>
4672 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4673 tex-main-file before using it. (Bug#5562)
4675 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4677 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4678 warnings, since it is annoying for the user to see them each time he
4681 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
4683 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4684 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4685 instead of PROC for caching "first-password-request". Otherwise,
4686 new processes would not profit from passwords already entered.
4688 * net/tramp-cache.el (tramp-dump-connection-properties):
4689 Don't save "first-password-request" property.
4691 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
4693 * outline.el (outline-head-from-level):
4694 * simple.el (with-wrapper-hook):
4695 * cedet/ede.el (ede-run-target, project-delete-target)
4696 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4697 (ede-adebug-project, ede-adebug-project-parent)
4698 (ede-adebug-project-root):
4699 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4700 (elint-defun, elint-buffer-env, elint-top-form-logged)
4701 (elint-unbound-variable):
4702 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4703 Fix typos in docstrings.
4705 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
4707 * files.el (insert-directory): When WILDCARD-REGEXP and
4708 FULL-DIRECTORY-P are nil, insert the file entry instead of the
4709 whole directory. (Bug#5551)
4711 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
4712 dired's alignment sanity. (Bug#5516)
4714 2010-02-14 Juri Linkov <juri@jurta.org>
4716 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4717 Remove remaining ^H with their preceding chars. (Bug#5566)
4719 2010-02-13 Glenn Morris <rgm@gnu.org>
4721 * simple.el (transpose-subr): Give it a doc-string.
4723 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4726 2010-02-12 Juri Linkov <juri@jurta.org>
4728 * arc-mode.el (archive-unique-fname): Make directories for nested
4729 archives. (Bug#5540)
4731 2010-02-12 Juri Linkov <juri@jurta.org>
4733 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
4735 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4737 * subr.el (copy-overlay): Handle deleted overlays.
4739 * man.el (Man-completion-table): Don't signal an error if we can't run
4740 manual-program (bug#4056).
4742 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
4744 * textmodes/artist.el (artist-mt): Fix typos in docstring.
4746 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4748 * info.el (Info-bookmark-jump): Simplify.
4750 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4751 (bookmark-default-handler): Accept new bookmark field `buffer'.
4753 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
4755 * iswitchb.el (iswitchb-completions): Revert last change.
4757 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
4759 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4760 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4761 This prevents file names like "~/" being listed literally.
4763 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
4765 * term/xterm.el (xterm-maybe-set-dark-background-mode):
4766 Remove dead code. (Bug#5546)
4768 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
4770 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4771 correctly (Bug#5548).
4773 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
4775 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4776 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4778 2010-02-08 Kenichi Handa <handa@m17n.org>
4780 * international/mule-util.el (with-coding-priority): Add autoload
4781 cookie for putting `lisp-indent-function'.
4783 2010-02-07 Glenn Morris <rgm@gnu.org>
4785 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4786 Move F2003 named interfaces from keywords-2 to keywords-1, and
4787 use function-name-face rather than constant-face.
4788 Simplify "abstract interface" regexp.
4790 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
4792 * eshell/esh-util.el (eshell-file-attributes): New optional arg
4793 ID-FORMAT. Pass it to `file-attributes'.
4795 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4797 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
4799 * faces.el (set-face-attribute): Allow calling
4800 internal-set-lisp-face-attribute with 'unspecified family and
4801 foundry argument (Bug#5536).
4803 2010-02-07 Glenn Morris <rgm@gnu.org>
4805 * progmodes/f90.el (f90-font-lock-keywords-2)
4806 (f90-looking-at-type-like, f90-looking-at-program-block-end):
4807 Handle F2003 named interfaces.
4809 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
4811 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4812 beg and end before calling c-get-state-before-change-functions.
4814 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
4816 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4818 2010-02-05 Juri Linkov <juri@jurta.org>
4820 * doc-view.el (doc-view-mode):
4821 * image-mode.el (image-mode): Put property mode-class=special.
4824 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4826 * vc-svn.el (vc-svn-revision-table): New function.
4828 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
4830 * net/ange-ftp.el (ange-ftp-insert-directory):
4831 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4832 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4833 Handle also directories. (Bug#5478)
4835 2010-02-05 Glenn Morris <rgm@gnu.org>
4837 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4839 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
4841 * startup.el (command-line-1): Convert options beginning with a
4842 single dash as well (Bug#5519).
4844 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
4846 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4847 * minibuffer.el (completion-initials-expand): Only check the presence
4848 of delims *within* the boundaries, since otherwise the / delim is
4849 always found for files.
4851 Fix up various corner case problems.
4852 * doc-view.el (doc-view-last-page-number): New function.
4853 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4854 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4855 (doc-view-kill-proc): Avoid inf-loop in freak cases.
4856 (doc-view-reconvert-doc): Use the new recursive delete-directory.
4857 (doc-view-convert-current-doc): Don't create the resolution.el file
4859 (doc-view-pdf/ps->png): Do it here instead.
4860 (doc-view-already-converted-p): Check that resolution.el is present.
4861 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4862 windows that are not yet showing images.
4864 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
4866 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4867 `dired-uncache' for every elemnt which is an absolute file name.
4869 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4870 directory, handle its directory component.
4871 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4872 function is called permanently and creates noise, otherwise.
4874 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4875 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4876 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
4878 2010-02-04 David Burger <dburger@google.com> (tiny change)
4880 * macros.el (apply-macro-to-region-lines):
4881 Minor simplification. (Bug#5485)
4883 2010-02-04 Glenn Morris <rgm@gnu.org>
4885 * mail/rmail.el (rmail-show-message-1): Handle malformed
4886 quoted-printable text. (Bug#5441)
4888 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4890 * simple.el (visual-line-mode): Capitalize lighter.
4892 2010-02-03 John Wiegley <jwiegley@gmail.com>
4894 * iswitchb.el (iswitchb-completions): Add bookmark files to the
4895 list of files considered for "virtual buffer" completions.
4897 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
4899 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4900 also in case of (and (not full) (not wildcard)). This is needed
4901 when dired is called with a list of files, which are not in
4902 `default-directory'. (Bug#5478)
4904 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4906 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4908 2010-02-02 Juri Linkov <juri@jurta.org>
4910 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4911 from unidiff to allow function-line after @@.
4913 2010-02-02 Juri Linkov <juri@jurta.org>
4915 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4916 '(RCS SCCS) with inverted condition.
4918 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
4920 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4923 2010-02-01 Juri Linkov <juri@jurta.org>
4925 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4926 compare with "pkunzip" and "pkzip" instead of only "pkzip".
4927 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4928 only when (car archive-zip-extract) is "unzip". (Bug#5475)
4930 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4932 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4933 (doc-view-revert-buffer): New command.
4934 (doc-view-mode-map): Use it.
4936 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
4938 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4939 pending merge is detected.
4941 2010-01-31 Juri Linkov <juri@jurta.org>
4943 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4944 beginning of interactive spec like all other grep commands do.
4945 Put "all" in front of "gz". (Bug#5260)
4947 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4949 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4951 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
4953 * dirtrack.el (dirtrack): Warn instead of signalling error if the
4954 regexp is incorrect (Bug#5476).
4956 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
4958 * net/tramp.el (tramp-handle-insert-directory): Handle also
4959 symlinks, when FILENAME is not in `default-directory'.
4961 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4963 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4964 FILE is not in `default-directory'. (Bug#5478)
4966 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4967 of SWITCHES. Handle the case, FILENAME is not in
4968 `default-directory'. (Bug#5478)
4969 (tramp-register-file-name-handlers): Add safe-magic property.
4971 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
4973 * arc-mode.el (archive-zip-extract): Quote the argument passed to
4976 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
4978 * progmodes/flymake.el (flymake-allowed-file-name-masks)
4979 (flymake-master-make-header-init): Add other C++ filename masks.
4980 (flymake-find-possible-master-files)
4981 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4983 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4985 Fix some busybox annoyances.
4987 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4988 not responding." string.
4989 (tramp-open-connection-setup-interactive-shell): Dump stty
4990 settings. Enable "neveropen" arg for all `tramp-send-command'
4991 calls. Handle "=" in variable values properly.
4992 (tramp-find-inline-encoding): Raise an error, when no encoding is
4994 (tramp-wait-for-output): Check, whether PROC buffer is available.
4995 Remove spurious " ^H" sequences, sent by busybox.
4996 (tramp-get-ls-command): Suppress coloring, if possible.
4998 2010-01-28 Glenn Morris <rgm@gnu.org>
5000 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
5002 * log-edit.el (log-edit-strip-single-file-name): Add missing
5003 :safe, :group, and :version tags.
5005 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
5007 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
5010 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
5012 * files.el (delete-directory): Handle moving to trash without
5013 first doing recursion (Bug#5436).
5015 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
5017 * vc-hooks.el (vc-path): Mark as obsolete.
5019 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
5021 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5024 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5026 (vc-bzr-log-view-mode): Adjust regexp for the above change.
5028 2010-01-25 Mark A. Hershberger <mah@everybody.org>
5030 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5032 * vc-bzr.el (vc-bzr-revision-table): New function.
5034 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
5036 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5037 diff-index command. This requires at least git-1.5.5. (Bug#1589).
5039 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5041 Remove support for adding --signoff on commit.
5042 Future support will use an incompatible generic mechanism.
5043 * vc-git.el (vc-git-add-signoff): Remove variable.
5044 (vc-git-toggle-signoff): Remove function.
5045 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5047 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5048 from xterm-set-background-mode. Return t if the background mode
5050 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5051 earlier, call it again in case the background mode has changed.
5053 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
5055 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5058 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
5060 * emacs-lisp/assoc.el (aelement): Doc fix.
5061 (aput, adelete, amake): Use lexical-let (Bug#5450).
5063 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
5065 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5066 is the same as subprogram call, not declaration. (Bug#5435).
5068 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
5070 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5071 (tramp-smb-maybe-open-connection): Use it.
5073 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
5075 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
5077 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5079 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5080 just because we see "encoding: 8bit".
5081 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5083 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
5085 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5087 2010-01-22 Eli Zaretskii <eliz@gnu.org>
5089 * jka-compr.el (jka-compr-load): If load-file is not in
5090 load-history, try its file-truename version. (bug#5447)
5092 2010-01-21 Alan Mackenzie <acm@muc.de>
5094 Fix a situation where deletion of a cpp construct throws an error.
5095 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5096 invoking c-with-all-but-one-cpps-commented-out, check that the
5097 special cpp construct is still in the buffer.
5098 (c-parse-state): Record the special cpp with markers, not numbers.
5100 2010-01-21 Kenichi Handa <handa@m17n.org>
5102 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5103 process last-command-event, as it is now decoded first (Bug#5380).
5105 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
5107 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5109 2010-01-20 Glenn Morris <rgm@gnu.org>
5111 * indent.el (tab-always-indent): Fix custom-type.
5113 2010-01-19 Alan Mackenzie <acm@muc.de>
5115 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5116 buffer throws "args out of range".
5117 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5118 playing the role of delimiter.
5120 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
5122 * progmodes/ada-mode.el: Fix bug#5400.
5123 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5124 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5125 changed. Delete RECURSIVE parameter; never used. Improve doc string.
5126 Improve comments in "is" portion. Handle null procedure declaration.
5127 (ada-move-to-end): Improve doc string.
5129 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
5131 * ido.el (ido-cur-list): Initialize to nil.
5132 Remove obsolete information from commentary.
5133 (ido-choice-list): Initialize to nil.
5134 (ido-get-bufname): Reject minibuffers.
5135 (ido-make-buffer-list): If "default" is a nonexistent
5136 buffer, ignore it, as per the function's comment.
5137 (ido-kill-buffer-internal): New function.
5138 (ido-kill-buffer-at-head): Use it.
5139 (ido-visit-buffer): Likewise.
5141 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
5143 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5145 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
5147 * cedet/ede/locate.el (ede-locate-file-in-project)
5148 (ede-locate-file-in-project-impl): Fix typos in docstrings.
5149 (ede-enable-locate-on-project): Fix typos in error messages.
5151 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5152 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5153 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5154 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5155 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5156 Fix typos in menu help.
5158 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5159 Fix typos in chart titles.
5161 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5162 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5163 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5164 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5165 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5166 (semantic-parse-stream, semantic-parse-region)
5167 (semantic-parse-region-default, semantic--set-buffer-cache)
5168 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5169 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5170 (semantic-default-submodes):
5171 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5172 (semanticdb-create-ebrowse-database)
5173 (semanticdb-find-tags-for-completion-method)
5174 (semanticdb-find-tags-by-class-method)
5175 (semanticdb-deep-find-tags-by-name-method)
5176 (semanticdb-deep-find-tags-for-completion-method):
5177 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5178 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5179 (semanticdb-find-tags-for-completion-method)
5180 (semanticdb-find-tags-by-class-method)
5181 (semanticdb-deep-find-tags-for-completion-method):
5182 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5183 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5184 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5185 (semanticdb-find-tags-by-name-method)
5186 (semanticdb-find-tags-by-name-regexp-method)
5187 (semanticdb-find-tags-for-completion-method)
5188 (semanticdb-find-tags-by-class-method)
5189 (semanticdb-find-tags-external-children-of-type-method)
5190 (semanticdb-find-tags-subclasses-of-type-method)
5191 (semanticdb-deep-find-tags-by-name-method)
5192 (semanticdb-deep-find-tags-by-name-regexp-method)
5193 (semanticdb-deep-find-tags-for-completion-method):
5194 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5195 (semanticdb-enable-gnu-global-in-buffer)
5196 (semanticdb-find-tags-for-completion-method)
5197 (semanticdb-deep-find-tags-by-name-method)
5198 (semanticdb-deep-find-tags-for-completion-method):
5199 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5200 (javascript-mode, semanticdb-find-translate-path)
5201 (semanticdb-find-tags-for-completion-method)
5202 (semanticdb-find-tags-by-class-method)
5203 (semanticdb-deep-find-tags-by-name-method)
5204 (semanticdb-deep-find-tags-for-completion-method)
5205 (semanticdb-find-tags-external-children-of-type-method):
5206 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5207 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5208 (global-semantic-idle-scheduler-mode):
5209 * cedet/srecode/dictionary.el (srecode-field-value)
5210 (srecode-dictionary-add-section-dictionary):
5211 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5212 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5213 (describe-class, eieio-describe-generic, describe-generic):
5214 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5215 (eieio-speedbar-expand):
5216 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5217 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5218 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5219 (viper-del-backward-char-in-replace, viper-backward-indent)
5220 (viper-brac-function, viper-register-to-point, viper-submit-report):
5221 * net/tramp.el (tramp-remote-coding-commands):
5222 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5223 Fix typos in docstrings.
5225 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5227 * mail/sendmail.el (mail-yank-original): Set the mark if the
5228 specified function for yanking does not do it.
5230 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
5232 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
5234 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5235 resyncing a directory.
5237 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
5239 * progmodes/ada-mode.el: Fix bug#1920.
5240 (ada-ident-re): Delete ., allow multibyte characters.
5241 (ada-goto-label-re): New; matches goto labels.
5242 (ada-block-label-re): New; matches block labels.
5243 (ada-label-re): New; matches both.
5244 (ada-named-block-re): Deleted; callers changed to use
5245 `ada-block-label-re' instead.
5246 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5247 Use `ada-block-label-re'.
5248 (ada-indent-on-previous-lines): Improve handling of goto labels.
5249 (ada-get-indent-block-start): Special-case block label.
5250 (ada-get-indent-label): Split into `ada-indent-block-label' and
5251 `ada-indent-goto-label'.
5252 (ada-goto-stmt-start, ada-goto-next-non-ws):
5253 Optionally ignore goto labels.
5254 (ada-goto-next-word): Simplify.
5255 (ada-indent-newline-indent-conditional): Insert newline before
5256 trying to fix indentation; doc fix.
5258 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
5260 * calc/calc.el (calc-command-flags): Give it an initial value.
5262 2010-01-17 Glenn Morris <rgm@gnu.org>
5264 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5266 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5268 * cedet/semantic.el (semantic-mode):
5269 * files.el (minibuffer-with-setup-hook):
5270 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5271 (artist-key-draw-continously, artist-key-do-continously-continously)
5272 (artist-key-set-point-continously, artist-mouse-draw-continously):
5273 Fix typos in docstrings.
5275 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
5277 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5278 return t (Bug#3898).
5280 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
5282 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5283 can parse the output of the external commands (Bug#5279).
5285 2010-01-16 Jari Aalto <jari.aalto@cante.net>
5287 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5289 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
5291 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5293 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5295 * startup.el (command-line): Remove unused --icon-type arg.
5296 Handle --display arg, passing it to command-line-1 (Bug#5392).
5298 2010-01-16 Mario Lang <mlang@delysid.org>
5300 * cedet/ede/cpp-root.el (ede-cpp-root-project):
5301 * cedet/ede/files.el (ede-expand-filename):
5302 * cedet/ede/simple.el (ede-simple-project):
5303 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5304 (semantic-complete-inline-tag-engine):
5305 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5306 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5307 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5308 * cedet/semantic/db.el (semanticdb-equivalent-mode):
5309 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5310 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5311 * emacs-lisp/chart.el (chart-translate-namezone):
5312 * textmodes/artist.el (artist-compute-popup-menu-table):
5313 Remove duplicated words in doc-strings.
5315 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
5317 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5318 to mairix-search to suppress threading (Bug#5342).
5320 2010-01-15 Kenichi Handa <handa@m17n.org>
5322 * international/mule-cmds.el (canonicalize-coding-system-name):
5323 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5325 2010-01-15 Glenn Morris <rgm@gnu.org>
5327 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
5329 * wid-edit.el (widget-keymap): Doc fix.
5331 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5332 former seems to be more widely accepted by various svn versions.
5334 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5336 * find-cmd.el (find-constituents):
5337 * vc-arch.el (vc-arch-root):
5338 * window.el (window-body-height, pop-up-frames):
5339 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5340 (semantic-no-reparse-needed-change-hook):
5341 * cedet/srecode/insert.el (srecode-resolve-argument-list)
5342 (srecode-template-inserter-blank, srecode-template-inserter-variable)
5343 (srecode-template-inserter-ask, srecode-template-inserter-width)
5344 (srecode-template-inserter-section-start)
5345 (srecode-template-inserter-section-end, srecode-insert-method):
5346 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5347 * progmodes/ada-stmt.el (ada-if):
5348 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5349 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5350 (ispell-encoding8-command, ispell-aspell-supports-utf8)
5351 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5353 * progmodes/flymake.el (flymake-post-syntax-check):
5354 Fix typo in error message.
5356 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5358 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5359 which is always a string. (Bug#5313)
5361 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5363 * progmodes/ada-xref.el (ada-default-prj-properties):
5364 Simplify previous change.
5366 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5368 * progmodes/ada-xref.el (ada-default-prj-properties):
5369 Default ada_project_path to $ADA_PROJECT_PATH.
5371 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5373 * progmodes/ada-mode.el (ada-create-keymap):
5374 Override `narrow-to-defun' with `ada-narrow-to-defun'.
5376 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5378 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5379 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5380 (ada-get-current-indent, ada-imenu-generic-expression)
5381 (ada-which-function): Check for it.
5383 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5385 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5386 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5388 2010-01-14 Glenn Morris <rgm@gnu.org>
5390 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
5392 2010-01-14 Kenichi Handa <handa@m17n.org>
5394 * composite.el (auto-composition-mode): Make it a buffer local
5395 variable (permanent-local).
5396 (auto-composition-function): Set the default value to
5398 (auto-composition-mode): Make it a simple function, not a minor mode.
5399 (global-auto-composition-mode): Likewise.
5400 (turn-on-auto-composition-if-enabled): Delete it.
5402 2010-01-13 Karl Fogel <kfogel@red-bean.com>
5404 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5406 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
5408 * files.el (copy-directory): Compute target for recursive
5409 directories with identical names. (Bug#5343)
5411 2010-01-12 Glenn Morris <rgm@gnu.org>
5413 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5414 it to bug-gnu-emacs rather than emacs-pretest-bug.
5416 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5418 * cedet/data-debug.el (data-debug): Fix customization group reference.
5420 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5422 * cedet/semantic/analyze.el (semantic-analyze-push-error)
5423 (semantic-analyze-context, semantic-analyze-context-assignment)
5424 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5425 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5426 (semantic-java-doc-keywords-map):
5427 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5428 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5429 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5430 (semantic-c-classname, semantic-format-tag-uml-prototype)
5431 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5432 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5433 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5434 (semantic-get-local-variables, semantic-end-of-command)
5435 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5437 * cedet/semantic/bovine/make.el (makefile-mode):
5438 * cedet/semantic/wisent/python.el (wisent-python-string-re)
5439 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5440 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5441 (semantic-lex, semantic-get-local-variables, python-mode):
5442 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5443 * cedet/srecode/extract.el (srecode-extract-state-set)
5444 (srecode-extract-method): Fix typos in docstrings.
5446 2010-01-11 Sam Steingold <sds@gnu.org>
5448 * imenu.el (imenu-default-create-index-function): Detect infinite
5449 loops caused by imenu-prev-index-position-function.
5451 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5453 * htmlfontify.el (htmlfontify-load-rgb-file)
5454 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5455 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5456 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5457 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5458 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5459 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5460 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5461 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5462 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5463 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5464 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5465 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5466 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5467 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5468 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5469 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5470 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5471 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5472 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5473 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5474 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5475 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5476 backslash-quoting from parentheses, etc.
5478 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
5480 * progmodes/js.el: Autoload javascript-mode alias.
5482 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5484 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5485 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5486 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5487 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5488 Fix typos in docstrings.
5489 (ffap-url-regexp): Doc fix.
5490 (ffap-at-mouse): Fix typo in message.
5492 2010-01-11 Glenn Morris <rgm@gnu.org>
5494 * version.el (emacs-copyright): Set copyright year to 2010.
5496 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5498 * format.el (format-annotate-function): Only set
5499 write-region-post-annotation-function after running to-fn so as not to
5500 affect nested write-region calls (bug#5273).
5502 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
5504 * cedet/semantic.el (semantic-new-buffer-setup-functions):
5507 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5510 2010-01-10 Richard Kim <emacs18@gmail.com>
5512 * cedet/semantic/wisent/python-wy.el:
5513 * cedet/semantic/wisent/python.el: New files.
5515 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5517 * man.el (Man-goto-section): Signal error if the section is not
5520 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
5522 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5523 URLs with a leading triple slash in the file: scheme. (Bug#5345)
5525 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5527 * progmodes/compile.el: Don't treat compile-command as safe if
5528 compilation-read-command might be nil (Bug#4218).
5530 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5532 * startup.el (command-line-1): Use orig-argi to check for ignored X and
5535 2010-01-08 Kenichi Handa <handa@m17n.org>
5537 * international/fontset.el (build-default-fontset-data):
5538 Exclude characters in scripts kana, hangul, han, or cjk-misc.
5540 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
5542 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5543 to `create-file-buffer' as it expects, not just a buffer name.
5544 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5545 to help uniquify. (Bug#3224)
5547 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5549 * font-setting.el (font-setting-change-default-font): Use user-spec
5552 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5554 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5556 2010-01-05 Tom Tromey <tromey@redhat.com>
5558 * progmodes/python.el (python-font-lock-keywords):
5559 Handle qualified decorators (Bug#881).
5561 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5563 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5564 in a lightweight checkout.
5566 2010-01-05 Kenichi Handa <handa@m17n.org>
5568 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5570 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5572 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5574 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
5576 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5577 checkouts. (Bug#618)
5578 (vc-bzr-log-view-mode): Also highlight the author.
5579 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5580 (vc-bzr-shelve-menu-map):
5581 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5582 (vc-bzr-shelve-apply): Make prompt more explicit.
5584 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5586 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5587 They are valid characters in URL paths (rfc3986), and at least
5588 Firefox does not understand the encoded version (Bug#3166).
5590 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
5592 * progmodes/octave-mod.el (octave-end-keywords)
5593 (octave-block-begin-or-end-regexp, octave-block-match-alist):
5594 Add "end" keyword (Bug#3061).
5595 (octave-end-as-array-index-p): New function.
5596 (calculate-octave-indent): Use it.
5598 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5600 * bookmark.el: Consistently put the text property on the bookmark name.
5601 (bookmark-bmenu-marks-width): Bump back to 2, to include
5603 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5604 property on the bookmark name, instead of not putting it at all.
5605 (bookmark-bmenu-list): Fix where we put the text property.
5607 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5609 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5610 for showing buffer modified state (as added in the previous change).
5612 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5614 * bookmark.el: Show modified state of bookmark buffer more accurately.
5615 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5616 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5617 (with-buffer-modified-unmodified): New macro.
5618 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5619 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5620 Use new macro to preserve the buffer modified state.
5622 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5624 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5625 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5626 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5627 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5628 (bookmark-bmenu-rename, bookmark-bmenu-locate)
5629 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5630 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5632 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5634 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5635 Make the lines in the generated doc string shorter. (Bug#4668)
5637 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
5639 * net/rcirc.el: Add follow-link binding (Bug#4738).
5641 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5643 * Makefile.in (bzr-update): Rename from cvs-update.
5644 (cvs-update): New target for backward compatibility.
5646 * makefile.w32-in (bzr-update): Rename from cvs-update.
5647 (cvs-update): New target for backward compatibility.
5649 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5651 * bookmark.el: Remove gratuitous gratitude.
5653 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5655 * bookmark.el (bookmark-bmenu-any-marks): New function.
5656 (bookmark-bmenu-save): Clear buffer modification if no marks.
5658 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5660 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5661 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5662 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5663 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5665 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5666 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5667 To: emacs-devel {_AT_} gnu.org
5668 Subject: bookmark.el bug report
5669 Date: Mon, 28 Dec 2009 14:19:16 +0800
5670 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5672 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5674 * bookmark.el: Improvements suggested by Drew Adams:
5675 (bookmark-bmenu-ensure-position): New name for
5676 `bookmark-bmenu-check-position'. Just ensure the position,
5677 don't return any meaningful value.
5678 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5681 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
5683 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5684 (bookmark-yank-point, bookmark-bmenu-check-position):
5685 Fix typos in docstrings.
5686 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5687 (bookmark-name-from-full-record, bookmark-get-position)
5688 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5689 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5690 Remove useless quoting of parenthesis, etc. in docstrings.
5692 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5693 (ediff-append-custom-diff): Fix typo in error message.
5694 (ediff-meta-mark-equal-files): Fix typos in messages.
5696 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5698 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5699 Fix typo in docstring.
5701 * net/imap-hash.el (imap-hash-make): Doc fix.
5702 (imap-hash-test): Fix typo in error message; reflow docstring.
5703 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5704 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5705 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5706 Fix typos in docstrings.
5707 (imap-hash-open-connection): Fix typo in error message.
5709 * play/gomoku.el (gomoku): Fix typos in docstring.
5711 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5712 (gdb-jsonify-buffer): Fix typos in docstring.
5713 (gdb-goto-breakpoint): Fix typo in error message.
5714 ("Display Other Windows"): Fix typo in help message.
5715 (gdb-speedbar-expand-node): Fix typo in question.
5717 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5718 (idlwave-html-system-help-location, idlwave-html-help-location)
5719 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5720 (idlwave-help-browser-generic-args, idlwave-help-directory)
5721 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5722 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5723 (idlwave-online-help, idlwave-help-html-link)
5724 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5725 Fix typos in docstrings.
5726 (idlwave-help-with-source, idlwave-help-find-routine-definition):
5728 (idlwave-help-assistant-start): Fix typo in error message.
5730 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5731 (octave-electric-space): Fix typos in docstrings.
5733 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5735 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5737 2010-01-01 Juri Linkov <juri@jurta.org>
5739 * comint.el (comint-input-ring-size): Make it a defcustom and
5740 increase the default to 500 (Bug#5148).
5742 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
5744 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5745 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5746 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5748 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
5750 Show working revision correctly for mercurial.
5751 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5752 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5754 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
5756 Declare some functions for the byte-compiler.
5757 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5758 (speedbar-timer-fn, speedbar-change-expand-button-char)
5759 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5761 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
5763 This changeset reverts GDB Graphical Interface to use annotations.
5764 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5766 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5768 Make vc-dir work on subdirectories of the bzr root.
5769 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
5770 file names relative to it.
5771 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5772 relative directory to vc-bzr-after-dir-status.
5774 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
5776 * font-lock.el (font-lock-refresh-defaults): New function, which
5777 can be used to let font-lock react to external changes in
5778 variables like font-lock-defaults and keywords.
5779 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5781 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
5783 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5785 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5787 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
5789 Supersede color.diff settings in git log (bug#5211).
5791 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5792 escape chars in its output when the user has color.diff set to `always'.
5793 This fix works on git 1.4.2 and newer (released on 2006-08-13).
5795 2009-12-26 Kevin Ryde <user42@zip.com.au>
5797 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5798 node. Keep previous "Index" name to work with past coreutils too.
5800 * man.el (man): Revise docstring a bit to show -a and -l as
5801 examples. Add -k description since support for it has otherwise
5802 been a secret. (Further to bug#3717.)
5803 (Man-bgproc-sentinel): When "-k foo" produces no output show error
5804 "no matches" rather than "Can't find manpage", as the latter reads
5805 like -k was interpreted as a page name, which is not so. (Bug#5431)
5807 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
5809 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5810 switches. Check also for //SUBDIRED// line.
5812 2009-12-25 Kenichi Handa <handa@m17n.org>
5814 * language/indian.el (devanagari-composable-pattern): Fixed to
5815 handle ZWNJ and ZWJ. Use it in composition-function-table for
5817 (malayalam-composable-pattern): Fix previous change.
5819 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5821 * ps-print.el (ps-face-attributes): It was not returning the
5822 attribute face for faces specified as string. Reported by harven
5824 (ps-print-version): New version 7.3.5.
5826 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
5828 * calendar/icalendar.el (icalendar--convert-tz-offset):
5830 (icalendar--convert-tz-offset): Fix the "last-day-problem".
5831 (icalendar--add-diary-entry): Remove the trailing blank that
5832 diary-make-entry inserts.
5834 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
5836 Make `file-expand-wildcards' work for remote files.
5838 * files.el (file-expand-wildcards): In case of remote files, check
5839 only local file name part for wildcards. Provide feature 'files
5840 and subfeature 'remote-wildcards. (Bug#5198)
5842 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5843 if there is already an established connection.
5844 (tramp-advice-file-expand-wildcards): Remove it.
5846 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5847 (tramp-advice-file-expand-wildcards): Move from tramp.el.
5848 Activate advice for older GNU Emacs versions. (Bug#5237)
5850 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
5852 Some doc fixes (more needed).
5854 * find-cmd.el (find-constituents): Reflow docstring.
5855 (find-cmd, find-prune, find-command): Fix typos in docstrings.
5856 (find-generic): Doc fix.
5858 2009-12-17 Juri Linkov <juri@jurta.org>
5860 Fix regression from 23.1 to allow multiple modes in Local Variables.
5862 * files.el (hack-local-variables-filter): While ignoring duplicates,
5863 don't take `mode' into account.
5864 (hack-local-variables-filter, hack-dir-local-variables):
5865 Don't remove duplicate `mode' from local-variables-alist (like `eval').
5867 2009-12-17 Juri Linkov <juri@jurta.org>
5869 Make `dired-diff' safer. (Bug#5225)
5871 * dired-aux.el (dired-diff): Signal an error when `file' equals to
5872 `current' or when `file' is a directory of the `current' file.
5874 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
5876 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5877 unconditionally preloaded files.
5879 2009-12-16 Juri Linkov <juri@jurta.org>
5881 Revert to old 23.1 logic of using the file at the mark as default.
5882 * dired-aux.el (dired-diff): Use the file at the mark as default
5883 if it's not the same as the current file, and the target dir is
5884 the current dir or the mark is active. Add the current file
5885 as the arg of `dired-dwim-target-defaults'. Use the default file
5886 in the prompt. (Bug#5225)
5888 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
5890 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5891 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5892 (tramp-check-for-regexp): Check also, when an echoing shell stops
5893 to echo sent commands.
5895 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5897 * Makefile.in: Revert last change (Bug#5191).
5899 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
5901 * vc-hg.el (vc-hg-print-log): Fix argument order.
5902 (vc-hg-working-revision): Make sure the command is executed in a
5903 known environment so that we can parse the output. (Bug#4417)
5905 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5907 * progmodes/python.el (python-symbol-completions): Remove text
5908 properties from symbol string before calling python-send-receive.
5910 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
5912 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5913 when there are values for both file and line. (Bug#5060)
5915 2009-12-14 Juri Linkov <juri@jurta.org>
5917 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5918 whitespace after the file name of the first line of unified format,
5919 because git-diff doesn't output whitespace and file modification time
5920 after the file name.
5922 2009-12-14 David Kastrup <dak@gnu.org>
5924 * info.el (Info-hide-cookies-node): Before hiding a cookie,
5925 check if it already has the `display' property added by
5926 `Info-display-images-node', and not put the `invisible' property
5929 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5931 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5932 (semantic-mru-bookmark-mode): Doc fixes.
5934 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5937 2009-12-13 Glenn Morris <rgm@gnu.org>
5939 * mail/emacsbug.el (message-sort-headers): Define for compiler.
5940 (report-emacs-bug): In message-mode, sort manually before storing
5941 original report text. (Bug#5178)
5942 Remove superfluous save-excursion.
5944 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
5946 * net/dbus.el (dbus-property-handler): Filter lambda forms out
5947 when responding to "GetAll" properties.
5949 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
5951 * simple.el (compose-mail): Remove mail-setup-with-from from
5952 customization checks.
5954 2009-12-12 Eli Zaretskii <eliz@gnu.org>
5956 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5957 RAR archives created on Unix systems.
5959 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5961 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5962 the varalias that was accidentally removed by the 2009-11-19 change
5965 2009-12-12 Kenichi Handa <handa@m17n.org>
5967 * language/indian.el (indian-compose-regexp): New function.
5968 (malayalam-composable-pattern): Fix the pattern.
5969 (composition-function-table): Set malayalam-composable-pattern for
5970 Malayalam characters.
5972 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
5974 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5975 rather than down-mouse-1, based on follow-link conventions.
5977 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5980 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
5982 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5983 (verilog-vmm-statement-re, verilog-ovm-statement-re)
5984 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5985 (verilog-leap-to-head, verilog-backward-token):
5986 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
5988 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
5990 * progmodes/verilog-mode.el (verilog-auto-lineup)
5991 (verilog-nameable-item-re): Cleanup user-visible spelling and
5992 documentation errors. One reported by Gary Delp.
5993 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5994 (verilog-read-decls): Fix AUTOWIRE with types declared in a
5995 package, bug195. Reported by Pierre-David Pfister.
5997 2009-12-11 Glenn Morris <rgm@gnu.org>
5999 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
6001 * mail/emacsbug.el: No longer require sendmail.
6002 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
6003 (report-emacs-bug-orig-text): Doc fix.
6004 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
6005 New local variables, to adapt to different mail-user-agents.
6006 (report-emacs-bug): Fix test for a gnu.org address.
6007 Use overlays for emphasis, since font-lock defeats 'face property.
6008 Pretest bugs also end up at the newsgroup these days.
6009 Stop message-mode stripping text properties.
6010 Set and use the new buffer-local variables.
6011 (report-emacs-bug-hook): Add doc-string.
6012 Remove some unnecessary save-excursions and simplify.
6013 Use the appropriate hook and send-command.
6015 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
6016 capitalization of some menu entries.
6018 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6020 * whitespace.el (whitespace-display-char-on):
6021 Ensure `buffer-display-table' is unique when two or more windows are
6022 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6025 2009-12-10 Eli Zaretskii <eliz@gnu.org>
6027 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6028 characters in the Attribute field.
6030 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6032 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
6034 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6036 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6037 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6038 Disregard autoload-excludes.
6039 (update-directory-autoloads): Obey autoload-excludes here instead.
6040 But don't store its contents in no-autoloads and remove entries that
6041 refer to excludes files.
6043 2009-12-10 Glenn Morris <rgm@gnu.org>
6045 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6046 (expand-mail-aliases): Define for compiler.
6048 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6049 Define for compiler.
6051 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6052 appropriate for the mail-user-agent in use.
6054 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
6056 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6058 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6060 Fix short log parsing and fontification.
6061 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6062 Fix fontification for the [merge] label.
6064 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
6066 Drop some properties to avoid surprises (bug#5002).
6067 * htmlfontify.el (hfy-ignored-properties): New defcustom.
6068 (hfy-fontify-buffer): Use it.
6070 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
6073 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6075 (ffap-locate-file): Remove unused arg `dir-ok' and make other
6076 args compulsory. Adjust callers.
6077 (ffap-gopher-at-point): Remove unused var `name'.
6079 Get rid of the ELCFILES abomination.
6080 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6081 (compile-elcfiles): New phony target.
6082 (compile-main): Compute ELCFILES dynamically.
6083 (compile-clean): New target to remove left-over elc files.
6084 (compile, all): Use it.
6086 2009-12-09 Kenichi Handa <handa@etlken>
6088 * international/mule-diag.el: Require help-mode instead of help-fns.
6090 2009-12-09 Kenichi Handa <handa@m17n.org>
6092 * international/mule-cmds.el (ucs-names): Supply sufficiently
6093 fine ranges instead of pre-calculating accurate ranges.
6094 Iterate with bigger gc-cons-threshold.
6096 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6098 Add support for stashing a snapshot of the current tree.
6099 * vc-git.el (vc-git-stash-snapshot): New function.
6100 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6102 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
6104 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6105 instead of `(beginning|end)-of-line'.
6107 2009-12-08 Glenn Morris <rgm@gnu.org>
6109 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6111 * Makefile.in (ELCFILES): Regenerate.
6113 2009-12-07 Juri Linkov <juri@jurta.org>
6115 Don't lazy-highlight the comint output in history Isearch mode.
6117 * comint.el (comint-history-isearch-search): Instead of
6118 `comint-line-beginning-position', use `comint-after-pmark-p'
6119 to check if point if before the process mark, and go to
6120 `process-mark' in this case.
6122 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6124 * textmodes/tex-mode.el (latex-complete)
6125 (latex-indent-or-complete): Remove.
6126 (latex-mode): Set completion-at-point-functions instead.
6128 Provide a standard completion command and hook it into TAB.
6129 * minibuffer.el (completion-at-point-functions): New var.
6130 (completion-at-point): New command.
6131 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6132 * progmodes/python.el (python-mode-map): Use completion-at-point.
6133 (python-completion-at-point): Rename from python-partial-symbol and
6134 adjust for use in completion-at-point-functions.
6135 (python-mode): Setup completion-at-point for Python completion.
6136 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6137 extracted from lisp-complete-symbol.
6138 (lisp-complete-symbol): Use it.
6139 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6140 setup completion-at-point for Elisp completion.
6141 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6142 Use completion-at-point.
6143 * ielm.el (ielm-map): Use completion-at-point.
6144 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6145 * progmodes/sym-comp.el: Move to...
6146 * obsolete/sym-comp.el: Move from progmodes.
6148 2009-12-07 Eli Zaretskii <eliz@gnu.org>
6150 Prevent save-buffer in Rmail buffers from using the coding-system
6151 of the current message, and from clobbering the encoding mnemonics
6152 in the mode line (Bug#4623).
6154 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6156 (rmail-message-encoding): New variable.
6157 (rmail-write-region-annotate): Record the encoding of the current
6158 message in rmail-message-encoding.
6159 (rmail-after-save-hook): New function, restores the encoding of
6160 the current message after the message collection is saved.
6162 2009-12-07 Juri Linkov <juri@jurta.org>
6164 * progmodes/grep.el (grep-read-files): Use `completing-read'
6165 instead of `read-string'. Set its `collection' arg to
6166 `read-file-name-internal'. (Bug#4301)
6168 2009-12-07 Juri Linkov <juri@jurta.org>
6170 Correctly restore original Isearch point. (Bug#4994)
6172 * isearch.el (isearch-mode): Move `isearch-push-state' after
6173 `(run-hooks 'isearch-mode-hook)'.
6174 (isearch-cancel): When `isearch-push-state-function' is defined,
6175 let-bind `isearch-cmds' to the first state (the last element of
6176 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6177 function and restores the original point). Otherwise, move point
6178 to `isearch-opoint'.
6180 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6182 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6183 chars that don't have names, so the table can be built much faster at
6186 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
6188 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6189 change. Suggested by David Kastrup.
6191 * simple.el (compose-mail): Check for incompatibilities and warn.
6192 (compose-mail-user-agent-warnings): New option.
6194 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6196 Support showing a single log entry from vc-annotate.
6197 * vc.el (print-log): Add a new argument: START-REVISION.
6198 (vc-print-log-internal): Add a new optional argument and
6199 pass it to the backend.
6200 (vc-print-log, vc-print-root-log): Adjust callers.
6201 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6202 buffer already displays the requested log entry, use it.
6203 Otherwise display only the log entry in question.
6204 * vc-svn.el (vc-svn-print-log):
6205 * vc-mtn.el (vc-mtn-print-log):
6206 * vc-hg.el (vc-hg-state):
6207 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6208 (vc-git-show-log-entry): Return t on success.
6209 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6210 (vc-bzr-show-log-entry): Return t on success.
6211 * vc-rcs.el (vc-rcs-print-log):
6212 * vc-sccs.el (vc-sccs-print-log):
6213 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6215 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6217 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6218 Add menus to the meta mode. (Bug#5043)
6220 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
6222 * ediff-init.el (ediff-event-key): Use event-to-character instead of
6225 * ediff.el (ediff-buffers-internal): Add unwind-protect.
6227 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
6229 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
6230 Berbain <raphael.berbain@gmail.com>.
6232 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
6234 (tramp-initial-end-of-output): New defconst.
6235 (tramp-methods, tramp-find-shell)
6236 (tramp-open-connection-setup-interactive-shell)
6237 (tramp-maybe-open-connection): Use it.
6238 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6239 existence of `#' and `$'.
6241 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6242 `tramp-initial-end-of-output'.
6244 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6246 Get the background mode from the terminal for xterm, and set
6248 * term/xterm.el (xterm-set-background-mode): New function.
6249 (terminal-init-xterm): Use it in case xterm supports background
6250 color queries. Recompute faces after getting the background
6253 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
6255 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6256 number comment back on its own line, for easier parsing.
6258 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6260 Make it work for non-file buffers (bug#5102).
6261 * doc-view.el (doc-view-current-cache-dir):
6262 Use doc-view-buffer-file-name rather than buffer-file-name.
6263 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6265 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
6267 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6268 author field is too short.
6270 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
6272 * vc-git.el (vc-git-print-log): Handle a limit argument.
6273 Display the short log in graph form and with labels.
6274 (vc-git-log-view-mode): Handle labels.
6276 Make vc-revert change VC state from 'added to 'unregistered.
6277 * vc-git.el (vc-git-revert): Call git reset first.
6279 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6281 * net/newst-backend.el, net/newst-plainview.el:
6282 * net/newst-reader.el, net/newst-ticker.el:
6283 * net/newst-treeview.el, net/newsticker.el:
6284 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
6286 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6288 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6290 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6291 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
6292 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6293 Update annotation regexp.
6295 * simple.el (beginning-of-visual-line): Constrain to field
6296 boundaries (Bug#5106).
6298 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6300 * xml.el (xml-substitute-numeric-entities): Move
6301 newsticker--decode-numeric-entities in newst-backend.el to
6302 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6303 * net/newst-backend.el (newsticker--parse-generic-feed)
6304 (newsticker--parse-generic-items)
6305 (newsticker--decode-numeric-entities): Move
6306 newsticker--decode-numeric-entities in newst-backend.el to
6307 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6309 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
6311 * progmodes/js.el (js--js-not): Add null to the list of values.
6313 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6315 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6317 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6319 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6320 delimiter if it is at the end of the current line.
6321 (bibtex-generate-url-list): Fix docstring.
6323 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6325 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6326 minibuffer's content with itself.
6327 Fold the confirm-after-completion case into the `confirm' case.
6328 (completion-pcm-word-delimiters): Add : and / to the delimiters.
6330 2009-12-06 Kevin Ryde <user42@zip.com.au>
6332 * ffap.el (ffap-rfc-path): Make this a defcustom since
6333 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
6335 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6336 manuals, similar to existing setup for help-mode. (Bug#3913.)
6338 2009-12-05 Juri Linkov <juri@jurta.org>
6340 Save and restore dired buffer's point positions too. (Bug#4880)
6342 * dired.el (dired-save-positions): Return in the first element
6343 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6345 (dired-restore-positions): First restore buffer's position.
6346 While restoring window's positions, check if window still displays
6347 the original buffer.
6349 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6351 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6354 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6355 Make argument optional.
6357 * shell.el (shell): Require ansi-color (Bug#5113).
6359 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6361 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6363 2009-12-05 Alan Mackenzie <acm@muc.de>
6365 * progmodes/cc-mode.el (c-before-hack-hook)
6366 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6367 `c-file-style' to work again. This reversion restores the current
6368 software to its state in Emacs 23.1. (Bug#4146)
6370 2009-12-05 Kevin Ryde <user42@zip.com.au>
6372 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6373 comment-start-skip to comment-end-skip as comment (Bug#4781).
6375 2009-12-05 Juri Linkov <juri@jurta.org>
6377 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6378 for virtual nodes. (Bug#4147)
6379 (Info-find-node-2): Set `Info-current-node-virtual' to nil
6380 when moving from a virtual node.
6381 (Info-mode-menu): Add `Info-virtual-index' to the menu.
6382 (Info-mode): Add `Info-virtual-index' to the docstring.
6384 2009-12-05 Eric Ludlam <zappo@gnu.org>
6386 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6387 Describe project macro symbols.
6389 * cedet/semantic/complete.el (semantic-complete-do-completion):
6390 Don't call semantic-collector-current-exact-match.
6392 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6393 ede-objects as targets.
6395 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6396 a target's object list even if compiler vars are already in the
6399 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6400 list of headers producing necessary macros.
6402 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6404 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6405 track of the buffer position of the end of a BibTeX entry as this
6406 position may change during reformatting.
6407 (bibtex-format-entry): Remove whitespace before processing
6408 numerical fields so that we recognize the latter properly.
6409 (bibtex-reformat): Do not use push which changes the global value
6410 of bibtex-entry-format.
6411 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6412 (bibtex-field-re-init): Replace only space characters by regexp
6414 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6415 (bibtex-initialize): Also update bibtex-strings.
6416 (bibtex-kill-field): Preserve white space at end of entry.
6417 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6418 Update bibtex-reference-keys.
6420 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6422 * minibuffer.el (completion-pcm--merge-try): Also consider placing
6423 point after a star, if that's the only place where modifications can
6426 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
6428 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6431 2009-12-04 Juri Linkov <juri@jurta.org>
6433 * proced.el (proced): Call `(proced-update t)' to update process
6434 information instead of only running proced-post-display-hook.
6435 (proced-send-signal): Add a leading space to the buffer name
6436 " *Marked Processes*" to make this buffer ephemeral.
6438 2009-12-04 Juri Linkov <juri@jurta.org>
6440 * dired.el (dired-auto-revert-buffer): New defcustom.
6441 (dired-internal-noselect): Use it.
6443 2009-12-04 Juri Linkov <juri@jurta.org>
6445 Change roles of modes and functions in image-mode.el (Bug#5062).
6447 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6448 in `auto-mode-alist'.
6449 (image-mode-previous-major-mode): New variable.
6450 (image-minor-mode-map): Rename from `image-mode-text-map'.
6451 (image-mode): Move graceful error-handling code from
6452 `image-minor-mode' to here. On errors call `image-mode-as-text'.
6453 (image-minor-mode): Remove all image-handling code.
6454 Replace `image-mode-text-map' with `image-minor-mode-map'.
6455 Check for `image-type' in mode-line format string.
6456 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6457 (image-mode-as-text): New function with most code from
6459 (image-toggle-display-text): Move code that removes image
6460 properties from `image-toggle-display' to here.
6461 (image-toggle-display-image): New function with code that adds
6462 image properties copied from `image-toggle-display'.
6463 (image-toggle-display): Remove most code with leaving only code
6464 that toggles between `image-mode-as-text' and `image-mode'.
6466 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
6468 * net/newst-treeview.el
6469 (newsticker--treeview-list-highlight-start): Restored call to
6470 save-excursion: Selected item was stuck.
6471 (newsticker--treeview-list-select): New.
6472 (newsticker--treeview-item-show-text)
6473 (newsticker--treeview-item-show)
6474 (newsticker--treeview-item-update): Use new
6475 newsticker-treeview-item-mode.
6476 (newsticker-treeview-update): Keep current item.
6477 (newsticker-treeview-next-new-or-immortal-item): Doc change.
6478 (newsticker--treeview-first-feed): Doc change.
6479 (newsticker-treeview-list-menu)
6480 (newsticker-treeview-item-menu): Added menu entries.
6481 (newsticker-treeview-item-mode): New.
6483 * net/newst-backend.el (newsticker-customize): Delete other
6486 2009-12-04 Sam Steingold <sds@gnu.org>
6488 * log-view.el (log-view-mode-map): "q" calls quit-window,
6489 like in all the other non-self-insert buffers.
6491 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6494 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6495 key decoding rather than do it manually via last-input-event +
6497 (term-exec): Use delete-and-extract-region.
6498 (term-handle-ansi-terminal-messages): Remove unused var `end'.
6499 (term-process-pager): Remove unused var `i'.
6500 (term-dynamic-simple-complete): Make obsolete.
6501 (serial-update-config-menu): Remove unused vars `y' and `str'.
6502 (term-update-mode-line): Remove unused var `temp'.
6504 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6506 Limit the number of log entries displayed by default.
6507 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6508 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6509 using a prefix argument.
6511 2009-12-03 Glenn Morris <rgm@gnu.org>
6513 * progmodes/idlwave.el (class): Restore still useful declaration.
6515 2009-12-03 Alan Mackenzie <acm@muc.de>
6517 Enhance `c-parse-state' to run efficiently in "brace deserts".
6519 * progmodes/cc-mode.el (c-basic-common-init):
6520 Call c-state-cache-init.
6521 (c-neutralize-syntax-in-and-mark-CPP): Rename from
6522 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
6523 placing `category' properties value 'c-cpp-delimiter at its boundaries.
6525 * progmodes/cc-langs.el (c-before-font-lock-function):
6526 c-extend-and-neutralize-syntax-in-CPP has been renamed
6527 c-neutralize-syntax-in-and-mark-CPP.
6529 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6530 with `category' properties now, not `syntax-table' ones.
6532 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6533 enhanced (but slower) version of c-end-of-macro that won't land
6534 inside a literal or on another awkward character.
6535 (c-state-cache-too-far, c-state-cache-start)
6536 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6537 (c-state-nonlit-pos-cache-limit, c-state-point-min)
6538 (c-state-point-min-lit-type, c-state-point-min-lit-start)
6539 (c-state-min-scan-pos, c-state-brace-pair-desert)
6540 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6541 buffer local variables.
6542 (c-state-literal-at, c-state-lit-beg)
6543 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6544 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6545 (c-state-cache-top-paren, c-state-cache-after-top-paren)
6546 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6547 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6548 (c-renarrow-state-cache)
6549 (c-append-lower-brace-pair-to-state-cache)
6550 (c-state-push-any-brace-pair, c-append-to-state-cache)
6551 (c-remove-stale-state-cache)
6552 (c-remove-stale-state-cache-backwards, c-state-cache-init)
6553 (c-invalidate-state-cache-1, c-parse-state-1)
6554 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6555 (c-parse-state): Enhance and refactor.
6556 (c-debug-parse-state): Amend to deal with all the new variables.
6558 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6559 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6560 modify to use category text properties rather than syntax-table ones.
6561 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6562 to switch off/on the syntactic paren property of C++ template
6563 delimiters using the category property.
6564 (c-with-<->-as-parens-suppressed): Macro to invoke code with
6565 template delims suppressed.
6566 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6567 New constant/macros which apply category properties to the start
6568 and end of preprocessor constructs.
6569 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6570 "comment out" the syntactic value of characters in preprocessor
6572 (c-with-cpps-commented-out)
6573 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6574 with characters in all or all but one preprocessor constructs
6577 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6579 * proced.el (proced-filter-alist): Use regexp-quote.
6581 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
6584 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6585 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
6586 arguments. Expand `default-directory'.
6588 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6589 the benefit of returning an expanded localname.
6590 (tramp-tramp-file-p): Handle the case NAME is not a string.
6592 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6594 Add support for bzr shelve/unshelve.
6595 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6596 (vc-bzr-extra-menu-map): New variables.
6597 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6598 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6599 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6600 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6601 (vc-bzr-dir-extra-headers): Display shelves.
6603 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6605 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6607 * textmodes/bibtex.el (bibtex-complete-internal):
6608 Use completion-in-region.
6609 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6611 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6613 Support applying stashes. Improve UI.
6614 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6615 (vc-git-stash-apply, vc-git-stash-pop)
6616 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6617 (vc-git-stash-menu): New functions.
6618 (vc-git-stash-menu-map): New variable.
6619 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6621 2009-12-03 Glenn Morris <rgm@gnu.org>
6623 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6624 (vc-print-log-internal): Fix previous change.
6625 (vc-revert): Correct pluralization.
6627 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6629 * progmodes/make-mode.el (makefile-special-targets-list): No need for
6630 it to be an alist any more.
6631 (makefile-complete): Use completion-in-region.
6633 * progmodes/octave-mod.el (octave-complete-symbol):
6634 Use completion-in-region.
6637 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6638 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6639 (idlwave-complete-class): Don't quote lambda.
6640 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6641 (idlwave-mode-map): Move initialization into declaration.
6642 (idlwave-action-and-binding): Use backquotes.
6643 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6645 (idlwave-is-pointer-dereference): Remove unused var `pos'.
6646 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6647 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6648 `parts', and `all-parts'.
6649 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6650 (idlwave-convert-xml-system-routine-info): Remove unused string
6652 (idlwave-display-user-catalog-widget): Use dolist.
6653 (idlwave-scanning-lib): Declare dynamically-scoped var.
6654 (idlwave-scan-library-catalogs): Remove unused var `flags'.
6655 (completion-highlight-first-word-only): Declare to silence bytecomp.
6656 (idlwave-popup-select): Tighten scope of `resp'.
6657 (idlwave-find-struct-tag): Remove unused var `beg'.
6658 (idlwave-after-load-rinfo-hook): Declare.
6659 (idlwave-sintern-class-info): Remove unused var `taglist'.
6660 (idlwave-find-class-definition): Remove unused var `list'.
6661 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6662 (idlwave-what-module-find-class): Remove unused var `classes'.
6664 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
6666 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6668 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6670 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6671 buffers visited. Remove redundant current-buffer-saving.
6673 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6675 Use completion-in-buffer and remove uses of dynamic scoping.
6676 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6677 (pascal-buffer-to-use, pascal-flag): Don't declare.
6678 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6679 (pascal-get-completion-decl, pascal-keyword-completion):
6680 Add `pascal-str' argument, save-excursion,
6681 return the found completions, and don't filter with pascal-pred.
6682 (pascal-completion-cache): New var.
6683 (pascal-completion): Don't switch buffer any more (it was never
6684 necessary). Don't save-excursion any more (it's done by the called
6685 subroutines). Use a cache to avoid redundant computations.
6686 Use complete-with-action rather than pascal-completion-response and
6687 let it apply the predicate as well.
6688 (pascal-complete-word): Use completion-in-buffer when
6689 pascal-toggle-completions is nil.
6690 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6692 (pascal-comp-defun): Don't change buffer any more.
6693 Use complete-with-action rather than pascal-completion-response and
6694 let it apply the predicate as well.
6695 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6698 2009-12-02 Kenichi Handa <handa@m17n.org>
6700 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6701 shape for all Indic scripts.
6703 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6705 Use completion-in-buffer.
6706 * wid-edit.el (widget-field-text-end): New function.
6707 (widget-field-value-get): Use it.
6708 (widget-string-complete, widget-file-complete)
6709 (widget-color-complete): Use it and completion-in-region.
6710 (widget-complete): Don't narrow the buffer.
6712 2009-12-02 Glenn Morris <rgm@gnu.org>
6714 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
6715 (rmail-select-summary): Use rmail-pop-to-buffer.
6716 * mail/rmailsum.el: Replace all pop-to-buffer calls with
6717 rmail-pop-to-buffer, to prevent horizontal splits.
6719 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6720 save-excursion with save-current-buffer.
6721 Widen before searching. (Bug#5093)
6722 (diary-list-sexp-entries): Remove superfluous save-excursion.
6724 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
6726 * woman.el (woman-make-bufname): Handle man-pages with "." in the
6729 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
6731 * ido.el (ido-file-internal): Handle filenames at point that do
6732 not have a directory part. (Bug#5049)
6734 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
6736 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6737 (mpc-songs-jump-to, mpc-resume): Doc fixes.
6739 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
6741 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6742 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6745 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6747 * comint.el (comint-insert-input): Ignore clicks to the right of
6748 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6750 * vc.el (vc-print-log-internal): Don't wait for the process to
6751 terminate before setting up the major mode.
6753 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6756 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6759 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6761 2009-12-01 Glenn Morris <rgm@gnu.org>
6763 * window.el (window--display-buffer-2): Fix previous changes.
6765 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
6767 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6769 2009-12-01 Glenn Morris <rgm@gnu.org>
6771 * Makefile.in (ELCFILES): Add mpc.elc.
6773 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6777 2009-12-01 Glenn Morris <rgm@gnu.org>
6779 * window.el (window-to-use): Define for compiler.
6781 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6782 consistent with others (no final period).
6784 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6785 (rmail-mime-show): Downcase the encoding. (Bug#5070)
6787 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
6789 Make vc-print-log buttons work.
6790 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6792 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
6794 * savehist.el (savehist-autosave-interval): Allow setting to nil
6795 through customize. (Bug#5056)
6797 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
6799 Fix references to jit-lock properties.
6800 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6801 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6802 (perl-font-lock-special-syntactic-constructs):
6803 Quote jit-lock-defer-multiline property.
6805 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
6807 * vc-git.el (vc-git-registered): Call vc-git-root only once.
6809 2009-11-30 Juri Linkov <juri@jurta.org>
6811 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6812 value `buffer' of `multi-isearch-next-buffer-current-function'.
6813 Use `(current-buffer)' when `buffer' is nil.
6814 (multi-isearch-next-buffer-from-list): Don't fallback to
6815 `(current-buffer)' when `buffer' is nil. (Bug#4947)
6817 2009-11-30 Juri Linkov <juri@jurta.org>
6819 * misearch.el (multi-isearch-read-buffers): Move canonicalization
6820 of buffers with `get-buffer' to `multi-isearch-buffers'.
6821 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6822 Canonicalize BUFFERS with `get-buffer'. Doc fix.
6823 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6824 FILES with `expand-file-name' converting relative file names
6825 to absolute. Doc fix. (Bug#4727)
6827 2009-11-30 Juri Linkov <juri@jurta.org>
6829 * misearch.el (multi-isearch-read-buffers)
6830 (multi-isearch-read-matching-buffers): New functions.
6831 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6832 Use them in the `interactive' spec. Doc fix.
6833 (multi-isearch-read-files, multi-isearch-read-matching-files):
6835 (multi-isearch-files, multi-isearch-files-regexp):
6836 Use them in the `interactive' spec. Doc fix. (Bug#4725)
6838 2009-11-30 Juri Linkov <juri@jurta.org>
6840 * doc-view.el (doc-view-continuous):
6841 Rename from `doc-view-continuous-mode'.
6842 (doc-view-menu): Move "Toggle display" to the top.
6843 Add submenu "Continuous" with radio buttons "Off"/"On"
6844 and "Save as Default".
6845 (doc-view-scroll-up-or-next-page)
6846 (doc-view-scroll-down-or-previous-page)
6847 (doc-view-next-line-or-next-page)
6848 (doc-view-previous-line-or-previous-page): Rename
6849 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
6851 2009-11-30 Juri Linkov <juri@jurta.org>
6853 * comint.el (comint-mode-map): Rebind `M-r' from
6854 `comint-previous-matching-input' to
6855 `comint-history-isearch-backward-regexp'.
6856 Unbind `M-s' to allow global key binding `M-s'.
6857 Add menu items for `comint-history-isearch-backward' and
6858 `comint-history-isearch-backward-regexp'. (Bug#3746)
6860 2009-11-30 Juri Linkov <juri@jurta.org>
6862 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6863 For def=recenter, replace `recenter' with `recenter-top-bottom'
6864 that is called with `this-command' and `last-command' let-bound
6865 to `recenter-top-bottom'. When the last `def' was not `recenter',
6866 set `recenter-last-op' to nil. (Bug#4981)
6868 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6870 Minor cleanup and simplification.
6871 * filecache.el (file-cache-add-directory)
6872 (file-cache-add-directory-recursively)
6873 (file-cache-add-from-file-cache-buffer)
6874 (file-cache-delete-file-regexp, file-cache-delete-directory)
6875 (file-cache-files-matching-internal, file-cache-display): Use dolist.
6876 (file-cache-temp-minibuffer-message): Delete function.
6877 (file-cache-minibuffer-complete): Use minibuffer-message instead.
6879 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6880 Don't signal an error when bumping into EOB in tr, s, or y.
6882 2009-11-29 Juri Linkov <juri@jurta.org>
6884 * startup.el (fancy-about-text): Fix wording of Guided Tour.
6887 * descr-text.el (describe-char-unidata-list): Use lowercase name
6888 for "Unicode name" like in other tags.
6890 2009-11-29 Juri Linkov <juri@jurta.org>
6892 * ediff-util.el (ediff-minibuffer-with-setup-hook):
6893 New compatibility macro.
6894 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6896 2009-11-29 Juri Linkov <juri@jurta.org>
6898 Add defcustom to define the cycling order of `recenter-top-bottom'.
6901 * window.el (recenter-last-op): Doc fix.
6902 (recenter-positions): New defcustom.
6903 (recenter-top-bottom): Rewrite to use `recenter-positions'.
6904 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6906 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
6908 Improve integration of Tramp and ange-ftp in eshell.
6910 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6911 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
6912 (eshell/sudo): Flatten args. Let-bind `default-directory'.
6914 * eshell/esh-util.el (top): Require also Tramp when compiling.
6915 (eshell-directory-files-and-attributes): Check for FTP remote
6917 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6918 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6919 (eshell-file-attributes): Handle ".". Return `entry'.
6921 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6922 (ange-ftp-directory-files-and-attributes)
6923 (ange-ftp-real-directory-files-and-attributes): New defuns.
6925 * net/tramp.el (tramp-maybe-open-connection): Open the remote
6926 shell with "exec" when possible. This prevents trailing prompts
6927 in `start-file-process'.
6929 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6931 Try and remove assumptions about point-min==1.
6932 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6933 (rng-compute-mode-line-string): Show the validation percentage in
6934 terms of the narrowed text, not the widened text.
6935 (rng-do-some-validation): Don't catch internal errors when debugging.
6936 (rng-first-error): Simplify.
6937 (rng-after-change-function): Remove work around. AFAIK the bug has
6938 been fixed a while ago.
6940 * image-mode.el (image-minor-mode): Exit more gracefully when the image
6941 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6943 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6945 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6946 `cd' doesn't always do it for us (bug#5067).
6948 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6949 on 2009-10-25 as part of some other change (bug#5067).
6951 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6953 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6955 (byte-compile-warnings): Use byte-compile-warning-types.
6956 (byte-compile-save-excursion): Warn about use of set-buffer right
6957 after save-excursion.
6959 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6960 the excursion as well.
6962 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
6964 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6965 providing a Tramp related implementation of "su" and "sudo".
6966 (eshell-unix-initialize): Add "su" and "sudo".
6968 2009-11-27 Daiki Ueno <ueno@unixuser.org>
6970 * net/socks.el (socks-send-command): Convert binary request to
6971 unibyte before sending. This fixes mishandling of some port
6972 numbers such as 129.
6974 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6976 * help.el (describe-bindings-internal): Remove `interactive'.
6978 * man.el (Man-completion-table): Trim a terminating "(".
6979 Remove the space between name page a section.
6980 Add the command's description on the `help-echo' property.
6981 Remove `process-connection-type' binding since it's unused by
6983 Provide completion for the "<section> <name>" format as well.
6984 (Man-default-man-entry): Remove spurious var shadowing the argument.
6986 2009-11-26 Kevin Ryde <user42@zip.com.au>
6988 * log-view.el: Add "Keywords: tools", since its other keywords
6989 aren't in finder-known-keywords, and following vc.el.
6991 * sha1.el (sha1-string-external): default-directory "/" in case
6992 otherwise non-existent. process-connection-type pipe for touch of
6993 efficiency recommended by elisp manual. (An aside in Bug#3911.)
6995 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6997 Misc coding convention cleanups.
6998 * htmlfontify.el (hfy-init-kludge-hook): Rename from
6999 hfy-init-kludge-hooks.
7000 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7001 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
7002 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
7004 (hfy-slant, hfy-weight): Use tables rather than code.
7005 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
7006 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
7007 (hfy-face-attr-for-class): Initialize `face-spec' directly.
7008 (hfy-face-to-css): Remove `nconc' with single arg.
7009 (hfy-p-to-face-lennart): Use `or'.
7010 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
7011 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
7012 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
7013 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
7014 (hfy-force-fontification): Use run-hooks.
7016 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
7018 Various minor fixes.
7019 * htmlfontify.el (hfy-default-header): Add toggle_invis since
7020 Javascript belongs in the header, not the body.
7021 (hfy-javascript): Remove.
7022 (hfy-fontify-buffer): Don't insert it any more.
7023 (hfy-face-at): Handle (face0 face1 face2) style face properties.
7024 Fix bug in invis handling when there were no invis props in a chunk.
7026 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7028 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7030 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
7032 * finder.el (finder-mode-map): Add a menu.
7034 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
7036 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7039 (verilog-leap-to-head, verilog-backward-token): Handle "disable
7040 fork" statement better.
7042 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
7044 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7045 (verilog-delete-auto, verilog-delete-empty-auto-pair)
7046 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7047 Reported by Clay Douglass.
7049 (verilog-auto-inst, verilog-auto-star-safe)
7050 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7051 Fix removing "// Interfaces" when saving .* expansions. Reported by
7052 Pierre-David Pfister.
7054 2009-11-26 Glenn Morris <rgm@gnu.org>
7056 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7059 2009-11-25 Johan Bockgård <bojohan@gnu.org>
7061 * vc-annotate.el (vc-annotate-revision-previous-to-line):
7062 Really use previous revision.
7064 2009-11-25 Kevin Ryde <user42@zip.com.au>
7066 * man.el (Man-completion-table): default-directory "/" in case
7067 doesn't otherwise exist. process-environment COLUMNS=999 so as
7068 not to truncate long names. process-connection-type pipe to avoid
7069 any chance of hitting the pseudo-tty TIOCGWINSZ.
7070 (man): completion-ignore-case t for friendliness and since man
7071 itself is case-insensitive on the command line.
7072 Further to Bug#3717.
7074 * arc-mode.el: Add "Keywords: files", so the details in its
7075 commentary can be reached from finder-by-keyword.
7076 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
7077 editing mode, but it's comms related and sgml-mode.el has "comm"
7079 * textmodes/bibtex-style.el: Add "Keywords: tex".
7080 * international/isearch-x.el, international/ja-dic-cnv.el:
7081 * international/ja-dic-utl.el, international/kkc.el:
7082 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7084 2009-11-25 Juri Linkov <juri@jurta.org>
7086 * man.el (Man-completion-table): Modify regexp to include
7087 section names to completion strings. (Bug#3717)
7089 2009-11-25 Juri Linkov <juri@jurta.org>
7091 Search recursively in gzipped files. (Bug#4982)
7093 * progmodes/grep.el (grep-highlight-matches): Add new options
7094 `always' and `auto'. Doc fix.
7095 (grep-process-setup): Check `grep-highlight-matches' for
7096 `auto-detect' to determine the need to compute grep defaults.
7097 Move Windows/DOS specific --colors settings handling
7098 to `grep-compute-defaults'. Check `grep-highlight-matches'
7099 to get the value of "--color=".
7100 (grep-compute-defaults): Compute `grep-highlight-matches' when it
7101 has the value `auto-detect'. Move Windows/DOS specific settings
7102 from `grep-process-setup'.
7103 (zrgrep): New command with alias `rzgrep'.
7105 2009-11-25 Juri Linkov <juri@jurta.org>
7107 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7108 to nil instead of switching off view-mode. (Bug#4896)
7110 2009-11-25 Juri Linkov <juri@jurta.org>
7112 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
7114 * mwheel.el (mwheel-scroll-up-function)
7115 (mwheel-scroll-down-function): New defvars.
7116 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7117 `scroll-up', and `mwheel-scroll-down-function' instead of
7120 * doc-view.el (doc-view-scroll-up-or-next-page)
7121 (doc-view-scroll-down-or-previous-page): Add optional ARG.
7122 Use this ARG in the call to image-scroll-up/image-scroll-down.
7123 Change `interactive' spec to "P". Goto next/previous page only
7124 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7125 SPC/DEL case). Doc fix.
7126 (doc-view-next-line-or-next-page)
7127 (doc-view-previous-line-or-previous-page): Rename arg to ARG
7129 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7130 `doc-view-scroll-up-or-next-page', and buffer-local
7131 `mwheel-scroll-down-function' to
7132 `doc-view-scroll-down-or-previous-page'.
7134 2009-11-25 Juri Linkov <juri@jurta.org>
7136 Provide additional default values (directories at other Dired
7137 windows) via M-n in the minibuffer of some Dired commands.
7139 * dired-aux.el (dired-diff, dired-compare-directories)
7140 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7141 `minibuffer-default' in `minibuffer-with-setup-hook'.
7142 (dired-dwim-target-directory): Find a window that displays Dired
7143 buffer instead of failing when the next window is not Dired.
7144 Use `get-window-with-predicate' to find for the next Dired window.
7145 (dired-dwim-target-defaults): New function.
7147 * ediff-util.el (ediff-read-file-name):
7148 Use `dired-dwim-target-defaults' to set `minibuffer-default'
7149 in `minibuffer-with-setup-hook'.
7151 2009-11-25 Juri Linkov <juri@jurta.org>
7153 Provide additional default values (file name at point or at the
7154 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
7156 * minibuffer.el (read-file-name-defaults): New function.
7157 (read-file-name): Reset `minibuffer-default' to nil when
7158 it duplicates initial input `insdef'.
7159 Bind `minibuffer-default-add-function' to lambda that
7160 calls `read-file-name-defaults' in `minibuffer-selected-window'.
7161 (minibuffer-insert-file-name-at-point): New command.
7163 * files.el (file-name-at-point-functions): New defcustom.
7164 (find-file-default): Remove defvar.
7165 (find-file-read-args): Don't use `find-file-default'.
7166 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7167 to `read-file-name'.
7168 (find-file-literally): Use `read-file-name' with
7169 `confirm-nonexistent-file-or-buffer'.
7171 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7173 * dired.el (dired-read-dir-and-switches):
7174 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7175 to `read-file-name'.
7176 (dired-file-name-at-point): New function.
7177 (dired-mode): Add hook `dired-file-name-at-point' to
7178 `file-name-at-point-functions'.
7180 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7182 Really make the *Completions* window soft-dedicated (bug#5030).
7183 * window.el (window--display-buffer-2): Add `dedicated' argument.
7184 (display-buffer): Pass it when needed so the dedicated flag is set
7185 after calling set-window-buffer, which would otherwise reset it.
7187 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7189 * progmodes/meta-mode.el (meta-complete-symbol):
7190 * progmodes/etags.el (complete-tag):
7191 * mail/mailabbrev.el (mail-abbrev-complete-alias):
7192 Use completion-in-region.
7194 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7195 (dabbrev-completion): Use completion-in-region.
7196 (dabbrev--abbrev-at-point): Simplify regexp.
7198 * abbrev.el (abbrev--before-point): Use word-motion functions
7199 if :regexp is not specified (bug#5031).
7201 * subr.el (string-prefix-p): New function.
7203 * man.el (Man-completion-cache): New var.
7204 (Man-completion-table): Use it.
7206 * vc.el (vc-print-log-internal): Make `limit' optional for better
7207 compatibility (e.g. with vc-annotate.el).
7209 2009-11-24 Kevin Ryde <user42@zip.com.au>
7211 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7212 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
7214 * emacs-lisp/elint.el (elint-add-required-env): Better error message
7215 when .el source file not found or other error.
7217 2009-11-24 Markus Triska <markus.triska@gmx.at>
7219 * linum.el (linum-update-window): Ignore intangible (bug#4996).
7221 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7223 Handle the [back] button properly (bug#4979).
7224 * descr-text.el (describe-text-properties): Add a `buffer' argument.
7225 Use help-setup-xref, help-buffer, and with-help-window.
7226 (describe-char): Add `buffer' argument.
7227 Pass proper command to help-setup-xref. Don't meddle with
7228 help-xref-stack-item directly.
7229 (describe-text-category): Use with-help-window and help-buffer.
7231 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7232 for the displayed buffer (bug#4887).
7234 * man.el (Man-completion-table): New function.
7237 2009-11-24 David Reitter <david.reitter@gmail.com>
7239 * vc-git.el (vc-git-registered): Use checkout directory (where
7240 .git is) rather than the file's directory and a relative path spec
7241 to work around a bug in git.
7243 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
7245 Improve handling of processes on remote hosts.
7247 * eshell/esh-util.el (eshell-path-env): New defvar.
7248 (eshell-parse-colon-path): New defun.
7249 (eshell-file-attributes): Use `eshell-parse-colon-path'.
7251 * eshell/esh-ext.el (eshell-search-path):
7252 Use `eshell-parse-colon-path'.
7253 (eshell-remote-command): Remove argument HANDLER.
7254 (eshell-external-command): Check for FTP remote connection.
7256 * eshell/esh-proc.el (eshell-gather-process-output):
7257 Use `file-truename', in order to start also symlinked files.
7258 Apply `start-file-process' instead of `start-process'.
7259 Shorten `command' to the local file name part.
7261 * eshell/em-cmpl.el (eshell-complete-commands-list):
7262 Use `eshell-parse-colon-path'.
7264 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7266 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
7267 to `eshell-directory-change-hook'.
7269 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
7271 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7272 because it could be enabled automatically if view-read-only is non-nil.
7274 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
7276 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7279 2009-11-24 Glenn Morris <rgm@gnu.org>
7281 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7282 deleted variable bookmark-bmenu-bookmark-column.
7284 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7285 Move after definition of global-semantic-idle-tag-highlight-mode.
7287 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7289 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7291 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
7293 * net/browse-url.el (browse-url-filename-alist): On Windows, add
7294 two slashes to the "file:" prefix.
7295 (browse-url-file-url): De-munge Cygwin filenames before passing
7296 them to Windows browser.
7297 (browse-url-default-windows-browser): Use call-process.
7299 2009-11-23 Juri Linkov <juri@jurta.org>
7301 Implement DocView Continuous mode. (Bug#4896)
7302 * doc-view.el (doc-view-continuous-mode): New defcustom.
7303 (doc-view-mode-map): Bind C-n/<down> to
7304 `doc-view-next-line-or-next-page', C-p/<up> to
7305 `doc-view-previous-line-or-previous-page'.
7306 (doc-view-next-line-or-next-page)
7307 (doc-view-previous-line-or-previous-page): New commands.
7309 2009-11-23 Juri Linkov <juri@jurta.org>
7311 Implement Isearch in comint input history. (Bug#3746)
7312 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7313 `isearch-mode-hook'.
7314 (comint-history-isearch): New defcustom.
7315 (comint-history-isearch-backward)
7316 (comint-history-isearch-backward-regexp): New commands.
7317 (comint-history-isearch-message-overlay): New buffer-local variable.
7318 (comint-history-isearch-setup, comint-history-isearch-end)
7319 (comint-goto-input, comint-history-isearch-search)
7320 (comint-history-isearch-message, comint-history-isearch-wrap)
7321 (comint-history-isearch-push-state)
7322 (comint-history-isearch-pop-state): New functions.
7324 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
7326 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7328 (tramp-handle-make-symbolic-link)
7329 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7331 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7332 (tramp-handle-process-file): Use it.
7334 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7336 * window.el (move-to-window-line-last-op): Remove.
7337 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7339 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
7341 Make M-r mirror the new cycling behavior of C-l.
7342 * window.el (move-to-window-line-last-op): New var.
7343 (move-to-window-line-top-bottom): New command.
7344 (global-map): Bind M-r move-to-window-line-top-bottom.
7346 2009-11-23 Sven Joachim <svenjoac@gmx.de>
7348 * dired-x.el (dired-guess-shell-alist-default):
7349 Support xz format. (Bug#4953)
7351 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
7353 * cedet/srecode/map.el (srecode-get-maps):
7354 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7355 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7356 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7357 (semantic-toggle-decoration-style):
7358 * cedet/semantic/decorate/include.el
7359 (semantic-decoration-include-describe)
7360 (semantic-decoration-unknown-include-describe)
7361 (semantic-decoration-unparsed-include-describe)
7362 (semantic-decoration-all-include-summary):
7363 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7364 * cedet/semantic/analyze/complete.el
7365 (semantic-analyze-possible-completions):
7366 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7367 (semantic-show-unmatched-syntax-mode)
7368 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7369 (semantic-highlight-func-mode):
7370 * cedet/semantic/util.el (semantic-describe-buffer):
7371 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7372 (semantic-symref-find-tags-by-name)
7373 (semantic-symref-find-tags-by-regexp)
7374 (semantic-symref-find-tags-by-completion)
7375 (semantic-symref-find-file-references-by-name)
7376 (semantic-symref-find-text):
7377 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7379 * cedet/semantic/scope.el (semantic-calculate-scope):
7380 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7381 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7382 (define-semantic-idle-service):
7383 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7384 (semantic-complete-analyze-inline-idle):
7385 * cedet/semantic/analyze.el (semantic-analyze-current-context):
7386 * cedet/mode-local.el (describe-mode-local-bindings)
7387 (describe-mode-local-bindings-in-mode):
7388 * cedet/ede/make.el (ede-make-check-version):
7389 * cedet/ede/locate.el (ede-enable-locate-on-project):
7390 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7391 (cedet-idutils-version-check):
7392 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7393 (cedet-gnu-global-version-check):
7394 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7395 (cedet-cscope-version-check): Use called-interactively-p instead
7398 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7399 Use semantic-format-tag-prototype.
7401 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7403 * emulation/viper-cmd.el: Use viper-last-command-char instead of
7404 last-command-char/last-command-event.
7405 (viper-prefix-arg-value): Do correct conversion of event-char for
7408 * emulation/viper-util.el, emulation/viper.el:
7409 Use viper-last-command-char instead of
7410 last-command-char/last-command-event.
7412 * ediff-init.el, ediff-mult.el, ediff-util.el:
7413 Replace last-command-char and last-command-event
7414 with (ediff-last-command-char) everywhere.
7416 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7417 created in fundamental mode.
7419 * ediff.el (ediff-version): Revert the change of interactive-p to
7420 called-interactively-p.
7422 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
7424 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7425 generation from word-movement command names.
7427 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
7429 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7430 (semantic-complete-jump-local, semantic-complete-jump):
7431 Improve prompt string.
7433 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7435 * cus-start.el (all): Add native condition for font-use-system-font.
7437 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
7439 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7440 Correct the patch from 2009-11-18. (Bug#3910)
7442 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
7444 * progmodes/subword.el: Rename from lisp/subword.el.
7446 * subword.el: Rename to progmodes/subword.el.
7448 * Makefile.in (ELCFILES): Adapt to subword.el move.
7450 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7451 Stefan Monnier <monnier@iro.umontreal.ca>
7453 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7454 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7455 (bookmark-bmenu-show-filenames): Use push.
7456 (bookmark-bmenu-hide-filenames): Use local var instead of
7457 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
7458 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7459 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7460 filenames now that the bookmark names are always available.
7462 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7464 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7465 (bookmark-search-pattern): Move and leave unbound.
7466 (bookmark-bmenu-mode-map): Change binding.
7467 (bookmark-read-search-input): Simplify.
7468 Don't use text-char-description. Don't error on non-char events.
7469 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7470 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7471 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7472 Use a local var for the timer.
7473 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7474 (i.e. bookmark-bmenu-search).
7476 2009-11-21 Glenn Morris <rgm@gnu.org>
7478 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
7480 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7482 * net/browse-url.el (browse-url-default-windows-browser):
7483 Use cygstart for cygwin.
7485 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
7487 * bookmark.el: Formatting and doc fixes only:
7488 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7489 (bookmark-bmenu-search): Wrap to fit within 80 columns.
7490 Minor grammar and punctuation fixes in doc string.
7491 (bookmark-read-search-input): Adjust to fit within 80 columns.
7493 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7495 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7496 (c-backward-into-nomenclature): Adapt to subword renaming.
7498 * subword.el (subword-forward, subword-backward, subword-mark)
7499 (subword-kill, subword-backward-kill, subword-transpose)
7500 (subword-downcase, subword-upcase, subword-capitalize)
7501 (subword-forward-internal, subword-backward-internal):
7502 Rename from forward-subword, backward-subword, mark-subword,
7503 kill-subword, backward-kill-subword, transpose-subwords,
7504 downcase-subword, upcase-subword, capitalize-subword,
7505 forward-subword-internal, backward-subword-internal.
7507 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7509 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7511 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7513 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7514 (bookmark-bmenu-filter-alist-by-regexp)
7515 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7516 (bookmark-bmenu-search): New command.
7517 (bookmark-bmenu-mode-map): Bind it.
7519 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7521 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7523 * cedet/semantic/idle.el (define-semantic-idle-service)
7524 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7526 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7528 * progmodes/cc-cmds.el: declare-functioned forward-subword and
7529 backward-subword to quit the byte-compiler.
7531 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7533 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7535 * progmodes/cc-cmds.el (c-update-modeline)
7536 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7537 Refer to subword.el functions instead of cc-subword.el.
7539 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7540 subword.el functions instead of cc-subword.el.
7542 * progmodes/cc-subword.el: Rename to subword.el.
7543 * subword.el: Rename from progmodes/cc-subword.el.
7544 (subword-mode-map): Rename from c-subword-mode-map.
7545 (subword-mode): Rename from c-subword-mode.
7546 (global-subword-mode): New global minor mode.
7547 (forward-subword): Rename from c-forward-subword.
7548 (backward-subword): Rename from c-backward-subword.
7549 (mark-subword): Rename from c-mark-subword.
7550 (kill-subword): Rename from c-kill-subword.
7551 (backward-kill-subword): Rename from c-backward-kill-subword.
7552 (transpose-subwords): Rename from c-tranpose-subword.
7553 (downcase-subword): Rename from c-downcase-subword.
7554 (capitalize-subword): Rename from c-capitalize-subword.
7555 (forward-subword-internal): Rename from c-forward-subword-internal.
7556 (backward-subword-internal): Rename from c-backward-subword-internal.
7558 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
7560 * vc.el (vc-deduce-fileset): Allow non-state changing operations
7561 from a dired buffer.
7562 (vc-dired-deduce-fileset): New function.
7563 (vc-root-diff, vc-print-root-log): Use it.
7565 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7566 nil LIMIT argument to vc-print-log-internal.
7568 2009-11-20 Glenn Morris <rgm@gnu.org>
7570 * Makefile.in (ELCFILES): Regenerate.
7572 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7574 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7576 * cedet/semantic.el: Enable idle-mode menu items only if
7577 global-semantic-idle-scheduler-mode is enabled.
7578 (semantic-default-submodes): Doc fix.
7580 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7581 When turning off, disable other idle modes.
7583 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
7585 * calc/calc.el (calc-set-mode-line):
7586 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7587 (math-format-number): Rename `math-format-complement-signed' to
7588 `math-format-twos-complement'.
7590 * calc/calc-bin.el (math-format-twos-complement): Rename from
7591 math-format-complement-signed.
7592 (calc-radix): Rename `calc-complement-signed-mode' to
7593 `calc-twos-complement-mode'.
7594 (calc-octal-radix, calc-hex-radix): Add an argument for
7597 * calc/calc-embed.el (calc-embedded-mode-vars):
7598 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7600 * calc/calc-ext.el (calc-init-extensions):
7601 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7602 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7604 * calc/calc-units.el (math-build-units-table-buffer):
7605 Let `calc-twos-complement-mode' be nil.
7607 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7610 * calc/calc-vec.el (calcFunc-vunpack):
7611 * calc/calc-aent.el (calc-do-calc-eval):
7612 * calc/calc-forms.el (math-format-date):
7613 * calc/calc-graph.el (calc-graph-plot):
7614 * calc/calc-math.el (math-use-emacs-fn):
7615 * calc/calccomp.el (math-compose-expr):
7616 Let `calc-twos-complement-mode' be nil.
7618 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7620 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7621 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
7622 * minibuffer.el (completion-in-region-functions): New hook.
7623 (completion-in-region): New function.
7624 * emacs-lisp/lisp.el (lisp-complete-symbol):
7625 * pcomplete.el (pcomplete-std-complete): Use it.
7627 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7629 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7630 (latex-complete-alist): New vars.
7631 (latex-string-prefix-p, latex-complete-bibtex-keys)
7632 (latex-complete-envnames, latex-complete-refkeys)
7633 (latex-complete-data): New functions.
7634 (latex-complete, latex-indent-or-complete): New commands.
7636 * window.el (display-buffer-mark-dedicated): New var.
7637 (display-buffer): Obey it.
7638 * minibuffer.el (minibuffer-completion-help): Use it.
7640 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7642 * filecache.el (file-cache-add-file): Use push and cons.
7643 (file-cache-delete-file-regexp): Use push.
7644 (file-cache-complete): Use completion-in-region.
7646 * simple.el (with-wrapper-hook): Fix thinko.
7648 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7649 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7650 Use with-current-buffer and string-to-number.
7651 (hfy-fallback-colour-values): Use assoc-string.
7652 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7653 (hfy-face-at): Remove unused var `found-face'.
7654 (hfy-compile-stylesheet): Remove unused var `css'.
7655 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7657 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7658 Use with-current-buffer.
7659 (hfy-text-p): Use expand-file-name and fewer setq.
7661 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
7663 * htmlfontify.el, hfy-cmap.el: New files.
7665 2009-11-19 Juri Linkov <juri@jurta.org>
7667 * minibuffer.el (completions-format): New defcustom.
7668 (completion--insert-strings): Implement vertical format.
7670 * simple.el (switch-to-completions): Move point to the first
7671 completion when point was at the beginning of the buffer.
7673 2009-11-19 Juri Linkov <juri@jurta.org>
7675 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
7677 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7679 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7681 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7682 (mail-signature): Change default to t.
7683 (mail-from-style): Deprecate `system-default' value.
7684 (mail-insert-from-field): For default value of mail-from-style,
7685 default to `angles' unless `angles' needs quoting and `parens'
7687 (mail-citation-prefix-regexp): Use citation regexp from
7690 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
7692 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7693 Set variables for computing the prompt for reading password.
7695 2009-11-19 Glenn Morris <rgm@gnu.org>
7697 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
7699 * textmodes/flyspell.el (sgml-lexical-context): Declare.
7701 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7702 (newsticker-treeview-listwindow-height): Fix custom type.
7704 2009-11-19 Kenichi Handa <handa@m17n.org>
7706 * descr-text.el (describe-char-padded-string): Compose with TAB
7707 only if there's a font for CH.
7708 (describe-char): Fix the condition for detecting a trivial composition.
7710 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
7712 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7713 more accurate version of the regexp. (Bug#3910)
7715 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7717 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7719 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
7721 * font-setting.el (font-use-system-font): Declare for byte-compiler.
7722 (font-setting-change-default-font): Fix typo in docstring.
7724 2009-11-18 Alan Mackenzie <acm@muc.de>
7726 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7728 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7730 * font-setting.el (font-use-system-font): Move ...
7732 * cus-start.el (all): ... to here.
7734 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
7736 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7737 Don't set `ad-return-value' if `ad-do-it' doesn't.
7739 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7742 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7744 * menu-bar.el: Put "Use system font" in Option-menu.
7745 (menu-bar-options-save): Add font-use-system-font.
7747 * loadup.el: If feature system-font-setting or font-render-setting is
7748 there, load font-setting.
7750 * Makefile.in (ELCFILES): Add font-settings.el.
7751 * font-setting.el: New file.
7753 2009-11-17 Glenn Morris <rgm@gnu.org>
7755 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7757 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7758 Preserve point in the list buffer. (Bug#4939)
7760 (newsticker--treeview-list-update-highlight)
7761 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7763 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7765 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7768 * calc/calc-ext.el (calc-init-extensions): Remove references to
7771 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7773 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7774 * calc/calc-help.el (calc-b-prefix-help): Remove references to
7777 2009-11-16 Kevin Ryde <user42@zip.com.au>
7779 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7780 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7782 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7783 (lm-keywords-list): Allow comma-only separator like "foo,bar".
7784 Ignore trailing spaces by omit-nulls to split-string (fixing
7785 regression from Emacs 21 due to the incompatible split-string
7786 change). (Bug #4928.)
7788 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7790 * vc.el (vc-log-show-limit): Default to 2000.
7791 (vc-print-log-internal): Insert buttons to request more entries
7792 when limiting the output.
7794 * vc-sccs.el (vc-sccs-print-log):
7795 * vc-rcs.el (vc-rcs-print-log):
7796 * vc-cvs.el (vc-cvs-print-log):
7797 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7800 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7802 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7803 error when `tramp-gvfs-dbus-event-vector' is set.
7804 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7806 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7808 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7810 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7812 * net/dbus.el (dbus-unregister-service): New defun.
7813 (dbus-register-property): Register the handlers of
7814 "org.freedesktop.DBus.Properties" for SERVICE.
7815 (dbus-property-handler): Fix docstring.
7817 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7819 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7820 Quote doc string reference in defvaralias as it is not in special form.
7821 (byte-compile-output-docform): Doc fix.
7823 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7825 * calc/calc.el (math-2-word-size, math-half-2-word-size)
7826 (calc-complement-signed-mode): New variables.
7827 (calc-set-mode-line): Add indicator for twos-complements.
7828 (math-format-number): Format twos-complement notation.
7830 * calc/calc-bin.el (calc-word-size): Reset the variables
7831 `math-2-word-size' and `math-half-2-word-size'.
7832 (math-format-complement-signed, math-symclip, calcFunc-symclip)
7833 (calc-symclip): New functions.
7835 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7837 * calc/calc-embed.el (calc-embedded-mode-vars):
7838 Add `calc-complement-signed-mode' to the list of modes.
7840 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7841 (calc-b-oper-keys): Add `calc-symclip' to list.
7843 * calc/calc-ext.el (math-read-number-fancy): Read complement
7845 (calc-init-extensions): Add binding for `calc-symclip'.
7846 Add autoload for `calcFunc-symclip' and `calc-symclip'.
7848 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7850 (calc-modes-menu): Add item for twos complement mode.
7852 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7854 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7856 * register.el (jump-to-register, insert-register): Handle Semantic
7857 tags. From commented-out advice in semantic/senator.el.
7859 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7861 * vc.el (vc-log-show-limit): New variable.
7862 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
7863 when using a prefix argument.
7864 (vc-print-log-internal): Add new argument LIMIT.
7866 * vc-svn.el (vc-svn-print-log):
7867 * vc-mtn.el (vc-mtn-print-log):
7868 * vc-hg.el (vc-hg-print-log):
7869 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7870 pass it to the log command when set. Make the BUFFER argument
7873 * vc-sccs.el (vc-sccs-print-log):
7874 * vc-rcs.el (vc-rcs-print-log):
7875 * vc-git.el (vc-git-print-log):
7876 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7877 ignore it. Make the BUFFER argument non-optional
7879 * bindings.el (mode-line-buffer-identification): Do not purecopy.
7881 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7883 * dired.el (dired-mode-map): Move encryption items to "Operate"
7886 * strokes.el (strokes-update-window-configuration): Make strokes
7887 buffer current before erasing (Bug#4906).
7889 * cedet/semantic/idle.el (semantic-idle-summary-mode)
7890 (semantic-idle-summary-mode): Define using define-minor-mode
7891 instead of define-semantic-idle-service.
7892 (semantic-idle-summary-mode): New function.
7893 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7894 that mouse motion does not reset the echo area.
7896 2009-11-15 Juri Linkov <juri@jurta.org>
7898 * simple.el (set-mark-default-inactive): Add :type, :group
7899 and :version. (Bug#4876)
7901 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
7903 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7904 (archive-unique-fname): ... here. (Bug#4929)
7906 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7908 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7911 * novice.el (disabled-command-function): Add useful args.
7912 Setup the help buffer so that [back] works.
7913 Remove redundant call to help-mode.
7914 (disabled-command-function): Use `case'.
7915 (en/disable-command): New function extracted from enable-command.
7916 (enable-command, disable-command): Use it.
7918 2009-11-14 Glenn Morris <rgm@gnu.org>
7920 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7921 constants. (Bug#4913)
7923 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7925 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
7927 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7928 defined in C that have no doc-strings. (Bug#1063)
7930 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
7932 * cus-edit.el (data, files):
7933 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
7935 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
7937 * simple.el (shell-command): Doc fix (Bug#4891).
7939 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7941 2009-11-14 Glenn Morris <rgm@gnu.org>
7943 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7944 statements for vc-diff, emerge-quit, and rmail-cease-edit.
7945 If they are already loaded, eval-after-load will do the right thing.
7947 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7950 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7952 * simple.el (x-selection-owner-p): Declare.
7953 (read-mail-command): Use custom radio type rather than choice.
7954 (completion-no-auto-exit): Doc fix.
7956 * custom.el (defgroup):
7957 * epg-config.el (epg): Doc fixes.
7959 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7961 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7962 * international/ccl.el (define-ccl-program): Do not purecopy the
7963 docstring, defconst does it anyway.
7965 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7967 * add-log.el (add-change-log-entry): Avoid displaying the changelog
7970 * x-dnd.el (x-dnd-maybe-call-test-function):
7971 * window.el (split-window-vertically):
7972 * whitespace.el (whitespace-help-on):
7973 * vc-rcs.el (vc-rcs-consult-headers):
7974 * userlock.el (ask-user-about-lock-help)
7975 (ask-user-about-supersession-help):
7976 * type-break.el (type-break-force-mode-line-update):
7977 * time-stamp.el (time-stamp-conv-warn):
7978 * terminal.el (te-set-output-log, te-more-break, te-filter)
7979 (te-sentinel, terminal-emulator):
7980 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7981 (term-write-input-ring, term-check-source, term-start-output-log):
7982 (term-display-buffer-line, term-dynamic-list-completions):
7983 (term-ansi-make-term, serial-term):
7984 * subr.el (selective-display):
7985 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7986 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7987 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7988 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7989 (speedbar-remove-localized-speedbar-support)
7990 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7991 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7992 (speedbar-buffers-line-directory):
7993 * simple.el (shell-command-on-region, append-to-buffer)
7994 (prepend-to-buffer):
7995 * shadowfile.el (shadow-save-todo-file):
7996 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7997 (scroll-bar-maybe-set-window-start):
7998 * sb-image.el (speedbar-image-dump):
7999 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
8000 (load-save-place-alist-from-file):
8001 * ps-samp.el (ps-print-message-from-summary):
8002 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
8003 (ps-background-image, ps-begin-job, ps-do-despool):
8004 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
8005 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
8006 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
8007 (pr-call-process, pr-file-list, pr-interface-save):
8008 * novice.el (disabled-command-function)
8009 (enable-command, disable-command):
8010 * mouse.el (mouse-buffer-menu-alist):
8011 * mouse-copy.el (mouse-kill-preserving-secondary):
8012 * macros.el (kbd-macro-query):
8013 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
8014 * informat.el (batch-info-validate):
8015 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
8016 * hippie-exp.el (try-expand-dabbrev-visible):
8017 * help-mode.el (help-make-xrefs):
8018 * help-fns.el (describe-variable):
8019 * generic-x.el (bat-generic-mode-run-as-comint):
8020 * finder.el (finder-mouse-select):
8021 * find-dired.el (find-dired-sentinel):
8022 * filesets.el (filesets-file-close):
8023 * files.el (list-directory):
8024 * faces.el (list-faces-display, describe-face):
8025 * facemenu.el (list-colors-display):
8026 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8027 * epg.el (epg--process-filter, epg-cancel):
8028 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8029 (epa--read-signature-type):
8030 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8031 (emerge-file-names):
8032 * ehelp.el (electric-helpify):
8033 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8034 * ediff-vers.el (rcs-ediff-view-revision):
8035 * ediff-util.el (ediff-setup):
8036 * ediff-mult.el (ediff-append-custom-diff):
8037 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8039 * echistory.el (Electric-command-history-redo-expression):
8040 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8041 * disp-table.el (describe-display-table):
8042 * dired.el (dired-find-buffer-nocreate):
8043 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8044 * dabbrev.el (dabbrev--same-major-mode-p):
8045 * chistory.el (list-command-history):
8046 * apropos.el (apropos-documentation):
8047 * allout.el (allout-obtain-passphrase):
8048 (allout-copy-exposed-to-buffer):
8049 (allout-verify-passphrase): Use with-current-buffer.
8051 2009-11-13 Glenn Morris <rgm@gnu.org>
8053 * Makefile.in (ELCFILES): Regenerate.
8055 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
8057 * net/dbus.el (dbus-registered-objects-table): Rename from
8058 `dbus-registered-functions-table', because it contains also properties.
8059 (dbus-unregister-object): Unregister also properties.
8060 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8061 Use a timeout of 500 msec, in order to not block.
8062 (dbus-register-property, dbus-property-handler): New defuns.
8064 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8066 * simple.el (minibuffer-default-add-completions): Drop deprecated
8069 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
8071 * textmodes/artist.el (artist-mouse-choose-operation):
8072 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8073 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8074 (artist-compute-up-event-key): New function.
8075 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8077 2009-11-13 Kenichi Handa <handa@m17n.org>
8079 * language/japan-util.el: Make sure that the value of jisx0208
8080 property is jisx0208 character.
8082 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
8084 * international/mule.el (auto-coding-regexp-alist): Only purecopy
8085 car or each item, not the whole list.
8087 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
8089 * minibuffer.el (minibuffer-completion-help):
8090 Use minibuffer-hide-completions.
8092 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
8094 * dired.el (dired-save-positions, dired-restore-positions): New funs.
8095 (dired-revert): Use them (bug#4880).
8097 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8099 * tooltip.el (tooltip-frame-parameters): Undo previous change.
8101 2009-11-12 Juri Linkov <juri@jurta.org>
8103 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8105 (find-file-literally-at-point): Alias of `ffap-literally'.
8107 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8109 * textmodes/ispell.el (ispell-skip-region-alist):
8110 * textmodes/css-mode.el (auto-mode-alist):
8111 * progmodes/compile.el (auto-mode-alist):
8112 * international/mule.el (ctext-non-standard-encodings-alist)
8113 (ctext-non-standard-encodings-regexp):
8114 * simple.el (shell-command-switch, text-read-only):
8115 * replace.el (occur-mode-map):
8116 * paths.el (rmail-file-name):
8117 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8118 * find-file.el (ff-special-constructs):
8119 * files.el (file-name-handler-alist):
8120 * composite.el: Purecopy strings.
8122 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8124 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8126 * widget.el (define-widget): Purecopy the docstring.
8127 * international/mule-cmds.el (charset): Do not purecopy the
8128 docstring here, define-widget does it.
8130 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8131 * textmodes/bibtex-style.el (auto-mode-alist):
8132 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8133 * progmodes/compile.el (compile-command):
8134 * language/korea-util.el (default-korean-keyboard):
8135 * international/mule-conf.el (file-coding-system-alist):
8136 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8137 * tooltip.el (tooltip-frame-parameters):
8138 * newcomment.el (comment-end, comment-padding):
8139 * dired.el (dired-trivial-filenames):
8140 * comint.el (comint-file-name-prefix): Purecopy initial values.
8142 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
8144 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8145 (tramp-advice-minibuffer-electric-tilde): Unload advices via
8147 (tramp-advice-make-auto-save-file-name)
8148 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8149 after removing the advice.
8151 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8153 * progmodes/grep.el (grep-regexp-alist):
8154 * international/mule-cmds.el (iso-2022-control-alist):
8155 * emacs-lisp/timer.el (timer-duration-words):
8156 * subr.el (version-separator, version-regexp-alist):
8157 * minibuffer.el (completion-styles-alist):
8158 * faces.el (face-attribute-name-alist, list-faces-sample-text):
8159 Change defvars to defconsts.
8161 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8162 * loadup.el ("international/mule-conf"): Load the byte compiled version.
8163 * international/mule-conf.el: Allow to be byte compiled.
8165 * international/mule.el (define-charset): Purecopy props.
8166 (load-with-code-conversion): Purecopy doc string and file name.
8167 (put-charset-property): Purecopy strings.
8168 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8170 * international/mule-cmds.el (register-input-method): Purecopy arguments.
8171 (define-char-code-property): Correctly purecopy the table.
8173 * international/ccl.el (define-ccl-program): Purecopy the docstring.
8175 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8177 * subr.el (add-hook): Purecopy strings.
8178 (eval-after-load): Purecopy load-history-regexp and the form.
8180 * custom.el (custom-declare-group): Purecopy load-file-name.
8182 * subr.el (menu-bar-separator): New defconst.
8183 * net/eudc.el (eudc-tools-menu):
8184 * international/mule-cmds.el (set-coding-system-map)
8186 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8187 * vc-hooks.el (vc-menu-map):
8188 * replace.el (occur-mode-map):
8189 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8190 (menu-bar-edit-menu, menu-bar-goto-menu)
8191 (menu-bar-custom-menu, menu-bar-showhide-menu)
8192 (menu-bar-options-menu, menu-bar-tools-menu)
8193 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8194 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8195 (menu-bar-help-menu):
8196 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8197 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8199 * term/x-win.el (x-gtk-stock-map):
8200 * progmodes/vera-mode.el (auto-mode-alist):
8201 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8202 (inferior-lisp-program, inferior-lisp-load-command):
8203 * progmodes/hideshow.el (hs-special-modes-alist):
8204 * progmodes/gud.el (same-window-regexps):
8205 * progmodes/grep.el (grep-program, find-program, xargs-program):
8206 * net/telnet.el (same-window-regexps):
8207 * net/rlogin.el (same-window-regexps):
8208 * language/ethiopic.el (font-ccl-encoder-alist):
8209 * vc-sccs.el (vc-sccs-master-templates):
8210 * vc-rcs.el (vc-rcs-master-templates):
8211 * subr.el (cl-assertion-failed):
8212 * simple.el (next-error-overlay-arrow-position):
8213 * lpr.el (lpr-command):
8214 * locate.el (locate-ls-subdir-switches):
8215 * info.el (same-window-regexps, info)
8216 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8217 * image-mode.el (image-mode, auto-mode-alist):
8218 * hippie-exp.el (hippie-expand-ignore-buffers):
8219 * format.el (format-alist):
8220 * find-dired.el (find-ls-subdir-switches, find-grep-options)
8222 * facemenu.el (facemenu-keybindings):
8223 * dired.el (dired-listing-switches, dired-chown-program):
8224 * diff.el (diff-switches, diff-command):
8225 * cus-edit.el (same-window-regexps):
8226 * bindings.el (mode-line-mule-info)
8227 (mode-line-buffer-identification): Purecopy strings.
8229 2009-11-11 Juri Linkov <juri@jurta.org>
8231 * simple.el (dired-get-filename) <declare-function>:
8232 Tell the byte-compiler about dired-get-filename.
8233 (shell-command): In Dired mode, get filename from the current line
8234 as the default value.
8236 2009-11-10 Glenn Morris <rgm@gnu.org>
8238 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8239 * calendar/holidays.el, progmodes/cperl-mode.el:
8240 Update x-popup-menu declarations.
8242 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8243 (list-load-path-shadows): Use dolist.
8244 (list-load-path-shadows): Use with-current-buffer.
8246 2009-11-10 Juri Linkov <juri@jurta.org>
8248 * minibuffer.el (read-file-name): Support a list of default values
8249 in `default-filename'. Use the first file name where only one
8250 element is required. Doc fix.
8252 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
8254 * net/dbus.el (dbus-unregister-object): Release service, if no
8255 other method is registered for it.
8257 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
8259 * bookmark.el (bookmark-completing-read): Sort bookmark names if
8260 bookmark-sort-flag is non-nil (Bug#4653).
8262 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8264 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8265 the progress reporter entirely.
8267 * emulation/cua-base.el: Add CUA property to some CC mode commands
8270 2009-11-08 Kevin Ryde <user42@zip.com.au>
8272 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8273 at end of sentence (Bug#4818).
8275 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
8277 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8278 Handle "see declaration of" MSFT statements (Bug#4100).
8280 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
8282 * net/tramp.el (tramp-advice-make-auto-save-file-name)
8283 (tramp-advice-file-expand-wildcards): Unload via
8286 * net/trampver.el: Update release number.
8288 2009-11-08 Kevin Ryde <user42@zip.com.au>
8290 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8293 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
8295 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8296 in order to keep context in SELinux.
8298 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8300 * dired-aux.el (dired-query): Place cursor in echo area and allow
8303 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8304 menu item if not on a directory (Bug#4701).
8306 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
8308 Sync with Tramp 2.1.17.
8310 * net/tramp.el (tramp-handle-copy-directory): Don't use
8311 `file-remote-p' (due to compatibility).
8313 * net/tramp-compat.el (tramp-compat-copy-directory)
8314 (tramp-compat-delete-directory): New defuns.
8316 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8317 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8318 `tramp-compat-delete-directory'.
8320 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8321 (tramp-smb-handle-delete-directory): Use
8322 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8324 * net/trampver.el: Update release number.
8326 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
8328 * tar-mode.el (tar-copy): Call write-region on the right buffer
8331 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8332 by hand, if necessary (Bug#4878).
8334 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
8336 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8337 align size column (Bug#4839).
8339 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8342 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8344 * progmodes/ld-script.el (auto-mode-alist):
8345 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8347 * cus-face.el (custom-declare-face): Purecopy face spec.
8349 2009-11-06 Kenichi Handa <handa@m17n.org>
8351 * international/uni-bidi.el: Re-generated.
8352 * international/uni-category.el: Re-generated.
8353 * international/uni-combining.el: Re-generated.
8354 * international/uni-mirrored.el: Re-generated.
8356 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8358 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8359 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8360 (tex-start-options, slitex-run-command, latex-run-command)
8361 (tex-run-command, tex-directory):
8362 * textmodes/ispell.el (ispell-html-skip-alists)
8363 (ispell-tex-skip-alists, ispell-tex-skip-alists):
8364 * textmodes/fill.el (adaptive-fill-first-line-regexp):
8365 (adaptive-fill-regexp):
8366 * textmodes/dns-mode.el (auto-mode-alist):
8367 * progmodes/python.el (interpreter-mode-alist):
8368 * progmodes/etags.el (tags-compression-info-list):
8369 * progmodes/etags.el (tags-file-name):
8370 * net/browse-url.el (browse-url-galeon-program)
8371 (browse-url-firefox-program):
8372 * mail/sendmail.el (mail-signature-file)
8373 (mail-citation-prefix-regexp):
8374 * international/mule-conf.el (eight-bit):
8375 * international/latexenc.el (latex-inputenc-coding-alist):
8376 * international/fontset.el (x-pixel-size-width-font-regexp):
8377 * emacs-lisp/warnings.el (warning-type-format):
8378 * emacs-lisp/trace.el (trace-buffer):
8379 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8380 (emacs-lisp-mode-map):
8381 * calendar/holidays.el (holiday-solar-holidays)
8382 (holiday-bahai-holidays, holiday-islamic-holidays)
8383 (holiday-christian-holidays, holiday-hebrew-holidays)
8384 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8385 (hebrew-holidays-1, holiday-oriental-holidays)
8386 (holiday-general-holidays):
8387 * x-dnd.el (x-dnd-known-types):
8388 * tool-bar.el (tool-bar):
8389 * startup.el (site-run-file):
8390 * shell.el (shell-dumb-shell-regexp):
8391 * rfn-eshadow.el (file-name-shadow-tty-properties)
8392 (file-name-shadow-properties):
8393 * paths.el (remote-shell-program, news-directory):
8394 * mouse.el ([C-down-mouse-3]):
8395 * menu-bar.el (menu-bar-tools-menu):
8396 * jka-cmpr-hook.el (jka-compr-load-suffixes)
8397 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8398 (jka-compr-compression-info-list):
8399 * isearch.el (search-whitespace-regexp):
8400 * image-file.el (image-file-name-extensions):
8401 * find-dired.el (find-ls-option):
8402 * files.el (directory-listing-before-filename-regexp)
8403 (directory-free-space-args, insert-directory-program)
8404 (list-directory-brief-switches, magic-fallback-mode-alist)
8405 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8406 (automount-dir-prefix):
8407 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8408 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8409 (face-font-registry-alternatives, face-font-registry-alternatives)
8410 (face-font-family-alternatives):
8411 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8412 (facemenu-foreground-menu, facemenu-face-menu):
8413 * epa-hook.el (epa-file-name-regexp):
8414 * dnd.el (dnd-protocol-alist):
8415 * textmodes/rst.el (auto-mode-alist):
8416 * button.el (default-button): Purecopy strings.
8418 2009-11-06 Glenn Morris <rgm@gnu.org>
8420 * Makefile.in (ELCFILES): Update.
8422 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8424 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8425 * emacs-lisp/levents.el: Move to obsolete/levents.el.
8427 * nxml/xsd-regexp.el (xsdre-gen-categories):
8428 * nxml/xmltok.el (xmltok-parse-entity):
8429 * nxml/rng-parse.el (rng-parse-validate-file):
8430 * nxml/rng-maint.el (rng-format-manual)
8431 (rng-manual-output-force-new-line):
8432 * nxml/rng-loc.el (rng-save-schema-location-1):
8433 * nxml/rng-cmpct.el (rng-c-parse-file):
8434 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8435 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8437 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
8439 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8440 Remove extra save-excursions and make-variable-buffer-local's.
8441 Suggested by Stefan Monnier.
8443 (verilog-getopt-file, verilog-module-inside-filename-p)
8444 (verilog-set-define): Merge GNU 1.35 and repair changes from
8445 switching to using with-current-buffer.
8447 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8448 being treated as a number and confusing AUTORESET.
8449 Reported by Dan Dever.
8451 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8452 Add verilog-auto-ignore-concat to fix backward compatibility with
8453 older verilog-modes. Reported by Dan Katz.
8455 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8456 containing closing anchors "...$".
8458 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8459 Reported by Wade Smith.
8461 (verilog-batch-execute-func): Comment on function usage.
8463 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
8465 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8468 (verilog-label-re, verilog-calc-1): Support proper indent of named
8471 (verilog-backward-token, verilog-basic-complete-re)
8472 (verilog-beg-of-statement, verilog-indent-re): Support proper
8473 indent of the assert statement at the beginning of a block of text.
8475 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8476 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8479 2009-11-05 Glenn Morris <rgm@gnu.org>
8481 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8482 Emacs 19. (Bug#1531)
8483 (byte-compile-fix-header): Update for the above change.
8484 Drop test for epoch::version.
8486 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8487 * cus-dep.el (custom-make-dependencies):
8488 * finder.el (finder-compile-keywords):
8489 Use autoload-rubric's feature argument.
8491 * calendar/diary-lib.el (top-level): Make load behave more like require.
8493 * vc-git.el (vc-git-stash-map): Move definition before use.
8495 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8497 * custom.el (custom-declare-group): Purecopy standard-value.
8498 (custom-declare-group): Purecopy custom-prefix.
8500 * international/mule.el (load-with-code-conversion):
8501 Call do-after-load-evaluation unconditionally.
8503 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8505 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8507 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8509 2009-11-04 Glenn Morris <rgm@gnu.org>
8511 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8512 (byte-compile-compatibility): Remove option.
8513 (byte-compile-close-variables, byte-compile-fix-header)
8514 (byte-compile-insert-header, byte-compile-output-docform)
8515 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8516 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8517 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8518 (byte-compile-insert, byte-compile-defun):
8519 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
8520 (byte-defop-compiler19): Remove.
8521 Without byte-compile-compatibility, the 'emacs19-opcode property is not
8522 used by anything. Replace all calls with byte-defop-compiler.
8524 2009-11-04 Juri Linkov <juri@jurta.org>
8526 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8527 (menu-bar-options-menu): Don't quote the `prop' arg of
8528 `menu-bar-make-mm-toggle'.
8530 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
8532 * calendar/calendar.el (cal-loaddefs):
8533 * calendar/diary-lib.el (diary-loaddefs):
8534 * calendar/holidays.el (hol-loaddefs):
8535 * eshell/esh-module.el (esh-groups): Load rather than require.
8537 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8539 * calendar/todo-mode.el (todo-add-category): Don't hardcode
8541 (todo-top-priorities): Only display-buffer when called interactively.
8542 (todo-item-start): Don't save excursion point.
8543 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
8544 (todo-insert-item-here, todo-file-item, todo-remove-item):
8545 Adjust uses of todo-item-start and todo-item-end.
8547 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8548 (autoload-rubric): Don't use any more.
8549 * cedet/semantic/fw.el (semantic/loaddefs):
8550 * cedet/srecode.el (srecode/loaddefs):
8551 * cedet/ede.el (ede/loaddefs): Load rather than require.
8552 * cedet/ede/cpp-root.el:
8553 * cedet/ede/emacs.el:
8554 * cedet/ede/files.el:
8555 * cedet/ede/linux.el:
8556 * cedet/ede/locate.el:
8557 * cedet/ede/make.el:
8558 * cedet/ede/shell.el:
8559 * cedet/ede/speedbar.el:
8560 * cedet/ede/system.el:
8561 * cedet/ede/util.el:
8562 * cedet/semantic/analyze.el:
8563 * cedet/semantic/bovine.el:
8564 * cedet/semantic/complete.el:
8565 * cedet/semantic/ctxt.el:
8566 * cedet/semantic/db-file.el:
8567 * cedet/semantic/db-find.el:
8568 * cedet/semantic/db-global.el:
8569 * cedet/semantic/db-mode.el:
8570 * cedet/semantic/db-typecache.el:
8571 * cedet/semantic/db.el:
8572 * cedet/semantic/debug.el:
8573 * cedet/semantic/dep.el:
8574 * cedet/semantic/doc.el:
8575 * cedet/semantic/edit.el:
8576 * cedet/semantic/find.el:
8577 * cedet/semantic/format.el:
8578 * cedet/semantic/html.el:
8579 * cedet/semantic/ia-sb.el:
8580 * cedet/semantic/ia.el:
8581 * cedet/semantic/idle.el:
8582 * cedet/semantic/lex-spp.el:
8583 * cedet/semantic/lex.el:
8584 * cedet/semantic/mru-bookmark.el:
8585 * cedet/semantic/scope.el:
8586 * cedet/semantic/senator.el:
8587 * cedet/semantic/sort.el:
8588 * cedet/semantic/symref.el:
8589 * cedet/semantic/tag-file.el:
8590 * cedet/semantic/tag-ls.el:
8591 * cedet/semantic/tag-write.el:
8592 * cedet/semantic/tag.el:
8593 * cedet/semantic/util-modes.el:
8594 * cedet/semantic/analyze/complete.el:
8595 * cedet/semantic/analyze/refs.el:
8596 * cedet/semantic/bovine/c.el:
8597 * cedet/semantic/bovine/gcc.el:
8598 * cedet/semantic/bovine/make.el:
8599 * cedet/semantic/bovine/scm.el:
8600 * cedet/semantic/decorate/include.el:
8601 * cedet/semantic/decorate/mode.el:
8602 * cedet/semantic/symref/cscope.el:
8603 * cedet/semantic/symref/global.el:
8604 * cedet/semantic/symref/grep.el:
8605 * cedet/semantic/symref/idutils.el:
8606 * cedet/semantic/symref/list.el:
8607 * cedet/semantic/wisent/java-tags.el:
8608 * cedet/semantic/wisent/javascript.el:
8609 * cedet/srecode/compile.el:
8610 * cedet/srecode/cpp.el:
8611 * cedet/srecode/document.el:
8612 * cedet/srecode/el.el:
8613 * cedet/srecode/expandproto.el:
8614 * cedet/srecode/getset.el:
8615 * cedet/srecode/insert.el:
8616 * cedet/srecode/java.el:
8617 * cedet/srecode/map.el:
8618 * cedet/srecode/mode.el:
8619 * cedet/srecode/template.el:
8620 * cedet/srecode/texi.el: Remove the file-local setting of
8621 generated-autoload-feature.
8623 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8624 and only put a prop if it is non-nil.
8626 2009-11-03 Juri Linkov <juri@jurta.org>
8628 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8629 (menu-bar-options-menu): Fix list quoting (Bug#4429).
8631 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8632 and "Menu" to make top-level menu item visually one unit (like
8633 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8634 multi-word menu items). Fix :help string for quit-window.
8636 2009-11-03 Glenn Morris <rgm@gnu.org>
8638 * cedet/mode-local.el (with-mode-local): Doc fix.
8640 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8641 (byte-compile-file-form-define-abbrev-table)
8642 (byte-compile-file-form-custom-declare-variable)
8643 (byte-compile-variable-ref, byte-compile-defvar):
8644 Whether or not a warning is enabled should only affect whether we issue
8645 the warning, not whether or not we collect the relevant data.
8646 Eg warnings can be turned on and off throughout the course of a file.
8648 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8649 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8651 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8653 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8654 * play/mpuz.el (mpuz-create-buffer):
8655 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8656 (lm-print-y,s,noise, lm-print-w0, lm-init):
8657 * play/gomoku.el (gomoku-prompt-for-move):
8658 * play/fortune.el (fortune-in-buffer):
8659 * play/dissociate.el (dissociated-press):
8660 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8661 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8662 * mail/supercite.el (sc-eref-show):
8663 * mail/smtpmail.el (smtpmail-send-it):
8664 * mail/rmailsum.el (rmail-summary-next-labeled-message)
8665 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8666 (rmail-summary-undelete-many, rmail-summary-rmail-update)
8667 (rmail-summary-goto-msg, rmail-summary-expunge)
8668 (rmail-summary-get-new-mail, rmail-summary-search-backward)
8669 (rmail-summary-add-label, rmail-summary-output-menu)
8670 (rmail-summary-output-body):
8671 * mail/rfc822.el (rfc822-addresses):
8672 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8673 * mail/mailpost.el (post-mail-send-it):
8674 * mail/hashcash.el (hashcash-generate-payment):
8675 * mail/feedmail.el (feedmail-run-the-queue)
8676 (feedmail-queue-send-edit-prompt-help-first)
8677 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8678 (feedmail-deduce-address-list):
8679 * eshell/esh-ext.el (eshell-remote-command):
8680 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8681 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8682 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8683 (viper-save-string-in-file, viper-valid-marker):
8684 * emulation/viper-keym.el (viper-toggle-key):
8685 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8686 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8687 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8688 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8689 (viper-exec-form-in-emacs, viper-brac-function):
8690 * emulation/viper.el (viper-delocalize-var):
8691 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8692 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8693 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8694 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8695 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8696 * emulation/edt.el (edt-electric-helpify):
8697 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8698 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8699 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8700 (cua-indent-to-global-mark-column):
8701 * calendar/diary-lib.el (calendar-mark-1):
8702 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8703 Use with-current-buffer.
8704 * emulation/viper.el (viper-delocalize-var): Use dolist.
8706 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
8708 * comint.el (comint-replace-by-expanded-history-before-point):
8709 Replace !! with the previous input string literally (Bug#1795).
8711 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
8713 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8714 to be made up of whitespace.
8716 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
8718 * minibuffer.el (read-file-name): Don't use file dialogs for
8719 remote directories (Bug#99).
8721 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
8723 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8725 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
8727 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8728 instead of deleting the window or frame.
8730 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8732 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8733 Support face colors.
8735 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8736 New function. Support face colors (Bug#1168).
8737 (tex-common-initialization): Use it.
8739 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8740 mode allows it (Bug#1168).
8742 2009-10-31 Juri Linkov <juri@jurta.org>
8744 * facemenu.el (list-colors-display): Don't mark buffer as
8745 modified (Bug#3948).
8747 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8749 * international/mule-diag.el (list-character-sets-1): Minor
8750 message fix (Bug#3526).
8752 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8753 face property (Bug#4834).
8754 (etags-list-tags, etags-tags-apropos-additional)
8755 (etags-tags-apropos, tags-select-tags-table): Add follow-link
8758 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8761 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8764 * cedet/ede.el (ede-minor-mode):
8765 * cedet/semantic.el (semantic-mode): Toggle menu separators.
8767 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
8769 * textmodes/two-column.el (2C-split):
8770 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8771 * textmodes/tex-mode.el (tex-set-buffer-directory):
8772 * textmodes/spell.el (spell-region, spell-string):
8773 * textmodes/reftex.el (reftex-erase-buffer):
8774 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8775 * textmodes/reftex-toc.el (reftex-toc-promote-action):
8776 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8777 (reftex-select-item):
8778 * textmodes/reftex-ref.el (reftex-label-info-update)
8779 (reftex-offer-label-menu):
8780 * textmodes/reftex-index.el (reftex-index-change-entry)
8781 (reftex-index-phrases-info):
8782 * textmodes/reftex-global.el (reftex-create-tags-file)
8783 (reftex-save-all-document-buffers, reftex-ensure-write-access):
8784 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8785 (reftex-view-crossref-from-bibtex):
8786 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8787 (reftex-extract-bib-entries-from-thebibliography)
8788 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8789 * textmodes/refbib.el (r2b-capitalize-title):
8790 (r2b-convert-buffer, r2b-help):
8791 * textmodes/page-ext.el (pages-directory)
8792 (pages-directory-goto-with-mouse):
8793 * textmodes/bibtex.el (bibtex-validate-globally):
8794 * textmodes/bib-mode.el (bib-capitalize-title):
8795 * textmodes/artist.el (artist-clear-buffer, artist-system):
8796 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8797 (local-set-scheme-interaction-buffer, xscheme-process-filter)
8798 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8799 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8800 (xscheme-send-control-g-interrupt, xscheme-start-process)
8801 (xscheme-process-sentinel, xscheme-cd):
8802 * progmodes/verilog-mode.el (verilog-read-always-signals)
8803 (verilog-set-define, verilog-getopt-file)
8804 (verilog-module-inside-filename-p):
8805 * progmodes/sh-script.el:
8806 * progmodes/python.el (python-pdbtrack-get-source-buffer)
8807 (python-pdbtrack-grub-for-buffer, python-execute-file):
8808 * progmodes/octave-inf.el (inferior-octave):
8809 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8810 (idlwave-shell-compile-helper-routines, idlwave-set-local)
8811 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8812 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8813 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8814 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8815 (idlwave-shell-filter, idlwave-shell-examine-highlight)
8816 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8817 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8818 (idlwave-shell-examine-display, idlwave-shell-run-region)
8819 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8820 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8821 * progmodes/idlw-help.el (idlwave-help-get-special-help)
8822 (idlwave-help-get-help-buffer):
8823 * progmodes/gud.el (gud-basic-call, gud-find-class)
8824 (gud-tooltip-activate-mouse-motions-if-enabled):
8825 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8826 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8827 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8828 (ebrowse-tags-next-file):
8829 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8830 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8831 (ebnf-eps-finish-and-write):
8832 * progmodes/cpp.el (cpp-edit-save):
8833 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8834 * progmodes/cc-defs.el (c-emacs-features):
8835 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8836 (antlr-directory-dependencies):
8837 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8838 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8839 (ada-find-any-references, ada-make-filename-from-adaname)
8840 (ada-make-body-gnatstub):
8841 * obsolete/rnews.el (news-list-news-groups):
8842 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8843 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8844 * net/rcirc.el (rcirc-debug):
8845 * net/newst-treeview.el (newsticker--treeview-list-add-item)
8846 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8847 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8848 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8849 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8850 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8851 (newsticker--treeview-list-clear-highlight)
8852 (newsticker--treeview-list-update-highlight)
8853 (newsticker--treeview-list-highlight-start)
8854 (newsticker--treeview-tree-update-highlight)
8855 (newsticker--treeview-get-selected-item)
8856 (newsticker-treeview-mark-list-items-old)
8857 (newsticker--treeview-set-current-node):
8858 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8859 * net/newst-backend.el (newsticker--get-news-by-funcall)
8860 (newsticker--get-news-by-wget, newsticker--image-get)
8861 (newsticker--image-sentinel):
8862 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8863 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8864 (eudc-ph-close-session):
8865 * net/eudc.el (eudc-save-options):
8866 * language/thai-word.el (thai-update-word-table):
8867 * language/japan-util.el (japanese-string-conversion):
8868 * international/titdic-cnv.el (tsang-quick-converter)
8869 (ziranma-converter, ctlau-converter):
8870 * international/mule-cmds.el (describe-language-environment):
8871 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8872 (skkdic-convert-postfix, skkdic-convert-prefix):
8873 (skkdic-convert-okuri-nasi, skkdic-convert):
8874 * emacs-lisp/re-builder.el (reb-update-overlays):
8875 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8876 * emacs-lisp/gulp.el (gulp-send-requests):
8877 * emacs-lisp/find-gc.el (trace-call-tree):
8878 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8879 (eieio-describe-generic):
8880 * emacs-lisp/eieio-base.el (eieio-persistent-read):
8881 * emacs-lisp/edebug.el (edebug-outside-excursion):
8882 * emacs-lisp/debug.el (debugger-make-xrefs):
8883 * emacs-lisp/cust-print.el (custom-prin1-to-string):
8884 * emacs-lisp/chart.el (chart-new-buffer):
8885 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8886 Use with-current-buffer.
8887 * textmodes/artist.el (artist-system): Don't call
8888 copy-sequence on a fresh string.
8889 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8891 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
8893 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8894 is no item to edit. (Bug#4820)
8895 (todo-top-priorities): Restore point and restore narrowing in Todo
8898 2009-10-31 Glenn Morris <rgm@gnu.org>
8900 * net/ange-ftp.el (top-level): Don't require dired when compiling.
8901 (comint-last-output-start, comint-last-input-start)
8902 (comint-last-input-end): Don't defvar when compiling.
8903 (ange-ftp-process-file): Use bound-and-true-p.
8905 * pcmpl-rpm.el (top-level): Move provide statement to end.
8906 (pcmpl-rpm): Remove unused custom group.
8908 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8910 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8912 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8913 (byte-compile-warnings): Add `constants' as an option.
8914 (byte-compile-callargs-warn, byte-compile-arglist-warn)
8915 (display-call-tree): Update for byte-compile-fdefinition possibly
8916 returning `(macro lambda ...)'. (Bug#4778)
8917 (byte-compile-variable-ref, byte-compile-setq-default):
8918 Respect `constants' member of byte-compile-warnings.
8920 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8921 Use mapc rather than mapcar because the return value is never used.
8923 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8924 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8925 * cedet/semantic/html.el:
8926 Suppress harmless warnings about setting up semantic-imenu (not
8927 part of Emacs) variables.
8929 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8931 * vc-bzr.el (vc-bzr-revision-keywords): New var.
8932 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8935 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8936 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8937 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8938 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8939 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8940 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8941 (semantic-analyzer-debug-global-symbol)
8942 (semantic-analyzer-debug-missing-innertype)
8943 (semantic-analyzer-debug-insert-include-summary):
8944 * cedet/semantic/util.el (semantic-file-tag-table):
8945 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8946 (semantic-recursive-find-nonterminal-by-name):
8947 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8948 * cedet/semantic/tag-file.el (semantic-prototype-file):
8949 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8950 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8951 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8952 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8953 (semantic-idle-summary-maybe-highlight):
8954 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8955 (semantic-ia-sb-tag-info):
8956 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8957 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8958 * cedet/semantic/ede-grammar.el (project-compile-target):
8959 (ede-proj-makefile-insert-variables):
8960 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8961 (semantic-debug-set-source-location, semantic-debug-interface-layout)
8962 (semantic-debug-mode, semantic-debug):
8963 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8964 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8965 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8966 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8967 (semanticdb-find-translate-path-includes--internal)
8968 (semanticdb-reset-log, semanticdb-find-log-activity):
8969 * cedet/semantic/db-file.el (object-write):
8970 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8971 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8972 (semanticdb-create-ebrowse-database):
8973 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8974 * cedet/semantic/complete.el (semantic-displayor-focus-request)
8975 (semantic-collector-calculate-completions-raw)
8976 (semantic-complete-read-tag-analyzer):
8977 * cedet/semantic/analyze.el (semantic-analyze-pulse):
8978 * cedet/ede/util.el (ede-update-version-in-source):
8979 * cedet/ede/proj.el (project-delete-target):
8980 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8981 (ede-proj-flush-autoconf):
8982 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8983 (ede-proj-configure-synchronize):
8984 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8985 * cedet/ede/linux.el (ede-linux-version):
8986 * cedet/ede/emacs.el (ede-emacs-version):
8987 * cedet/ede/dired.el (ede-dired-add-to-target):
8988 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8989 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8990 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8991 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8992 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8993 (cedet-idutils-version-check):
8994 * cedet/cedet-global.el (cedet-gnu-global-call):
8995 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8996 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8997 * cedet/cedet-cscope.el (cedet-cscope-call)
8998 (cedet-cscope-expand-filename, cedet-cscope-version-check):
8999 Use with-current-buffer.
9000 * cedet/ede.el (ede-make-project-local-variable)
9001 (ede-set-project-variables, ede-set): Use dolist.
9003 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
9005 * textmodes/ispell.el (ispell-skip-region-alist):
9006 * international/mule-conf.el (eight-bit):
9007 * international/fontset.el (font-encoding-alist):
9008 * startup.el (pure-space-overflow-message):
9009 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
9010 * paths.el (gnus-nntp-service, rmail-spool-directory)
9012 * files.el (save-some-buffers-action-alist):
9013 * cmuscheme.el (same-window-buffer-names):
9014 * ielm.el (same-window-buffer-names):
9015 * shell.el (same-window-buffer-names):
9016 * mail/sendmail.el (same-window-buffer-names):
9017 * progmodes/inf-lisp.el (same-window-buffer-names):
9018 * bindings.el (mode-line-client)
9019 (mode-line-column-line-number-mode-map):
9020 * language/tibetan.el (tibetan-precomposition-rule-regexp)
9021 (tibetan-precomposed-regexp): Purecopy string arguments.
9023 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9025 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9026 (calcDigit-nondigit):
9027 * calc/calc-yank.el (calc-copy-to-buffer):
9028 * calc/calc-units.el (calc-invalidate-units-table):
9029 * calc/calc-trail.el (calc-trail-yank):
9030 * calc/calc-store.el (calc-insert-variables):
9031 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9032 * calc/calc-prog.el (calc-read-parse-table):
9033 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9034 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9035 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9036 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9037 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9038 (calc-graph-name, calc-graph-find-command, calc-graph-view)
9039 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9040 * calc/calc-ext.el (calc-realign):
9041 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9042 (calc-embedded-finish-edit, calc-embedded-make-info)
9043 (calc-embedded-finish-command, calc-embedded-stack-change):
9044 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9046 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9047 (overload-docstring-extension): Use that info.
9048 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9049 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9050 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9051 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9052 (semantic-nonterminal-full-name): Add the new `when' info.
9053 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9056 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9057 shell-dynamic-complete-filename in preference to
9058 comint-dynamic-complete-filename.
9060 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9061 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9062 Don't consider whether the display supports colors.
9063 (bookmark-import-new-list): Use dolist.
9064 (bookmark-bmenu-mode-map): Move initialization into declaration.
9065 (bookmark-bmenu-list): Use dolist, simplify.
9066 (bookmark-show-all-annotations): Use save-selected-window and dolist.
9067 (menu-bar-final-items): Use push.
9069 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
9071 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9072 it works on remote files.
9073 (vc-hg-diff): Don't pass any `--cwd' argument.
9075 2009-10-27 Kevin Ryde <user42@zip.com.au>
9077 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9078 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9079 (Further to Bug#3921).
9081 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
9083 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9084 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9085 calling `tramp-imap-put-file'. Add file size to the call.
9086 (tramp-imap-get-file-entries): Compute also user name, file size,
9088 (tramp-imap-handle-insert-directory): Insert uid and gid.
9089 (tramp-imap-handle-file-attributes): Transform uid and gid
9090 according to `id-format'.
9091 (tramp-imap-put-file): New optional parameter SIZE. Encode file
9092 size in header X-Size.
9094 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
9096 * simple.el (transpose-subr): Give clearer error when the mark
9097 is not set. (Bug#4807)
9099 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
9101 * net/tramp.el (tramp-perl-file-truename): New defconst.
9102 Perl code contributed by yary <not.com@gmail.com> (tiny change).
9103 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9104 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9105 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9107 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9108 Ignore `dired-call-process'.
9109 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9111 2009-10-26 Julian Scheid <julians37@gmail.com>
9113 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9114 (tramp-get-remote-readlink): New defun.
9115 (tramp-handle-file-truename): Use it.
9116 (tramp-handle-file-exists-p): Check file-attributes cache, assume
9117 file exists if cache value present.
9118 (tramp-check-cached-permissions): New defun.
9119 (tramp-handle-file-readable-p): Use it.
9120 (tramp-handle-file-writable-p): Likewise.
9121 (tramp-handle-file-executable-p): Likewise.
9122 (tramp-handle-file-name-all-completions): Try using Perl to get
9123 partial completions. When perl not available, combine `cd' and
9124 `ls' into single remote operation and use shell expansion to get
9125 partial remote directory contents. Set `file-exists-p' cache for
9126 directory and any files returned by ls. Change cache handling to
9127 support partial directory contents. Use error message emitted by
9128 remote `cd' or Perl code for local tramp-error.
9129 (tramp-do-copy-or-rename-file-directly): Avoid separate
9130 tramp-send-command-and-check call.
9131 (tramp-handle-process-file): Merge three remote ops into one.
9132 Do not flush all caches when `process-file-side-effects' is set.
9133 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9134 file-attributes shows uid/gid to be set already.
9136 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9138 * textmodes/tex-mode.el (tex-dvi-view-command)
9139 (tex-show-queue-command, tex-open-quote):
9140 * progmodes/ruby-mode.el (auto-mode-alist)
9141 (interpreter-mode-alist): Purecopy strings.
9143 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9145 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9146 string for the hook, keymap and abbrev table.
9148 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9150 * x-dnd.el (x-dnd-xdnd-to-action):
9151 * startup.el (fancy-startup-text, fancy-about-text): Change to
9152 defconst from defvar.
9154 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9156 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9157 Purecopy initialization strings.
9159 * mail/sendmail.el (mail-header-separator)
9160 (mail-personal-alias-file):
9161 * mail/rmail.el (rmail-default-dont-reply-to-names)
9162 (rmail-ignored-headers, rmail-retry-ignored-headers)
9163 (rmail-highlighted-headers, rmail-secondary-file-directory)
9164 (rmail-secondary-file-regexp):
9165 * files.el (null-device, file-name-invalid-regexp)
9166 (locate-dominating-stop-dir-regexp)
9167 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9168 (interpreter-mode-alist): Use mapcar instead of mapc.
9170 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9172 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9173 (completion-ignored-extensions):
9174 (debug-ignored-errors): Purecopy strings.
9176 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9178 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9179 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9180 (pcomplete--here): Use push.
9182 * subr.el (all-completions): Declare the 4th arg obsolete.
9184 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9186 * pcomplete.el (pcomplete-unquote-argument-function): New var.
9187 (pcomplete-unquote-argument): New function.
9188 (pcomplete--common-suffix): Always pay attention to case.
9189 (pcomplete--table-subvert): Quote and unquote the text.
9190 (pcomplete--common-quoted-suffix): New function.
9191 (pcomplete-std-complete): Use it and pcomplete-begin.
9193 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9194 we're inside a dedicated or minibuffer window.
9196 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9198 * cedet/semantic/fw.el (semantic-alias-obsolete)
9199 (semantic-varalias-obsolete): Make the `when' arg mandatory.
9200 (define-mode-overload-implementation):
9201 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9202 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9203 * cedet/semantic/util.el (semantic-file-token-stream)
9204 (semantic-something-to-stream):
9205 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9206 (semantic-expand-nonterminal):
9207 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9208 (semantic-find-dependency, semantic-find-nonterminal)
9209 (semantic-find-dependency):
9210 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9211 (semantic-flex-text, semantic-flex-make-keyword-table)
9212 (semantic-flex-keyword-p, semantic-flex-keyword-put)
9213 (semantic-flex-keyword-get, semantic-flex-map-keywords)
9214 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9215 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9216 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9217 (semantic-after-idle-scheduler-reparse-hooks):
9218 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9219 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9220 * cedet/semantic.el (semantic-toplevel-bovine-table)
9221 (semantic-toplevel-bovine-cache)
9222 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9223 (semantic-init-mode-hooks, semantic-init-db-hooks)
9224 (semantic-bovination-working-type): Provide the `when' arg.
9226 2009-10-24 Karl Fogel <kfogel@red-bean.com>
9228 * bookmark.el: Update documentation, especially documentation
9229 of `bookmark-alist' and of the bookmark file format.
9230 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
9232 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9234 * mail/emacsbug.el (report-emacs-bug): Clarify that the
9235 keybindings apply to the mail buffer (Bug#4003). Shrink help
9238 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9239 (global-whitespace-mode, global-whitespace-newline-mode)
9240 (whitespace-toggle-options, global-whitespace-toggle-options):
9243 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9244 of xmltok-start before the end tag was inserted (Bug#2840).
9246 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9247 patterns that are preceded by an open-paren (Bug#1320).
9249 2009-10-24 Sven Joachim <svenjoac@gmx.de>
9251 * files.el (delete-directory): Delete symlinks to directories with
9252 delete-file (Bug#4739).
9254 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9256 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9257 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9258 argument to make-obsolete.
9260 * cedet/semantic/fw.el (semantic-alias-obsolete)
9261 (semantic-varalias-obsolete): Add optional WHEN argument.
9263 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
9265 * vc.el (vc-backend-for-registration): Rename from
9266 vc-get-backend-for-registration. Update callers.
9268 * international/mule-cmds.el (set-language-info-alist):
9270 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9271 (charset): Purecopy the name.
9272 (define-char-code-property): Purecopy string arguments.
9274 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9275 Purecopy string arguments.
9277 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9278 * ediff-hook.el (menu-bar-ediff-menu):
9279 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9280 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9282 2009-10-24 Glenn Morris <rgm@gnu.org>
9284 * comint.el (comint-dynamic-list-completions):
9285 * term.el (term-dynamic-list-completions): Use choose-completion rather
9286 than obsolete alias mouse-choose-completion.
9288 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9289 file-cache-choose-completion.
9290 (file-cache-choose-completion): Handle an optional event argument.
9291 (file-cache-mouse-choose-completion): Make it an obsolete alias.
9293 * progmodes/octave-mod.el (octave-complete-symbol):
9294 Use choose-completion if mouse-choose-completion is ever removed.
9296 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9299 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9302 * vc-hooks.el (vc-responsible-backend): Fix declaration.
9304 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9306 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9307 Ignore `pred' now that we receive one.
9308 Handle test-completion specially.
9310 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9312 * vc.el (vc-responsible-backend): Throw an error if not backend is
9313 found. Remove the REGISTER argument. Move the code dealing with
9315 (vc-get-backend-for-registration): ... here. New function.
9316 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9317 of vc-responsible-backend, pass the file name instead of the
9320 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9322 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9324 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
9325 (pcomplete-comint-setup): Don't modify a global var via
9326 accidental side-effects.
9327 (pcomplete-shell-setup): Adjust call accordingly.
9328 (pcomplete-parse-comint-arguments): Use push.
9330 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
9332 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9333 Allow uncapitalized info node names (Bug#3921).
9335 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9336 to the DEBUG file (Bug#3781).
9338 2009-10-23 Jari Aalto <jari.aalto@cante.net>
9340 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9341 dictionary entry (Bug#4579).
9343 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
9345 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9346 from `rfn-eshadow-update-overlay-hook' when unloading.
9347 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9348 "rsyncc". Adjust doc string.
9349 (tramp-temp-buffer-file-name): New buffer-local defvar.
9350 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9351 Keep temporary file when indicated by method ("rsync" and
9353 (tramp-handle-write-region): Handle APPEND.
9354 (tramp-delete-temp-file-function): New defun. Added to
9357 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
9359 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9361 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9363 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9364 (color-name-rgb-alist, tty-standard-colors)
9365 (tty-color-mode-alist): Change to defconst.
9367 * simple.el (mark-inactive): Purecopy message.
9369 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9370 (global-map, yank-menu):
9371 * textmodes/ispell.el (ispell-menu-map):
9372 * net/eudc.el (eudc-tools-menu):
9373 * international/mule-cmds.el (describe-language-environment-map)
9374 (setup-language-environment-map, set-coding-system-map)
9376 * vc-hooks.el (vc-menu-entry, vc-menu-map):
9377 * replace.el (occur-mode-map):
9378 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9380 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
9382 * calc/calc.el (math-read-number, math-read-number-simple): Use
9385 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9387 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9388 rather than fiddling with global-map bindings, since it should only
9389 affect per-terminal settings.
9390 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9392 * minibuffer.el (completion-table-with-terminator): Allow to specify
9393 the terminator-regexp.
9395 * simple.el (switch-to-completions): Look for *Completions* in other
9398 * pcomplete.el: Allow the use of completion-tables.
9399 (pcomplete-std-complete): New command.
9400 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9401 (pcomplete--here): Use a function for `form' rather than an expression,
9402 so it can be byte-compiled.
9403 (pcomplete-here, pcomplete-here*): Adjust accordingly.
9404 Add edebug declaration.
9405 (pcomplete-show-completions): Remove unused var `curbuf'.
9406 (pcomplete-do-complete, pcomplete-stub):
9407 Don't assume `completions' is a list of strings any more.
9409 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
9411 * find-dired.el (find-name-arg): Fix typo in docstring.
9413 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9415 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9416 (pcmpl-linux-fs-types): Same, and update to new modules layout.
9418 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9421 * comint.el (comint-read-input-ring, comint-write-input-ring)
9422 (comint-substitute-in-file-name)
9423 (comint-dynamic-complete-as-filename)
9424 (comint-dynamic-simple-complete)
9425 (comint-dynamic-list-filename-completions)
9426 (comint-dynamic-list-completions)
9427 (comint-redirect-results-list-from-process): Minor simplifications.
9429 2009-10-21 Kevin Ryde <user42@zip.com.au>
9431 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9432 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9433 the first form. And insert a blank line after ";;; Code" since
9434 that's usual style. (Bug#4612)
9436 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9438 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9440 * minibuffer.el (completion-table-with-terminator): Properly implement
9441 boundaries, in case `terminator' appears in the suffix.
9442 (completion--embedded-envvar-table): Don't return boundaries if
9443 there's no valid completion. Simplify.
9444 (completion-file-name-table): New completion table extracted from
9445 completion--file-name-table.
9446 (completion--file-name-table): Use it.
9447 (read-file-name-predicate): Declare obsolete.
9448 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9449 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9450 completion-file-name-table, and use the `pred' argument.
9451 * files.el (locate-file-completion-table): Use the `pred' arg rather
9452 than read-file-name-predicate.
9453 (abbreviate-file-name): Use \` rather than ^ for BOS.
9455 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
9457 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9458 vc-responsible-backend to register, it causes problems.
9460 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9462 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9464 2009-10-21 Eric Ludlam <zappo@gnu.org>
9466 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9467 (semantic-c-debug-mode-init-pch): New functions.
9468 (semantic-c-debug-mode-init-last-mode): New var.
9469 (semantic-c-parse-lexical-token): Use them.
9471 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9472 When extracting the argument list, limit only by point-max.
9474 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
9476 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9477 (tramp-smb-handle-file-attributes): Use it.
9478 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9479 (tramp-smb-handle-insert-directory): Use `mapc' rather than
9480 `mapcar'. Use `tramp-smb-get-stat-capability'.
9481 Add `dired-filename' text properties.
9482 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9483 (tramp-smb-maybe-open-connection): Simplify check for smbclient
9486 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9488 * subr.el (read-key-delay): Reduce to 0.01.
9489 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9492 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9494 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9496 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9497 (Info-menu): Remove unused vars `last' and `completions'.
9498 (Info-index-nodes): Remove unused var `node'.
9500 * info.el (Info-complete-menu-item): Use complete-with-action.
9502 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9504 Make vc-annotate work through copies and renames.
9505 * vc-annotate.el (vc-annotate-extract-revision-at-line):
9506 Return the file name too.
9507 (vc-annotate-revision-at-line)
9508 (vc-annotate-find-revision-at-line)
9509 (vc-annotate-revision-previous-to-line)
9510 (vc-annotate-show-log-revision-at-line): Update to get the file
9511 name from vc-annotate-extract-revision-at-line.
9512 (vc-annotate-show-diff-revision-at-line-internal): Change the
9513 argument to mean whether to show a file diff or not. Get the file
9514 name from vc-annotate-extract-revision-at-line.
9515 (vc-annotate-show-diff-revision-at-line):
9516 Update vc-annotate-show-diff-revision-at-line call.
9517 (vc-annotate-warp-revision): Add an optional file argument.
9519 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9520 (vc-git-annotate-extract-revision-at-line): Also return the file
9523 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9524 command. Remove unused code.
9525 (vc-hg-annotate-re): Update to match --follow output.
9526 (vc-hg-annotate-extract-revision-at-line): Also return the file
9529 * vc.el: Update annotate-extract-revision-at-line documentation.
9531 2009-10-18 Kevin Ryde <user42@zip.com.au>
9533 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9534 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9536 * net/browse-url.el (browse-url): Identify alist with "consp and
9537 not functionp" and let all other things go down the `apply' leg,
9538 as suggested by Stefan. (Further to bug#4531.)
9540 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
9542 * minibuffer.el (read-file-name): Check for repeat before putting
9543 a default argument in file-name-history (Bug#4657).
9545 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9546 read syntax (Bug#4737).
9548 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9550 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9552 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9553 (html-tag-alist, html-tag-help): Add descriptions for undocumented
9554 entries and make note of obsolete tags.
9556 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9558 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9560 2009-10-18 Glenn Morris <rgm@gnu.org>
9562 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9563 grep, so that binary files (eg international/uni-bidi.el) can match.
9564 Remove test for "UnicodeData" files, since it is hopefully unnecessary
9565 now, and in any case the file header format has changed.
9567 2009-10-17 Glenn Morris <rgm@gnu.org>
9569 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9570 (flyspell-get-word, flyspell-large-region)
9571 (flyspell-auto-correct-previous-word): Doc/error message fixes.
9573 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9575 * Makefile.in (ELCFILES): Add ede/shell.
9577 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
9579 * term/common-win.el (x-colors): Purecopy it.
9581 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9583 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9584 permissive for when the buffer is empty.
9585 (tar-header-block-tokenize): Decode the username and groupname.
9586 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9588 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9590 * cedet/srecode/srt.el:
9591 * cedet/srecode/compile.el:
9592 * cedet/semantic/mru-bookmark.el:
9593 * cedet/semantic/debug.el:
9594 * cedet/semantic/complete.el:
9595 * cedet/semantic/analyze.el: Require CL when compiling.
9597 2009-10-17 Eric Ludlam <zappo@gnu.org>
9599 * cedet/semantic/scope.el
9600 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9601 tmpscope so that the regular scope will continue to work.
9603 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9604 Use semantic-idle-summary-highlight-face as the highlighting.
9606 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9607 contains multibyte characters, choose first applicable coding
9608 system automatically.
9610 * cedet/ede/project-am.el (project-run-target): New method.
9611 (project-run-target): New method.
9613 * cedet/ede.el (ede-target): Add run target menu item.
9614 (ede-project, ede-minor-keymap): Add ede-run-target binding.
9615 (ede-run-target): New function.
9616 (ede-target::project-run-target): New method.
9618 * cedet/ede/proj.el (project-run-target): New method.
9620 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9621 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
9623 (ede-proj-target-makefile-shared-object): Only libtool compilers
9624 now available. Add linkers for libtool.
9625 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9626 (ede-proj-makefile-target-name): Always use .la extension.
9628 * cedet/ede/proj-prog.el (project-run-target): New method.
9630 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9631 (ede-g++-linker): Change Change link lines.
9633 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9634 When searching for old variables, go to the end of the buffer and
9635 search backward from there.
9636 (ede-proj-makefile-automake-insert-subdirs)
9637 (ede-proj-makefile-automake-insert-extradist): New methods.
9638 (ede-proj-makefile-create): Use them.
9640 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9641 Force FILE to expand to the current target. Use file-exists-p to
9642 check that it exists.
9644 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9645 (ede-linux-load): Wrap dir in file-name-as-directory.
9648 * cedet/ede/files.el (ede-get-locator-object): When enabling
9649 locate, do so on "top".
9651 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9652 file-name-as-directory during compare.
9653 (ede-emacs-version): Return Emacs/XEmacs differentiator.
9654 Get version number from different places. Don't call egrep.
9655 (ede-emacs-load): Set :version slot. Call file-name-as-directory
9656 to set the directory.
9658 * cedet/ede/shell.el: New file.
9660 * cedet/inversion.el (inversion-decoders): Allow for stray . in
9661 alpha/beta variants.
9663 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9665 * international/mule-cmds.el (select-safe-coding-system): If the file
9666 has a coding cookie, use it regardless of any other setting (bug#4712).
9668 2009-10-17 Glenn Morris <rgm@gnu.org>
9670 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9671 All errors should have messages.
9673 * foldout.el (foldout-mouse-swallow-events):
9674 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9676 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9677 (dired-keep-marker-copy, dired-keep-marker-hardlink)
9678 (dired-keep-marker-symlink, dired-dwim-target)
9679 (dired-copy-preserve-time): Do not autoload these defcustoms.
9681 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9682 messages from messing up the file coding. (Bug#4623)
9684 2009-10-17 Jari Aalto <jari.aalto@cante.net>
9686 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9687 if no match is found for the current dictionary. (Bug#4578)
9689 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9690 optional, since that is how it is documented, and this is often called
9691 with a nil argument. (Bug#4577)
9692 (flyspell-external-point-words, flyspell-auto-correct-word)
9693 (flyspell-correct-word-before-point, flyspell-word-search-forward)
9694 (flyspell-word-search-backward): Remove nil argument in calls to
9695 flyspell-get-word, since it is not needed now.
9697 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
9699 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
9701 2009-10-16 Glenn Morris <rgm@gnu.org>
9703 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9705 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
9707 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9708 (ange-ftp-file-size): New function.
9709 (ange-ftp-file-attributes): Use it.
9711 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
9713 * net/tramp-smb.el (tramp-smb-version): New defvar.
9714 (tramp-smb-maybe-open-connection): Use it, in order to avoid
9717 2009-10-16 Glenn Morris <rgm@gnu.org>
9719 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9720 Maybe copy some custom properties from old to new name. (Bug#4706)
9722 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
9724 * subr.el (error, sit-for, start-process-shell-command)
9725 (start-file-process-shell-command): Set the calling convention
9726 after the function definition.
9728 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9730 * subr.el (error, sit-for, start-process-shell-command)
9731 (start-file-process-shell-command): Use the new
9732 set-advertised-calling-convention feature.
9734 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
9736 * international/ucs-normalize.el (ucs-normalize-version):
9738 (check-range): Adjust for Unicode 5.2.
9740 2009-10-15 Juri Linkov <juri@jurta.org>
9742 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9743 to the `menu-item' format.
9745 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
9747 * net/tramp.el (tramp-replace-environment-variables): Do not fail
9748 if the environment variable does not exist.
9750 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9751 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9753 (tramp-smb-handle-add-name-to-file)
9754 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9755 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9756 (tramp-smb-handle-file-attributes)
9757 (tramp-smb-do-file-attributes-with-stat)
9758 (tramp-smb-handle-file-local-copy)
9759 (tramp-smb-handle-insert-directory)
9760 (tramp-smb-handle-make-directory)
9761 (tramp-smb-handle-make-directory-internal)
9762 (tramp-smb-handle-make-symbolic-link)
9763 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9764 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9765 (tramp-smb-maybe-open-connection): Apply the changed parameters.
9766 (tramp-smb-read-file-entry): Read Disk names in compressed format.
9767 Handle long file names.
9768 (tramp-smb-get-cifs-capabilities): Check, whether the connection
9770 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9771 Read share names with "-g" option.
9773 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
9775 * net/rcirc.el (rcirc-view-log-file): New command.
9776 (rcirc-track-minor-mode-map): Remove C-c ` binding.
9777 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9780 2009-10-15 Glenn Morris <rgm@gnu.org>
9782 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9783 from the second command-line argument.
9784 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9785 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9786 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9787 w32-batch-update-autoloads.
9788 * emacs-lisp/autoload.el (autoload-make-program): New variable.
9789 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9791 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9792 the headers cannot be located. Simplify, subtracting superflous
9795 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9797 Replace completion-base-size by completion-base-position to fix bugs
9799 * simple.el (completion-base-position): New var.
9800 (completion-base-size): Mark as obsolete.
9801 (choose-completion): Make it work for mouse events as well.
9802 Pass the new base-position to choose-completion-string.
9803 (choose-completion-guess-base-position): New function, extracted from
9804 choose-completion-delete-max-match.
9805 (choose-completion-delete-max-match): Use it. Make obsolete.
9806 (choose-completion-string): Use the new base-position info.
9807 (completion-root-regexp): Delete.
9808 (completion-setup-function): Preserve completion-base-position.
9809 Eliminate obsolete base-size manipulation.
9810 * minibuffer.el (display-completion-list): Don't mess with base-size.
9811 (minibuffer-completion-help): Set completion-base-position instead.
9812 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9814 * textmodes/bibtex.el (bibtex-complete):
9815 * emacs-lisp/crm.el (crm--choose-completion-string):
9816 Adjust to new calling convention.
9817 * complete.el (partial-completion-mode): Use minibufferp to avoid
9818 bumping into incompatible change to choose-completion-string-functions.
9819 * ido.el (ido-choose-completion-string): Make its calling convention
9821 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9822 base-size manipulation.
9823 (comint-dynamic-list-input-ring): Use dotimes and push.
9824 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9825 fundamental-mode. Use `or'.
9827 2009-10-14 Juri Linkov <juri@jurta.org>
9829 * misearch.el (multi-isearch-next-buffer-from-list)
9830 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
9832 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9834 * Makefile.in (compile-onefile): Load `bytecomp' rather than
9837 * minibuffer.el (completion-pcm--merge-completions): Make sure the
9838 string we return is all made up of text from the completions rather
9839 than part from the completions and part from the input (bug#4219).
9841 * ido.el (ido-everywhere): Use define-minor-mode.
9843 * buff-menu.el (list-buffers, ctl-x-map):
9844 Mark the entry points with ;;;###autoload cookies.
9846 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
9848 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9849 correctly in the detached head case.
9850 (vc-git-print-log): Remove unused binding.
9852 * vc.el (vc-responsible-backend): When a directory is passed for
9853 for registration create a VC repository if no backend is
9854 responsible for the directory argument.
9855 (vc-deduce-fileset): Tell vc-responsible-backend to register.
9857 * vc.el: Move comments about RCS and SCCS ...
9859 * vc-sccs.el: ... here, respectively.
9861 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9863 * minibuffer.el (completion--file-name-table): Return nil if there's
9864 no file completion, even if substitute-in-file-name changed
9865 the string (bug#4708).
9867 2009-10-13 Juri Linkov <juri@jurta.org>
9869 * files-x.el (read-file-local-variable-value): Don't filter out
9870 minor modes from mode name completion (bug#4664).
9872 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9874 * international/mule-cmds.el (ucs-names): Remove exclusion of
9875 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9877 2009-10-13 Kenichi Handa <handa@m17n.org>
9879 * international/uni-name.el: Regenerated.
9881 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9883 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
9884 should be automatically buffer-local, but isn't.)
9886 2009-10-12 Sam Steingold <sds@gnu.org>
9888 * progmodes/compile.el (compilation-next-error-function): Fix the
9889 timestamps if the buffer has been visited before.
9890 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9891 non-anchored patterns, like the perl one (bug#3928).
9893 2009-10-12 Glenn Morris <rgm@gnu.org>
9895 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9898 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
9900 * proced.el (proced-unload-function): New function.
9902 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9903 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9906 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9908 2009-10-11 Juri Linkov <juri@jurta.org>
9910 * files-x.el (read-file-local-variable-value):
9911 Provide default value only for bound variables (bug#4664).
9913 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
9915 * net/tramp.el (tramp-local-host-p): Function shall return nil for
9916 connection methods like smb.
9918 * net/tramp-cache.el (tramp-flush-connection-property): The hash
9921 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9922 (tramp-smb-file-name-handler-alist): Add handlers for
9923 `add-name-to-file', `make-symbolic-link'.
9924 (tramp-smb-handle-add-name-to-file)
9925 (tramp-smb-do-file-attributes-with-stat)
9926 (tramp-smb-handle-make-symbolic-link)
9927 (tramp-smb-get-cifs-capabilities): New defuns.
9928 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9929 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9930 (tramp-smb-handle-file-local-copy)
9931 (tramp-smb-handle-make-directory-internal)
9932 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9933 The file name syntax depends on cifs capabilities.
9934 (tramp-smb-handle-file-attributes):
9935 Call `tramp-smb-do-file-attributes-with-stat' if possible.
9936 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9937 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9939 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
9941 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9942 (eieio-defclass): Apply deftype handler and setf-method properties
9944 (eieio-add-new-slot): Avoid union function from cl library.
9945 (eieio--typep): New function.
9946 (eieio-perform-slot-validation): Use it.
9948 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9950 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9951 Update documentation to refer to the variables documented in r1.135.
9954 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9956 * bookmark.el (Info-suffix-list): Remove this unused variable.
9957 (bookmark-current-point): Remove this obsolete variable.
9958 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9959 Adjust for removal of bookmark-current-point.
9961 (bookmarks-already-loaded, bookmark-current-buffer)
9962 (bookmark-yank-point): Document. (Bug#4188)
9964 2009-10-10 Glenn Morris <rgm@gnu.org>
9966 * frame.el (frame-height): Doc fix.
9968 * calendar/calendar.el (calendar-split-width-threshold): New option.
9969 (calendar-basic-setup): Use calendar-split-width-threshold.
9971 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
9973 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9974 Use .la for Automake.
9976 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
9978 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9979 Use "autoreconf -i". Suggested by Andreas Schwab.
9981 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
9983 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9984 Ideographic Supplement" range (U+1F200..U+1F2FF).
9986 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9988 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9989 since the list will have been rebuilt anyway. (Bug#4349)
9991 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9993 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9994 (bookmark-bmenu-execute-deletions): Don't save here, as
9995 bookmark-delete will now do so if necessary.
9996 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9999 2009-10-09 Glenn Morris <rgm@gnu.org>
10001 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
10003 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10005 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
10006 (bookmark-jump-other-window): Just invoke bookmark-jump with new
10007 argument now, so the two function's behaviors will match. (Bug#3645)
10009 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10011 * cedet/ede/proj.el (project-make-dist, project-compile-project):
10013 (ede-proj-dist-makefile): Use expand-file-name instead of concat
10014 to expand file names.
10016 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
10018 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
10019 (tramp-file-name-real-host, tramp-file-name-port):
10020 Apply `save-match-data'.
10022 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10023 case both directories are remote.
10024 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10025 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10027 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10029 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10030 (ede-proj-target-makefile-objectcode): Use it.
10032 * cedet/ede/source.el (ede-want-any-source-files-p)
10033 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10034 Return search result. This error was introduced while merging.
10036 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10038 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10040 2009-10-07 Glenn Morris <rgm@gnu.org>
10042 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10045 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10047 * files-x.el (read-file-local-variable): Include some
10048 non-user-variables in the completion table (bug#4664).
10050 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
10052 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10055 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10056 (tramp-smb-file-name-handler-alist): Add handler for
10057 `copy-directory', `expand-file-name', `set-file-modes'.
10058 (tramp-smb-handle-copy-directory)
10059 (tramp-smb-handle-expand-file-name)
10060 (tramp-smb-handle-set-file-modes): New defuns.
10061 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10062 (tramp-smb-handle-file-attributes): Simplify check for retrieving
10064 (tramp-smb-handle-insert-directory): Don't flush the cache.
10065 (tramp-smb-maybe-open-connection): Check for samba client and
10068 2009-10-07 Eli Zaretskii <eliz@gnu.org>
10070 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10071 to not error out of search for "^lisp=" fails.
10073 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10075 * makefile.w32-in (WINS_UPDATES): New macro.
10076 (custom-deps, finder-data, autoloads): Use it.
10078 2009-10-07 Glenn Morris <rgm@gnu.org>
10080 * Makefile.in (autoloads): Revert previous change.
10081 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10082 the list of preloaded files passed on the command-line, get
10083 it from src/Makefile.
10085 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10086 show the original buffer rather than a random one.
10088 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
10090 * help.el (describe-no-warranty): Place point in a slightly better
10091 position in the GPLv3 text.
10093 2009-10-06 Sam Steingold <sds@gnu.org>
10095 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10096 the comm attribute is present before calling regexp-quote.
10098 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
10100 * play/animate.el (animate-string): For good effect, make sure
10101 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10103 * play/animate.el (animate-sequence, animate-birthday-present):
10104 * misc.el (butterfly): Don't set `indent-tabs-mode'.
10106 2009-10-06 Glenn Morris <rgm@gnu.org>
10108 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10110 * emacs-lisp/autoload.el (autoload-excludes): New variable.
10111 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10112 (batch-update-autoloads): Process a string value of autoload-excludes,
10113 set during the build process.
10114 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
10116 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10117 inside with-parsed... macro so that `v' is defined.
10119 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10120 * progmodes/fortran.el (fortran-end-of-block)
10121 (fortran-beginning-of-block):
10122 Also push mark in the macro case.
10124 * emerge.el (emerge-show-file-name):
10125 * calc/calc.el (calc-quit):
10126 * calc/calc-misc.el (calc-big-or-small):
10127 * calc/calc-graph.el (calc-graph-view):
10128 * calc/calc-ext.el (calc-reset):
10129 * calendar/calendar.el (calendar-basic-setup):
10130 Use window-full-height-p.
10132 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10133 header we don't understand, don't insert another. (Bug#4624)
10134 If changing mime charset, insert the new one in the right place.
10136 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
10138 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10139 (cal-tex-cursor-month): Correctly increment the end date for diary and
10140 holiday listing. (Bug#4626)
10142 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10144 * help-fns.el (describe-function-1): Don't burp if the function is not
10147 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
10149 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10150 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10151 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10152 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10154 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10155 (eieio-default-superclass): Reflow docstrings.
10156 (this, class-option-assoc, defclass, eieio-class-un-autoload)
10157 (eieio-unbind-method-implementations, defmethod)
10158 (eieio-validate-slot-value, eieio-validate-class-slot-value)
10159 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10160 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10161 (eieio-slot-originating-class-p, eieio-slot-name-index)
10162 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10163 (constructor, initialize-instance, no-next-method, object-print)
10164 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10165 Fix typos in docstrings.
10166 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10167 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10168 (next-method-p): Doc fixes.
10169 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10170 Fix typos in error messages.
10171 (eieio-defmethod): Fix typo in description of generic method.
10173 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10174 (eieio-persistent-save-interactive, slot-missing):
10175 Fix typos in docstrings.
10176 (eieio-instance-inheritor-slot-boundp): Doc fix.
10178 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10179 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10181 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10182 (eieio-custom-object-apply-reset):
10183 Fix typos in docstrings and error messages.
10185 * emacs-lisp/eieio-datadebug.el (data-debug-show):
10186 Fix typo in docstring.
10188 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10189 (eieio-browse-tree): Doc fix.
10190 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10191 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10192 Fix typos in docstrings.
10194 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10195 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10196 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10197 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10200 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
10202 * vc-hg.el (log-view-vc-backend): Declare for compiler.
10203 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10204 Set log-view-vc-backend so that diff can work.
10206 * log-view.el (log-view-diff): Use vc-diff-internal instead of
10208 (vc-diff-internal): Autoload this instead of vc-version-diff.
10210 2009-10-05 Eli Zaretskii <eliz@gnu.org>
10212 * simple.el (eval-expression): Doc fix.
10214 * progmodes/cwarn.el (cwarn-mode): Doc fix.
10216 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
10218 * files.el (directory-files-no-dot-files-regexp): New defconst.
10219 (delete-directory): Use it.
10220 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
10222 * net/tramp.el (tramp-verbose): Fix docstring.
10223 (tramp-methods): Add recursive option to `tramp-copy-args'.
10224 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
10225 "scp1_old", "scp2_old", "rsync", "rsyncc".
10226 (tramp-default-method): Check also for `auth-source-user-or-password'.
10227 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10228 Add handler for `copy-directory'.
10229 (tramp-handle-copy-directory): New defun.
10230 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10231 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10232 Optimize sent command.
10234 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10236 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10237 window if necessary.
10239 * calendar/calendar.el (calendar-basic-setup): Don't call
10240 switch-to-buffer in a dedicated window.
10242 2009-10-05 Karl Fogel <kfogel@red-bean.com>
10244 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10245 don't do anything related to relocating, just return nil.
10246 (bookmark-error-no-filename): New error.
10247 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10248 bookmark has no file. Don't even attempt to handle things that
10249 are not files; the whole point of custom handlers is to keep that
10250 knowledge elsewhere anyway. Tighten some comments.
10251 (bookmark-file-or-variation-thereof): Remove now-unused function.
10252 (bookmark-location): Doc string fix.
10255 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10257 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10258 don't use a file dialog, because they usually don't know how to read
10259 a directory target from the user. (Bug#4230)
10260 Also, make sure the prompt can display directories as well as files.
10262 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10264 * bookmark.el (bookmark-set, bookmark-buffer-name):
10265 Improve doc strings. (Bug#1193)
10267 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10269 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10270 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10271 (bookmark-get-annotation, bookmark-set-annotation)
10272 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10273 (bookmark-set-position, bookmark-get-front-context-string)
10274 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10275 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10276 (bookmark-jump-other-window, bookmark-handle-bookmark)
10277 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10278 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10279 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10280 Improve doc strings to say whether bookmark can be a string or
10281 a record or both, and make other consistency and clarity fixes.
10282 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10283 (bookmark-default-annotation-text, bookmark-yank-word)
10284 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10285 (bookmark-import-new-list, bookmark-maybe-rename)
10286 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10287 (bookmark-bmenu-bookmark): Give these doc strings.
10288 (bookmark-bmenu-check-position): Give this a doc string, but also
10289 add a FIXME comment about how the function may be pointless.
10290 (bookmark-default-handler): Rework doc string and change a
10291 parameter name, to clarify that this takes a bookmark record
10292 not a bookmark name.
10293 (bookmark-set): Change a parameter name to indicate its meaning,
10294 and improve the doc string a bit.
10297 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10299 * bookmark.el (bookmark-alist): Document the new `handler' element
10300 in the param alist.
10301 (bookmark-make-record-function): Adjust documentation for above.
10304 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10306 * info.el (Info-bookmark-make-record): Document this function.
10307 (Info-bookmark-jump): Document with a doc string, not just a comment.
10310 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10312 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10313 (semantic-new-buffer-fcn): Call parser setup functions here.
10314 (semantic-mode): Don't call parser setup functions here, it's done
10315 in semantic-new-buffer-fcn now.
10316 (semantic-mode): Parse all existing buffers when enabled.
10318 * cedet/srecode/compile.el (srecode-compile-file):
10319 Call semantic-new-buffer-fcn if the buffer has not been parsed.
10321 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10323 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10325 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10326 (proj-comp-insert-variable-once): New macro, renamed from
10327 ede-pmake-insert-variable-once in ede/pmake.edl.
10328 (ede-proj-makefile-insert-variables): Use it.
10330 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
10332 * files.el (copy-directory): New defun.
10334 * dired-aux.el (dired-copy-file-recursive): Use it.
10336 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10338 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10339 (makefile-end-of-command):
10340 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10341 (semantic-end-of-context): Fix previous change. Doc fixes.
10343 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10345 * files-x.el (modify-dir-local-variable)
10346 (copy-dir-locals-to-file-locals-prop-line):
10347 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10348 (makefile-end-of-command):
10349 * cedet/semantic/lex.el (semantic-lex-token):
10350 * cedet/semantic/analyze/fcn.el
10351 (semantic-analyze-dereference-metatype-1):
10352 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10353 (semantic-lex-cpp-undef):
10354 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10355 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10356 (semantic-end-of-context): Fix typos in docstrings.
10358 * recentf.el (recentf-unload-function): New function.
10360 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10362 * cedet/ede.el (ede-project-placeholder-cache-file):
10363 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10364 * cedet/srecode/map.el (srecode-map-save-file):
10365 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
10367 2009-10-04 Glenn Morris <rgm@gnu.org>
10369 * window.el (window-full-height-p): Add doc string.
10371 2009-10-04 Martin Rudalics <rudalics@gmx.at>
10373 * window.el (window-full-height-p): New function. (Bug#4543)
10375 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
10377 * cedet/srecode/insert.el: Require srecode/args.
10379 * cedet/srecode/args.el: Require srecode/dictionary instead of
10382 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10384 * files.el (auto-mode-alist): Add .srt and Project.ede.
10386 * cedet/semantic.el (semantic-mode):
10387 Handle srecode-template-mode-hook as well.
10388 (semantic-mode): Use js-mode-hook for Javascript hook.
10390 * cedet/srecode/template.el: Remove hook variable.
10392 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10394 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10396 (ede-project-placeholder-cache-file): Default to a file in
10397 user-emacs-directory.
10399 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10400 templates in data-directory.
10401 (srecode-map-save-file): Default to a file in user-emacs-directory.
10403 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10406 2009-09-30 Eric Ludlam <zappo@gnu.org>
10408 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10411 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10412 Only insert each variable once.
10414 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10415 (ede-pmake-insert-variable-shared): Use it.
10417 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10418 for lexical table iff table is nil.
10420 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
10422 * vc.el: Remove commented out code.
10423 (vc-derived-from-dir-mode): Remove, unused.
10424 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10426 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
10428 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10429 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
10430 there could be recursive loading when `default-directory' is a
10431 remote file name. (Bug#4614)
10433 2009-10-03 Glenn Morris <rgm@gnu.org>
10435 * calendar/calendar.el (calendar-basic-setup): Handle the case where
10437 (calendar-generate-window): Test for shrinkability rather than width.
10439 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10440 declaration, currently false.
10442 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10443 reusing existing buffers, in case we happen to visit two files with the
10444 same basename. (Bug#4593)
10446 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10448 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10449 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10450 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10451 subdirs of cedet as well.
10452 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10454 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10456 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10457 Obey advertised-signature-table.
10459 * help-fns.el (help-function-arglist): Don't check
10460 advertised-signature-table.
10461 (describe-function-1): Do it here instead so it also applies to subrs.
10463 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
10465 * simple.el (start-file-process): Say in the doc-string, that file
10466 handlers might not support pty association, if PROGRAM is nil.
10468 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10469 HOST and USER are strings. They are nil, when there are
10470 incomplete entries in ~/.netrc, for example.
10471 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
10472 root directory ("device busy" error otherwise).
10474 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10475 Flush file properties of created directory.
10477 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10479 * makefile.w32-in (WINS_BASIC): Remove cedet.
10480 (WINS_CEDET): Add cedet.
10481 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10483 2009-10-02 Kevin Ryde <user42@zip.com.au>
10485 * net/browse-url.el (browse-url): Pass any symbol in
10486 browse-url-browser-function to `apply', since if you've mistakenly put
10487 an unbound symbol then the error is clearer. (Bug#4531)
10489 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10491 * allout.el (allout-init, allout-back-to-current-heading)
10492 (allout-beginning-of-current-entry, allout-ascend-to-depth)
10493 (allout-ascend, allout-up-current-level, allout-end-of-level)
10494 (allout-previous-visible-heading, allout-forward-current-level)
10495 (allout-backward-current-level, allout-show-children):
10496 * apropos.el (apropos-describe-plist):
10497 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10498 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10499 * completion.el (add-completion, add-permanent-completion):
10500 * descr-text.el (describe-text-category, describe-char):
10501 * desktop.el (desktop-lazy-abort):
10502 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10503 * dired.el (dired-build-subdir-alist):
10504 * ediff.el (ediff-version):
10505 * elide-head.el (elide-head, elide-head-show):
10506 * emerge.el (emerge-version):
10508 * face-remap.el (variable-pitch-mode):
10509 * faces.el (describe-face):
10510 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10512 * files.el (find-file-existing, auto-save-mode):
10513 * font-lock.el (font-lock-fontify-buffer):
10514 * help-fns.el (describe-function, describe-variable)
10515 (describe-syntax, describe-categories):
10516 * help.el (view-lossage, describe-bindings, describe-key)
10518 * hexl.el (hexl-current-address):
10519 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10520 * info.el (Info-goto-emacs-key-command-node):
10521 * log-edit.el (log-edit-insert-cvs-template)
10522 (log-edit-insert-cvs-rcstemplate):
10523 * menu-bar.el (menu-bar-mode):
10524 * mouse.el (mouse-appearance-menu):
10525 * newcomment.el (comment-indent-new-line):
10526 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10527 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10528 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10529 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10530 * recentf.el (recentf-mode):
10531 * savehist.el (savehist-mode, savehist-save):
10532 * shadowfile.el (shadow-copy-files):
10533 * simple.el (kill-ring-save, next-line, previous-line)
10534 (normal-erase-is-backspace-mode):
10535 * strokes.el (strokes-update-window-configuration)
10536 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10537 (strokes-xpm-for-stroke):
10538 * time.el (emacs-uptime, emacs-init-time):
10539 * tutorial.el (tutorial--describe-nonstandard-key)
10540 (tutorial--detailed-help):
10541 * type-break.el (type-break-mode)
10542 (type-break-mode-line-message-mode, type-break-query-mode)
10543 (type-break-guesstimate-keystroke-threshold):
10544 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10545 * version.el (emacs-version):
10546 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10547 * winner.el (winner-mode):
10548 * calendar/timeclock.el (timeclock-in, timeclock-out)
10549 (timeclock-status-string, timeclock-change)
10550 (timeclock-workday-remaining-string)
10551 (timeclock-workday-elapsed-string)
10552 (timeclock-when-to-leave-string):
10553 * calendar/todo-mode.el (todo-add-category):
10554 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10555 * emacs-lisp/autoload.el (update-file-autoloads):
10556 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10557 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10558 (checkdoc-message-text, checkdoc-defun):
10559 * emacs-lisp/debug.el (debugger-list-functions):
10560 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10561 * emacs-lisp/eieio-opt.el (eieio-describe-class)
10562 (eieio-describe-generic):
10563 * emacs-lisp/lisp-mnt.el (lm-synopsis):
10564 * emacs-lisp/shadow.el (list-load-path-shadows):
10565 * emulation/cua-base.el (cua-mode):
10566 * emulation/edt.el (edt-set-scroll-margins):
10567 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10568 (tpu-toggle-regexp, tpu-toggle-search-direction)
10569 (tpu-toggle-rectangle, tpu-toggle-control-keys):
10570 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10571 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10572 (viper-set-parsing-style-toggling-macro)
10573 (viper-set-emacs-state-searchstyle-macros):
10574 * emulation/viper.el (viper-set-hooks):
10575 * eshell/esh-mode.el (eshell-truncate-buffer):
10576 * international/mule-cmds.el (prefer-coding-system)
10577 (describe-input-method, describe-language-environment):
10578 * international/mule-diag.el (list-character-sets)
10579 (describe-character-set, describe-coding-system)
10580 (describe-fontset, list-fontsets, list-input-methods):
10581 * mail/sendmail.el (mail-signature):
10582 * net/ange-ftp.el (ange-ftp-copy-file):
10583 * net/browse-url.el (browse-url):
10584 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10585 * net/quickurl.el (quickurl-add-url):
10586 * net/rcirc.el (names, topic):
10587 * net/xesam.el (xesam-mode):
10588 * play/5x5.el (5x5-new-game):
10589 * play/yow.el (apropos-zippy):
10590 * progmodes/ada-mode.el (ada-mode-version):
10591 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10593 (f90-beginning-of-block):
10594 * progmodes/fortran.el (fortran-end-of-block)
10595 (fortran-beginning-of-block):
10596 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10597 * progmodes/python.el (python-describe-symbol, python-shell):
10598 * term/ns-win.el (ns-print-buffer):
10599 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10600 * textmodes/flyspell.el (flyspell-mode-on):
10601 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10602 (pages-directory-for-addresses):
10603 * textmodes/table.el (table-recognize-cell)
10604 (table-query-dimension, table-generate-source)
10605 (table-insert-sequence, table--warn-incompatibility):
10606 * textmodes/tex-mode.el (tex-validate-buffer):
10607 * textmodes/texinfmt.el (texinfmt-version)
10608 (texinfo-format-buffer):
10609 Use `called-interactively-p' instead of `interactive-p'.
10611 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10613 * image-mode.el (image-toggle-display):
10614 * emacs-lisp/elp.el (elp-instrument-function):
10615 * emacs-lisp/advice.el (ad-make-advised-definition):
10616 * emacs-lisp/easy-mmode.el (define-minor-mode):
10617 * net/browse-url.el (browse-url-maybe-new-window):
10618 * progmodes/sh-script.el (sh-learn-buffer-indent):
10619 Pass new argument 'any to `called-interactively-p'.
10621 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10623 * international/uni-bidi.el:
10624 * international/uni-category.el:
10625 * international/uni-combining.el:
10626 * international/uni-comment.el:
10627 * international/uni-decimal.el:
10628 * international/uni-decomposition.el:
10629 * international/uni-digit.el:
10630 * international/uni-lowercase.el:
10631 * international/uni-mirrored.el:
10632 * international/uni-name.el:
10633 * international/uni-numeric.el:
10634 * international/uni-old-name.el:
10635 * international/uni-titlecase.el:
10636 * international/uni-uppercase.el:
10637 Regenerate from Unicode 5.2.0 data.
10639 2009-10-01 Glenn Morris <rgm@gnu.org>
10641 * Makefile.in (ELCFILES): Regenerate.
10643 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10645 * subr.el (interactive-p): Mark obsolete.
10646 (called-interactively-p): Make the optional-ness of `kind' obsolete.
10647 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10648 advertised-signature-table for subroutines as well.
10650 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10651 (set-advertised-calling-convention): New function.
10652 (make-obsolete, define-obsolete-function-alias)
10653 (make-obsolete-variable, define-obsolete-variable-alias):
10654 Make the optional-ness of `when' obsolete.
10655 (define-obsolete-face-alias): Make `when' non-optional.
10656 * help-fns.el (help-function-arglist):
10657 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10658 Use advertised-signature-table.
10660 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
10662 * files.el (delete-directory): New defun. The original function
10663 in fileio.c has been renamed to `delete-directory-internal'.
10665 * dired.el (dired-delete-file): Call `delete-directory' with
10666 RECURSIVE parameter.
10668 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10669 parameter RECURSIVE. Implementation is missing.
10671 * net/tramp.el (tramp-handle-make-directory): Flush upper
10672 directory's file properties.
10673 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10674 (tramp-handle-dired-recursive-delete-directory): Flush directory
10675 properties after the remove command only.
10677 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10678 Handle optional parameter RECURSIVE.
10680 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10681 Handle optional parameter RECURSIVE.
10683 * net/tramp-smb.el (tramp-smb-errors): Add error message for
10684 connection timeout.
10685 (tramp-smb-handle-delete-directory): Handle optional parameter
10688 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10690 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10691 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10692 (byte-compile-defmacro): Use backquotes.
10694 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10696 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10697 has no associated file.
10698 (vc-resynch-buffer): Use vc-dir-buffers.
10700 2009-10-01 Glenn Morris <rgm@gnu.org>
10702 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10703 (chart-file-count):
10704 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10705 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10706 * emacs-lisp/eieio-opt.el (eieio-describe-class):
10707 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10708 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10709 (eieio-copy-parents-into-subclass, make-instance, class-children)
10710 (eieio-generic-form):
10711 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10712 * cedet/cedet-idutils.el (cedet-idutils-search)
10713 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10714 (cedet-idutils-version-check):
10715 * cedet/cedet.el (cedet-version):
10716 * cedet/data-debug.el (data-debug-insert-overlay-button)
10717 (data-debug-insert-overlay-list-button)
10718 (data-debug-insert-buffer-button)
10719 (data-debug-insert-buffer-list-button)
10720 (data-debug-insert-process-button, data-debug-insert-ring-button)
10721 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10722 (data-debug-insert-stuff-vector-button)
10723 (data-debug-insert-symbol-button, data-debug-insert-string)
10724 (data-debug-insert-number, data-debug-insert-lambda-expression)
10725 (data-debug-insert-nil, data-debug-insert-simple-thing)
10726 (data-debug-insert-custom, data-debug-edebug-expr):
10727 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10728 (global-ede-mode-map, ede-new, ede-debug-target)
10729 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10730 * cedet/semantic.el (semantic-minimum-working-buffer-size)
10731 (semantic-fetch-tags, semantic-submode-list)
10732 (semantic-default-submodes):
10733 * cedet/ede/source.el (ede-source-match):
10734 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10735 (project-am-package-info):
10736 * cedet/ede/proj.el (ede-proj-target, project-new-target):
10737 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10738 * cedet/ede/proj-comp.el (ede-current-build-list):
10739 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10740 * cedet/ede/files.el (ede-toplevel-project-or-nil):
10741 * cedet/ede/cpp-root.el (initialize-instance):
10742 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10743 (autoconf-parameter-strip, autoconf-insert-new-macro):
10744 * cedet/semantic/wisent.el (wisent-lex-eoi):
10745 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10746 (semantic-show-parser-state-mode):
10747 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10748 * cedet/semantic/tag.el (semantic-tag-new-variable)
10749 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10750 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10751 (semantic--tag-deep-copy-tag-list)
10752 (semantic-tag-components-with-overlays-default):
10753 * cedet/semantic/symref.el (semantic-symref-find-text):
10754 * cedet/semantic/senator.el (senator-yank-tag)
10755 (senator-transpose-tags-up):
10756 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10757 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10758 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10759 * cedet/semantic/lex.el (semantic-lex-comment-regex)
10760 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10761 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10762 * cedet/semantic/lex-spp.el
10763 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10764 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10765 * cedet/semantic/idle.el
10766 (semantic-idle-summary-current-symbol-info-brutish)
10767 (semantic-idle-summary-current-symbol-info-default):
10768 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10769 (semantic--grammar-macro-compl-dict):
10770 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10771 * cedet/semantic/format.el (semantic-format-tag-custom-list)
10772 (semantic-format-tag-canonical-name-default):
10773 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10774 (semantic-find-tags-for-completion)
10775 (semantic-find-tags-by-scope-protection-default)
10776 (semantic-deep-find-tags-for-completion):
10777 * cedet/semantic/edit.el
10778 (semantic-edits-incremental-reparse-failed-hook)
10779 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10780 (semantic-edits-splice-remove, semantic-edits-splice-replace):
10781 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10782 * cedet/semantic/dep.el (semantic-dependency-include-path):
10783 * cedet/semantic/db.el (semanticdb-default-find-index-class)
10784 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10785 (semanticdb-project-roots):
10786 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10787 (semanticdb-find-adebug-insert-scanned-tag-cons)
10788 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10789 (semanticdb-brute-deep-find-tags-for-completion):
10790 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10791 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10792 (semantic-end-of-context-default)
10793 (semantic-ctxt-current-function-default)
10794 (semantic-ctxt-scoped-types-default):
10795 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10796 (semantic-complete-inline-tag-engine)
10797 (semantic-complete-inline-custom-type)
10798 (semantic-complete-read-tag-analyzer):
10799 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10800 (semantic-chart-database-size):
10801 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10802 (semantic-analyze-current-context):
10803 * cedet/semantic/symref/list.el (semantic-symref)
10804 (semantic-symref-hide-buffer, semantic-symref-symbol):
10805 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10806 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10807 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10808 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10809 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10810 (semantic-c-dereference-template):
10811 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10812 (semantic--analyze-refs-full-lookup-with-parents)
10813 (semantic--analyze-refs-full-lookup-simple):
10814 * cedet/semantic/analyze/complete.el
10815 (semantic-analyze-possible-completions):
10816 * cedet/srecode/table.el (srecode-mode-table-new):
10817 * cedet/srecode/srt.el (srecode-read-variable-name):
10818 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10819 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10820 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10821 * cedet/srecode/map.el (srecode-current-map):
10822 * cedet/srecode/insert.el (srecode-insert)
10823 (srecode-insert-variable-secondname-handler, srecode-insert-method)
10824 (srecode-template-inserter-point-override)
10825 (srecode-insert-include-lookup):
10826 * cedet/srecode/getset.el (srecode-auto-choose-class):
10827 * cedet/srecode/extract.el (srecode-inserter-extract):
10828 * cedet/srecode/document.el
10829 (srecode-document-autocomment-return-last-alist)
10830 (srecode-document-autocomment-param-type-alist)
10831 (srecode-document-insert-function-comment)
10832 (srecode-document-insert-variable-one-line-comment)
10833 (srecode-document-function-name-comment):
10834 * cedet/srecode/dictionary.el (srecode-create-dictionary)
10835 (srecode-compound-toString):
10836 * cedet/srecode/compile.el (srecode-flush-active-templates):
10837 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10840 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10841 match-data. (Bug#4555).
10843 * cedet/semantic/bovine/gcc.el
10844 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10845 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10847 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10848 rather than parsing it as a regexp. This relaxes the layout
10849 requirements and makes errors easier to detect.
10850 (check-declare-verify): Check file is regular.
10851 (check-declare-directory): Doc fix.
10852 * subr.el (declare-function): Doc fix.
10854 * ibuffer.el (ibuffer-format-qualifier):
10855 * isearch.el (hi-lock-regexp-okay):
10856 * calc/calc.el (math-zerop):
10857 * mail/uce.el (rmail-msgbeg, rmail-msgend):
10858 * term/w32-win.el (setup-default-fontset, set-fontset-font):
10859 Remove unused declarations.
10861 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10863 * cedet/semantic/wisent/javat-wy.el
10864 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10866 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
10868 * cedet/srecode/expandproto.el: Fix provide statement.
10870 2009-09-30 Eric Ludlam <zappo@gnu.org>
10872 * emacs-lisp/eieio.el (boolean-p): Delete.
10874 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
10876 * cedet/ede/srecode.el: Fix provide statement.
10878 2009-09-30 Glenn Morris <rgm@gnu.org>
10880 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10881 * cedet/ede/proj-aux.el (ede-aux-source):
10882 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10884 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10885 (semantic-mrub-switch-tags): Fix doc typos.
10887 * cedet/semantic/db-global.el (data-debug-new-buffer)
10888 (data-debug-insert-thing): Remove unneeded declarations (one broken).
10889 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10891 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10893 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10894 use of CL function `remove-if-not'.
10896 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10898 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10899 filename is not a string.
10901 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
10903 * files.el (safe-local-eval-forms): Fix typo.
10905 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10907 * vc-hooks.el (vc-dir-buffers): New var.
10908 (vc-state-refresh): New function.
10909 (vc-state): Use it.
10910 (vc-after-save): Always ask the backend to recompute the new state.
10911 Always call vc-dir if necessary, using vc-dir-buffers.
10912 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10913 Use vc-dir-buffers.
10914 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10915 (vc-dir-prepare-status-buffer, vc-dir-update)
10916 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10917 Don't call expand-file-name on default-directory.
10919 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10921 * speedbar.el (speedbar-item-delete):
10922 * calc/calc-prog.el (calc-kbd-if):
10923 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10925 * epa.el (epa-key-list-mode-map):
10926 * hi-lock.el (hi-lock-menu): Fix typos in menus.
10928 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10929 (hs-show-hook): Fix typo in docstring.
10931 2009-09-29 Glenn Morris <rgm@gnu.org>
10933 * cedet/semantic/symref/idutils.el:
10934 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10936 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10938 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10939 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10940 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10941 Mark declarations not understood by check-declare.
10943 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10944 file-name-nondirectory call preventing location of cedet files.
10945 (check-declare-verify): Use literal search rather than re-search.
10946 Add basic defmethod and defclass, and define-overloadable-function.
10948 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10949 Use tramp-compat-file-attributes rather than nonexistent
10950 tramp-compat-handle-file-attributes.
10952 * Makefile.in (lisptagsfiles4): New.
10953 (AUTOGENEL): Add cedet loaddefs files.
10954 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10955 (update-elclist, compile-always, backup-compiled-files)
10956 (bootstrap-clean): Add yet another directory level.
10957 (update-elclist): Use LC_COLLATE rather than COLLATE.
10958 (ELCFILES): Update, via `make update-elclist'.
10960 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10962 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10963 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10964 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10966 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
10968 * Makefile.in (lisptagsfiles3): Define.
10969 (TAGS, TAGS-LISP): Use it.
10970 (update-elclist): Add third directory level to look for elc files.
10971 (compile-always): Likewise.
10972 (backup-compiled-files): Likewise.
10973 (bootstrap-clean): Likewise.
10974 (ELCFILES): Update.
10976 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
10978 * Makefile.in (ELCFILES): Add CEDET files.
10980 2009-09-28 Eric Ludlam <zappo@gnu.org>
10982 CEDET (development tools) package merged.
10986 * cedet/semantic/*.el:
10987 * cedet/srecode/*.el: New files.
10989 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
10991 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10993 * net/tramp.el (top): Require tramp-imap.
10995 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10996 Use `tramp-compat-handle-file-attributes'.
10998 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11000 * net/tramp-imap.el: New package.
11002 2009-09-28 Eric Ludlam <zappo@gnu.org>
11004 * emacs-lisp/chart.el:
11005 * emacs-lisp/eieio-base.el:
11006 * emacs-lisp/eieio-comp.el:
11007 * emacs-lisp/eieio-custom.el:
11008 * emacs-lisp/eieio-datadebug.el:
11009 * emacs-lisp/eieio-opt.el:
11010 * emacs-lisp/eieio-speedbar.el:
11011 * emacs-lisp/eieio.el: New files.
11013 * cedet/cedet-cscope.el:
11014 * cedet/cedet-files.el:
11015 * cedet/cedet-global.el:
11016 * cedet/cedet-idutils.el:
11017 * cedet/data-debug.el:
11018 * cedet/inversion.el:
11019 * cedet/mode-local.el:
11020 * cedet/pulse.el: New files.
11022 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11024 * whitespace.el (whitespace-trailing-regexp)
11025 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11028 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
11030 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11033 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11034 menu-bar-ediff-menu.
11036 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11037 define-overloadable-function.
11039 * progmodes/autoconf.el: Provide autoconf as well, so that this
11040 file can be `require'd.
11042 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11044 * emacs-lisp/autoload.el (generated-autoload-feature)
11045 (generated-autoload-load-name): New vars.
11046 (autoload-rubric, autoload-generate-file-autoloads): Use them.
11047 (make-autoload): Recognize define-overloadable-function and
11048 defclass forms (for EIEIO).
11050 * Makefile.in (update-subdirs): Exclude cedet directory.
11052 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11054 * term/ns-win.el: Don't set the region face background. (Bug#4381)
11056 * faces.el: Default light-background background for region face to
11057 ns_selection_color under NS.
11059 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11061 * net/imap-hash.el: New library, see NEWS.
11063 * Makefile.in (ELCFILES): Add imap-hash.el.
11065 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
11067 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11068 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11069 * help-macro.el (make-help-screen): Avoid using an ambiguous function
11070 definition where the docstring could be taken for the return value.
11072 2009-09-26 Glenn Morris <rgm@gnu.org>
11074 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11075 Add option to only show images below a certain size.
11076 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11077 save-excursion calls.
11079 2009-09-26 Eli Zaretskii <eliz@gnu.org>
11081 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11082 subdirectories) and eieio.
11084 2009-09-26 Alan Mackenzie <acm@muc.de>
11086 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11087 buggy bracketing. (Bug#4289)
11089 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11090 character constants (as case labels). (Bug#4289)
11092 2009-09-25 Juri Linkov <juri@jurta.org>
11094 * files.el (safe-local-eval-forms): Allow time-stamp in
11095 before-save-hook (Bug#4554).
11097 2009-09-25 Drew Adams <drew.adams@oracle.com>
11099 * menu-bar.el (list-buffers-directory): Doc fix.
11101 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11103 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11104 Try and avoid copying twice the same paragraph.
11105 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11106 Remove save-excursion.
11107 (log-edit-changelog-entry): Do it here instead.
11109 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
11111 * bs.el (bs--get-file-name): Use `list-buffers-directory'
11112 when available, instead of hardcoding mode names. Doc fix.
11114 * menu-bar.el (list-buffers-directory): Add docstring.
11115 Make automatically buffer-local.
11117 * dired.el (dired-mode):
11118 * files.el (cd-absolute):
11119 * pcvs.el (cvs-temp-buffer):
11120 * pcvs-util.el (cvs-get-buffer-create):
11121 * shell.el (shell-mode):
11122 * vc-dir.el (vc-dir-mode):
11123 Don't make `list-buffers-directory' buffer local.
11125 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
11127 * comint.el (comint-exec, comint-run, make-comint):
11128 Doc fixes (Bug#4542).
11130 2009-09-25 Glenn Morris <rgm@gnu.org>
11132 * mail/rmailmm.el (rmail-mime): New custom group.
11133 Move all defcustoms in this file into this group.
11134 (rmail-mime-media-type-handlers-alist): Revert previous change.
11135 (rmail-mime-show-images): New option.
11136 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11137 references to it, since it wasn't actually used for anything.
11138 (rmail-mime-insert-image): New function.
11139 (rmail-mime-image): Use rmail-mime-insert-image.
11140 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11141 obey the value of `rmail-mime-show-images' option. Print the size of
11144 2009-09-25 David Engster <deng@randomsample.de>
11146 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
11148 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11150 * whitespace.el: Does not highlight trailing spaces While point is
11151 at end of line. Does not highligt spaces at beginning of buffer
11152 while point is at beginning of buffer. Does not highlight spaces
11153 at end of buffer while point is at end of buffer. (Bug#4177)
11155 (whitespace-display-mappings): Adjust initialization.
11156 (whitespace-point, whitespace-font-lock-refontify): New vars.
11157 (whitespace-color-on, whitespace-color-off): Adjust code.
11158 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11159 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11160 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11162 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
11164 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11166 * textmodes/sgml-mode.el: Remove xml-mode alias.
11168 * files.el (auto-mode-alist, conf-mode-maybe)
11169 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11171 2009-09-24 Alan Mackenzie <acm@muc.de>
11173 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11174 c-forward-conditionals, but it doesn't move point and doesn't set
11176 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11177 (c-down-conditional-with-else, c-backward-conditional)
11178 (c-forward-conditional): Refactor to use c-scan-conditionals.
11180 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11182 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11183 (help-default-arg-highlight): Remove.
11184 (help-highlight-arg): New function.
11185 (help-do-arg-highlight): Use it.
11186 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
11188 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11190 * term.el (term-set-scroll-region, term-handle-ansi-escape):
11191 Undo last change, which didn't fix the problem and introduced others.
11193 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
11195 * progmodes/gdb-mi.el: Don't require speedbar.
11196 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11198 2009-09-24 Glenn Morris <rgm@gnu.org>
11200 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11202 * term/ns-win.el (ns-reg-to-script): Define for compiler.
11204 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11205 there is no newline after the final mime boundary. (Bug#4539)
11206 Move markers on insertion so that any buttons inserted don't end up in
11207 the next part of a multipart message.
11208 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
11209 (rmail-mime-bulk-handler): Optionally handle images.
11210 (rmail-mime-image): New button action.
11211 (rmail-mime-image-handler): New function.
11212 (rmail-mime-mode): New mode.
11213 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
11215 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11217 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11218 than just dropping elements from it (bug#4504).
11220 * term.el (term-set-scroll-region): Don't move cursor any more.
11221 (term-handle-ansi-escape): Call term-goto here instead.
11222 Suggested by Ivan Kanis <apple@kanis.eu>.
11224 * term.el: Require CL.
11225 (term-ansi-reset): New function.
11226 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11227 (term-handle-colors-array): Simplify.
11229 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11231 * allout.el (allout-overlay-interior-modification-handler)
11232 (allout-obtain-passphrase):
11233 * epa-file.el (epa-file-write-region):
11234 * ps-print.el (ps-begin-job):
11235 * vc-hooks.el (vc-toggle-read-only):
11236 * vc-rcs.el (vc-rcs-rollback):
11237 * vc-sccs.el (vc-sccs-rollback):
11238 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11239 (vc-version-diff, vc-revert, vc-rollback):
11240 * wdired.el (wdired-check-kill-buffer):
11241 * emacs-lisp/authors.el (authors):
11242 * net/socks.el (socks-open-connection):
11243 * net/zeroconf.el (zeroconf-service-add-hook):
11244 * obsolete/vc-mcvs.el (vc-mcvs-register):
11245 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11246 (gdb-select-frame):
11247 * progmodes/grep.el (lgrep, rgrep):
11248 * progmodes/idlw-help.el (idlwave-help-check-locations)
11249 (idlwave-help-html-link, idlwave-help-assistant-open-link):
11250 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11251 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11252 (reftex-toc-rename-label): Fix typos in error messages.
11254 * dired-aux.el (dired-do-shell-command): Reflow docstring.
11255 (dired-copy-how-to-fn): Doc fix.
11256 (dired-files-attributes, dired-read-shell-command):
11257 Fix typos in docstrings.
11259 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11260 (dired-x-find-file-other-window): Reflow docstrings.
11261 (dired-omit-marker-char, dired-read-shell-command)
11262 (dired-x-submit-report): Fix typos in docstrings.
11264 * shell.el (shell-mode-hook):
11265 * view.el (View-scroll-line-forward):
11266 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11267 Fix typos in docstrings.
11269 * net/dig.el (dig-invoke): Fix typo in docstring.
11270 (query-dig): Reflow docstring.
11272 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11273 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11274 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11275 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11276 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11277 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11278 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11279 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11280 (idlwave-completion-map, idlwave-current-indent)
11281 (idlwave-custom-ampersand-surround, idlwave-customize)
11282 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11283 (idlwave-define-abbrev, idlwave-determine-class-special)
11284 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11285 (idlwave-end-block-reg, idlwave-end-of-statement)
11286 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11287 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11288 (idlwave-explicit-class-listed, idlwave-file-header)
11289 (idlwave-fill-paragraph, idlwave-find-class-definition)
11290 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11291 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11292 (idlwave-in-quote, idlwave-indent-action-table)
11293 (idlwave-indent-expand-table, idlwave-indent-line)
11294 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11295 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11296 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11297 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11298 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11299 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11300 (idlwave-outlawed-buffers, idlwave-popup-select)
11301 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11302 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11303 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11304 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11305 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11306 (idlwave-statement-type, idlwave-struct-skip)
11307 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11308 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11309 (idlwave-what-module-find-class): Fix typos in docstrings.
11310 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11311 (idlwave-calculate-cont-indent, idlwave-expand-equal)
11312 (idlwave-find-module, idlwave-find-structure-definition)
11313 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11314 (idlwave-list-load-path-shadows, idlwave-next-statement)
11315 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11316 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11317 (idlwave-template): Reflow docstrings.
11319 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11320 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11321 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11322 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11323 (idlwave-shell-display-line, idlwave-shell-display-wframe)
11324 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11325 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11326 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11327 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11328 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11329 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11330 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11331 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11332 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11333 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11334 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11335 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11336 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11337 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11338 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11339 Fix typos in docstrings.
11340 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11341 (idlwave-shell-hide-output, idlwave-shell-mode)
11342 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11345 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11347 2009-09-24 Ivan Kanis <apple@kanis.eu>
11349 * term.el (term-bold-attribute): New var.
11350 (term-handle-colors-array): Use it.
11352 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
11354 * progmodes/gdb-mi.el (gdb-version): New variable.
11355 (gdb-non-stop-handler): Set gdb-version.
11356 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11357 Condition "--thread" option on gdb-version.
11358 (gdb-invalidate-threads): Remove unused argument.
11360 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11362 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11363 to looking-back to avoid ridiculous slow down in large files (bug#4511).
11365 2009-09-23 Glenn Morris <rgm@gnu.org>
11367 * mail/rmail.el (rmail-reply): Don't try to add a References header when
11368 replying to mail without References or Message-Id. (Bug#4525)
11370 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11372 * term/ns-win.el (ns-reg-to-script): New variable.
11374 2009-09-23 Daiki Ueno <ueno@unixuser.org>
11376 * epg.el (epg-wait-for-status): Preserve existing 'error results.
11378 2009-09-22 Sam Steingold <sds@gnu.org>
11380 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11381 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11382 to 1 because hg returns status 1 when nothing is found.
11383 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11385 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11387 * textmodes/fill.el: Convert to utf-8 encoding.
11388 (fill-french-nobreak-p): Remove redundant » and « inherited from our
11391 * add-log.el (change-log-fill-forward-paragraph): New function.
11392 (change-log-mode): Use it so fill-region DTRT.
11393 Set fill-indent-according-to-mode here rather than in
11394 change-log-fill-paragraph.
11395 (change-log-fill-paragraph): Remove.
11397 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
11399 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11400 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
11402 2009-09-22 Glenn Morris <rgm@gnu.org>
11404 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11405 the scroll-bar scroll the calendar window rather than the buffer.
11407 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11408 commands that move point (as opposed to scrolling).
11410 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11412 * emacs-lisp/elint.el (elint): New custom group.
11413 (elint-log-buffer): Make it a defcustom.
11414 (elint-scan-preloaded, elint-ignored-warnings)
11415 (elint-directory-skip-re): New options.
11416 (elint-builtin-variables): Doc fix.
11417 (elint-preloaded-env): New variable.
11418 (elint-unknown-builtin-args): Add an entry for encode-time.
11419 (elint-extra-errors): Make it a variable rather than a constant.
11420 (elint-preloaded-skip-re): New constant.
11421 (elint-directory): Skip files matching elint-directory-skip-re.
11422 (elint-features): New variable, local to linted buffers.
11423 (elint-update-env): Initialize elint-features. Possibly add
11424 elint-preloaded-env to the buffer's environment.
11425 (elint-get-top-forms): Bind elint-current-pos, for log messages.
11427 (elint-init-form): New function, extracted from elint-init-env.
11428 Make non-list forms a warning rather than an error.
11429 Add the mode-map for define-derived-mode. Handle define-minor-mode,
11430 easy-menu-define, put that adds an error-condition, and provide.
11431 When requiring cl, also require cl-macs. Really require cl, to handle
11432 some cl macros. Store required libraries in the list elint-features,
11433 so as not to re-load them. Treat cc-require like require.
11434 (elint-init-env): Call elint-init-form to do the work.
11435 Handle eval-and-compile and such like.
11436 (elint-add-required-env): Do not clear messages.
11437 (elint-special-forms): Add handlers for function, defalias, if, when,
11439 (elint-form): Add optional argument to ignore elint-special-forms,
11440 useful to prevent recursive calls from handlers. Doc fix.
11441 Respect elint-ignored-warnings.
11442 (elint-form): Respect elint-ignored-warnings.
11443 (elint-bound-variable, elint-bound-function): New variables.
11444 (elint-unbound-variable): Respect elint-bound-variable.
11445 (elint-get-args): Respect elint-bound-function.
11446 (elint-check-cond-form): Add some simple handling for (f)boundp and
11448 (elint-check-defalias-form): New handler.
11449 (elint-check-let-form): Make an empty let a warning rather than an
11451 (elint-check-setq-form): Make an empty setq a warning rather than an
11452 error. Respect elint-ignored-warnings.
11453 (elint-check-defvar-form): Accept null doc-strings.
11454 (elint-check-conditional-form): New handler. Does some simple-minded
11455 checking of featurep and (f)boundp tests.
11456 (elint-put-function-args): New function.
11457 (elint-initialize): Use elint-scan-doc-file rather than
11458 elint-find-builtin-variables. Use elint-put-function-args.
11459 Possibly scan preloaded-file-list.
11460 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11461 extend to handle functions as well.
11463 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
11465 * linum.el (linum-delete-overlays, linum-update-window):
11466 Do not modify the right margin. (Bug#3971)
11468 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
11470 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11471 nxml-mode instead of xml-mode.
11473 2009-09-21 Kevin Ryde <user42@zip.com.au>
11475 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
11477 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11479 * net/dig.el (dig-mode): Use define-derived-mode.
11481 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11483 * vc-dispatcher.el (vc-do-command): Return the process object in
11484 the asynchronous case. Use when instead of if. Do not run
11485 vc-exec-after to display a message if not enabled. (Bug#4463)
11487 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11488 properties to the stash strings.
11489 (vc-git-stash-list): Return a list of strings.
11490 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11491 (vc-git-stash-show-at-point): New functions.
11492 (vc-git-stash-map): New keymap.
11494 * register.el (ctl-x-r-map): Define the keys here instead of
11497 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
11499 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11500 list, to workaround performance problem (bug#4485).
11502 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
11504 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11506 2009-09-20 Daiki Ueno <ueno@unixuser.org>
11508 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11509 Document that this option is not recommended to use.
11511 2009-09-19 Glenn Morris <rgm@gnu.org>
11513 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11516 * calc/calc-alg.el (var):
11517 * calc/calcalg2.el (var): Define for compiler.
11519 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
11521 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11522 Doc fix (Bug#3932).
11524 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11526 * time-stamp.el (time-stamp-month-dd-yyyy)
11527 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11528 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11529 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11530 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11531 Remove functions that have been obsolete since 1995 (Bug#4436).
11533 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11534 indent buffer only if called interactively (Bug#4452).
11536 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
11537 Eli Zaretskii <eliz@gnu.org>
11539 This fixes bug#4197 (merged to bug#865, though not identical).
11540 * server.el (server-auth-dir): Add docstring note about FAT32.
11541 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11542 but warn against using them.
11544 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
11546 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11547 older GDB where there is no has_more field.
11549 2009-09-19 Glenn Morris <rgm@gnu.org>
11551 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11553 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
11555 * files.el (auto-mode-alist): Change default for XML files to nXML
11558 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
11560 * server.el (server-ensure-safe-dir): Pass 'integer
11561 to `file-attributes', as suggested.
11563 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11565 * dired-aux.el (dired-query-alist): Remove spurious backslash.
11566 (dired-query): Use read-key.
11568 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
11570 * cus-start.el (ns-use-qd-smoothing): Remove.
11572 2009-09-18 Glenn Morris <rgm@gnu.org>
11574 * allout.el (top-level): Remove unnecessary progn.
11576 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11578 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11579 definition of abbrev table.
11581 * speedbar.el (speedbar-track-mouse):
11582 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11583 * net/eudc.el (eudc-expand-inline):
11584 * net/newst-backend.el (newsticker--cache-read-feed):
11585 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11586 condition-case handlers.
11588 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
11590 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11591 (gdb-var-list): Add an element for has_more field.
11592 (gdb-non-stop-handler): Enable pretty printing for STL containers.
11593 (gdb-var-create-handler, gdb-var-list-children-handler-1)
11594 (gdb-var-update-handler-1): Parse output of dynamic variable
11595 objects (STL containers).
11596 (gdb-var-delete-1): Pass var1 as an explicit second argument.
11597 (gdb-get-field): Delete alias. Use bindat-get-field directly.
11599 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11601 (gud-speedbar-buttons): Make node expandable if expression "has more"
11604 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
11606 * startup.el (emacs-quick-startup): Remove variable and all uses.
11607 (command-line): Set `inhibit-x-resources' instead.
11608 (command-line-1): Use `inhibit-x-resources' instead.
11610 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
11612 * subr.el: Fix last change to avoid using the `unless' macro,
11613 which breaks bootstrapping.
11615 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11617 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11618 extended definitions, in case we reload subr.el after having
11620 (eval-next-after-load): Mark as obsolete.
11622 2009-09-17 Juri Linkov <juri@jurta.org>
11624 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11625 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11626 (menu-bar-showhide-menu, menu-bar-tools-menu)
11627 (menu-bar-describe-menu, menu-bar-help-menu)
11628 (minibuffer-local-completion-map, minibuffer-local-map):
11631 2009-09-17 Glenn Morris <rgm@gnu.org>
11633 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11634 arguments, whether or not it has a handler.
11636 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11638 * simple.el (hard-newline): Give it a doc-string.
11640 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11641 (lisp-mode-syntax-table): Give them doc-strings.
11643 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11645 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11646 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11647 (menu-bar-options-menu, menu-bar-showhide-menu)
11648 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11649 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11650 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11651 (menu-bar-options-menu, menu-bar-tools-menu)
11652 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11653 (menu-bar-help-menu):
11654 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11657 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11658 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11659 calls for the menu names and :help.
11661 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11663 * mouse.el (minor-mode-menu-from-indicator): Pay attention
11664 to :minor-mode-function (bug#4455).
11666 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11668 * startup.el (command-line): Initialize the window-system after
11669 processing the command-line.
11671 * textmodes/page.el (what-page): Make sure we don't inf-loop if
11672 page-delimiter matches the empty string.
11674 2009-09-16 Glenn Morris <rgm@gnu.org>
11676 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11677 byte-compile-not-obsolete-var. It's a list now.
11678 (byte-compile-not-obsolete-funcs): New variable.
11679 (byte-compile-warn-obsolete): Don't warn about functions if they are in
11680 byte-compile-not-obsolete-funcs.
11681 (byte-compile-variable-ref, byte-compile-defvar): Update for
11682 byte-compile-not-obsolete-vars name-change and list nature.
11683 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11684 and variables behind (f)boundp tests.
11685 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11687 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11689 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11691 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11693 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11694 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11697 2009-09-15 Stephen Eglen <stephen@gnu.org>
11699 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11700 the virtual-buffers, use the name of the buffer specified by
11701 find-file-noselect, as the match may be a symlink. (This was a
11702 problem if the target and the symlink had different names.)
11704 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11706 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11708 * desktop.el (desktop-path): Check user-emacs-directory.
11710 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11712 * loadup.el: Use after-load-functions to GC after loading each file.
11713 Remove the explicit GC calls that used to be sprinkled around.
11715 * subr.el (after-load-functions): New hook.
11716 (do-after-load-evaluation): Run it. Use string-match-p to detect
11717 `obsolete' packages, rather than painfully extracting the relevant
11720 2009-09-15 Glenn Morris <rgm@gnu.org>
11722 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11723 free variable `doc'.
11725 * dired.el (dired-mode-map): Add menu entry for async shell command.
11727 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11728 variables, also consider the .elc files, since the .el files are
11729 normally gzipped (subsequent code locates the .el.gz from the .elc).
11731 * calc/calc-prog.el (arglist): Define for compiler.
11733 * calendar/diary-lib.el (diary-display-function): Change the default to
11735 (body): Define for compiler.
11737 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11738 (byte-compile-file-form, byte-compile-lambda)
11739 (byte-compile-top-level-body, byte-compile-form)
11740 (byte-compile-variable-ref, byte-compile-setq)
11741 (byte-compile-setq-default, byte-compile-body)
11742 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11743 (batch-byte-compile): Give some more local variables with common names
11744 a "bytecomp-" prefix to avoid masking warnings about free variables.
11746 * startup.el (command-line-1): Give local variables with common names a
11747 distinguishing prefix, so as not to hide free variable warnings during
11750 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11751 clever and add a suffix to make a unique name, just let the user decide
11752 whether or not to overwrite it. If the input is a directory, write the
11753 default filename to that directory. (Bug#4388)
11754 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11755 is a filename-as-a-directory.
11757 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11759 * textmodes/page.el (what-page): Don't move to beginning of line.
11760 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11762 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11764 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11766 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
11768 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11769 * help.el (help-for-help-internal): Add purecopy calls for text.
11771 * vc.el (top): print-log method now takes an optional SHORTLOG
11772 argument. Add a new method: root.
11773 (vc-root-diff, vc-print-root-log): New functions.
11774 (vc-log-short-style): New variable.
11775 (vc-print-log-internal): Add support for showing short logs.
11777 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11778 vc-print-root-log and vc-print-root-diff.
11780 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11781 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11782 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11785 * vc-cvs.el (vc-cvs-print-log):
11786 * vc-mtn.el (vc-mtn-print-log):
11787 * vc-rcs.el (vc-rcs-print-log):
11788 * vc-sccs.el (vc-sccs-print-log):
11789 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11790 that is ignored for now.
11792 * vc-mtn.el (vc-mtn-annotate-command):
11793 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11795 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11797 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11798 to function-key-map, and give them ascii-character property.
11799 * term/x-win.el (x-alternatives-map):
11800 * term/ns-win.el (ns-alternatives-map):
11801 * term/internal.el (msdos-key-remapping-map):
11802 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11804 2009-09-14 Glenn Morris <rgm@gnu.org>
11806 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11807 temp-buffers (2009-09-12).
11809 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11811 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11812 the new read-key function.
11814 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11816 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11817 is defined (Bug#4405).
11819 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
11821 * recentf.el (recentf-cleanup): Use a hash table to find
11822 duplicates (Bug#4407).
11824 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
11826 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11827 kp-0 to ascii equivalents (Bug#4325).
11829 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11831 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11833 * eshell/em-hist.el:
11834 * eshell/em-dirs.el (eshell-complete-user-reference):
11835 Declare pcomplete functions and variables to avoid compiler warnings.
11837 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
11839 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11840 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11841 * eshell/em-alias.el (eshell-aliases-file):
11842 * eshell/em-hist.el (eshell-history-file-name):
11843 Use expand-file-name instead of concat to make file names (Bug#4308).
11845 2009-09-13 Glenn Morris <rgm@gnu.org>
11847 * ediff-merg.el (ediff-do-merge):
11848 * filesets.el (filesets-run-cmd):
11849 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11850 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11851 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11852 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11853 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11854 Replace empty `let's with `progn'.
11856 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11858 * mail/sendmail.el (send-mail-function):
11859 * tooltip.el (tooltip-mode):
11860 * simple.el (transient-mark-mode):
11861 * rfn-eshadow.el (file-name-shadow-mode):
11862 * frame.el (blink-cursor-mode):
11863 * font-core.el (global-font-lock-mode):
11864 * files.el (temporary-file-directory)
11865 (small-temporary-file-directory, auto-save-file-name-transforms):
11866 * epa-hook.el (auto-encryption-mode):
11867 * composite.el (global-auto-composition-mode):
11868 Use custom-initialize-delay.
11869 * startup.el (command-line): Don't explicitly call
11870 custom-reevaluate-setting for all the above vars.
11871 * custom.el (custom-initialize-safe-set)
11872 (custom-initialize-safe-default): Delete.
11874 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11876 * term/x-win.el (x-initialize-window-system):
11877 * term/w32-win.el (w32-initialize-window-system):
11878 * term/ns-win.el (ns-initialize-window-system): Don't call
11879 mouse-wheel-mode since it's enabled globally by default already.
11881 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11882 actually define the variable, but only silences the byte-compiler.
11883 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11884 before looking it up.
11885 (mouse-wheel-scroll-amount): Also reset the bindings if this value
11888 2009-09-12 Glenn Morris <rgm@gnu.org>
11890 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11892 (elint-add-required-env): Don't beep on error.
11893 (elint-forms): In case of error, return ENV unchanged.
11894 (elint-init-env): Skip non-list forms.
11895 (elint-log): Handle unknown file positions.
11897 2009-09-12 Daiki Ueno <ueno@unixuser.org>
11899 * epg.el (epg-make-context): Add autoload cookie.
11900 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11901 (epg-decrypt-string, epg-start-verify, epg-verify-file)
11902 (epg-verify-string, epg-start-sign, epg-sign-file)
11903 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11904 (epg-encrypt-string, epg-start-export-keys)
11905 (epg-export-keys-to-file, epg-export-keys-to-string)
11906 (epg-start-import-keys, epg-import-keys-from-file)
11907 (epg-import-keys-from-string, epg-start-receive-keys)
11908 (epg-receive-keys, epg-import-keys-from-server)
11909 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11910 (epg-sign-keys, epg-start-generate-key)
11911 (epg-generate-key-from-file, epg-generate-key-from-string):
11912 Remove autoload cookie.
11914 2009-09-12 Eli Zaretskii <eliz@gnu.org>
11916 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11917 reevaluation of trash-directory.
11919 * mwheel.el: Fix last change.
11920 (mouse-wheel-mode): New defvar.
11921 (mouse-wheel-mode): Remove autoload cookie.
11923 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11925 * mwheel.el (mwheel-installed-bindings): New var.
11926 (mouse-wheel-mode): Use it, so as to make sure we really remove all
11927 the bindings we set last time. Use custom-initialize-delay.
11928 * loadup.el: Load mwheel after term/*-win.el.
11929 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11930 and mouse-wheel-up-event now that their first evaluation is done
11931 sufficiently late to be correct.
11933 * startup.el (tutorial-directory): Make it a defcustom.
11934 Use custom-initialize-delay rather than eval-at-startup to set it.
11935 * image.el (image-load-path): Make it a defcustom.
11936 Use custom-initialize-delay rather than eval-at-startup to set it.
11937 * subr.el (eval-at-startup): Remove.
11938 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11940 * subr.el (do-after-load-evaluation): Warn the user after loading an
11943 2009-09-12 Glenn Morris <rgm@gnu.org>
11945 * proced.el (proced-mark-alt): Remove alias.
11946 (proced-mode-map): Remove proced-mark-alt.
11948 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11949 Elint file and directory. Remove initialization entry.
11951 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11953 (elint-current-buffer): Set mode-line-process.
11954 (elint-init-env): Handle define-derived-mode.
11955 Fix declare-function with unspecified arglist. Guard against odd
11956 defalias statements (eg iso-insert's 8859-1-map).
11957 (elint-add-required-env): Use a temp buffer.
11958 (elint-form): Just print the function/macro name, not the whole form.
11959 Return env unchanged if we fail to parse a macro.
11960 (elint-forms): Guard against parse errors.
11961 (elint-output): New function, to handle batch mode.
11962 (elint-log-message): Add optional argument. Use elint-output.
11963 (elint-set-mode-line): New function.
11965 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
11967 * emacs-lisp/elp.el (elp-not-profilable): Add more
11968 functions (Bug#4233).
11970 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
11972 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11973 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11975 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11977 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11978 (gdb-var-list-children): Use json parsing.
11980 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
11982 * progmodes/js.el (js--proper-indentation): Handle the case where
11983 char-before is null. Reported by Deniz Dogan.
11985 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11987 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11989 2009-09-11 Daiki Ueno <ueno@unixuser.org>
11991 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11992 (epg-digest-algorithm-alist): Add SHA224.
11993 (epg-context-set-passphrase-callback)
11994 (epg-context-set-progress-callback): Add description about
11997 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11999 * custom.el (custom-delayed-init-variables): New var.
12000 (custom-initialize-delay): New function.
12001 * startup.el (command-line): "Re"evaluate all vars in
12002 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
12003 explicitly any more.
12004 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
12005 to avoid creating a ~/.emacs.d at build-time (bug#4347).
12007 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
12009 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
12011 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
12012 (gdb-var-update-handler): Use json parsing.
12014 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
12016 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
12017 decode annotated text, regardless of language environment. (Bug#2741)
12019 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12021 * Makefile.in (autoloads): Make rmail.el writable as well.
12023 2009-09-11 Glenn Morris <rgm@gnu.org>
12025 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12027 * dired.el: Regenerate with extracted autoloads.
12028 * Makefile.in (autoloads): Make dired.el writable.
12030 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12031 * ibuffer.el: Regenerate with extracted autoloads.
12032 * Makefile.in (autoloads): Make ibuffer.el writable.
12034 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12035 * version.el (emacs-copyright, emacs-major-version)
12036 (emacs-minor-version): Reformat doc-strings for make-docfile.
12038 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12039 functions and variables, since they must be stuff specific to some other
12041 (apropos-print): Make mouse-click message less specific about button.
12043 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12044 that records where a macro was defined.
12045 * help-fns.el (describe-function-1): Mention if a function has a
12047 * help-mode.el (help-function-cmacro): New button.
12049 * locate.el (top-level): Always require dired.
12050 (locate-mode-map): Initialize inside the defvar.
12052 * net/ange-ftp.el (dired-compress-file): Declare.
12053 (ange-ftp-dired-compress-file): Add doc string.
12055 * term/ns-win.el (x-display-name, x-setup-function-keys):
12056 Unify doc-strings with X versions.
12058 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12060 * emulation/crisp.el (crisp-mode-map): Move initialization
12062 (crisp-mode): Use define-minor-mode.
12064 * progmodes/xscheme.el (xscheme-evaluation-commands):
12065 Put a :advertised-binding property rather than using
12066 advertised-xscheme-send-previous-expression.
12067 (advertised-xscheme-send-previous-expression): Declare obsolete.
12068 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12070 (crisp-mode): Add corresponding bindings to
12071 undo's :advertised-binding instead.
12072 * dired.el (dired-mode-map): Put a :advertised-binding property rather
12073 than using dired-advertised-find-file.
12074 (dired-advertised-find-file):
12075 * simple.el (advertised-undo):
12076 * wid-edit.el (advertised-widget-backward): Declare obsolete.
12077 (widget-keymap): Put a :advertised-binding property rather
12078 than using advertised-widget-backward.
12079 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12080 than using advertised-undo.
12081 * tutorial.el (tutorial--default-keys): Adjust accordingly.
12083 2009-09-10 Simon South <ssouth@slowcomputing.org>
12085 * progmodes/delphi.el (delphi-tab): Indent region when Transient
12086 Mark mode is enabled and region is active; otherwise indent or
12087 insert TAB as usual.
12088 (delphi-mode): Update description of TAB-key binding.
12090 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12092 * subr.el (define-key-rebound-commands): Mark obsolete.
12093 * startup.el (precompute-menubar-bindings): Remove.
12094 (normal-top-level): Remove obsolete code that tried to precompute
12096 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12097 define-key-rebound-commands and precompute-menubar-bindings.
12099 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
12101 * net/imap.el (imap-interactive-login): Better messages.
12102 (imap-open): Fix bug with renamed buffer on reconnect.
12103 (imap-authenticate): Add buffer-local imap-last-authenticator variable
12104 for easier debugging and cleaner code. On successful (guessed based on
12105 server capabilities) secondary authentication, set imap-state
12107 (imap-last-authenticator): Define imap-last-authenticator as a variable
12110 2009-09-10 Glenn Morris <rgm@gnu.org>
12112 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12114 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12115 (byte-compile-file-form-autoload): Don't warn about unknown functions
12116 where the autoload statement comes after the use.
12117 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12118 that any handlers inside the body (eg require) are in turn respected.
12120 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12123 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12124 and syntax and abbrev tables basic docs, if they don't have any.
12126 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12128 * international/mule-cmds.el (top-level): Require cl when compiling.
12129 (view-hello-file): Use default-value rather than
12130 default-enable-multibyte-characters.
12132 * progmodes/fortran.el: Move all safe and risky properties into the
12135 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12136 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12137 * mail/undigest.el:
12138 Put autoloads in rmail.el rather than loaddefs.el.
12139 * mail/rmail.el: Regenerate with extracted autoloads.
12141 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12142 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12144 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
12146 Reported in thread for Bug#4375.
12147 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12148 "-data-evaluate-expression" instead of print.
12149 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12150 (gdb-tooltip-print): Parse output from above MI command.
12151 (gdb): Revert 2009-08-11 change. User should detach inferior
12154 Remove the word "separate" from IO functions as inferior
12155 output is now never displayed in the GUD buffer.
12157 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
12159 * startup.el (command-line-normalize-file-name): On Windows and
12160 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12162 2009-09-10 Juri Linkov <juri@jurta.org>
12164 * isearch.el (isearch-text-char-description): Propertize escape
12165 character sequences with the `escape-glyph' face. (Bug#4344)
12167 * simple.el (shell-command): Set asynchronous process filter to
12168 `comint-output-filter'. (Bug#4343)
12170 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12171 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
12172 the list. Move "asm" to the bottom.
12173 (grep-find-ignored-directories): Add `choice' with nil value
12174 to empty the list easily.
12175 (grep-find-ignored-files): New option.
12176 (grep-files-history): Set to nil by default instead of '("ch" "el").
12177 (grep-compute-defaults): Add "<X>" to `grep-template'.
12178 (grep-read-files): Bind new local variables `default-alias' and
12179 `default-extension'. Use a list of default values for the file prompt.
12180 (lgrep): Add `--exclude=' command line options composed from
12181 `grep-find-ignored-files'.
12182 (rgrep): Add `-name' command line options composed from
12183 `grep-find-ignored-files'. (Bug#4301)
12185 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12187 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12190 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12192 * calendar/time-date.el (autoload):
12193 Expand define-obsolete-function-alias into defalias and make-obsolete
12194 for old Emacsen that Gnus supports.
12195 (with-no-warnings): Define it for old Emacsen.
12196 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12198 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12199 float-time is available; suppress compile warning for time-to-seconds.
12201 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
12203 * net/imap.el (imap-message-map): Docstring fix.
12205 2009-09-09 Glenn Morris <rgm@gnu.org>
12207 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12208 line numbers too. (Bug#4374)
12210 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12212 * smerge-mode.el (smerge-remove-props, smerge-refine):
12213 Use with-silent-modifications (bug#4342).
12215 * subr.el (with-silent-modifications): New macro.
12217 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
12219 * files.el (top-level): Require `cl' when compiling.
12221 2009-09-07 Glenn Morris <rgm@gnu.org>
12223 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12225 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12226 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
12228 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
12230 * vc-git.el (vc-git-annotate-command): Use separator to parse
12231 arguments correctly.
12233 2009-09-06 Eli Zaretskii <eliz@gnu.org>
12235 * proced.el (proced-mode): Doc fix.
12237 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
12239 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12241 (tramp-do-file-attributes-with-ls): Check for file existence at
12243 (tramp-do-file-attributes-with-stat): Likewise.
12244 (tramp-convert-file-attributes): Return nil when attr is nil.
12246 2009-09-05 Glenn Morris <rgm@gnu.org>
12248 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12249 properties to this button.
12250 (diary-fancy-display): Don't extend the button to the final newline.
12251 (diary-fancy-display-mode): Continue to define "q" as a local key.
12253 * calendar/cal-china.el (holiday-chinese): Make it slightly more
12256 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12258 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12259 (byte-compile-dest-file-function): New option.
12260 (byte-compile-dest-file): Doc fix.
12261 Obey byte-compile-dest-file-function.
12262 (byte-compile-cl-file-p): New function.
12263 (byte-compile-eval): Only suppress noruntime warnings about cl functions
12264 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
12265 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12266 than for file being previously loaded.
12267 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12268 (byte-compile-file-form-require): Handle the case where requiring a file
12269 indirectly causes CL to be loaded.
12271 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12273 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12274 before killing the old buffer, since by the time `kill-buffer' is
12275 run so many buffer variables have been set to nil that it may not
12276 behave as expected. (Bug#4061)
12278 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12280 * files.el (find-alternate-file): If the old buffer is modified
12281 and visiting a file, behave similarly to `kill-buffer' when
12282 killing it, thus reverting to the pre-1.878 behavior; see
12283 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12284 for discussion. Also, consult `buffer-file-name' as a variable
12285 not as a function, for consistency with the rest of the code.
12287 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
12289 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12290 also when adding a new directory.
12292 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12295 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
12297 * files.el (locate-file-completion-table): Make it provide boundary
12298 information, so partial-completion works better.
12300 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
12302 * mail/footnote.el (Footnote-text-under-cursor):
12303 Check footnote-text-marker-alist before using it (bug#4324).
12305 2009-09-04 Glenn Morris <rgm@gnu.org>
12307 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12308 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12309 * play/solitaire.el, play/tetris.el:
12310 Remove leading * from defcustom and defface docs.
12312 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12314 (diary-fancy-overriding-map): New variable.
12315 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12318 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12321 2009-09-03 Glenn Morris <rgm@gnu.org>
12323 * arc-mode.el (archive-mode):
12324 * dos-fns.el (set-default-process-coding-system):
12325 * man.el (Man-getpage-in-background):
12326 * menu-bar.el (menu-bar-describe-menu):
12327 * server.el (server-process-filter):
12328 * startup.el (command-line):
12329 * tar-mode.el (tar-header-block-tokenize, tar-extract):
12330 * w32-fns.el (set-default-process-coding-system):
12331 * x-dnd.el (x-dnd-handle-file-name):
12332 * international/mule-cmds.el (mule-menu-keymap)
12333 (set-default-coding-systems, language-info-alist, set-language-info)
12334 (set-language-environment, standard-display-european-internal)
12335 (set-locale-environment):
12336 * international/mule-diag.el (mule-diag):
12337 * mail/emacsbug.el (report-emacs-bug):
12338 * mail/rmail.el (rmail-mode):
12339 * mail/sendmail.el (mail-setup):
12340 Use default-value rather than default-enable-multibyte-characters.
12342 * progmodes/f90.el: Move all safe properties into the defcustoms.
12343 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12345 * calendar/appt.el (appt-check):
12346 * calendar/diary-lib.el (diary-set-header, diary-live-p)
12347 (diary-check-diary-file, diary-list-entries)
12348 (diary-include-other-diary-files, diary-simple-display)
12349 (diary-fancy-display, diary-print-entries)
12350 (diary-mark-included-diary-files, diary-make-entry):
12351 Don't call substitute-in-file-name on diary-file.
12353 2009-09-03 Eduard Wiebe <usenet@pusto.de>
12354 Stefan Monnier <monnier@iro.umontreal.ca>
12356 * mail/footnote.el (footnote-prefix): Make it a defcustom.
12357 (footnote-mode-map): Move initialization into the declaration.
12358 (footnote-minor-mode-map): Define it rather than changing global-map.
12359 (footnote-mode): Use define-minor-mode.
12361 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
12363 * net/tramp.el (tramp-handle-file-attributes-with-ls)
12364 (tramp-do-file-attributes-with-perl)
12365 (tramp-do-file-attributes-with-stat): Rename from
12366 `tramp-handle-file-attributes-with-*'.
12367 (tramp-handle-file-attributes): Use them.
12368 (tramp-do-directory-files-and-attributes-with-perl)
12369 (tramp-do-directory-files-and-attributes-with-stat): Rename from
12370 `tramp-handle-directory-files-and-attributes-with-*'.
12371 (tramp-handle-directory-files-and-attributes): Use them.
12372 (tramp-method-out-of-band-p): Additional parameter SIZE.
12373 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12374 (tramp-handle-write-region): Use it.
12375 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12376 (tramp-handle-vc-registered): Check, whether the first run did
12377 return files to be tested.
12378 (tramp-advice-make-auto-save-file-name): Do not call directly
12379 `tramp-handle-make-auto-save-file-name', because this would bypass
12380 the locking mechanism.
12382 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12383 (file-remote-p, process-file, start-file-process, set-file-times)
12384 (tramp-compat-file-attributes): Compatibility functions shall not
12385 call directly `tramp-handle-*', because this would bypass the
12387 (tramp-compat-number-sequence): New defun.
12389 2009-09-02 Glenn Morris <rgm@gnu.org>
12391 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12392 alias for float-time.
12393 (time-to-number-of-days): In Emacs, use float-time.
12394 * net/newst-backend.el (time-add): Suppress warnings from compat
12396 * time.el (emacs-uptime, emacs-init-time):
12397 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12398 Use float-time rather than time-to-seconds.
12400 * minibuffer.el (completion-initials-expand): Fix typo.
12402 * faces.el (modeline, modeline-inactive, modeline-highlight)
12403 (modeline-buffer-id):
12404 * info.el (info-menu-5): Mark these face aliases as obsolete.
12406 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12408 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12410 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12411 no "--thread" option.
12412 (gdb-stopped): Don't print "Switched to thread" message when it is
12415 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12417 * minibuffer.el (completion-try-completion)
12418 (completion-all-completions): Remove ill-defined (and
12419 mistakenly installed and luckily never used nor documented)
12420 `completion-styles' property.
12421 (completion-initials-expand, completion-initials-all-completions)
12422 (completion-initials-try-completion): New functions.
12423 (completion-styles-alist): Add doc to each entry.
12424 Add new `initials' entry.
12426 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12428 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12429 MI command -var-evaluate-expression.
12430 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12431 and tweak for case of string child.
12432 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12434 2009-09-01 Glenn Morris <rgm@gnu.org>
12436 * add-log.el (change-log-date-face, change-log-name-face)
12437 (change-log-email-face, change-log-file-face, change-log-list-face)
12438 (change-log-conditionals-face, change-log-function-face)
12439 (change-log-acknowledgement-face):
12440 * cus-edit.el (custom-invalid-face, custom-rogue-face)
12441 (custom-modified-face, custom-set-face, custom-changed-face)
12442 (custom-saved-face, custom-button-face, custom-button-pressed-face)
12443 (custom-documentation-face, custom-state-face, custom-comment-face)
12444 (custom-comment-tag-face, custom-variable-tag-face)
12445 (custom-variable-button-face, custom-face-tag-face)
12446 (custom-group-tag-face-1, custom-group-tag-face):
12447 * diff-mode.el (diff-header-face, diff-file-header-face)
12448 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12449 (diff-added-face, diff-changed-face, diff-function-face)
12450 (diff-context-face, diff-nonexistent-face):
12451 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12452 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12453 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12454 (Info-title-4-face):
12455 * isearch.el (isearch-lazy-highlight-face):
12456 * log-view.el (log-view-file-face, log-view-message-face):
12457 * paren.el (show-paren-match-face, show-paren-mismatch-face):
12458 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12459 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12461 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12462 (smerge-base-face, smerge-markers-face):
12463 * wid-edit.el (widget-documentation-face, widget-button-face)
12464 (widget-field-face, widget-single-line-field-face)
12465 (widget-inactive-face, widget-button-pressed-face):
12466 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12467 (woman-addition-face):
12468 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12469 (eshell-ls-executable-face, eshell-ls-readonly-face)
12470 (eshell-ls-unreadable-face, eshell-ls-special-face)
12471 (eshell-ls-missing-face, eshell-ls-archive-face)
12472 (eshell-ls-backup-face, eshell-ls-product-face)
12473 (eshell-ls-clutter-face):
12474 * eshell/em-prompt.el (eshell-prompt-face):
12475 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12476 * obsolete/old-whitespace.el (whitespace-highlight-face):
12477 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12478 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12479 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12480 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12481 (antlr-font-lock-literal-face):
12482 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12483 (ebrowse-root-class-face, ebrowse-file-name-face)
12484 (ebrowse-default-face, ebrowse-member-attribute-face)
12485 (ebrowse-member-class-face, ebrowse-progress-face):
12486 * progmodes/make-mode.el (makefile-space-face):
12487 * progmodes/sh-script.el (sh-heredoc-face):
12488 * textmodes/flyspell.el (flyspell-incorrect-face)
12489 (flyspell-duplicate-face):
12490 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12491 * textmodes/texinfo.el (texinfo-heading-face):
12492 Mark face aliases with "-face" suffix as obsolete.
12494 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12497 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12498 (eudc-bob-sound-menu): Use defvar rather than defconst, since
12499 easy-menu-define wants to modify these.
12501 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12503 * net/browse-url.el (browse-url-file-url):
12504 * term/internal.el (dos-codepage-setup):
12505 Use default-value rather than default-enable-multibyte-characters.
12507 * progmodes/etags.el (etags-goto-tag-location):
12508 * progmodes/flymake.el (flymake-highlight-line)
12509 (flymake-goto-file-and-line, flymake-goto-line):
12510 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12511 (gdb-goto-breakpoint):
12512 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12513 * progmodes/python.el (python-find-function)
12514 (python-pdbtrack-track-stack-file):
12515 * progmodes/verilog-mode.el (verilog-surelint-off):
12516 * term/ns-win.el (ns-open-file-select-line):
12517 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12518 Use forward-line rather than goto-line.
12520 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12521 * textmodes/reftex-index.el (reftex-display-index):
12522 * textmodes/reftex-ref.el (reftex-offer-label-menu):
12523 * textmodes/reftex-toc.el (reftex-toc):
12524 Remove unnecessary bindings of default-major-mode (all are followed by
12525 major-mode check and possible mode switch).
12527 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12529 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12530 Handle watchpoints (bug#4282).
12531 (def-gdb-thread-buffer-command): Enable thread to be selected by
12532 clicking without selecting threads buffer first.
12533 (gdb-current-context-command): Use selected frame so that "up",
12534 "down" etc work in the GUD buffer.
12535 (gdb-update): Find selected frame before rendering stack buffer.
12536 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12538 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12540 * progmodes/sym-comp.el (displayed-completions): Remove.
12541 (symbol-complete): Use minibuffer-complete.
12543 2009-08-31 Glenn Morris <rgm@gnu.org>
12545 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12547 * apropos.el (apropos-symbols-internal):
12548 Handle (obsolete) face aliases.
12550 * faces.el (describe-face): Adjust the output format to be more like
12551 describe-variable, and to mention (obsolete) face aliases.
12552 Adjust the whitespace so that help-setup-xref works.
12554 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12555 * calendar/diary-lib.el (diary-button-face):
12556 Mark these face aliases as obsolete.
12558 * calendar/calendar.el (calendar-today): Doc fix.
12560 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12562 * progmodes/gdb-mi.el (gdb-control-all-threads)
12563 (gdb-control-current-thread): Force tool bar update.
12564 (gdb-non-stop-handler): New function.
12565 (gdb-init-1): Use it to test if non-stop mode is supported.
12566 Remove unused gdbmi buffer type.
12568 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
12570 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12571 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
12573 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
12575 * comint.el (comint-exec-1): Check command is non-null first.
12576 Part of gdb-mi.el change (2009-08-28).
12578 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12580 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12582 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
12584 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12585 instead of `dolist' to avoid a recursive require when bootstrapping.
12587 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12589 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12591 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12593 * net/imap.el (imap-send-command): Simplify.
12594 (imap-wait-for-tag): point-max -> buffer-size.
12596 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12598 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12599 with constant argument.
12601 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12603 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12605 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12606 Change default, since most of our files don't have a history.
12607 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12610 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12613 * calc/calc.el: Improve commenting convention.
12614 (calc-digit-map, toplevel): Simplify.
12616 * comint.el (comint-insert-input): Be careful to only set point if we
12617 don't delegate to some other command.
12619 * proced.el (proced-signal-list): Make it an alist.
12620 (proced-grammar-alist): Capitalize names.
12621 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12622 Disable undo manually and make it read-only.
12623 Use completion-annotate-function.
12625 * minibuffer.el (minibuffer-message): If the current buffer is not
12626 a minibuffer, insert the message in the echo area rather than at the
12628 (completion-annotate-function): New variable.
12629 (minibuffer-completion-help): Use it.
12630 (completion--embedded-envvar-table): Environment vars are
12631 always case-sensitive.
12633 2009-08-30 Glenn Morris <rgm@gnu.org>
12635 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12636 from fortran-current-defun.
12637 (fortran-beginning-of-subprogram): Be more precise about finding the
12638 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
12639 (fortran-end-of-subprogram): Simplify.
12640 (fortran-current-defun): Use fortran-start-prog-re.
12642 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
12644 * subr.el (do-after-load-evaluation): Simplify.
12646 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12648 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12650 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
12651 (vc-rcs-print-log): Use it.
12653 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12655 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12657 * paths.el (abbrev-file-name): Move to abbrev.el.
12658 * abbrev.el (abbrev-file-name): Move from paths.el.
12659 Obey user-emacs-directory.
12660 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12661 user-emacs-directory.
12662 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12663 abbrev-file-name and calc-settings-file any more.
12664 * startup.el (command-line): Recompute abbrev-file-name and
12665 abbreviated-home-dir.
12666 (normal-no-mouse-startup-screen): Improve the generic code and get rid
12667 of the special code for when C-h bindings haven't been changed.
12668 (display-startup-echo-area-message): Use with-current-buffer.
12669 (command-line-1): Use a list of strings, rather than a list of lists
12670 of strings for longopts.
12672 * files.el (get-free-disk-space): Use / for default-directory.
12674 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12675 Use with-current-buffer.
12677 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12678 Recognize immutable variables like most-positive-fixnum.
12679 (byte-compile-setq-default): Check and warn if trying to assign
12680 to an immutable variable, or a non-variable.
12682 * progmodes/cc-vars.el (c-comment-continuation-stars):
12683 * progmodes/cc-engine.el (c-looking-at-bos):
12684 * progmodes/cc-cmds.el (c-toggle-auto-state)
12685 (c-forward-into-nomenclature, c-backward-into-nomenclature)
12686 (c-comment-line-break-function): Add version of obsolescence.
12688 2009-08-28 Juri Linkov <juri@jurta.org>
12690 * files.el (magic-fallback-mode-alist): Add ZIP magic number
12691 associated with `archive-mode'.
12693 * image.el (image-type-header-regexps): Use only JPEG magic number
12694 to determine JPEG images, and don't use `image-jpeg-p' because
12695 Emacs can display non-JFIF non-Exif JPEG images.
12697 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12699 * arc-mode.el (archive-mode):
12700 * emacs-lisp/re-builder.el (re-builder-unload-function):
12701 Protect against the default value of `major-mode' being nil.
12703 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12705 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12706 Fix typos in docstrings.
12708 * progmodes/js.el (js--macro-decl-re): Doc fix.
12709 (js--plain-method-re, js--split-name): Refloc docstring.
12710 (js--class-styles, js--make-merged-item, js--splice-into-items):
12711 Fix typos in docstrings; reflow docstrings.
12712 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12713 (js--variable-decl-matcher, js--inside-pitem-p)
12714 (js--parse-state-at-point, js--get-all-known-symbols)
12715 (js--symbol-history, js-find-symbol, js--js-references)
12716 (js--moz-interactor, js--js-encode-value, js--read-tab):
12717 Fix typos in docstrings.
12719 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12721 * textmodes/reftex.el (reftex-get-file-buffer-force):
12722 * progmodes/verilog-mode.el (verilog-batch-execute-func):
12723 * emulation/viper.el (viper-go-away, viper-set-hooks):
12724 * emacs-lisp/re-builder.el (re-builder-unload-function):
12725 * emacs-lisp/bytecomp.el (byte-compile-file):
12726 * ses.el (ses-unload-function):
12727 * hexl.el (hexl-find-file):
12728 * files.el (normal-mode):
12729 * ehelp.el (with-electric-help):
12730 * autoinsert.el (auto-insert-alist):
12731 * arc-mode.el (archive-mode):
12732 Use (default-value 'major-mode) instead of default-major-mode.
12734 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12735 * international/mule.el (load-with-code-conversion):
12736 * emacs-lisp/debug.el (debug):
12737 * ediff-vers.el (ediff-rcs-get-output-buffer):
12738 * dired.el (dired-internal-noselect): Don't let-bind
12739 default-major-mode around code that doesn't use it.
12740 E.g. buffer creation via get-buffer-create doesn't use it.
12742 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
12744 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12745 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12746 when writing the temp file. Otherwise, epa-file gets confused.
12747 (tramp-register-file-name-handlers): Make it a defun. Move also
12748 `epa-file-handler' to the front of `file-name-handler-alist'.
12750 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12752 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12753 start right after a ^M.
12754 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12755 (tramp-completion-file-name-regexp-separate)
12756 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12757 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12758 Don't modify last-coding-system-used by accident.
12759 (tramp-completion-file-name-handler): Apply the checks here,
12760 instead during registration.
12761 (tramp-register-file-name-handlers): Renamed from
12762 `tramp-register-file-name-handler'. Register both
12763 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12764 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
12766 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
12768 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12769 Remove variable ...
12770 (gdb-init-1, gdb-display-separate-io-buffer)
12771 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12773 (gdb-inferior-io-mode): Use make-comint-in-buffer.
12774 (gdb-inferior-filter): Use comint-output-filter to stop
12775 echoing and remove ^M characters.
12777 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12779 * emulation/viper-init.el (viper-restore-cursor-type):
12780 * emulation/cua-base.el (cua--update-indications):
12781 Replace default-cursor-type with (default-value 'cursor-type).
12783 * mail/sendmail.el (mail-recover-1):
12784 * international/mule-diag.el (describe-current-coding-system-briefly)
12785 (describe-current-coding-system):
12786 * international/mule-cmds.el (select-safe-coding-system)
12787 (select-message-coding-system)
12788 (set-language-environment-coding-systems, set-locale-environment):
12789 * hexl.el (hexl-insert-multibyte-char):
12790 * dos-w32.el (find-buffer-file-type-coding-system):
12791 * simple.el (what-cursor-position):
12792 Replace uses of default-buffer-file-coding-system
12793 with (default-value 'buffer-file-coding-system).
12795 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12796 Replace uses of default-cursor-in-non-selected-windows
12797 with (default-value 'cursor-in-non-selected-windows).
12798 Use with-current-buffer.
12800 * mail/feedmail.el: Use CL macros.
12801 (feedmail-run-the-queue, feedmail-send-it-immediately):
12802 * dos-w32.el (find-buffer-file-type): Replace uses of
12803 default-buffer-file-type with (default-value 'buffer-file-type).
12805 2009-08-28 Glenn Morris <rgm@gnu.org>
12807 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12808 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12809 Use default-value of major-mode rather than default-major-mode.
12811 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12813 * Makefile.in (update-elcfiles): Report left over elc files.
12815 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12816 expand-file-name and with-current-buffer.
12817 (mail-get-names, mail-directory): Use with-current-buffer.
12819 * vc.el (vc-read-revision): New function.
12820 (vc-version-diff, vc-merge): Use it.
12822 2009-08-27 Sam Steingold <sds@gnu.org>
12824 * simple.el (kill-do-not-save-duplicates): New user option.
12825 (kill-new): When it is non-nil, and the new string is the same as
12826 the latest kill, set replace to t to avoid duplicates in kill-ring.
12828 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
12830 * net/tramp.el (tramp-handle-process-file): Do not flush all
12831 caches when `process-file-side-effects' is set.
12832 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12833 instead of `tramp-find-file-exists-command'.
12834 Unset `process-file-side-effects'.
12836 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
12838 * net/tramp.el (tramp-methods): New method "rsyncc".
12839 (top): Add completion function for "rsyncc".
12840 (tramp-message-show-message): New defvar.
12841 (tramp-message, tramp-error): Use it.
12842 (tramp-do-copy-or-rename-file-directly): Extend check for direct
12844 (tramp-do-copy-or-rename-file-out-of-band): Handle new
12845 `tramp-methods' entry `copy-env' of "rsyncc".
12846 (tramp-vc-registered-read-file-names): New defconst.
12847 (tramp-vc-registered-file-names): New defvar.
12848 (tramp-handle-vc-registered): Implement optimization strategy.
12849 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12850 (tramp-vc-file-name-handler): New defun.
12851 (tramp-get-ls-command, tramp-get-test-command)
12852 (tramp-get-file-exists-command, tramp-get-remote-ln)
12853 (tramp-get-remote-perl, tramp-get-remote-stat)
12854 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12856 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12857 (tramp-cache-inhibit-cache): Extend doc string. It allows also
12859 (tramp-get-file-property): Check for timestamps in
12860 `tramp-cache-inhibit-cache'.
12861 (tramp-set-file-property): Write timestamp.
12863 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12865 * language/japan-util.el (japanese-symbol-table): Add entries for
12868 * international/characters.el: Add category `j' to cp932-2-byte.
12870 2009-08-27 Kenichi Handa <handa@m17n.org>
12872 * international/fontset.el (build-default-fontset-data): New macro.
12873 (setup-default-fontset): Use build-default-fontset-data for CJK,
12874 tibetan, ethiopic, and ipa.
12876 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12878 * cus-start.el (default-major-mode): Customize `major-mode' instead.
12879 (enable-multibyte-characters): Not customizable any more.
12881 * subr.el (default-mode-line-format, default-header-line-format)
12882 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12883 (default-direction-reversed, default-truncate-lines)
12884 (default-left-margin, default-tab-width, default-case-fold-search)
12885 (default-left-margin-width, default-right-margin-width)
12886 (default-left-fringe-width, default-right-fringe-width)
12887 (default-fringes-outside-margins, default-scroll-bar-width)
12888 (default-vertical-scroll-bar, default-indicate-empty-lines)
12889 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12890 (default-fringe-cursor-alist, default-scroll-up-aggressively)
12891 (default-scroll-down-aggressively, default-fill-column)
12892 (default-cursor-type, default-buffer-file-type)
12893 (default-cursor-in-non-selected-windows)
12894 (default-buffer-file-coding-system, default-major-mode)
12895 (default-enable-multibyte-characters): Mark as obsolete.
12897 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
12899 * vc-dir.el (vc-dir-update): Remove debug helper.
12901 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12903 2009-08-26 Sam Steingold <sds@gnu.org>
12905 * simple.el (save-interprogram-paste-before-kill): New user option.
12906 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12907 save the interprogram-paste into kill-ring before overriding it
12908 with the Emacs kill.
12910 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12912 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12913 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12914 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12915 and move to vc-rcs.el.
12916 (vc-default-next-revision): Rename to vc-rcs-next-revision and
12918 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12919 (vc-rcs-update-changelog): Remove.
12920 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12921 and move to vc-rcs.el.
12923 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12924 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12926 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12927 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12928 vc.el, renamed to be RCS specific.
12930 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12932 (vc-cvs-update-changelog): Move here from vc.el.
12934 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12937 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12939 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12941 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12943 * vc-git.el (vc-git-register): Use "git add" for directories.
12944 (vc-git-stash, vc-git-stash-show): New functions.
12945 (vc-git-extra-menu-map): Bind them.
12947 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12948 directory correctly in case the item is a directory itself.
12950 * vc.el: Document the desired behavior for reverted files in the
12952 (vc-default-prettify-state-info): Remove function, unused.
12954 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12956 2009-08-26 Glenn Morris <rgm@gnu.org>
12958 * bindings.el (standard-mode-line-format): Reposition dashes in
12959 which-func entry. (Bug#4217)
12961 * files.el (enable-local-variables, enable-local-eval)
12962 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12964 (auto-mode-alist, ignored-local-variables)
12965 (save-some-buffers-action-alist): Move risky declarations to the
12967 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12968 (font-lock-defaults, format-alist, imenu--index-alist)
12969 (imenu-generic-expression, input-method-alist, minor-mode-alist)
12970 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12971 (mode-line-modified, mode-line-mule-info, mode-line-position)
12972 (mode-line-process, mode-line-remote, outline-level)
12973 (parse-time-rules, rmail-output-file-alist)
12974 (special-display-buffer-names, vc-mode):
12975 Move risky declarations to the relevant files.
12976 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12977 (mode-line-modified, mode-line-process, mode-line-position)
12978 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12979 * font-core.el (font-lock-defaults):
12980 * format.el (format-alist):
12981 * vc-hooks.el (vc-mode):
12982 * window.el (special-display-buffer-names):
12983 * international/mule-cmds.el (input-method-alist):
12984 Define riskiness here (dumped file) rather than in files.el.
12985 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12986 * imenu.el (imenu-generic-expression, imenu--index-alist):
12987 * outline.el (outline-level):
12988 * time.el (display-time-string):
12989 * calendar/parse-time.el (parse-time-rules):
12990 * mail/rmailout.el (rmail-output-file-alist):
12991 Autoload riskiness here, rather than placing in files.el.
12993 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
12995 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12997 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
12999 * simple.el (process-file-side-effects): New defvar.
13001 * dired-aux.el (dired-show-file-type):
13002 * vc.el (vc-diff-internal):
13003 * vc-arch.el (vc-arch-diff):
13004 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
13005 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
13006 * vc-git.el (vc-git-registered, vc-git-working-revision)
13007 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
13008 (vc-git--empty-db-p):
13009 * vc-hooks.el (vc-user-login-name):
13010 * vc-svn.el (vc-svn-registered, vc-svn-state)
13011 (vc-svn-dir-extra-headers, vc-svn-find-revision):
13012 * progmodes/grep.el (grep-probe): Let-bind
13013 `process-file-side-effects' with nil.
13015 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
13017 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
13018 daemon. Replace ping by checking for running service for bluez
13019 and zeroconf. (Bug#4239)
13021 2009-08-25 Kevin Ryde <user42@zip.com.au>
13023 * net/dig.el (dig): Add autoload cookie.
13025 2009-08-25 Glenn Morris <rgm@gnu.org>
13027 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13028 load-history for absolute file-names.
13029 (byte-compile-file-form-require): Warn about use of the cl package.
13031 * format.el (format-alist): Doc fix.
13033 * play/bubbles.el (top-level): Don't require cl at run-time.
13035 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13038 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
13040 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13042 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13044 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
13046 * calc/calc-alg.el (math-trig-rewrite)
13047 (math-hyperbolic-trig-rewrite): New functions.
13048 (calc-simplify): Simplify trig functions when asked.
13050 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13052 * diff-mode.el (diff-find-source-location): Avoid goto-line.
13054 2009-08-24 Kenichi Handa <handa@m17n.org>
13056 * language/ind-util.el (mapthread): Delete it.
13057 (combinatorial): New function.
13058 (indian--puthash-cv): Use combinatorial instead of mapthread.
13060 2009-08-22 Kevin Ryde <user42@zip.com.au>
13062 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13063 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13064 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13065 Clarify docstring that the value is strings not symbols.
13066 (checkdoc-list-of-strings-p): New function.
13068 2009-08-22 Glenn Morris <rgm@gnu.org>
13070 * files.el (auto-mode-alist):
13071 * hippie-exp.el (he-concat-directory-file-name):
13072 * lpr.el (lpr-windows-system, printer-name):
13073 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13074 * ps-print.el (ps-windows-system):
13075 * startup.el (command-line):
13076 * emulation/viper-ex.el (viper-glob-function):
13077 * international/mule-cmds.el (set-language-environment-coding-systems):
13078 * net/ange-ftp.el (ange-ftp-write-region):
13079 * obsolete/fast-lock.el (fast-lock-cache-name):
13080 Remove code for defunct system-types emx, macos, mswindows, next-mach,
13081 unisoft-unix, vax-vms, win32, w32.
13083 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13084 given name if the pattern is not more specific.
13086 * calendar/lunar.el (lunar-phase-names): New option.
13087 (lunar-phase): Doc fix.
13088 (lunar-cycles-per-year): New constant.
13089 (lunar-index): New function.
13090 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13091 (lunar-phase-name): Use lunar-phase-names.
13092 (calendar-lunar-phases): Use format.
13093 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13095 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13096 Copy imenu-example--name-and-position function here for own use.
13097 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13099 * bs.el (bs--redisplay):
13100 * cus-edit.el (custom-redraw):
13101 * ibuffer.el (ibuffer-bury-buffer):
13102 * server.el (server-goto-line-column):
13103 * startup.el (command-line-1):
13104 * strokes.el (strokes-xpm-for-stroke):
13105 * term.el (term-display-buffer-line):
13106 * view.el (View-goto-line):
13107 * calc/calc.el (calc-do, calc-trail-buffer):
13108 * play/gamegrid.el (gamegrid-add-score-insecure):
13109 * progmodes/ada-mode.el (ada-compile-goto-error):
13110 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13111 (ebrowse-select-1st-to-9nth):
13112 * progmodes/cperl-mode.el (cperl-time-fontification):
13113 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13114 * progmodes/gud.el (gud-display-line):
13115 (idlwave-shell-display-line):
13116 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13117 * progmodes/make-mode.el (makefile-browser-toggle):
13118 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13119 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13120 * textmodes/picture.el (picture-draw-rectangle):
13121 * textmodes/reftex-index.el (reftex-index-goto-letter):
13122 (reftex-select-jump-to-previous):
13123 * textmodes/reftex-sel.el (reftex-find-start-point)
13124 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13125 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13126 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13127 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13128 * textmodes/two-column.el (2C-associated-buffer):
13129 Use forward-line rather than goto-line.
13131 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13134 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13135 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13136 (quick-check-list-to-regexp): Declare.
13138 * progmodes/make-mode.el (makefile-browser-insert-selection):
13139 Use goto-char rather than goto-line.
13141 * progmodes/prolog.el (compilation-error-regexp-alist)
13142 (compilation-forget-errors): Declare.
13144 2009-08-22 Juri Linkov <juri@jurta.org>
13146 * progmodes/grep.el (lgrep, rgrep): At the beginning
13147 set `dir' to `default-directory' unless `dir' is a non-nil
13148 readable directory. (Bug#4052)
13149 (lgrep, rgrep): Change a weird way to report an error
13150 from using `read-string' to using `error'.
13151 Instead of using interactive arguments in the function body,
13152 add new argument `confirm'.
13154 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
13156 * textmodes/remember.el (remember-buffer):
13157 * progmodes/cperl-mode.el (cperl-vc-header-alist):
13158 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13159 (icalendar-extract-ical-from-buffer):
13160 * net/newst-treeview.el (newsticker-groups-filename):
13161 * net/newst-backend.el (newsticker-cache-filename):
13162 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13163 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13164 (speedbar-add-ignored-path-regexp, speedbar-line-path)
13165 (speedbar-buffers-line-path, speedbar-path-line)
13166 (speedbar-buffers-line-path):
13167 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13169 * epa.el (epa-display-verify-result):
13170 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13172 2009-08-21 Glenn Morris <rgm@gnu.org>
13174 * progmodes/js.el (inferior-moz-process): Fix declaration.
13176 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13178 * obsolete/rnewspost.el (news-mail-reply):
13179 Use goto-char rather than goto-line.
13181 * term/ns-win.el (ns-open-file-select-line):
13182 Use line-beginning-position rather than goto-line.
13184 * apropos.el (apropos-command):
13185 * ehelp.el (electric-helpify):
13186 * printing.el (pr-show-setup):
13187 * strokes.el (strokes-help):
13188 * tutorial.el (tutorial--describe-nonstandard-key)
13189 (tutorial--detailed-help):
13190 * woman.el (woman-mini-help, woman-display-extended-fonts):
13191 * calc/calc-help.el (calc-describe-key):
13192 * emulation/edt.el (edt-electric-helpify):
13193 * international/mule-diag.el (mule-diag):
13194 * play/yow.el (apropos-zippy):
13195 * progmodes/python.el (python-describe-symbol):
13196 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13197 * textmodes/table.el (*table--cell-describe-mode)
13198 (*table--cell-describe-bindings):
13199 Use help-print-return-message rather than the now obsolete alias.
13201 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13202 (calendar-cursor-to-visible-date):
13203 * play/5x5.el (5x5-position-cursor):
13204 * play/decipher.el (decipher):
13205 * play/gomoku.el (gomoku-goto-xy):
13206 * play/landmark.el (lm-goto-xy):
13207 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13208 (mpuz-paint-digit):
13209 Use forward-line, not goto-line.
13211 * mail/rmail.el (rmail-obsolete): Delete custom group.
13212 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13213 (rmail-remote-password, rmail-remote-password-required):
13214 Remove unneeded :set-after and :set properties.
13216 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
13218 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13220 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
13222 * loadup.el: Remove leftover macos code.
13224 * vc-git.el (vc-git-annotate-command): Run asynchronously.
13225 Explicitly pass the date format to git blame so that user local
13226 so that the output format can be parsed.
13228 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
13230 * net/dbus.el (top): Don't check for (getenv
13231 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
13233 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
13235 * log-edit.el (log-edit-strip-single-file-name): New var.
13236 (log-edit-insert-changelog): Use it. Bug#3571
13238 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13240 * subr.el (read-passwd): Use read-key so keypad keys work as well.
13243 * help.el (help-print-return-message): Rename from
13244 print-help-return-message.
13246 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13247 cvs-mode-map parent hack.
13248 (log-view-mode): Derive from special-mode.
13250 * linum.el (linum-mode): window-size-change-functions is redundant.
13251 Adapt to new window-configuration-change-hook behavior.
13252 (linum-after-size, linum-after-config): Remove.
13254 * imenu.el (imenu-example--name-and-position)
13255 (imenu-example--lisp-extract-index-name)
13256 (imenu-example--create-lisp-index, imenu-example--create-c-index):
13259 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13260 (inferior-prolog-mode): Use it.
13261 (inferior-prolog-load-file): Reset list of errors.
13263 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13265 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13267 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13269 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
13271 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13272 is running already.
13274 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13276 * subr.el (listify-key-sequence-1): Use normal syntax since those
13277 integers are nowadays always represented by the same (positive) number
13279 (read-key-empty-map): New const.
13280 (read-key-delay): New var.
13281 (read-key): New function.
13282 (force-mode-line-update): Use with-current-buffer.
13283 (locate-user-emacs-file): Don't forget to abbreviate the file name.
13284 (start-process-shell-command, start-file-process-shell-command):
13285 Discourage the use of command-args.
13287 2009-08-19 Glenn Morris <rgm@gnu.org>
13289 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13291 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13293 * simple.el (choose-completion-string): Don't rely on
13294 minibuffer-completing-file-name and ad-hoc checks to decide whether
13295 to continue completion or not.
13297 * minibuffer.el (minibuffer-hide-completions): New function.
13298 (completion--do-completion): Use it.
13299 (completions-annotations): New face.
13300 (completion--insert-strings): Use it.
13301 (completion-pcm--delim-wild-regex): Add docstring.
13302 (completion-pcm--string->pattern): Add support for 0-width delimiters
13303 in completion-pcm--delim-wild-regex.
13305 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
13307 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13308 Remove unused var `buffer-modified-p'.
13310 * minibuffer.el (completion--do-completion): Move point for the #b001
13311 case as well (bug#4176).
13312 (minibuffer-complete, minibuffer-complete-word): Don't move point.
13314 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
13316 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
13317 and :session buses.
13319 2009-08-18 Kenichi Handa <handa@m17n.org>
13321 * international/ucs-normalize.el (ucs-normalize-version):
13323 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13324 (utf-8-hfs): Make it perform normalization on encoding too.
13326 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
13327 (sentence-end-without-space): Delete duplicated chars.
13328 (sentence-end-base): Likewise.
13330 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
13331 (html-mode): Delete duplicated chars from sentence-end-base.
13333 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
13334 (texinfo-mode): Delete duplicated chars from sentence-end-base.
13336 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
13338 * files.el (hack-one-local-variable): If the mode function is for
13339 a minor mode, pass it an argument (Bug#4148).
13341 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
13343 * net/tramp.el (tramp-register-completion-file-name-handler):
13344 Check also for (member 'partial-completion completion-styles).
13346 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13348 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13351 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
13353 * progmodes/cperl-mode.el: Merge upstream 6.2.
13354 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13355 (cperl-forward-re): Check cperl-brace-recursing.
13356 (cperl-highlight-charclass): New function.
13357 (cperl-find-pods-heres): Use it.
13358 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13359 (cperl-beautify-regexp-piece): Fix column calculation.
13360 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13361 (cperl-beautify-level): Don't process entire regexp.
13362 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13364 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13365 (cperl-init-faces): Build a list in the normal way.
13367 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13369 * calendar/parse-time.el (parse-time-string-chars): Save match
13372 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
13374 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13375 (sql-product): Use it.
13376 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13377 (sql-set-product): Add completion.
13378 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13379 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13380 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13381 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13382 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13383 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13384 (sql-highlight-db2-keywords): Remove.
13385 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13386 (sql-highlight-product): Use derived-mode-p.
13387 (sql-set-sqli-buffer): Use with-current-buffer.
13388 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13391 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13393 * term.el: Fix commenting convention, turn comments into docstrings.
13395 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13397 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13399 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
13401 * calendar/parse-time.el (parse-time-string-chars): Compute using
13402 character classes, to handle non-ascii characters (Bug#3190).
13404 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13406 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13407 another heredoc if the user adds another < (Bug#3226).
13409 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13410 Don't initialize based on window-system (Bug#4124).
13412 * facemenu.el (facemenu-read-color): Use a completion function
13413 that accepts any defined color, such as RGB triplets (Bug#3677).
13415 * files.el (get-free-disk-space): Change fallback default
13416 directory to /. Expand DIR argument before switching to fallback.
13417 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13419 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13421 * files.el (load-library): Doc fix.
13423 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
13425 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13426 (viper-if-string): Redefine C-s in the minibuffer to insert the last
13427 incremental search string.
13429 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13432 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13433 (ediff-merge-region-is-non-clash)
13434 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13435 Also check if the job is really a merge job.
13437 * ediff.el (ediff-current-file): New function.
13439 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13441 * progmodes/js.el: Edit docstrings throughout to follow Emacs
13443 (js-insert-and-indent): Delete function.
13444 (js-mode-map): Don't bind keys to js-insert-and-indent.
13445 (js-beginning-of-defun): Rename from js--beginning-of-defun.
13446 (js-end-of-defun): Rename from js--end-of-defun.
13447 (js-auto-indent-flag): Delete variable.
13449 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
13451 * progmodes/js.el: Remove proclaim statement.
13452 Defvar which-func-imenu-joiner-function to silence compiler.
13454 * files.el (auto-mode-alist): Use js-mode for .js files.
13456 * progmodes/js2-mode.el: Remove file.
13458 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13460 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13462 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13464 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
13465 Karl Landstrom <karl.landstrom@brgeight.se>
13467 * progmodes/js.el: New file.
13469 2009-08-14 Mark A. Hershberger <mah@everybody.org>
13471 * timezone.el (timezone-parse-date): Add ability to understand ISO
13472 basic format (minimal separators) dates in addition to the
13473 already-supported extended format dates.
13475 2009-08-14 Eli Zaretskii <eliz@gnu.org>
13477 * international/ucs-normalize.el: Add a `coding' file variable.
13479 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13481 2009-08-14 Sam Steingold <sds@gnu.org>
13483 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13485 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
13487 * faces.el (help-argument-name): Define it here instead of
13488 help-fns.el, because in daemon mode help-fns.el may be loaded when
13489 faces are still uninitialized (Bug#1078).
13491 * help-fns.el (help-argument-name): Move defface to faces.el.
13493 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
13495 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13496 create buffer with a pty but no process so that GDB can make the
13497 inferior the controlling process.
13499 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
13501 * international/ucs-normalize.el: New file.
13503 2009-08-13 Richard Stallman <rms@gnu.org>
13505 * mail/rmail.el (rmail-get-attr-names):
13506 Accept an attribute header that is too short.
13508 * mail/rmail.el (rmail-forget-messages):
13509 Ignore nil elt in rmail-message-vector. Use dotimes.
13511 * progmodes/compile.el (compilation-goto-locus):
13512 Use next-error-move-function.
13514 * simple.el (next-error-move-function): New variable.
13516 2009-08-12 Juri Linkov <juri@jurta.org>
13518 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13519 always non-nil. (Bug#4052)
13521 * replace.el (read-regexp): Return empty string when
13522 `default-value' is nil.
13523 (keep-lines-read-args): Don't use empty string as the
13524 default value for `read-regexp'. (Bug#2495)
13526 2009-08-12 Juri Linkov <juri@jurta.org>
13528 * international/mule-cmds.el (ucs-insert): Change arguments
13529 from `arg' to `character', `count', `inherit' to be the same
13530 as in `insert-char'. Doc fix. (Bug#4039)
13532 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13534 2009-08-12 Juri Linkov <juri@jurta.org>
13536 * files-x.el: New file.
13538 * files.el: Move code that deals with adding/deleting
13539 file/directory-local variables to files-x.el.
13541 * Makefile.in (ELCFILES): Add files-x.elc.
13543 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
13545 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13546 to use `goto-line'.
13547 (gdb-place-breakpoints, gdb-get-location): Rewritten without
13549 (gdb-invalidate-disassembly): Do not refresh upon receiving
13550 'update signal. Instead, update all disassembly buffers only after
13552 (gdb): Send -target-detach when buffer is killed (Bug#3794).
13553 (gdb-starting): Moved -data-list-register-names...
13554 (gdb-stopped): ...here so it's sent when first thread stops.
13555 (gdb-registers-handler-custom): Do nothing if register names are
13558 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13559 from `gdb-mi.el' to avoid extra tangling.
13561 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13562 change which breaks `gud-def' definitions used in `gdb'.
13563 (gdb-update-gud-running): No extra fuss for updating frame number.
13565 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
13567 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13568 (describe-language-environment-map, setup-language-environment-map)
13569 (set-coding-system-map): Move initialization into declaration.
13570 (set-language-info-alist): Last arg to define-key-after can be skipped.
13572 * international/quail.el (quail-completion-1): Simplify.
13573 (quail-define-rules): Use slightly more compact code.
13574 (quail-insert-decode-map): Propertize keys, compact columns.
13576 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13579 2009-08-10 Miles Bader <miles@gnu.org>
13581 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13582 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13583 (js2-instance-member, js2-private-member, js2-private-function-call)
13584 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13585 (js2-magic-paren, js2-external-variable):
13586 Remove "-face" suffix from face names.
13587 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13588 (js2-highlight-undeclared-vars, js2-peek-token)
13589 (js2-parse-function-params, js2-mode-show-errors)
13590 (js2-mode-show-warnings, js2-make-magic-delimiter)
13591 (js2-mode-highlight-magic-parens): Update to use new face names.
13593 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
13595 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13596 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
13598 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
13600 * subr.el: Provide hashtable-print-readable.
13602 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13603 hs-c-like-adjust-block-beginning.
13604 (hs-hide-block-at-point): Stop hiding at the beginning of
13605 hs-block-end-regexp (Bug#700).
13607 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
13609 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13611 (gdb-registers-handler-custom): Do not fail when register names
13614 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13616 * progmodes/gdb-mi.el (gdb-control-all-threads)
13617 (gdb-control-current-thread): Interactive setters for
13618 `gdb-gud-control-all-threads' to use in menu.
13619 (gdb-show-run-p): Show «Go» when process is not active.
13620 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
13621 gud/thread.xpm and gud/all.xpm.
13623 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
13625 * net/net-utils.el (net-utils-font-lock-keywords): New var.
13626 (nslookup-font-lock-keywords): Make it a variable.
13627 (net-utils-mode): New mode for viewing diagnostic network output.
13628 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13629 (net-utils-run-simple): New function.
13630 (ifconfig, iwconfig, netstat, arp, route): Use it.
13632 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13634 * progmodes/gdb-mi.el (gdb-read-memory-custom)
13635 (gdb-memory-set-address, def-gdb-set-positive-number)
13636 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13637 after changing settings.
13638 (gdb-invalidate-disassembly): Update when first shown.
13639 (gdb-edit-locals-value): Fixed.
13640 (gdb-registers-handler-custom): Print registers in right order and
13641 allow changing register values (only for current thread yet).
13642 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13643 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13644 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13645 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13647 (gdb-registers-mode-map): TAB to switch to locals.
13649 2009-08-08 Eli Zaretskii <eliz@gnu.org>
13651 * mail/rmail.el (rmail-add-mbox-headers)
13652 (rmail-set-message-counters-counter): Search for
13653 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
13655 2009-08-08 Glenn Morris <rgm@gnu.org>
13657 * Makefile.in (ELCFILES): Update.
13659 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13661 * mail/sendmail.el (mail-yank-original): Set
13662 buffer-file-coding-system from the one used by the message whose
13665 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13666 to "windows" when "pgnuplot" is used.
13667 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13668 call accept-process-output if "pgnuplot" is used.
13669 (calc-graph-init): Don't send -display and -geometry to
13670 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
13671 running "pgnuplot -V" with shell-command-to-string.
13673 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13676 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13678 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13681 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13683 * vc-dispatcher.el (vc-resynch-window): Update comment.
13685 * term.el (term-handle-ansi-escape): Add comments with the
13686 terminfo capabilities implemented.
13688 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
13690 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13691 (gdb-var-create-handler): Rewritten using JSON parser.
13692 (gdb-propertize-header): Moved earlier.
13693 (gdb-set-header): Removed to avoid duplication.
13694 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13695 Refresh disassembly buffers only after threads list have been
13697 (gdb-threads-header, gdb-registers-header): Per-buffer header line
13700 2009-08-04 Juri Linkov <juri@jurta.org>
13702 * files.el: Commands to add/delete file/directory-local variables.
13703 (read-file-local-variable, read-file-local-variable-value)
13704 (read-file-local-variable-mode, modify-file-local-variable)
13705 (modify-file-local-variable-prop-line)
13706 (modify-dir-local-variable): New functions.
13707 (add-file-local-variable, delete-file-local-variable)
13708 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13709 (add-dir-local-variable, delete-dir-local-variable)
13710 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13711 (copy-dir-locals-to-file-locals-prop-line): New commands.
13713 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
13715 * abbrev.el (insert-abbrev-table-description): Prettify output.
13716 Suggested by Karl Chen.
13718 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
13720 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13721 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13722 (gdb-overlay-arrow-position, gdb-thread-position)
13723 (gdb-disassembly-position): Declare variables.
13724 (gdb-wait-for-pending): Function now.
13725 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13726 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13727 compilation goes smoothly.
13728 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13729 (gdb-non-stop-setting): New customization setting which replaces
13730 `gdb-non-stop' so changing it doesn't break active GDB session.
13731 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13732 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13733 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13734 (gdb-show-threads-by-default): New customization options.
13735 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13737 (gdb-get-buffer-create): Send buffers update signal when they are
13739 (gdb-invalidate-locals, gdb-invalidate-registers)
13740 (gdb-invalidate-breakpoints)
13741 (gdb-invalidate-threads, gdb-invalidate-disassembly)
13742 (gdb-invalidate-memory): Accept update signal.
13743 (gdb-current-context-command): Use --frame option.
13744 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13745 Implement `gdb-frame-number' selection logic.
13746 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13747 whether to show GUD toolbar buttons.
13748 (gdb-thread-exited): Unselect current thread when it exits.
13749 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13750 (gdb-mark-line): Routine which sets overlay arrow or inverses
13751 video on fringeless displays.
13752 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13753 to build aligned columns of data in GDB buffers and set text
13754 properties line-by-line.
13755 (gdb-invalidate-breakpoints)
13756 (gdb-breakpoints-list-handler-custom)
13757 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13758 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13759 (gdb-registers-handler-custom): Align data columns.
13760 (gdb-locals-handler-custom): Now prints data like in variable
13762 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13763 Removed confusing buttons.
13764 (gdb-invalidate-threads): Append --frame.
13765 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13766 between breakpoints/threads buffers.
13767 (gdb-set-window-buffer): Now can ignore dedicated windows.
13768 (gdb-propertize-header): Use `gdb-set-window-buffer'.
13769 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13770 (def-gdb-thread-buffer-gud-command): Replaces
13771 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13772 for fine thread control.
13773 (gdb-preempt-existing-or-display-buffer): New function used to
13774 display bound buffers without breaking window layout.
13775 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13776 (gdb-select-frame): New version of `gdb-frames-select' which now
13777 sets `gdb-frame-number' so commands may use --frame option instead
13778 of inner debugger state.
13779 (gdb-frame-handler): Do not set `gdb-frame-number'.
13780 (gdb-threads-mode-map): Select threads with mouse.
13782 * progmodes/gud.el (gdb-gud-context-call): Declare function to
13783 avoid compilation warning.
13784 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13787 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13788 Argument `key' renamed to `buffer-type'.
13789 (gdb-current-context-buffer-name): Do not add thread info to
13790 buffer name when no thread is selected.
13791 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13792 command (bug 3794).
13793 (gdb-thread-selected): Handle `=thread-selected' notification.
13794 (gdb-wait-for-pending): New macro to deal with congestion problems.
13795 (gdb-breakpoints-list-handler-custom): Don't fail on pending
13797 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13798 This fixes problem similar to one described in bug 3947.
13799 (gud-menu-map): More menu items.
13800 (gdb-init-1): Reset `gdb-thread-number' to nil.
13802 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13805 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13806 (gdb-current-context-command): Do not append --thread if
13807 `gdb-thread-number' is nil.
13808 (gdb-running-threads-count, gdb-stopped-threads-count): New
13810 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13811 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13812 customization options.
13813 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13815 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13816 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13817 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13818 set `gdb-thread-number' and update `gud-running' properly.
13819 (gdb-running): Update threads list when new threads appear.
13820 (gdb-stopped): Support non-stop operation and new thread switching
13822 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13823 (gdb-json-partial-output): New set of JSON routines.
13824 (def-gdb-auto-update-trigger): New `signal-list' optional
13826 (gdb-thread-list-handler-custom): Update `gud-running',
13827 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13828 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13829 (gdb-continue-thread, gdb-step-thread): New commands for fine
13830 thread execution control.
13831 (gud-menu-map): New menu items to switch non-stop options.
13832 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13833 (gdb-send): Mimic RET properly (bug 3794).
13835 * progmodes/gdb-mi.el (gdb-rules-name-maker)
13836 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13838 (def-gdb-auto-update-handler): New nopreserve optional argument.
13839 (gdb-stack-list-frames-custom): Print stack from top to bottom.
13841 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13842 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13843 (gdb-parent-mode): New mode to derive other GDB modes from.
13844 (gdb-display-disassembly-for-thread)
13845 (gdb-frame-disassembly-for-thread): New commands for threads
13848 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13849 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13850 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13851 (gdb-update): We now store all GDB buffers in a list so that they
13852 can be updated by traversing a list instead of calling invalidate
13853 triggers explicitly.
13854 (def-gdb-trigger-and-handler): New macro to define trigger-handler
13855 pair for GDB buffer.
13856 (gdb-stack-buffer-name): Add thread information.
13857 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13858 handle pending triggers.
13859 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13860 (def-gdb-thread-buffer-simple-command)
13861 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13862 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13863 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13864 New commands which show buffers bound to thread.
13865 (gdb-stack-list-locals-regexp): Removed unused regexp.
13867 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13868 (gdb-locals-buffer-name, gdb-registers-buffer-name)
13869 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13870 to (gud-comint-buffer) in *-buffer-name functions
13871 because (gdb-get-target-string) already does that.
13872 (gdb-locals-handler-custom, gdb-registers-handler-custom)
13873 (gdb-changed-registers-handler): Rewritten without regexps.
13875 * progmodes/gdb-mi.el: Basic thread selection support.
13876 (gdb-thread-number): New variable.
13877 (gdb-current-context-command): New macro which adds --thread
13879 (gdb-threads-mode-map): Select thread with SPC.
13880 (gdb-thread-list-handler-custom): Mark current thread with overlay
13881 arrow. Synchronize GDB thread and Emacs thread.
13882 (gdb-select-thread): New command which selects current thread.
13883 (gdb-invalidate-frames, gdb-invalidate-locals)
13884 (gdb-invalidate-registers): Use --thread option.
13886 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
13888 * net/tramp.el (top): Make check for tramp-gvfs loading more
13890 (tramp-handle-insert-file-contents): `unwind-protect' must be
13891 inside `with-parsed-tramp-file-name'.
13893 * net/tramp-gvfs.el (top): Remove superfluous message when loading
13896 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
13898 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13899 directory if CLASSPATH is not set.
13901 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
13903 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13905 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
13907 2009-08-02 Kevin Ryde <user42@zip.com.au>
13909 * net/newst-backend.el (newsticker--raw-url-list-defaults):
13910 Update freshmeat link. Delete newsforge.com as it seems gone.
13912 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13914 * select.el (x-set-selection): Doc fix (Bug#4021).
13916 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13918 * help-fns.el (describe-variable): Treat list return values from
13919 dir-locals-find-file properly (Bug#4005).
13921 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
13923 * net/tramp.el (tramp-debug-message): Print also microseconds.
13925 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
13927 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13929 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13930 (tramp-get-debug-buffer): Change `outline-regexp' according to new
13933 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13934 (tramp-get-file-property): Use it.
13936 * autorevert.el (auto-revert-handler): Allow
13937 `auto-revert-tail-mode' for remote files.
13939 2009-08-02 Jason Rumney <jasonr@gnu.org>
13941 * minibuffer.el (read-file-name): Treat confirm options to
13942 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
13944 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13946 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13947 (font-lock-variable-name-face, font-lock-constant-face): Darken
13948 the colors for light backgrounds.
13950 2009-08-01 Eli Zaretskii <eliz@gnu.org>
13952 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13953 month names. (Bug#3987)
13955 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
13957 * simple.el (line-move-finish): Pass whole number to
13958 line-move-to-column.
13959 (line-move-visual): Perform hscroll to the recorded position.
13961 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
13963 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13965 2009-07-29 Alan Mackenzie <acm@muc.de>
13967 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13969 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
13971 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13972 (gdb-place-breakpoints): Use full path when setting breakpoints.
13974 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
13976 * calc/calc.el (calc-mode-map): Add keybinding for
13977 `calc-transpose-lines'.
13979 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
13981 * calc/calc-misc.el (calc-transpose-lines): New function.
13983 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
13985 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13986 Simplify check for out-of-band methods.
13987 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13988 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
13990 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
13992 * vc-git.el (vc-git-checkin): Fix typo.
13994 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
13996 * progmodes/js2-mode.el: New file.
13998 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
14000 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
14001 (gud-menu-map): Adjust tooltip accordingly.
14003 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14005 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
14006 (vc-bzr-log-view-mode): Adjust log-view-file-re.
14008 * add-log.el (change-log-mode-map): Add a menu.
14010 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
14012 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
14013 function returns nil.
14014 (dbus-handle-event): Handle special return value :ignore.
14015 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
14017 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
14019 * view.el (view-mode-enable): Don't define Helper-return-blurb if
14022 2009-07-25 Eli Zaretskii <eliz@gnu.org>
14026 * w32-vars.el (x-select-enable-clipboard): Doc fix.
14028 * term/pc-win.el (x-display-name, x-colors)
14029 (x-select-enable-clipboard, x-select-text): Doc fix.
14031 * term/common-win.el (x-display-name, x-colors): Doc fix.
14033 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14034 (xw-defined-colors): Doc fix.
14036 * w32-fns.el (x-select-text, x-setup-function-keys)
14037 (x-get-selection, x-set-selection): Doc fix.
14039 * term/x-win.el (x-select-text, x-setup-function-keys)
14040 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14042 * select.el (x-set-selection): Doc fix.
14044 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
14046 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14047 instead of "IsNSSSupportAvailable". Avahi ought to work also when
14048 "IsNSSSupportAvailable" method is not available. Reported by
14049 Steve Youngs <steve@sxemacs.org>.
14051 2009-07-24 Kenichi Handa <handa@m17n.org>
14053 * international/characters.el: Fix setting of category ?C, ?|, ?K,
14054 and ?H. Fix setting of case for Latin Extended and Greek Extended.
14055 (build-unicode-category-table): Fix range checks.
14057 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
14059 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14060 the buffer we try to sync is current when calling
14063 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14064 not show up to date files.
14066 2009-07-24 Glenn Morris <rgm@gnu.org>
14068 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14069 Add autoload cookies. If necessary, initialize.
14070 (elint-log): Handle non-file buffers.
14071 (elint-initialize): Add optional argument to reinitialize.
14072 (elint-find-builtin-variables): Save excursion.
14074 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
14076 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14079 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14081 * vc.el (vc-print-log-internal): New function, split out from ...
14082 (vc-print-log): ... here.
14083 (vc-dir-move-to-goal-column): Declare.
14085 * vc-git.el (vc-git-add-signoff): New variable.
14086 (vc-git-checkin): Use it.
14087 (vc-git-toggle-signoff): New function.
14088 (vc-git-extra-menu-map): Bind it to menu.
14089 (vc-git--run-command-string): Accept a nil FILE argument.
14090 (vc-git-stash-list): New function.
14091 (vc-git-dir-extra-headers): Use it.
14093 2009-07-23 Glenn Morris <rgm@gnu.org>
14095 * help-fns.el (describe-variable): Describe ignored and risky local
14096 variables in a similar way to that in which we describe safe ones.
14098 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14099 (byte-compile-output-file-form, byte-compile-output-docform)
14100 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14101 Give some more local variables with common names a "bytecomp-" prefix,
14102 so as not to shadow things during compilation.
14103 * emacs-lisp/cl-macs.el (load-time-value)
14104 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14105 `outbuffer' to `bytecomp-outbuffer'.
14107 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14108 since the next two variables cover them automatically now.
14109 (elint-builtin-variables, elint-autoloaded-variables): New.
14110 (elint-unknown-builtin-args): Remove all members, since they can be
14111 parsed automatically now.
14112 (elint-extra-errors): New.
14113 (elint-env-add-env, elint-env-add-macro): Use cadr.
14114 (elint-current-buffer): Use or. Change final message.
14115 (elint-get-top-forms): Use line-end-position.
14116 (elint-init-env): Use cadr. Handle autoload, declare-function,
14118 (elint-add-required-env): Doc fix. Use or. Standardize error.
14119 (regexp-assoc): Remove unused function.
14120 (elint-top-form): Set elint-current-pos, to record the start of the
14121 top-level form, for compilation-mode.
14122 (elint-form): Trap errors in macro expansion. Use dolist.
14123 (elint-unbound-variable): Use elint-builtin-variables and
14124 elint-autoloaded-variables.
14125 (elint-get-args): Use cadr, or.
14126 (elint-check-cond-form): Use dolist, cadr.
14127 (elint-check-condition-case-form): Doc fix. Use cadr.
14128 Use elint-extra-errors.
14129 (elint-log): New function.
14130 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14131 Distinguish errors and warnings.
14132 (elint-log-message): Use with-current-buffer. Inhibit read-only.
14133 Use a bytecomp-style format.
14134 (elint-clear-log): Preserve default-directory. Inhibit read-only.
14135 (elint-get-log-buffer): Use compilation mode. Disable undo.
14136 Don't truncate lines.
14137 (elint-initialize): Set builtin and autoloaded variable lists.
14138 Only process elint-unknown-builtin-args if non-nil.
14139 (elint-find-builtin-variables, elint-find-autoloaded-variables):
14141 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
14143 2009-07-22 Kevin Ryde <user42@zip.com.au>
14145 * net/newst-backend.el (newsticker--parse-atom-1.0)
14146 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14147 (newsticker--parse-rss-1.0):
14148 * progmodes/idlwave.el (idlwave-mode):
14149 * progmodes/idlw-shell.el (idlwave-shell-mode):
14150 * progmodes/vera-mode.el (vera-mode):
14151 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14152 * progmodes/vhdl-mode.el (vhdl-mode):
14153 * textmodes/table.el (table-generate-source)
14154 (table--warn-incompatibility):
14155 Hyperlink urls in docstrings with URL `...'.
14157 2009-07-22 Glenn Morris <rgm@gnu.org>
14159 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14160 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14161 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14162 Remove leading * from defcustom docs.
14164 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
14166 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14168 (list-load-path-shadows): Optionally, just return shadows as a string.
14170 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14172 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
14174 * mail/rmailedit.el (rmail-edit-mode): Use
14175 auto-save-include-big-deletions.
14177 * mail/rmail.el (rmail-variables): Use
14178 auto-save-include-big-deletions.
14180 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14183 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
14185 * calc/calc.el (calc-undo-length): New variable.
14186 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14188 2009-07-21 Richard Stallman <rms@gnu.org>
14190 * files.el (auto-save-mode): Handle buffer-save-size = -2
14193 2009-07-21 Glenn Morris <rgm@gnu.org>
14195 * textmodes/ispell.el (ispell-looking-back): Update declaration.
14197 * calendar/todo-mode.el (calendar-current-date): Update declaration.
14199 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14200 silence compiler. Instead...
14201 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14202 (ps-print-ensure-fontified): Update for above function name changes.
14204 * printing.el (pr-mh-get-msg-num, pr-mh-show)
14205 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14206 silence compiler. Instead...
14207 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14208 (mh-show-buffer): Only define for compiler.
14209 (pr-mh-current-message): Update for above function name changes.
14211 * files.el (abort-if-file-too-large): Explicitly pass `filename'
14213 (find-file-noselect, insert-file-1): Update for above change.
14215 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14217 * mail/mailclient.el (mailclient-send-it): Fix message.
14219 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14220 (edebug-eval): Check cl-debug-env is bound.
14221 (print-level, print-circle): Don't redefine built-in variables.
14223 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14224 (custom-print-vectors): Remove old comments from doc.
14226 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14227 (emerge-version): Make the variable an obsolete alias for the
14228 emacs-version variable. Make the function obsolete.
14229 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14230 Emerge options, rather than merging in into the main Options menu.
14231 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
14232 and auto advance modes. Disable edit/fast items when not relevant.
14234 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14236 * term/vt420.el (terminal-init-vt420): Fix typo.
14238 2009-07-20 Sam Steingold <sds@gnu.org>
14240 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14241 variable (removed from compile.el on 2004-03-11).
14243 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
14245 * files.el (hack-local-variables-filter): Fix last change.
14247 2009-07-19 Juri Linkov <juri@jurta.org>
14249 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14250 (dir-local-variables-alist): New buffer-local variable.
14251 (hack-local-variables-filter): If variable is not dir-local,
14252 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14253 because file-local overrides dir-local.
14254 (c-postprocess-file-styles) <declare-function>:
14255 Remove obsolete declaration.
14256 (hack-dir-local-variables): Add dir-local variable/value pair to
14257 `dir-local-variables-alist' and remove duplicates. Doc fix.
14259 * help-fns.el (describe-variable): Add information about
14260 file-local and dir-local variables.
14262 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
14264 * files.el (hack-local-variables-filter): Rewrite.
14266 2009-07-19 Glenn Morris <rgm@gnu.org>
14268 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14269 Silence compiler by only defining on XEmacs.
14271 * international/mule.el (auto-coding-regexp-alist): Only match
14272 BABYL... at the start of buffer, not of lines. (Bug#3790)
14274 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14275 non-calendar buffers (Bug#3862). Restore "not on a date" message.
14276 (cal-menu-context-mouse-menu): Doc fix.
14278 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14280 * simple.el (mail-user-agent): Doc fix. Set :version tag.
14282 2009-07-18 Juri Linkov <juri@jurta.org>
14284 * info.el: Virtual Info keyword finder.
14285 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14286 (Info-finder-file): New variable.
14287 (Info-finder-find-file): New function.
14288 (finder-known-keywords, finder-package-info)
14289 (find-library-name, lm-commentary): Use defvar and
14290 declare-function to silence compiler warnings.
14291 (Info-finder-find-node): New function.
14292 (info-finder): New command.
14294 * subr.el (process-kill-buffer-query-function): New function.
14295 (add-hook)<kill-buffer-query-functions>: Add hook
14296 `process-kill-buffer-query-function'.
14298 2009-07-18 Alan Mackenzie <acm@muc.de>
14300 * progmodes/cc-mode.el (c-before-hack-hook)
14301 (c-postprocess-file-styles): Give invocation of `c-set-style'
14302 DONT-OVERRIDE parameter of t. Already set style variables will
14303 thus not be overridden by style settings given by `c-file-syle'.
14305 * files.el (hack-local-variables-filter): Remove entries with
14306 duplicate keys from `file-local-variables-alist'.
14308 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14310 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14311 x-set-selection if display-selections-p returns nil for the
14314 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
14316 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14318 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14320 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14321 Accept nil in addition to a regexp.
14322 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14323 Accept nil in addition to a regexp.
14324 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14325 buffers that have an associated file. Handle nil values of
14326 desktop-buffers-not-to-save and desktop-files-not-to-save.
14329 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14330 (x-disown-selection-internal): New functions.
14332 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
14334 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14336 (gdb-breakpoints-header): Move forward to avoid compiler warning.
14337 (gdb-make-header-line-mouse-map): Remove duplicate definition.
14339 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
14341 * simple.el (set-mark): Revert last change.
14343 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
14345 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14346 rendering of pngs is not possible instead of messaging a long
14349 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
14351 * w32-fns.el (x-selection-owner-p): New function.
14353 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14354 (mouse-yank-at-click, mouse-yank-primary): If
14355 select-active-regions is non-nil, deactivate the mark before
14358 * simple.el (deactivate-mark, set-mark): Only save selection if we
14361 2009-07-17 Kenichi Handa <handa@m17n.org>
14363 * case-table.el (describe-buffer-case-table): Fix for the case
14364 that KEY is a cons.
14366 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14368 * vc-rcs.el (vc-rcs-find-file-hook):
14369 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14371 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
14373 * net/tramp.el (tramp-wait-for-output): Handle the case when
14374 commands do not return a newline but a null byte before the shell
14377 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14379 * term/ns-win.el (ns-set-alpha): Don't declare.
14380 (ns-set-background-alpha): Remove function.
14382 2009-07-16 Kevin Ryde <user42@zip.com.au>
14384 * emacs-lisp/copyright.el (copyright-update): Save match-data across
14385 y-or-n-p, for safety.
14387 2009-07-16 Richard Stallman <rms@gnu.org>
14389 * files.el (auto-save-mode): If buffer-saved-size is -2,
14392 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14393 (rmail-retry-ignored-headers): Add more uninteresting fields.
14395 2009-07-15 Jari Aalto <jari.aalto@cante.net>
14397 * net/rcirc.el (rcirc): Use history variables.
14398 (rcirc-server-name-history, rcirc-nick-name-history)
14399 (rcirc-server-port-history): New variables.
14401 2009-07-15 Kenichi Handa <handa@m17n.org>
14403 * international/mule-cmds.el (set-language-environment-charset):
14404 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14407 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14408 Delete unibyte-display.
14410 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14412 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14414 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14416 * simple.el (deactivate-mark): Optional argument FORCE.
14417 (set-mark): Use deactivate-mark.
14419 * info.el (Info-search): No need to check transient-mark-mode
14420 before calling deactivate-mark.
14422 * select.el (x-set-selection): Doc fix.
14423 (x-valid-simple-selection-p): Allow buffer values.
14424 (xselect--selection-bounds): Handle buffer values. Suggested by
14425 David De La Harpe Golden.
14427 * mouse.el (mouse-set-region, mouse-drag-track): Call
14428 copy-region-as-kill before setting the mark, to let
14429 select-active-regions work.
14431 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
14433 * simple.el (deactivate-mark): If select-active-regions is
14434 non-nil, copy the selection data into a string.
14435 (activate-mark): If select-active-regions is non-nil, set the
14436 selection to the current buffer.
14437 (set-mark): Update selection if select-active-regions is non-nil.
14439 * select.el (x-valid-simple-selection-p): Allow buffer values.
14441 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
14443 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14444 and more featureful message-mode.
14446 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
14448 * select.el (x-set-selection): Doc fix.
14449 (x-valid-simple-selection-p): Disallow selection data consisting
14450 of a list or cons of integers, since that is not used.
14451 (xselect--selection-bounds, xselect--int-to-cons): New functions.
14452 (xselect-convert-to-string, xselect-convert-to-length)
14453 (xselect-convert-to-filename, xselect-convert-to-charpos)
14454 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14456 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
14458 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14459 output in -break-info command (Emacs bug #3794).
14461 2009-07-14 Glenn Morris <rgm@gnu.org>
14463 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14464 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14465 (edebug-print-length, edebug-print-level, edebug-print-circle)
14466 (edebug-sit-for-seconds, edebug-view-outside)
14467 (edebug-bounce-point, edebug-set-global-break-condition)
14468 (edebug-Go-nonstop-mode, edebug-trace-mode)
14469 (edebug-Trace-fast-mode, edebug-continue-mode)
14470 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14471 (edebug-visit-eval-list): Doc fixes.
14473 * subr.el (def-edebug-spec): Doc fix.
14475 2009-07-14 Kenichi Handa <handa@m17n.org>
14477 * international/characters.el: Fix setting of category ?C.
14479 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
14481 * term/ns-win.el (x-select-font): defalias x-select-font to
14482 ns-popup-font-panel instead of generate-fontset-menu.
14484 2009-07-12 Eli Zaretskii <eliz@gnu.org>
14486 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
14488 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
14490 * arc-mode.el (archive-find-type): Allow for a PK00 string before
14491 the PK\003\004 header (Bug#3770).
14493 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
14495 * pcomplete.el (pcomplete-comint-setup): Check for
14496 shell-dynamic-complete-filename too.
14498 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
14500 * simple.el (temporary-goal-column): Change the value for
14501 line-move-visual to a cons cell.
14502 (line-move-visual): Record or set the window hscroll, if
14503 necessary (Bug#3494).
14504 (line-move-1): Handle cons value of temporary-goal-column.
14506 2009-07-11 Kenichi Handa <handa@m17n.org>
14508 * international/mule-diag.el (describe-character-set): Don't show
14511 2009-07-10 Sam Steingold <sds@gnu.org>
14513 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14514 Omake sometimes indents the errors it prints, so allow all
14515 regexps to start with spaces.
14517 2009-07-10 Eli Zaretskii <eliz@gnu.org>
14519 * cus-edit.el (customize-changed-options-previous-release):
14520 Bump value to 22.1. (Bug#3804)
14522 2009-07-08 Sam Steingold <sds@gnu.org>
14524 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14525 to be a cons cell (test . ignored-directory) to selectively ignore
14526 some directories depending on the location of the search.
14528 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
14530 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14531 remote user is root, on the local host.
14532 (tramp-local-host-p): Either the local user or the remote user
14533 must be root. (Bug#3771)
14535 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14537 * progmodes/gdb-mi.el (gdb): Remove description of
14538 gdb-use-separate-io-buffer.
14539 (menu): Don't allow toggling of or enable
14540 gdb-use-separate-io-buffer from menubar.
14542 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14544 * mail/unrmail.el (unrmail): Make sure the message ends with two
14545 newlines (Bug#3769).
14547 2009-07-08 Glenn Morris <rgm@gnu.org>
14549 * calendar/calendar.el (calendar-current-date): Rework previous change.
14551 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
14553 * calendar/calendar.el (calendar-current-date):
14554 Add an optional argument giving an offset from today.
14556 2009-07-08 Glenn Morris <rgm@gnu.org>
14558 * tutorial.el (tutorial--describe-nonstandard-key):
14559 Adjust the message for when a key has been unbound.
14560 (help-with-tutorial): Hide the arch-tag.
14562 2009-07-08 Kenichi Handa <handa@m17n.org>
14564 * international/fontset.el (setup-default-fontset): For each
14565 script, append (not set) font-specs.
14567 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14570 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14572 * progmodes/gdb-mi.el (gdb-init-1): Move sending
14573 -data-list-register-names to ...
14574 (gdb-starting): ... here because GDB 7.0 requires execution to
14575 have started when using this MI command.
14576 (gdb-set-header): New function to distinguish select and
14577 unselected tabs in gdb buffers.
14578 (gdb-propertize-header): New macro that uses gdb-set-header.
14579 (gdb-breakpoints-header, gdb-locals-header): Use it.
14580 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14582 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
14584 * Makefile.in (ELCFILES): Remove fadr.elc.
14586 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
14588 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14589 may contain frame information, so `string-match' should be used.
14590 (gdb-update): Disassembly is invalidated through
14591 `gdb-get-selected-frame'.
14592 (gdb-pad-string): New function to pad string with spaces.
14593 (gdb-invalidate-disassembly): Invalidate only if the buffer
14595 (gdb-disassembly-handler-custom): Column alignment.
14596 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14598 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14600 (gdb-frame-handler): Match convention to for disassembly buffer
14602 (gdb-stack-list-frames-handler): Rewritten without regexps.
14603 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14604 not highlight breakpoints without line information.
14605 (gdb-input): Add trailing newline to command.
14607 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14609 (gdb-breakpoints-list-handler-custom): Replacement for
14610 `gdb-break-list-handler'. Using real parser instead of regexps
14612 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14613 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14614 to place breakpoints.
14615 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14617 (gdb-disassembly-handler-custom): Show overlay arrow.
14618 (gdb-disassembly-place-breakpoints): Show breakpoints in
14619 disassembly buffer.
14620 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14621 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14622 instead of parsing breakpoints buffer. Fixed old menu references
14627 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14628 (gdb-memory-address): New variable which holds top address of
14629 memory page shown in memory buffer.
14630 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14631 customization variables.
14633 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14634 display the memory buffer.
14635 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14636 buffer display parameters.
14637 (def-gdb-memory-format, gdb-memory-format-binary)
14638 (gdb-memory-format-octal, gdb-memory-format-unsigned)
14639 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14640 Functions for setting memory buffer format.
14641 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14642 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14643 unit size used in memory buffer.
14644 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14645 to next/previous page of memory buffer.
14646 Now using (bindat-get-field) instead of fadr functions.
14648 2009-07-07 Sam Steingold <sds@gnu.org>
14650 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14651 non-top-level files.
14653 2009-07-07 Kenichi Handa <handa@m17n.org>
14655 * international/mule-cmds.el (reset-language-environment): Put
14656 the highset priority to the charset iso-8859-1.
14658 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14660 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14661 to the end of the line when locating the block (Bug#700).
14663 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
14665 * net/tramp.el (tramp-handle-write-region): Flush file properties
14666 in case of short track.
14668 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
14670 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14671 Coded custom representation of verilog error regular expressions
14672 to work with Emacs-22's new format.
14673 (verilog-error-regexp-xemacs-alist): Coded custom representation
14674 of verilog error regular expressions to work with XEmacs format.
14675 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14676 error recognition into XEmacs.
14677 (verilog-error-regexp-add-emacs): Hook routine to install verilog
14678 error recognition into Emacs-22.
14680 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14682 * woman.el: Remove stand-alone closing parentheses.
14683 (woman-file-name, woman2-format-paragraphs)
14684 (woman-leave-blank-lines): Code cleanup.
14685 (woman-use-own-frame): Change default to nil.
14686 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14687 defaults to inherit from default faces.
14688 (woman2-process-escapes): Consume the newline after a stand-alone
14689 filler character (Bug#3651).
14691 2009-07-06 Glenn Morris <rgm@gnu.org>
14693 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14694 (top-level): Move provide to the end.
14695 (ffap): Remove defunct URL from custom group.
14697 * subr.el (eval-after-load): Doc fix.
14699 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
14701 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14702 `calc-embedded-word' is called twice.
14704 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14706 * files.el (find-alternate-file-other-window, find-alternate-file):
14707 Obey confirm-nonexistent-file-or-buffer.
14709 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
14711 * dired-aux.el (dired-show-file-type): Handle remote files.
14713 2009-07-05 Jari Aalto <jari.aalto@cante.net>
14715 * desktop.el (desktop-globals-to-save):
14716 Add file-name-history (Bug#2750).
14718 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
14720 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14722 2009-07-04 Johan Bockgård <bojohan@gnu.org>
14724 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14725 property on entire argument since this is what eshell-lisp-command
14728 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
14730 * net/tramp-gvfs.el (tramp-gvfs-methods)
14731 (tramp-gvfs-zeroconf-domain)
14732 (tramp-bluez-discover-devices-timeout): Add version flag.
14733 (tramp-gvfs-handler-mounted-unmounted)
14734 (tramp-gvfs-connection-mounted-p): Polish handling of
14735 incompatibilities between GVFS 0.2 and 1.0.
14737 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
14739 * cus-start.el (all): Add make-pointer-invisible.
14741 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
14743 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14744 formatted correctly.
14746 2009-07-02 Juri Linkov <juri@jurta.org>
14748 * info.el: Virtual Info files and nodes.
14749 (Info-virtual-files, Info-virtual-nodes): New variables.
14750 (Info-current-node-virtual): New variable.
14751 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14753 (Info-file-supports-index-cookies): Use Info-virtual-file-p
14754 to check for a virtual file instead of checking a fixed list
14756 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14757 instead of ad-hoc processing of "dir" and (apropos history toc).
14758 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14759 instead of ad-hoc processing of "dir" and (apropos history toc).
14760 Reread a file when moving from a virtual node.
14761 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14762 (Info-directory-toc-nodes, Info-directory-find-file)
14763 (Info-directory-find-node): New functions.
14764 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14765 (Info-history): Move part of code to
14766 `Info-history-find-node'.
14767 (Info-history-toc-nodes, Info-history-find-file)
14768 (Info-history-find-node): New functions.
14769 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14770 (Info-toc): Move part of code to `Info-toc-find-node'.
14771 (Info-toc-find-node): New function.
14772 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
14773 the current Info file name to references because now the node
14774 "*TOC*" belongs to the same Info manual.
14775 (Info-toc-build): Rename from `Info-build-toc'.
14776 (Info-toc-nodes): Rename input argument `file' to `filename'.
14777 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14778 instead of ad-hoc processing of ("dir" apropos history toc).
14779 (Info-index-nodes): Use Info-virtual-file-p
14780 to check for a virtual file instead of checking a fixed list
14782 (Info-index-node): Add check for `Info-current-node-virtual'.
14783 Raise `save-match-data' higher up the tree to contain
14784 `search-forward' too (bug fix).
14785 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14786 (Info-virtual-index-nodes): New variable.
14787 (Info-virtual-index-find-node, Info-virtual-index): New functions.
14788 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14789 (Info-apropos-file, Info-apropos-nodes): New variables.
14790 (Info-apropos-toc-nodes, Info-apropos-find-file)
14791 (Info-apropos-find-node, Info-apropos-matches): New functions.
14792 (info-apropos): Move part of code to `Info-apropos-find-node' and
14793 `Info-apropos-matches'.
14794 (Info-mode-map): Bind "I" to `Info-virtual-index'.
14795 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14796 for a virtual file instead of checking a fixed list of node names.
14798 * simple.el (async-shell-command): New command.
14800 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14802 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14803 instead of `mount-info'.
14805 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
14807 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14808 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14810 2009-07-02 Kenichi Handa <handa@m17n.org>
14812 * international/mule.el (set-keyboard-coding-system): Force *-unix
14813 coding-system to avoid eol conversion.
14815 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
14817 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14818 Add handler for `process-file', `shell-command' and
14819 `start-file-process'.
14820 (tramp-gvfs-handle-shell-command)
14821 (tramp-gvfs-handle-start-file-process)
14822 (tramp-gvfs-handle-process-file): New defuns.
14823 (tramp-synce-list-devices): Simplify check for existence of property.
14825 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
14827 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14829 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
14831 * language/korean.el (set-language-info-alist): Add korean-cp949,
14834 2009-07-01 Kenichi Handa <handa@m17n.org>
14836 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14838 * international/encoded-kb.el: Deleted.
14840 * international/mule.el (set-keyboard-coding-system): Perform the
14841 necessary setup here instead of calling encoded-kbd-setup-display.
14843 2009-07-01 Glenn Morris <rgm@gnu.org>
14845 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14847 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
14849 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
14851 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
14853 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14854 Handle also the 'rename case, when setting file modes. (Bug#3712)
14855 (tramp-default-file-modes): Remove execute permissions.
14857 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14858 (top): Add a default for "synce" in `tramp-default-user-alist'.
14859 Add completion function for "synce" method.
14860 (tramp-hal-service, tramp-hal-path-manager)
14861 (tramp-hal-interface-manager, tramp-hal-interface-device):
14863 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14864 (tramp-synce-list-devices, tramp-synce-parse-device-names):
14867 * net/trampver.el: Update release number.
14869 2009-06-30 Kenichi Handa <handa@m17n.org>
14871 * international/fontset.el (setup-default-fontset): Add CJK fonts
14872 for symbols and the other miscellaneous characters.
14874 * language/korea-util.el (setup-korean-environment-internal):
14875 Make char-width-table suitable for Korean environments.
14876 (exit-korean-environment): Cancel above.
14878 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14879 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14880 setup-function to make char-width-table suitable for respective
14881 environments, and an exit-function to cancel that.
14883 * language/japan-util.el (setup-japanese-environment-internal):
14884 Call use-cjk-char-width-table with arg `ja_JP'.
14886 * international/characters.el (cjk-char-width-table): Delete it.
14887 (cjk-char-width-table-list): New variable.
14888 (use-cjk-char-width-table): New arg local-name.
14889 (use-default-char-width-table): Fix for the case that Emacs is
14890 already using the default char-width-table.
14892 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
14894 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14895 modes mandatory. (Bug#3712)
14897 2009-06-29 Alan Mackenzie <acm@muc.de>
14899 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14900 correction between the visible width of TABs and their number of bytes.
14902 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
14904 * server.el (server-buffer-done): Prevent kill-buffer from
14905 prompting by clearing the buffer modification flag (Bug#3696).
14907 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
14909 * progmodes/verilog-mode.el (verilog-beg-of-statement)
14910 (verilog-endcomment-reason-re): Support unique case and priority case.
14911 (verilog-basic-complete-re): Support localparam lineup.
14912 (verilog-beg-of-statement-1): Fix for robustness, unique case.
14913 (verilog-set-auto-endcomments): Fix for unique case, always_comb
14915 (verilog-leap-to-case-head): Now support *nested* unique &
14916 priority case statements.
14917 (verilog-auto-lineup): Make just declarations the default (as it
14919 (verilog-leap-to-case-head): Support priority/unique case statements.
14920 (verilog-auto-lineup): Rework to give users radio buttons to
14921 select the various styles of automatic lineup.
14922 (verilog-error-regexp-alist): Rework to support the XEmacs style
14923 of error regular expressions from compilers, lint tools &
14924 simulators. Note that GNU Emacs has made it impossible for a mode
14925 to load such things.
14926 (electric-verilog-terminate-line, verilog-indent-declaration)
14927 (verilog-auto-wiure): Rework for radio button selection of
14928 auto-lineup selection of specification of auto lineup.
14929 (verilog-beg-of-statement-1): Redesign to support proper operation
14930 in additional code, based on testing with auto-lineup.
14931 (verilog-calculate-indent, assignments & declarations)
14932 (verilog-backward-token): Enhance to support auto-lineup of
14933 assignments & declarations.
14934 (verilog-in-directive-p, verilog-at-struct-p): New function for
14935 easy test of whether we are.
14936 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14937 to support safe execution at almost anyline.
14938 (verilog-calc-1): Properly support indenting deep inside generate
14940 (verilog-init-font): Remove definition & use of verilog-init-font,
14941 as it is redundant with font-lock-defaults.
14942 (verilog-mode): Alter the definition of verilog-font-lock-defaults
14943 to avoid circular calls if syntax-ppss is a function (as is the
14944 case now in 22.x GNU Emacs) as that function would sometimes call
14945 itself, leading to (nearly) infinite recursion.
14946 (verilog-ovm-begin-re, verilog-ovm-end-re)
14947 (verilog-ovm-statement-re, verilog-leap-to-head)
14948 (verilog-backward-token): Add support for OVM macros. Some are
14949 complete statements, and others open and close scopes like begin
14951 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14952 (verilog-defun-level-generate-only-re): Really fix the defun-list
14954 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14955 coverpoint, constraint and cross statements.
14956 (verilog-defun-level-list, verilog-generate-defun-level-list)
14957 (verilog-all-defun-level-list): Redo these specifications - it is
14958 too hard to support eval-when compile aggregation of lists also
14959 built at when-compile time.
14960 (verilog-defun-level-list): Place defconsts of variables used in
14961 building regular expressions which are built in eval-when-compile
14962 bodies in the same eval-when-compile body to facilitate compile
14964 (verilog-beg-block-re-ordered): Support indenting
14965 virtual/protected tasks and functions.
14966 (verilog-defun-level-list, verilog-in-generate-region-p)
14967 (verilog-backward-ws&directives, verilog-calc-1): Speed up
14968 indentation of some module items (generate items).
14969 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14970 across virtual/protected tasks and functions.
14972 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
14974 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14975 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
14976 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14977 in concatenations. Reported by Yishay Belkind.
14978 (verilog-auto-ascii-enum): Support one-hot state machines in
14979 AUTOASCIIENUM. Suggested by Lloyd Gomez.
14980 (verilog-auto-inst, verilog-auto-inst-port): Include interface
14981 modport in AUTOINST and add vl-modport for users. Reported by
14983 (verilog-auto-inout-module, verilog-auto-inst)
14984 (verilog-decls-get-interfaces, verilog-insert-definition)
14985 (verilog-insert-one-definition, verilog-read-decls)
14986 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14987 (verilog-sig-modport, verilog-signals-combine-bus)
14988 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14989 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14990 Suggested by David Rogoff.
14991 (verilog-repair-open-comma): Fix non-insertion of comma when
14992 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
14993 (verilog-make-width-expression): Simplify [A-1:0] expression
14994 widths to just {A{1'b0}}.
14995 (verilog-mode): Cleanup checkdoc warnings.
14996 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14997 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14998 inputs/outputs or data type. Suggested by Vasu Kandadi.
14999 (next-error-last-buffer): Fix byte-compiler warning.
15000 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
15001 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
15002 or shell command text during AUTO expansion. Suggested by Tad Truex.
15003 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
15004 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
15005 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
15006 in AUTOINOUT. Reported by Matthew Lovell.
15007 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
15008 causing use of <= assignments. Reported by Alex Reed.
15009 (verilog-read-decls): Fix triand, trior, wand, wor to be
15010 recognized by AUTOWIRE. Reported by Spencer Isaacson.
15011 (verilog-extended-complete-re): Support import "DPI-C" functions.
15012 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
15013 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
15014 (verilog-insert-date, verilog-insert-year)
15015 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
15016 Windows systems. Reported by Michael Potts.
15017 (verilog-read-module-name): Fix AUTOINST when the child module
15018 declaration's name is a tick define. Reported by Elliot Mednick.
15019 (verilog-read-decls): Fix V2K parameter bit subscripts getting
15020 passed to next parameter's definition. Reported by Bruce T.
15021 (verilog-read-decls): Fix detecting "parameter int" when using
15022 AUTOINSTPARAM. Reported by Bruce T.
15023 (verilog-goto-defun): Fix goto not finding modules unless first
15024 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
15025 (verilog-mode): Expand -f flag arguments on entry to mode so
15026 verilog-goto-defun will work. Reported by Lawrence Butcher.
15027 (verilog-getopt): Expand environment variables in -f file
15028 arguments. Suggested by Lawrence Butcher.
15029 (verilog-set-define): Fix "Symbol's value as variable is void"
15030 when reading enumerations.
15031 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15032 Suggested by Stephen Peltan.
15033 (verilog-read-defines): Fix reading of enumerations in include
15034 files. Reported by Steve Peltan.
15036 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15038 * files.el (trash-directory): Fix defcustom type.
15040 2009-06-28 Juri Linkov <juri@jurta.org>
15042 * help-fns.el (describe-function-1): Correctly locate adviced
15043 functions in hyperlink (Bug#2438).
15045 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
15047 * files.el (trash-directory): Change default to nil.
15048 (move-file-to-trash): If trash-directory is nil and
15049 system-move-file-to-trash is unbound, perform freedesktop-style
15052 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15054 * files.el (move-file-to-trash): Add freedesktop trash
15057 2009-06-28 Glenn Morris <rgm@gnu.org>
15059 * autorevert.el (global-auto-revert-non-file-buffers)
15060 (global-auto-revert-mode): Doc fixes.
15062 2009-06-27 Johan Bockgård <bojohan@gnu.org>
15064 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15066 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
15068 * faces.el (x-handle-named-frame-geometry): Ensure that we have
15069 opened an X connection before calling x-get-resource (Bug#3194).
15071 * play/doctor.el: Remove reference to obsolete website.
15072 (make-doctor-variables): Correct grammar mistake (Bug#2633).
15074 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15076 Remove find-file-not-found-hook VC method. (Bug#2757)
15077 * vc-hooks.el (vc-file-not-found-hook)
15078 (vc-default-find-file-not-found-hook): Remove functions.
15079 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15080 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15083 * vc-git.el: Do not mention find-file-not-found-hook VC method.
15085 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
15087 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15088 compatibility function for `looking-back'.
15090 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15091 Use `ispell-looking-back'.
15093 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
15095 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15096 rather than `filename'.
15098 2009-06-23 Miles Bader <miles@gnu.org>
15100 * face-remap.el (text-scale-set): New function.
15102 2009-06-23 Glenn Morris <rgm@gnu.org>
15104 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15106 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15108 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15110 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15112 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15113 Simplify Persian conditionals.
15115 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15116 variable `filename'.
15118 * comint.el (comint-insert-input): Doc fix.
15120 * Makefile.in (ELCFILES): Fix typo in previous change.
15122 2009-06-23 Miles Bader <miles@gnu.org>
15124 * cus-start.el: Add entry for `recenter-redisplay'.
15126 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15128 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15129 Add an optional argument for the backend, use it instead of
15130 calling vc-backend.
15131 (vc-mode-line): Add an optional argument for the backend.
15132 Pass the backend to vc-state and vc-working-revision. Move code for
15133 special handling for vc-state being a buffer to ...
15135 * vc-rcs.el (vc-rcs-find-file-hook):
15136 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
15138 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15139 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15140 vc-stay-local-p and vc-mode-line calls.
15142 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15143 (vc-cvs-diff, vc-cvs-annotate-command)
15144 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15145 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15146 vc-mode-line calls.
15148 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15150 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15151 backend when calling vc-mode-line.
15152 (vc-register): Do not create a closure for calling the vc register
15153 function, call it directly.
15155 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15157 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15158 to make it obvious item can be clicked.
15160 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15162 2009-06-23 Kenichi Handa <handa@m17n.org>
15164 * language/korea-util.el (korean-key-bindings): Change the binding
15165 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
15168 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
15170 Sync with Tramp 2.1.16.
15172 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15174 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
15175 when a loading of a package fails. Completion function for rsync
15176 is `tramp-completion-function-alist-ssh'.
15177 (all): Replace all calls of `split-string' and
15178 `tramp-split-string' by `tramp-compat-split-string'.
15179 (tramp-default-method): Use `tramp-compat-process-running-p'.
15180 (tramp-default-proxies-alist): Allow also Lisp forms.
15181 (tramp-remote-path): Add choice "Private Directories".
15182 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15183 (tramp-domain-regexp): Allow also "-", "_" and ".".
15184 (tramp-end-of-output): Remove newlines, and add "$" at the end.
15185 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15186 (tramp-debug-message): Insert header line in debug buffer.
15187 (tramp-handle-directory-files-and-attributes-with-stat):
15188 Care about filenames with spaces, or starting with "-".
15189 (tramp-handle-dired-uncache): New defun.
15190 (tramp-handle-insert-directory): Don't flush the directory from
15191 cache, this is handled by `dired-uncache' now.
15192 (tramp-handle-insert-file-contents): Improve error handling.
15193 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15194 Quote `tramp-end-of-output'.
15195 (tramp-action-password): Improve trace message.
15196 (tramp-check-for-regexp): Both echoes must be present, before removing.
15197 (tramp-open-connection-setup-interactive-shell): Trace coding system.
15198 (tramp-compute-multi-hops): Eval cons cells of
15199 `tramp-default-proxies-alist'.
15200 (tramp-maybe-open-connection): Use the same command pattern for
15201 first hop and further hops.
15202 (tramp-wait-for-output): Remove handling of newlines.
15203 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15204 (tramp-split-string): Remove function. It is handled in
15207 * net/tramp-cmds.el (tramp-bug):
15208 Recommend `tramp-cleanup-all-connections' in the bug mail.
15210 * net/tramp-compat.el (tramp-compat-split-string)
15211 (tramp-compat-process-running-p): New defuns.
15213 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15214 for `dired-uncache'.
15216 * net/tramp-gvfs.el: New package.
15218 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15219 Add handler for `dired-uncache'.
15220 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15222 * net/trampver.el: Update release number. Make version check fit
15225 2009-06-22 Jim Meyering <meyering@redhat.com>
15227 Automatically handle .xz suffix (XZ-compressed files), too.
15228 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15229 XZ is the successor to LZMA: <http://tukaani.org/xz/>
15231 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
15232 Nick Roberts <nickrob@snap.net.nz>
15234 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15235 repository (http://sphinx.net.ru/hg/gdb-mi/).
15237 2009-06-22 Glenn Morris <rgm@gnu.org>
15239 * files.el (dir-locals-collect-mode-variables): Allow for any number of
15240 `mode' and `eval' entries. (Bug#3430)
15242 * Makefile.in (ELCFILES): Add fadr.elc.
15244 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15245 differing behavior of \n and ^ in strings. (Bug#3385)
15247 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15249 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15251 (lisp-indent-function): Make it a defcustom.
15253 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
15255 * progmodes/gdb-ui.el: Replace with ...
15256 * progmodes/gdb-mi.el: ... this file.
15257 * progmodes/gud.el: Modify for gdb-mi.el.
15259 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
15261 * fadr.el: New file.
15263 See ChangeLog.14 for earlier changes.
15265 ;; Local Variables:
15269 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
15271 This file is part of GNU Emacs.
15273 GNU Emacs is free software: you can redistribute it and/or modify
15274 it under the terms of the GNU General Public License as published by
15275 the Free Software Foundation, either version 3 of the License, or
15276 (at your option) any later version.
15278 GNU Emacs is distributed in the hope that it will be useful,
15279 but WITHOUT ANY WARRANTY; without even the implied warranty of
15280 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15281 GNU General Public License for more details.
15283 You should have received a copy of the GNU General Public License
15284 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15286 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1