1 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3 Replace completion-base-size by completion-base-position to fix bugs
5 * simple.el (completion-base-position): New var.
6 (completion-base-size): Mark as obsolete.
7 (choose-completion): Make it work for mouse events as well.
8 Pass the new base-position to choose-completion-string.
9 (choose-completion-guess-base-position): New function, extracted from
10 choose-completion-delete-max-match.
11 (choose-completion-delete-max-match): Use it. Make obsolete.
12 (choose-completion-string): Use the new base-position info.
13 (completion-root-regexp): Delete.
14 (completion-setup-function): Preserve completion-base-position.
15 Eliminate obsolete base-size manipulation.
16 * minibuffer.el (display-completion-list): Don't mess with base-size.
17 (minibuffer-completion-help): Set completion-base-position instead.
18 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
20 * textmodes/bibtex.el (bibtex-complete):
21 * emacs-lisp/crm.el (crm--choose-completion-string):
22 Adjust to new calling convention.
23 * complete.el (partial-completion-mode): Use minibufferp to avoid
24 bumping into incompatible change to choose-completion-string-functions.
25 * ido.el (ido-choose-completion-string): Make its calling convention
27 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
28 base-size manipulation.
29 (comint-dynamic-list-input-ring): Use dotimes and push.
30 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
31 fundamental-mode. Use `or'.
33 2009-10-14 Juri Linkov <juri@jurta.org>
35 * misearch.el (multi-isearch-next-buffer-from-list)
36 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
38 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
40 * Makefile.in (compile-onefile): Load `bytecomp' rather than
43 * minibuffer.el (completion-pcm--merge-completions): Make sure the
44 string we return is all made up of text from the completions rather
45 than part from the completions and part from the input (bug#4219).
47 * ido.el (ido-everywhere): Use define-minor-mode.
49 * buff-menu.el (list-buffers, ctl-x-map):
50 Mark the entry points with ;;;###autoload cookies.
53 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
55 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
56 correctly in the detached head case.
57 (vc-git-print-log): Remove unused binding.
59 * vc.el (vc-responsible-backend): When a directory is passed for
60 for registration create a VC repository if no backend is
61 responsible for the directory argument.
62 (vc-deduce-fileset): Tell vc-responsible-backend to register.
64 * vc.el: Move comments about RCS and SCCS ...
66 * vc-sccs.el: ... here, respectively.
68 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
70 * minibuffer.el (completion--file-name-table): Return nil if there's
71 no file completion, even if substitute-in-file-name changed
72 the string (bug#4708).
74 2009-10-13 Juri Linkov <juri@jurta.org>
76 * files-x.el (read-file-local-variable-value): Don't filter out
77 minor modes from mode name completion (bug#4664).
79 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
81 * international/mule-cmds.el (ucs-names): Remove exclusion of
82 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
84 2009-10-13 Kenichi Handa <handa@m17n.org>
86 * international/uni-name.el: Regenerated.
88 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
90 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
91 should be automatically buffer-local, but isn't.)
93 2009-10-12 Sam Steingold <sds@gnu.org>
95 * progmodes/compile.el (compilation-next-error-function): Fix the
96 timestamps if the buffer has been visited before.
98 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
99 non-anchored patterns, like the perl one (bug#3928).
101 2009-10-12 Glenn Morris <rgm@gnu.org>
103 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
106 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
108 * proced.el (proced-unload-function): New function.
110 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
111 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
114 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
116 2009-10-11 Juri Linkov <juri@jurta.org>
118 * files-x.el (read-file-local-variable-value):
119 Provide default value only for bound variables (bug#4664).
121 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
123 * net/tramp.el (tramp-local-host-p): Function shall return nil for
124 connection methods like smb.
126 * net/tramp-cache.el (tramp-flush-connection-property): The hash
129 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
130 (tramp-smb-file-name-handler-alist): Add handlers for
131 `add-name-to-file', `make-symbolic-link'.
132 (tramp-smb-handle-add-name-to-file)
133 (tramp-smb-do-file-attributes-with-stat)
134 (tramp-smb-handle-make-symbolic-link)
135 (tramp-smb-get-cifs-capabilities): New defuns.
136 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
137 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
138 (tramp-smb-handle-file-local-copy)
139 (tramp-smb-handle-make-directory-internal)
140 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
141 The file name syntax depends on cifs capabilities.
142 (tramp-smb-handle-file-attributes):
143 Call `tramp-smb-do-file-attributes-with-stat' if possible.
144 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
145 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
147 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
149 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
150 (eieio-defclass): Apply deftype handler and setf-method properties
152 (eieio-add-new-slot): Avoid union function from cl library.
153 (eieio--typep): New function.
154 (eieio-perform-slot-validation): Use it.
156 2009-10-10 Karl Fogel <kfogel@red-bean.com>
158 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
159 Update documentation to refer to the variables documented in r1.135.
162 2009-10-10 Karl Fogel <kfogel@red-bean.com>
164 * bookmark.el (Info-suffix-list): Remove this unused variable.
165 (bookmark-current-point): Remove this obsolete variable.
166 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
167 Adjust for removal of bookmark-current-point.
169 (bookmarks-already-loaded, bookmark-current-buffer)
170 (bookmark-yank-point): Document. (Bug#4188)
172 2009-10-10 Glenn Morris <rgm@gnu.org>
174 * frame.el (frame-height): Doc fix.
176 * calendar/calendar.el (calendar-split-width-threshold): New option.
177 (calendar-basic-setup): Use calendar-split-width-threshold.
179 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
181 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
182 Use .la for Automake.
184 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
186 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
187 Use "autoreconf -i". Suggested by Andreas Schwab.
189 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
191 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
192 Ideographic Supplement" range (U+1F200..U+1F2FF).
194 2009-10-09 Karl Fogel <kfogel@red-bean.com>
196 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
197 since the list will have been rebuilt anyway. (Bug#4349)
199 2009-10-09 Karl Fogel <kfogel@red-bean.com>
201 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
202 (bookmark-bmenu-execute-deletions): Don't save here, as
203 bookmark-delete will now do so if necessary.
204 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
207 2009-10-09 Glenn Morris <rgm@gnu.org>
209 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
211 2009-10-09 Karl Fogel <kfogel@red-bean.com>
213 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
214 (bookmark-jump-other-window): Just invoke bookmark-jump with new
215 argument now, so the two function's behaviors will match. (Bug#3645)
217 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
219 * cedet/ede/proj.el (project-make-dist, project-compile-project):
221 (ede-proj-dist-makefile): Use expand-file-name instead of concat
222 to expand file names.
224 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
226 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
227 (tramp-file-name-real-host, tramp-file-name-port):
228 Apply `save-match-data.
230 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
231 case both directories are remote.
232 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
233 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
235 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
237 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
238 (ede-proj-target-makefile-objectcode): Use it.
240 * cedet/ede/source.el (ede-want-any-source-files-p)
241 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
242 Return search result. This error was introduced while merging.
244 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
246 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
248 2009-10-07 Glenn Morris <rgm@gnu.org>
250 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
253 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
255 * files-x.el (read-file-local-variable): Include some
256 non-user-variables in the completion table (bug#4664).
258 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
260 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
263 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
264 (tramp-smb-file-name-handler-alist): Add handler for
265 `copy-directory', `expand-file-name', `set-file-modes'.
266 (tramp-smb-handle-copy-directory)
267 (tramp-smb-handle-expand-file-name)
268 (tramp-smb-handle-set-file-modes): New defuns.
269 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
270 (tramp-smb-handle-file-attributes): Simplify check for retrieving
272 (tramp-smb-handle-insert-directory): Don't flush the cache.
273 (tramp-smb-maybe-open-connection): Check for samba client and
276 2009-10-07 Eli Zaretskii <eliz@gnu.org>
278 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
279 to not error out of search for "^lisp=" fails.
281 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
283 * makefile.w32-in (WINS_UPDATES): New macro.
284 (custom-deps, finder-data, autoloads): Use it.
286 2009-10-07 Glenn Morris <rgm@gnu.org>
288 * Makefile.in (autoloads): Revert previous change.
289 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
290 the list of preloaded files passed on the command-line, get
291 it from src/Makefile.
293 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
294 show the original buffer rather than a random one.
296 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
298 * help.el (describe-no-warranty): Place point in a slightly better
299 position in the GPLv3 text.
301 2009-10-06 Sam Steingold <sds@gnu.org>
303 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
304 the comm attribute is present before calling regexp-quote.
306 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
308 * play/animate.el (animate-string): For good effect, make sure
309 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
311 * play/animate.el (animate-sequence, animate-birthday-present):
312 * misc.el (butterfly): Don't set `indent-tabs-mode'.
314 2009-10-06 Glenn Morris <rgm@gnu.org>
316 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
318 * emacs-lisp/autoload.el (autoload-excludes): New variable.
319 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
320 (batch-update-autoloads): Process a string value of autoload-excludes,
321 set during the build process.
322 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
324 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
325 inside with-parsed... macro so that `v' is defined.
327 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
328 * progmodes/fortran.el (fortran-end-of-block)
329 (fortran-beginning-of-block):
330 Also push mark in the macro case.
332 * emerge.el (emerge-show-file-name):
333 * calc/calc.el (calc-quit):
334 * calc/calc-misc.el (calc-big-or-small):
335 * calc/calc-graph.el (calc-graph-view):
336 * calc/calc-ext.el (calc-reset):
337 * calendar/calendar.el (calendar-basic-setup):
338 Use window-full-height-p.
340 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
341 header we don't understand, don't insert another. (Bug#4624)
342 If changing mime charset, insert the new one in the right place.
344 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
346 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
347 (cal-tex-cursor-month): Correctly increment the end date for diary and
348 holiday listing. (Bug#4626)
350 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
352 * help-fns.el (describe-function-1): Don't burp if the function is not
355 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
357 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
358 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
359 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
360 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
362 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
363 (eieio-default-superclass): Reflow docstrings.
364 (this, class-option-assoc, defclass, eieio-class-un-autoload)
365 (eieio-unbind-method-implementations, defmethod)
366 (eieio-validate-slot-value, eieio-validate-class-slot-value)
367 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
368 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
369 (eieio-slot-originating-class-p, eieio-slot-name-index)
370 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
371 (constructor, initialize-instance, no-next-method, object-print)
372 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
373 Fix typos in docstrings.
374 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
375 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
376 (next-method-p): Doc fixes.
377 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
378 Fix typos in error messages.
379 (eieio-defmethod): Fix typo in description of generic method.
381 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
382 (eieio-persistent-save-interactive, slot-missing):
383 Fix typos in docstrings.
384 (eieio-instance-inheritor-slot-boundp): Doc fix.
386 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
387 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
389 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
390 (eieio-custom-object-apply-reset):
391 Fix typos in docstrings and error messages.
393 * emacs-lisp/eieio-datadebug.el (data-debug-show):
394 Fix typo in docstring.
396 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
397 (eieio-browse-tree): Doc fix.
398 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
399 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
400 Fix typos in docstrings.
402 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
403 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
404 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
405 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
408 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
410 * vc-hg.el (log-view-vc-backend): Declare for compiler.
411 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
412 Set log-view-vc-backend so that diff can work.
414 * log-view.el (log-view-diff): Use vc-diff-internal instead of
416 (vc-diff-internal): Autoload this instead of vc-version-diff.
418 2009-10-05 Eli Zaretskii <eliz@gnu.org>
420 * simple.el (eval-expression): Doc fix.
422 * progmodes/cwarn.el (cwarn-mode): Doc fix.
424 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
426 * files.el (directory-files-no-dot-files-regexp): New defconst.
427 (delete-directory): Use it.
428 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
430 * net/tramp.el (tramp-verbose): Fix docstring.
431 (tramp-methods): Add recursive option to `tramp-copy-args'.
432 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
433 "scp1_old", "scp2_old", "rsync", "rsyncc".
434 (tramp-default-method): Check also for `auth-source-user-or-password'.
435 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
436 Add handler for `copy-directory'.
437 (tramp-handle-copy-directory): New defun.
438 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
439 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
440 Optimize sent command.
442 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
444 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
447 * calendar/calendar.el (calendar-basic-setup): Don't call
448 switch-to-buffer in a dedicated window.
450 2009-10-05 Karl Fogel <kfogel@red-bean.com>
452 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
453 don't do anything related to relocating, just return nil.
454 (bookmark-error-no-filename): New error.
455 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
456 bookmark has no file. Don't even attempt to handle things that
457 are not files; the whole point of custom handlers is to keep that
458 knowledge elsewhere anyway. Tighten some comments.
459 (bookmark-file-or-variation-thereof): Remove now-unused function.
460 (bookmark-location): Doc string fix.
463 2009-10-04 Karl Fogel <kfogel@red-bean.com>
465 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
466 don't use a file dialog, because they usually don't know how to read
467 a directory target from the user. (Bug#4230)
468 Also, make sure the prompt can display directories as well as files.
470 2009-10-04 Karl Fogel <kfogel@red-bean.com>
472 * bookmark.el (bookmark-set, bookmark-buffer-name):
473 Improve doc strings. (Bug#1193)
475 2009-10-04 Karl Fogel <kfogel@red-bean.com>
477 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
478 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
479 (bookmark-get-annotation, bookmark-set-annotation)
480 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
481 (bookmark-set-position, bookmark-get-front-context-string)
482 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
483 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
484 (bookmark-jump-other-window, bookmark-handle-bookmark)
485 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
486 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
487 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
488 Improve doc strings to say whether bookmark can be a string or
489 a record or both, and make other consistency and clarity fixes.
490 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
491 (bookmark-default-annotation-text, bookmark-yank-word)
492 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
493 (bookmark-import-new-list, bookmark-maybe-rename)
494 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
495 (bookmark-bmenu-bookmark): Give these doc strings.
496 (bookmark-bmenu-check-position): Give this a doc string, but also
497 add a FIXME comment about how the function may be pointless.
498 (bookmark-default-handler): Rework doc string and change a
499 parameter name, to clarify that this takes a bookmark record
501 (bookmark-set): Change a parameter name to indicate its meaning,
502 and improve the doc string a bit.
505 2009-10-04 Karl Fogel <kfogel@red-bean.com>
507 * bookmark.el (bookmark-alist): Document the new `handler' element
509 (bookmark-make-record-function): Adjust documentation for above.
512 2009-10-04 Karl Fogel <kfogel@red-bean.com>
514 * info.el (Info-bookmark-make-record): Document this function.
515 (Info-bookmark-jump): Document with a doc string, not just a comment.
518 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
520 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
521 (semantic-new-buffer-fcn): Call parser setup functions here.
522 (semantic-mode): Don't call parser setup functions here, it's done
523 in semantic-new-buffer-fcn now.
524 (semantic-mode): Parse all existing buffers when enabled.
526 * cedet/srecode/compile.el (srecode-compile-file):
527 Call semantic-new-buffer-fcn if the buffer has not been parsed.
529 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
531 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
533 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
534 (proj-comp-insert-variable-once): New macro, renamed from
535 ede-pmake-insert-variable-once in ede/pmake.edl.
536 (ede-proj-makefile-insert-variables): Use it.
538 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
540 * files.el (copy-directory): New defun.
542 * dired-aux.el (dired-copy-file-recursive): Use it.
544 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
546 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
547 (makefile-end-of-command):
548 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
549 (semantic-end-of-context): Fix previous change. Doc fixes.
551 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
553 * files-x.el (modify-dir-local-variable)
554 (copy-dir-locals-to-file-locals-prop-line):
555 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
556 (makefile-end-of-command):
557 * cedet/semantic/lex.el (semantic-lex-token):
558 * cedet/semantic/analyze/fcn.el
559 (semantic-analyze-dereference-metatype-1):
560 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
561 (semantic-lex-cpp-undef):
562 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
563 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
564 (semantic-end-of-context): Fix typos in docstrings.
566 * recentf.el (recentf-unload-function): New function.
568 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
570 * cedet/ede.el (ede-project-placeholder-cache-file):
571 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
572 * cedet/srecode/map.el (srecode-map-save-file):
573 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
575 2009-10-04 Glenn Morris <rgm@gnu.org>
577 * window.el (window-full-height-p): Add doc string.
579 2009-10-04 Martin Rudalics <rudalics@gmx.at>
581 * window.el (window-full-height-p): New function. (Bug#4543)
583 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
585 * cedet/srecode/insert.el: Require srecode/args.
587 * cedet/srecode/args.el: Require srecode/dictionary instead of
590 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
592 * files.el (auto-mode-alist): Add .srt and Project.ede.
594 * cedet/semantic.el (semantic-mode):
595 Handle srecode-template-mode-hook as well.
596 (semantic-mode): Use js-mode-hook for Javascript hook.
598 * cedet/srecode/template.el: Remove hook variable.
600 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
602 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
604 (ede-project-placeholder-cache-file): Default to a file in
605 user-emacs-directory.
607 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
608 templates in data-directory.
609 (srecode-map-save-file): Default to a file in user-emacs-directory.
611 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
614 2009-09-30 Eric Ludlam <zappo@gnu.org>
616 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
619 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
620 Only insert each variable once.
622 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
623 (ede-pmake-insert-variable-shared): Use it.
625 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
626 for lexical table iff table is nil.
628 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
630 * vc.el: Remove commented out code.
631 (vc-derived-from-dir-mode): Remove, unused.
632 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
634 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
636 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
637 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
638 there could be recursive loading when `default-directory' is a
639 remote file name. (Bug#4614)
641 2009-10-03 Glenn Morris <rgm@gnu.org>
643 * calendar/calendar.el (calendar-basic-setup): Handle the case where
645 (calendar-generate-window): Test for shrinkability rather than width.
647 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
648 declaration, currently false.
650 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
651 reusing existing buffers, in case we happen to visit two files with the
652 same basename. (Bug#4593)
654 2009-10-02 Eli Zaretskii <eliz@gnu.org>
656 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
657 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
658 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
659 subdirs of cedet as well.
660 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
662 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
664 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
665 Obey advertised-signature-table.
667 * help-fns.el (help-function-arglist): Don't check
668 advertised-signature-table.
669 (describe-function-1): Do it here instead so it also applies to subrs.
671 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
673 * simple.el (start-file-process): Say in the doc-string, that file
674 handlers might not support pty association, if PROGRAM is nil.
676 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
677 HOST and USER are strings. They are nil, when there are
678 incomplete entries in ~/.netrc, for example.
679 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
680 root directory ("device busy" error otherwise).
682 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
683 Flush file properties of created directory.
685 2009-10-02 Eli Zaretskii <eliz@gnu.org>
687 * makefile.w32-in (WINS_BASIC): Remove cedet.
688 (WINS_CEDET): Add cedet.
689 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
691 2009-10-02 Kevin Ryde <user42@zip.com.au>
693 * net/browse-url.el (browse-url): Pass any symbol in
694 browse-url-browser-function to `apply', since if you've mistakenly put
695 an unbound symbol then the error is clearer. (Bug#4531)
697 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
699 * allout.el (allout-init, allout-back-to-current-heading)
700 (allout-beginning-of-current-entry, allout-ascend-to-depth)
701 (allout-ascend, allout-up-current-level, allout-end-of-level)
702 (allout-previous-visible-heading, allout-forward-current-level)
703 (allout-backward-current-level, allout-show-children):
704 * apropos.el (apropos-describe-plist):
705 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
706 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
707 * completion.el (add-completion, add-permanent-completion):
708 * descr-text.el (describe-text-category, describe-char):
709 * desktop.el (desktop-lazy-abort):
710 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
711 * dired.el (dired-build-subdir-alist):
712 * ediff.el (ediff-version):
713 * elide-head.el (elide-head, elide-head-show):
714 * emerge.el (emerge-version):
716 * face-remap.el (variable-pitch-mode):
717 * faces.el (describe-face):
718 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
720 * files.el (find-file-existing, auto-save-mode):
721 * font-lock.el (font-lock-fontify-buffer):
722 * help-fns.el (describe-function, describe-variable)
723 (describe-syntax, describe-categories):
724 * help.el (view-lossage, describe-bindings, describe-key)
726 * hexl.el (hexl-current-address):
727 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
728 * info.el (Info-goto-emacs-key-command-node):
729 * log-edit.el (log-edit-insert-cvs-template)
730 (log-edit-insert-cvs-rcstemplate):
731 * menu-bar.el (menu-bar-mode):
732 * mouse.el (mouse-appearance-menu):
733 * newcomment.el (comment-indent-new-line):
734 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
735 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
736 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
737 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
738 * recentf.el (recentf-mode):
739 * savehist.el (savehist-mode, savehist-save):
740 * shadowfile.el (shadow-copy-files):
741 * simple.el (kill-ring-save, next-line, previous-line)
742 (normal-erase-is-backspace-mode):
743 * strokes.el (strokes-update-window-configuration)
744 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
745 (strokes-xpm-for-stroke):
746 * time.el (emacs-uptime, emacs-init-time):
747 * tutorial.el (tutorial--describe-nonstandard-key)
748 (tutorial--detailed-help):
749 * type-break.el (type-break-mode)
750 (type-break-mode-line-message-mode, type-break-query-mode)
751 (type-break-guesstimate-keystroke-threshold):
752 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
753 * version.el (emacs-version):
754 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
755 * winner.el (winner-mode):
756 * calendar/timeclock.el (timeclock-in, timeclock-out)
757 (timeclock-status-string, timeclock-change)
758 (timeclock-workday-remaining-string)
759 (timeclock-workday-elapsed-string)
760 (timeclock-when-to-leave-string):
761 * calendar/todo-mode.el (todo-add-category):
762 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
763 * emacs-lisp/autoload.el (update-file-autoloads):
764 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
765 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
766 (checkdoc-message-text, checkdoc-defun):
767 * emacs-lisp/debug.el (debugger-list-functions):
768 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
769 * emacs-lisp/eieio-opt.el (eieio-describe-class)
770 (eieio-describe-generic):
771 * emacs-lisp/lisp-mnt.el (lm-synopsis):
772 * emacs-lisp/shadow.el (list-load-path-shadows):
773 * emulation/cua-base.el (cua-mode):
774 * emulation/edt.el (edt-set-scroll-margins):
775 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
776 (tpu-toggle-regexp, tpu-toggle-search-direction)
777 (tpu-toggle-rectangle, tpu-toggle-control-keys):
778 * emulation/tpu-extras.el (tpu-set-scroll-margins):
779 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
780 (viper-set-parsing-style-toggling-macro)
781 (viper-set-emacs-state-searchstyle-macros):
782 * emulation/viper.el (viper-set-hooks):
783 * eshell/esh-mode.el (eshell-truncate-buffer):
784 * international/mule-cmds.el (prefer-coding-system)
785 (describe-input-method, describe-language-environment):
786 * international/mule-diag.el (list-character-sets)
787 (describe-character-set, describe-coding-system)
788 (describe-fontset, list-fontsets, list-input-methods):
789 * mail/sendmail.el (mail-signature):
790 * net/ange-ftp.el (ange-ftp-copy-file):
791 * net/browse-url.el (browse-url):
792 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
793 * net/quickurl.el (quickurl-add-url):
794 * net/rcirc.el (names, topic):
795 * net/xesam.el (xesam-mode):
796 * play/5x5.el (5x5-new-game):
797 * play/yow.el (apropos-zippy):
798 * progmodes/ada-mode.el (ada-mode-version):
799 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
801 (f90-beginning-of-block):
802 * progmodes/fortran.el (fortran-end-of-block)
803 (fortran-beginning-of-block):
804 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
805 * progmodes/python.el (python-describe-symbol, python-shell):
806 * term/ns-win.el (ns-print-buffer):
807 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
808 * textmodes/flyspell.el (flyspell-mode-on):
809 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
810 (pages-directory-for-addresses):
811 * textmodes/table.el (table-recognize-cell)
812 (table-query-dimension, table-generate-source)
813 (table-insert-sequence, table--warn-incompatibility):
814 * textmodes/tex-mode.el (tex-validate-buffer):
815 * textmodes/texinfmt.el (texinfmt-version)
816 (texinfo-format-buffer):
817 Use `called-interactively-p' instead of `interactive-p'.
819 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
821 * image-mode.el (image-toggle-display):
822 * emacs-lisp/elp.el (elp-instrument-function):
823 * emacs-lisp/advice.el (ad-make-advised-definition):
824 * emacs-lisp/easy-mmode.el (define-minor-mode):
825 * net/browse-url.el (browse-url-maybe-new-window):
826 * progmodes/sh-script.el (sh-learn-buffer-indent):
827 Pass new argument 'any to `called-interactively-p'.
829 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
831 * international/uni-bidi.el:
832 * international/uni-category.el:
833 * international/uni-combining.el:
834 * international/uni-comment.el:
835 * international/uni-decimal.el:
836 * international/uni-decomposition.el:
837 * international/uni-digit.el:
838 * international/uni-lowercase.el:
839 * international/uni-mirrored.el:
840 * international/uni-name.el:
841 * international/uni-numeric.el:
842 * international/uni-old-name.el:
843 * international/uni-titlecase.el:
844 * international/uni-uppercase.el:
845 Regenerate from Unicode 5.2.0 data.
847 2009-10-01 Glenn Morris <rgm@gnu.org>
849 * Makefile.in (ELCFILES): Regenerate.
851 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
853 * subr.el (interactive-p): Mark obsolete.
854 (called-interactively-p): Make the optional-ness of `kind' obsolete.
855 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
856 advertised-signature-table for subroutines as well.
858 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
859 (set-advertised-calling-convention): New function.
860 (make-obsolete, define-obsolete-function-alias)
861 (make-obsolete-variable, define-obsolete-variable-alias):
862 Make the optional-ness of `when' obsolete.
863 (define-obsolete-face-alias): Make `when' non-optional.
864 * help-fns.el (help-function-arglist):
865 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
866 Use advertised-signature-table.
868 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
870 * files.el (delete-directory): New defun. The original function
871 in fileio.c has been renamed to `delete-directory-internal'.
873 * dired.el (dired-delete-file): Call `delete-directory' with
876 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
877 parameter RECURSIVE. Implementation is missing.
879 * net/tramp.el (tramp-handle-make-directory): Flush upper
880 directory's file properties.
881 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
882 (tramp-handle-dired-recursive-delete-directory): Flush directory
883 properties after the remove command only.
885 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
886 Handle optional parameter RECURSIVE.
888 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
889 Handle optional parameter RECURSIVE.
891 * net/tramp-smb.el (tramp-smb-errors): Add error message for
893 (tramp-smb-handle-delete-directory): Handle optional parameter
896 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
898 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
899 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
900 (byte-compile-defmacro): Use backquotes.
902 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
904 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
905 has no associated file.
906 (vc-resynch-buffer): Use vc-dir-buffers.
908 2009-10-01 Glenn Morris <rgm@gnu.org>
910 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
912 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
913 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
914 * emacs-lisp/eieio-opt.el (eieio-describe-class):
915 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
916 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
917 (eieio-copy-parents-into-subclass, make-instance, class-children)
918 (eieio-generic-form):
919 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
920 * cedet/cedet-idutils.el (cedet-idutils-search)
921 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
922 (cedet-idutils-version-check):
923 * cedet/cedet.el (cedet-version):
924 * cedet/data-debug.el (data-debug-insert-overlay-button)
925 (data-debug-insert-overlay-list-button)
926 (data-debug-insert-buffer-button)
927 (data-debug-insert-buffer-list-button)
928 (data-debug-insert-process-button, data-debug-insert-ring-button)
929 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
930 (data-debug-insert-stuff-vector-button)
931 (data-debug-insert-symbol-button, data-debug-insert-string)
932 (data-debug-insert-number, data-debug-insert-lambda-expression)
933 (data-debug-insert-nil, data-debug-insert-simple-thing)
934 (data-debug-insert-custom, data-debug-edebug-expr):
935 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
936 (global-ede-mode-map, ede-new, ede-debug-target)
937 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
938 * cedet/semantic.el (semantic-minimum-working-buffer-size)
939 (semantic-fetch-tags, semantic-submode-list)
940 (semantic-default-submodes):
941 * cedet/ede/source.el (ede-source-match):
942 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
943 (project-am-package-info):
944 * cedet/ede/proj.el (ede-proj-target, project-new-target):
945 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
946 * cedet/ede/proj-comp.el (ede-current-build-list):
947 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
948 * cedet/ede/files.el (ede-toplevel-project-or-nil):
949 * cedet/ede/cpp-root.el (initialize-instance):
950 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
951 (autoconf-parameter-strip, autoconf-insert-new-macro):
952 * cedet/semantic/wisent.el (wisent-lex-eoi):
953 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
954 (semantic-show-parser-state-mode):
955 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
956 * cedet/semantic/tag.el (semantic-tag-new-variable)
957 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
958 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
959 (semantic--tag-deep-copy-tag-list)
960 (semantic-tag-components-with-overlays-default):
961 * cedet/semantic/symref.el (semantic-symref-find-text):
962 * cedet/semantic/senator.el (senator-yank-tag)
963 (senator-transpose-tags-up):
964 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
965 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
966 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
967 * cedet/semantic/lex.el (semantic-lex-comment-regex)
968 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
969 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
970 * cedet/semantic/lex-spp.el
971 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
972 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
973 * cedet/semantic/idle.el
974 (semantic-idle-summary-current-symbol-info-brutish)
975 (semantic-idle-summary-current-symbol-info-default):
976 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
977 (semantic--grammar-macro-compl-dict):
978 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
979 * cedet/semantic/format.el (semantic-format-tag-custom-list)
980 (semantic-format-tag-canonical-name-default):
981 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
982 (semantic-find-tags-for-completion)
983 (semantic-find-tags-by-scope-protection-default)
984 (semantic-deep-find-tags-for-completion):
985 * cedet/semantic/edit.el
986 (semantic-edits-incremental-reparse-failed-hook)
987 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
988 (semantic-edits-splice-remove, semantic-edits-splice-replace):
989 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
990 * cedet/semantic/dep.el (semantic-dependency-include-path):
991 * cedet/semantic/db.el (semanticdb-default-find-index-class)
992 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
993 (semanticdb-project-roots):
994 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
995 (semanticdb-find-adebug-insert-scanned-tag-cons)
996 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
997 (semanticdb-brute-deep-find-tags-for-completion):
998 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
999 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
1000 (semantic-end-of-context-default)
1001 (semantic-ctxt-current-function-default)
1002 (semantic-ctxt-scoped-types-default):
1003 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1004 (semantic-complete-inline-tag-engine)
1005 (semantic-complete-inline-custom-type)
1006 (semantic-complete-read-tag-analyzer):
1007 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
1008 (semantic-chart-database-size):
1009 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
1010 (semantic-analyze-current-context):
1011 * cedet/semantic/symref/list.el (semantic-symref)
1012 (semantic-symref-hide-buffer, semantic-symref-symbol):
1013 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
1014 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
1015 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
1016 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
1017 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
1018 (semantic-c-dereference-template):
1019 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
1020 (semantic--analyze-refs-full-lookup-with-parents)
1021 (semantic--analyze-refs-full-lookup-simple):
1022 * cedet/semantic/analyze/complete.el
1023 (semantic-analyze-possible-completions):
1024 * cedet/srecode/table.el (srecode-mode-table-new):
1025 * cedet/srecode/srt.el (srecode-read-variable-name):
1026 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
1027 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
1028 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
1029 * cedet/srecode/map.el (srecode-current-map):
1030 * cedet/srecode/insert.el (srecode-insert)
1031 (srecode-insert-variable-secondname-handler, srecode-insert-method)
1032 (srecode-template-inserter-point-override)
1033 (srecode-insert-include-lookup):
1034 * cedet/srecode/getset.el (srecode-auto-choose-class):
1035 * cedet/srecode/extract.el (srecode-inserter-extract):
1036 * cedet/srecode/document.el
1037 (srecode-document-autocomment-return-last-alist)
1038 (srecode-document-autocomment-param-type-alist)
1039 (srecode-document-insert-function-comment)
1040 (srecode-document-insert-variable-one-line-comment)
1041 (srecode-document-function-name-comment):
1042 * cedet/srecode/dictionary.el (srecode-create-dictionary)
1043 (srecode-compound-toString):
1044 * cedet/srecode/compile.el (srecode-flush-active-templates):
1045 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
1048 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
1049 match-data. (Bug#4555).
1051 * cedet/semantic/bovine/gcc.el
1052 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
1053 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
1055 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
1056 rather than parsing it as a regexp. This relaxes the layout
1057 requirements and makes errors easier to detect.
1058 (check-declare-verify): Check file is regular.
1059 (check-declare-directory): Doc fix.
1060 * subr.el (declare-function): Doc fix.
1062 * ibuffer.el (ibuffer-format-qualifier):
1063 * isearch.el (hi-lock-regexp-okay):
1064 * calc/calc.el (math-zerop):
1065 * mail/uce.el (rmail-msgbeg, rmail-msgend):
1066 * term/w32-win.el (setup-default-fontset, set-fontset-font):
1067 Remove unused declarations.
1069 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
1071 * cedet/semantic/wisent/javat-wy.el
1072 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
1074 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
1076 * cedet/srecode/expandproto.el: Fix provide statement.
1078 2009-09-30 Eric Ludlam <zappo@gnu.org>
1080 * emacs-lisp/eieio.el (boolean-p): Delete.
1082 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
1084 * cedet/ede/srecode.el: Fix provide statement.
1086 2009-09-30 Glenn Morris <rgm@gnu.org>
1088 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
1089 * cedet/ede/proj-aux.el (ede-aux-source):
1090 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
1092 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
1093 (semantic-mrub-switch-tags): Fix doc typos.
1095 * cedet/semantic/db-global.el (data-debug-new-buffer)
1096 (data-debug-insert-thing): Remove unneeded declarations (one broken).
1097 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
1099 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
1101 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
1102 use of CL function `remove-if-not'.
1104 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
1106 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
1107 filename is not a string.
1109 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
1111 * files.el (safe-local-eval-forms): Fix typo.
1113 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1115 * vc-hooks.el (vc-dir-buffers): New var.
1116 (vc-state-refresh): New function.
1118 (vc-after-save): Always ask the backend to recompute the new state.
1119 Always call vc-dir if necessary, using vc-dir-buffers.
1120 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
1122 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
1123 (vc-dir-prepare-status-buffer, vc-dir-update)
1124 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
1125 Don't call expand-file-name on default-directory.
1127 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
1129 * speedbar.el (speedbar-item-delete):
1130 * calc/calc-prog.el (calc-kbd-if):
1131 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
1133 * epa.el (epa-key-list-mode-map):
1134 * hi-lock.el (hi-lock-menu): Fix typos in menus.
1136 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
1137 (hs-show-hook): Fix typo in docstring.
1139 2009-09-29 Glenn Morris <rgm@gnu.org>
1141 * cedet/semantic/symref/idutils.el:
1142 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
1144 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
1146 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
1147 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
1148 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
1149 Mark declarations not understood by check-declare.
1151 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
1152 file-name-nondirectory call preventing location of cedet files.
1153 (check-declare-verify): Use literal search rather than re-search.
1154 Add basic defmethod and defclass, and define-overloadable-function.
1156 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
1157 Use tramp-compat-file-attributes rather than nonexistent
1158 tramp-compat-handle-file-attributes.
1160 * Makefile.in (lisptagsfiles4): New.
1161 (AUTOGENEL): Add cedet loaddefs files.
1162 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
1163 (update-elclist, compile-always, backup-compiled-files)
1164 (bootstrap-clean): Add yet another directory level.
1165 (update-elclist): Use LC_COLLATE rather than COLLATE.
1166 (ELCFILES): Update, via `make update-elclist'.
1168 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
1170 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
1171 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
1172 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
1174 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
1176 * Makefile.in (lisptagsfiles3): Define.
1177 (TAGS, TAGS-LISP): Use it.
1178 (update-elclist): Add third directory level to look for elc files.
1179 (compile-always): Likewise.
1180 (backup-compiled-files): Likewise.
1181 (bootstrap-clean): Likewise.
1184 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
1186 * Makefile.in (ELCFILES): Add CEDET files.
1188 2009-09-28 Eric Ludlam <zappo@gnu.org>
1190 CEDET (development tools) package merged.
1194 * cedet/semantic/*.el:
1195 * cedet/srecode/*.el: New files.
1197 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
1199 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
1201 * net/tramp.el (top): Require tramp-imap.
1203 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
1204 Use `tramp-compat-handle-file-attributes'.
1206 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
1208 * net/tramp-imap.el: New package.
1210 2009-09-28 Eric Ludlam <zappo@gnu.org>
1212 * emacs-lisp/chart.el:
1213 * emacs-lisp/eieio-base.el:
1214 * emacs-lisp/eieio-comp.el:
1215 * emacs-lisp/eieio-custom.el:
1216 * emacs-lisp/eieio-datadebug.el:
1217 * emacs-lisp/eieio-opt.el:
1218 * emacs-lisp/eieio-speedbar.el:
1219 * emacs-lisp/eieio.el: New files.
1221 * cedet/cedet-cscope.el:
1222 * cedet/cedet-files.el:
1223 * cedet/cedet-global.el:
1224 * cedet/cedet-idutils.el:
1225 * cedet/data-debug.el:
1226 * cedet/inversion.el:
1227 * cedet/mode-local.el:
1228 * cedet/pulse.el: New files.
1230 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1232 * whitespace.el (whitespace-trailing-regexp)
1233 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1236 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
1238 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
1241 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
1242 menu-bar-ediff-menu.
1244 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
1245 define-overloadable-function.
1247 * progmodes/autoconf.el: Provide autoconf as well, so that this
1248 file can be `require'd.
1250 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
1252 * emacs-lisp/autoload.el (generated-autoload-feature)
1253 (generated-autoload-load-name): New vars.
1254 (autoload-rubric, autoload-generate-file-autoloads): Use them.
1255 (make-autoload): Recognize define-overloadable-function and
1256 defclass forms (for EIEIO).
1258 * Makefile.in (update-subdirs): Exclude cedet directory.
1260 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1262 * term/ns-win.el: Don't set the region face background. (Bug#4381)
1264 * faces.el: Default light-background background for region face to
1265 ns_selection_color under NS.
1267 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1269 * net/imap-hash.el: New library, see NEWS.
1271 * Makefile.in (ELCFILES): Add imap-hash.el.
1273 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1275 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
1276 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
1277 * help-macro.el (make-help-screen): Avoid using an ambiguous function
1278 definition where the docstring could be taken for the return value.
1280 2009-09-26 Glenn Morris <rgm@gnu.org>
1282 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
1283 Add option to only show images below a certain size.
1284 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
1285 save-excursion calls.
1287 2009-09-26 Eli Zaretskii <eliz@gnu.org>
1289 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
1290 subdirectories) and eieio.
1292 2009-09-26 Alan Mackenzie <acm@muc.de>
1294 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
1297 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
1298 character constants (as case labels).
1300 2009-09-25 Juri Linkov <juri@jurta.org>
1302 * files.el (safe-local-eval-forms): Allow time-stamp in
1303 before-save-hook (Bug#4554).
1305 2009-09-25 Drew Adams <drew.adams@oracle.com>
1307 * menu-bar.el (list-buffers-directory): Doc fix.
1309 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
1311 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
1312 Try and avoid copying twice the same paragraph.
1313 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
1314 Remove save-excursion.
1315 (log-edit-changelog-entry): Do it here instead.
1317 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
1319 * bs.el (bs--get-file-name): Use `list-buffers-directory'
1320 when available, instead of hardcoding mode names. Doc fix.
1322 * menu-bar.el (list-buffers-directory): Add docstring.
1323 Make automatically buffer-local.
1325 * dired.el (dired-mode):
1326 * files.el (cd-absolute):
1327 * pcvs.el (cvs-temp-buffer):
1328 * pcvs-util.el (cvs-get-buffer-create):
1329 * shell.el (shell-mode):
1330 * vc-dir.el (vc-dir-mode):
1331 Don't make `list-buffers-directory' buffer local.
1333 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
1335 * comint.el (comint-exec, comint-run, make-comint):
1336 Doc fixes (Bug#4542).
1338 2009-09-25 Glenn Morris <rgm@gnu.org>
1340 * mail/rmailmm.el (rmail-mime): New custom group.
1341 Move all defcustoms in this file into this group.
1342 (rmail-mime-media-type-handlers-alist): Revert previous change.
1343 (rmail-mime-show-images): New option.
1344 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
1345 references to it, since it wasn't actually used for anything.
1346 (rmail-mime-insert-image): New function.
1347 (rmail-mime-image): Use rmail-mime-insert-image.
1348 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
1349 obey the value of `rmail-mime-show-images' option. Print the size of
1352 2009-09-25 David Engster <deng@randomsample.de>
1354 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
1356 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1358 * whitespace.el: Does not highlight trailing spaces While point is
1359 at end of line. Does not highligt spaces at beginning of buffer
1360 while point is at beginning of buffer. Does not highlight spaces
1361 at end of buffer while point is at end of buffer. (Bug#4177)
1363 (whitespace-display-mappings): Adjust initialization.
1364 (whitespace-point, whitespace-font-lock-refontify): New vars.
1365 (whitespace-color-on, whitespace-color-off): Adjust code.
1366 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1367 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
1368 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
1370 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
1372 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
1374 * textmodes/sgml-mode.el: Remove xml-mode alias.
1376 * files.el (auto-mode-alist, conf-mode-maybe)
1377 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
1379 2009-09-24 Alan Mackenzie <acm@muc.de>
1381 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
1382 c-forward-conditionals, but it doesn't move point and doesn't set
1384 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
1385 (c-down-conditional-with-else, c-backward-conditional)
1386 (c-forward-conditional): Refactor to use c-scan-conditionals.
1388 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
1390 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
1391 (help-default-arg-highlight): Remove.
1392 (help-highlight-arg): New function.
1393 (help-do-arg-highlight): Use it.
1394 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
1396 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1398 * term.el (term-set-scroll-region, term-handle-ansi-escape):
1399 Undo last change, which didn't fix the problem and introduced others.
1401 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
1403 * progmodes/gdb-mi.el: Don't require speedbar.
1404 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
1406 2009-09-24 Glenn Morris <rgm@gnu.org>
1408 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
1410 * term/ns-win.el (ns-reg-to-script): Define for compiler.
1412 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
1413 there is no newline after the final mime boundary. (Bug#4539)
1414 Move markers on insertion so that any buttons inserted don't end up in
1415 the next part of a multipart message.
1416 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
1417 (rmail-mime-bulk-handler): Optionally handle images.
1418 (rmail-mime-image): New button action.
1419 (rmail-mime-image-handler): New function.
1420 (rmail-mime-mode): New mode.
1421 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
1423 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1425 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
1426 than just dropping elements from it (bug#4504).
1428 * term.el (term-set-scroll-region): Don't move cursor any more.
1429 (term-handle-ansi-escape): Call term-goto here instead.
1430 Suggested by Ivan Kanis <apple@kanis.eu>.
1432 * term.el: Require CL.
1433 (term-ansi-reset): New function.
1434 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
1435 (term-handle-colors-array): Simplify.
1437 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
1439 * allout.el (allout-overlay-interior-modification-handler)
1440 (allout-obtain-passphrase):
1441 * epa-file.el (epa-file-write-region):
1442 * ps-print.el (ps-begin-job):
1443 * vc-hooks.el (vc-toggle-read-only):
1444 * vc-rcs.el (vc-rcs-rollback):
1445 * vc-sccs.el (vc-sccs-rollback):
1446 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
1447 (vc-version-diff, vc-revert, vc-rollback):
1448 * wdired.el (wdired-check-kill-buffer):
1449 * emacs-lisp/authors.el (authors):
1450 * net/socks.el (socks-open-connection):
1451 * net/zeroconf.el (zeroconf-service-add-hook):
1452 * obsolete/vc-mcvs.el (vc-mcvs-register):
1453 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
1455 * progmodes/grep.el (lgrep, rgrep):
1456 * progmodes/idlw-help.el (idlwave-help-check-locations)
1457 (idlwave-help-html-link, idlwave-help-assistant-open-link):
1458 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1459 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
1460 (reftex-toc-rename-label): Fix typos in error messages.
1462 * dired-aux.el (dired-do-shell-command): Reflow docstring.
1463 (dired-copy-how-to-fn): Doc fix.
1464 (dired-files-attributes, dired-read-shell-command):
1465 Fix typos in docstrings.
1467 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
1468 (dired-x-find-file-other-window): Reflow docstrings.
1469 (dired-omit-marker-char, dired-read-shell-command)
1470 (dired-x-submit-report): Fix typos in docstrings.
1472 * shell.el (shell-mode-hook):
1473 * view.el (View-scroll-line-forward):
1474 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
1475 Fix typos in docstrings.
1477 * net/dig.el (dig-invoke): Fix typo in docstring.
1478 (query-dig): Reflow docstring.
1480 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
1481 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
1482 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
1483 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
1484 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
1485 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
1486 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
1487 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
1488 (idlwave-completion-map, idlwave-current-indent)
1489 (idlwave-custom-ampersand-surround, idlwave-customize)
1490 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
1491 (idlwave-define-abbrev, idlwave-determine-class-special)
1492 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
1493 (idlwave-end-block-reg, idlwave-end-of-statement)
1494 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
1495 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
1496 (idlwave-explicit-class-listed, idlwave-file-header)
1497 (idlwave-fill-paragraph, idlwave-find-class-definition)
1498 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
1499 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
1500 (idlwave-in-quote, idlwave-indent-action-table)
1501 (idlwave-indent-expand-table, idlwave-indent-line)
1502 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
1503 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
1504 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
1505 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
1506 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
1507 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
1508 (idlwave-outlawed-buffers, idlwave-popup-select)
1509 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
1510 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
1511 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
1512 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
1513 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
1514 (idlwave-statement-type, idlwave-struct-skip)
1515 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
1516 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
1517 (idlwave-what-module-find-class): Fix typos in docstrings.
1518 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
1519 (idlwave-calculate-cont-indent, idlwave-expand-equal)
1520 (idlwave-find-module, idlwave-find-structure-definition)
1521 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
1522 (idlwave-list-load-path-shadows, idlwave-next-statement)
1523 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
1524 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
1525 (idlwave-template): Reflow docstrings.
1527 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
1528 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
1529 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
1530 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
1531 (idlwave-shell-display-line, idlwave-shell-display-wframe)
1532 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
1533 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
1534 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
1535 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
1536 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
1537 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
1538 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
1539 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
1540 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
1541 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
1542 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
1543 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
1544 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
1545 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
1546 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
1547 Fix typos in docstrings.
1548 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
1549 (idlwave-shell-hide-output, idlwave-shell-mode)
1550 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
1553 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
1555 2009-09-24 Ivan Kanis <apple@kanis.eu>
1557 * term.el (term-bold-attribute): New var.
1558 (term-handle-colors-array): Use it.
1560 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
1562 * progmodes/gdb-mi.el (gdb-version): New variable.
1563 (gdb-non-stop-handler): Set gdb-version.
1564 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
1565 Condition "--thread" option on gdb-version.
1566 (gdb-invalidate-threads): Remove unused argument.
1568 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1570 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
1571 to looking-back to avoid ridiculous slow down in large files (bug#4511).
1573 2009-09-23 Glenn Morris <rgm@gnu.org>
1575 * mail/rmail.el (rmail-reply): Don't try to add a References header when
1576 replying to mail without References or Message-Id. (Bug#4525)
1578 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1580 * term/ns-win.el (ns-reg-to-script): New variable.
1582 2009-09-23 Daiki Ueno <ueno@unixuser.org>
1584 * epg.el (epg-wait-for-status): Preserve existing 'error results.
1586 2009-09-22 Sam Steingold <sds@gnu.org>
1588 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
1589 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
1590 to 1 because hg returns status 1 when nothing is found.
1591 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
1593 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1595 * textmodes/fill.el: Convert to utf-8 encoding.
1596 (fill-french-nobreak-p): Remove redundant » and « inherited from our
1599 * add-log.el (change-log-fill-forward-paragraph): New function.
1600 (change-log-mode): Use it so fill-region DTRT.
1601 Set fill-indent-according-to-mode here rather than in
1602 change-log-fill-paragraph.
1603 (change-log-fill-paragraph): Remove.
1605 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
1607 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
1608 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
1610 2009-09-22 Glenn Morris <rgm@gnu.org>
1612 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
1613 the scroll-bar scroll the calendar window rather than the buffer.
1615 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
1616 commands that move point (as opposed to scrolling).
1618 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
1620 * emacs-lisp/elint.el (elint): New custom group.
1621 (elint-log-buffer): Make it a defcustom.
1622 (elint-scan-preloaded, elint-ignored-warnings)
1623 (elint-directory-skip-re): New options.
1624 (elint-builtin-variables): Doc fix.
1625 (elint-preloaded-env): New variable.
1626 (elint-unknown-builtin-args): Add an entry for encode-time.
1627 (elint-extra-errors): Make it a variable rather than a constant.
1628 (elint-preloaded-skip-re): New constant.
1629 (elint-directory): Skip files matching elint-directory-skip-re.
1630 (elint-features): New variable, local to linted buffers.
1631 (elint-update-env): Initialize elint-features. Possibly add
1632 elint-preloaded-env to the buffer's environment.
1633 (elint-get-top-forms): Bind elint-current-pos, for log messages.
1635 (elint-init-form): New function, extracted from elint-init-env.
1636 Make non-list forms a warning rather than an error.
1637 Add the mode-map for define-derived-mode. Handle define-minor-mode,
1638 easy-menu-define, put that adds an error-condition, and provide.
1639 When requiring cl, also require cl-macs. Really require cl, to handle
1640 some cl macros. Store required libraries in the list elint-features,
1641 so as not to re-load them. Treat cc-require like require.
1642 (elint-init-env): Call elint-init-form to do the work.
1643 Handle eval-and-compile and such like.
1644 (elint-add-required-env): Do not clear messages.
1645 (elint-special-forms): Add handlers for function, defalias, if, when,
1647 (elint-form): Add optional argument to ignore elint-special-forms,
1648 useful to prevent recursive calls from handlers. Doc fix.
1649 Respect elint-ignored-warnings.
1650 (elint-form): Respect elint-ignored-warnings.
1651 (elint-bound-variable, elint-bound-function): New variables.
1652 (elint-unbound-variable): Respect elint-bound-variable.
1653 (elint-get-args): Respect elint-bound-function.
1654 (elint-check-cond-form): Add some simple handling for (f)boundp and
1656 (elint-check-defalias-form): New handler.
1657 (elint-check-let-form): Make an empty let a warning rather than an
1659 (elint-check-setq-form): Make an empty setq a warning rather than an
1660 error. Respect elint-ignored-warnings.
1661 (elint-check-defvar-form): Accept null doc-strings.
1662 (elint-check-conditional-form): New handler. Does some simple-minded
1663 checking of featurep and (f)boundp tests.
1664 (elint-put-function-args): New function.
1665 (elint-initialize): Use elint-scan-doc-file rather than
1666 elint-find-builtin-variables. Use elint-put-function-args.
1667 Possibly scan preloaded-file-list.
1668 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
1669 extend to handle functions as well.
1671 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
1673 * linum.el (linum-delete-overlays, linum-update-window):
1674 Do not modify the right margin. (Bug#3971)
1676 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
1678 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
1679 nxml-mode instead of xml-mode.
1681 2009-09-21 Kevin Ryde <user42@zip.com.au>
1683 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
1685 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1687 * net/dig.el (dig-mode): Use define-derived-mode.
1689 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1691 * vc-dispatcher.el (vc-do-command): Return the process object in
1692 the asynchronous case. Use when instead of if. Do not run
1693 vc-exec-after to display a message if not enabled.
1695 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
1696 properties to the stash strings.
1697 (vc-git-stash-list): Return a list of strings.
1698 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
1699 (vc-git-stash-show-at-point): New functions.
1700 (vc-git-stash-map): New keymap.
1702 * register.el (ctl-x-r-map): Define the keys here instead of
1705 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
1707 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
1708 list, to workaround performance problem (bug#4485).
1710 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
1712 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
1714 2009-09-20 Daiki Ueno <ueno@unixuser.org>
1716 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
1717 Document that this option is not recommended to use.
1719 2009-09-19 Glenn Morris <rgm@gnu.org>
1721 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
1724 * calc/calc-alg.el (var):
1725 * calc/calcalg2.el (var): Define for compiler.
1727 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
1729 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
1732 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
1734 * time-stamp.el (time-stamp-month-dd-yyyy)
1735 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
1736 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
1737 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
1738 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
1739 Remove functions that have been obsolete since 1995 (Bug#4436).
1741 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
1742 indent buffer only if called interactively (Bug#4452).
1744 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
1745 Eli Zaretskii <eliz@gnu.org>
1747 This fixes bug#4197 (merged to bug#865, though not identical).
1748 * server.el (server-auth-dir): Add docstring note about FAT32.
1749 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
1750 but warn against using them.
1752 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
1754 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
1755 older GDB where there is no has_more field.
1757 2009-09-19 Glenn Morris <rgm@gnu.org>
1759 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1761 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
1763 * files.el (auto-mode-alist): Change default for XML files to nXML
1766 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
1768 * server.el (server-ensure-safe-dir): Pass 'integer
1769 to `file-attributes', as suggested.
1771 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1773 * dired-aux.el (dired-query-alist): Remove spurious backslash.
1774 (dired-query): Use read-key.
1776 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
1778 * cus-start.el (ns-use-qd-smoothing): Remove.
1780 2009-09-18 Glenn Morris <rgm@gnu.org>
1782 * allout.el (top-level): Remove unnecessary progn.
1784 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
1786 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
1787 definition of abbrev table.
1789 * speedbar.el (speedbar-track-mouse):
1790 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
1791 * net/eudc.el (eudc-expand-inline):
1792 * net/newst-backend.el (newsticker--cache-read-feed):
1793 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
1794 condition-case handlers.
1796 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
1798 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
1799 (gdb-var-list): Add an element for has_more field.
1800 (gdb-non-stop-handler): Enable pretty printing for STL containers.
1801 (gdb-var-create-handler, gdb-var-list-children-handler-1)
1802 (gdb-var-update-handler-1): Parse output of dynamic variable
1803 objects (STL containers).
1804 (gdb-var-delete-1): Pass var1 as an explicit second argument.
1805 (gdb-get-field): Delete alias. Use bindat-get-field directly.
1807 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
1809 (gud-speedbar-buttons): Make node expandable if expression "has more"
1812 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
1814 * startup.el (emacs-quick-startup): Remove variable and all uses.
1815 (command-line): Set `inhibit-x-resources' instead.
1816 (command-line-1): Use `inhibit-x-resources' instead.
1818 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
1820 * subr.el: Fix last change to avoid using the `unless' macro,
1821 which breaks bootstrapping.
1823 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1825 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
1826 extended definitions, in case we reload subr.el after having
1828 (eval-next-after-load): Mark as obsolete.
1830 2009-09-17 Juri Linkov <juri@jurta.org>
1832 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
1833 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
1834 (menu-bar-showhide-menu, menu-bar-tools-menu)
1835 (menu-bar-describe-menu, menu-bar-help-menu)
1836 (minibuffer-local-completion-map, minibuffer-local-map):
1839 2009-09-17 Glenn Morris <rgm@gnu.org>
1841 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
1842 arguments, whether or not it has a handler.
1844 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
1846 * simple.el (hard-newline): Give it a doc-string.
1848 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1849 (lisp-mode-syntax-table): Give them doc-strings.
1851 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1853 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
1854 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
1855 (menu-bar-options-menu, menu-bar-showhide-menu)
1856 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1857 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1858 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
1859 (menu-bar-options-menu, menu-bar-tools-menu)
1860 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
1861 (menu-bar-help-menu):
1862 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
1865 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
1866 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
1867 calls for the menu names and :help.
1869 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1871 * mouse.el (minor-mode-menu-from-indicator): Pay attention
1872 to :minor-mode-function (bug#4455).
1874 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1876 * startup.el (command-line): Initialize the window-system after
1877 processing the command-line.
1879 * textmodes/page.el (what-page): Make sure we don't inf-loop if
1880 page-delimiter matches the empty string.
1882 2009-09-16 Glenn Morris <rgm@gnu.org>
1884 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
1885 byte-compile-not-obsolete-var. It's a list now.
1886 (byte-compile-not-obsolete-funcs): New variable.
1887 (byte-compile-warn-obsolete): Don't warn about functions if they are in
1888 byte-compile-not-obsolete-funcs.
1889 (byte-compile-variable-ref, byte-compile-defvar): Update for
1890 byte-compile-not-obsolete-vars name-change and list nature.
1891 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
1892 and variables behind (f)boundp tests.
1893 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
1895 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
1897 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
1899 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1901 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
1902 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
1905 2009-09-15 Stephen Eglen <stephen@gnu.org>
1907 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
1908 the virtual-buffers, use the name of the buffer specified by
1909 find-file-noselect, as the match may be a symlink. (This was a
1910 problem if the target and the symlink had different names.)
1912 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1914 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
1916 * desktop.el (desktop-path): Check user-emacs-directory.
1918 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
1920 * loadup.el: Use after-load-functions to GC after loading each file.
1921 Remove the explicit GC calls that used to be sprinkled around.
1923 * subr.el (after-load-functions): New hook.
1924 (do-after-load-evaluation): Run it. Use string-match-p to detect
1925 `obsolete' packages, rather than painfully extracting the relevant
1928 2009-09-15 Glenn Morris <rgm@gnu.org>
1930 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
1931 free variable `doc'.
1933 * dired.el (dired-mode-map): Add menu entry for async shell command.
1935 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
1936 variables, also consider the .elc files, since the .el files are
1937 normally gzipped (subsequent code locates the .el.gz from the .elc).
1939 * calc/calc-prog.el (arglist): Define for compiler.
1941 * calendar/diary-lib.el (diary-display-function): Change the default to
1943 (body): Define for compiler.
1945 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
1946 (byte-compile-file-form, byte-compile-lambda)
1947 (byte-compile-top-level-body, byte-compile-form)
1948 (byte-compile-variable-ref, byte-compile-setq)
1949 (byte-compile-setq-default, byte-compile-body)
1950 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
1951 (batch-byte-compile): Give some more local variables with common names
1952 a "bytecomp-" prefix to avoid masking warnings about free variables.
1954 * startup.el (command-line-1): Give local variables with common names a
1955 distinguishing prefix, so as not to hide free variable warnings during
1958 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
1959 clever and add a suffix to make a unique name, just let the user decide
1960 whether or not to overwrite it. If the input is a directory, write the
1961 default filename to that directory. (Bug#4388)
1962 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
1963 is a filename-as-a-directory.
1965 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1967 * textmodes/page.el (what-page): Don't move to beginning of line.
1968 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
1970 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
1972 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
1974 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1976 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
1977 * help.el (help-for-help-internal): Add purecopy calls for text.
1979 * vc.el (top): print-log method now takes an optional SHORTLOG
1980 argument. Add a new method: root.
1981 (vc-root-diff, vc-print-root-log): New functions.
1982 (vc-log-short-style): New variable.
1983 (vc-print-log-internal): Add support for showing short logs.
1985 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
1986 vc-print-root-log and vc-print-root-diff.
1988 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
1989 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
1990 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
1993 * vc-cvs.el (vc-cvs-print-log):
1994 * vc-mtn.el (vc-mtn-print-log):
1995 * vc-rcs.el (vc-rcs-print-log):
1996 * vc-sccs.el (vc-sccs-print-log):
1997 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
1998 that is ignored for now.
2000 * vc-mtn.el (vc-mtn-annotate-command):
2001 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
2003 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2005 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
2006 to function-key-map, and give them ascii-character property.
2007 * term/x-win.el (x-alternatives-map):
2008 * term/ns-win.el (ns-alternatives-map):
2009 * term/internal.el (msdos-key-remapping-map):
2010 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
2012 2009-09-14 Glenn Morris <rgm@gnu.org>
2014 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
2015 temp-buffers (2009-09-12).
2017 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2019 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
2020 the new read-key function.
2022 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
2024 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
2025 is defined (Bug#4405).
2027 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
2029 * recentf.el (recentf-cleanup): Use a hash table to find
2030 duplicates (Bug#4407).
2032 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
2034 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
2035 kp-0 to ascii equivalents (Bug#4325).
2037 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
2039 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
2041 * eshell/em-hist.el:
2042 * eshell/em-dirs.el (eshell-complete-user-reference):
2043 Declare pcomplete functions and variables to avoid compiler warnings.
2045 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
2047 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
2048 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
2049 * eshell/em-alias.el (eshell-aliases-file):
2050 * eshell/em-hist.el (eshell-history-file-name):
2051 Use expand-file-name instead of concat to make file names (Bug#4308).
2053 2009-09-13 Glenn Morris <rgm@gnu.org>
2055 * ediff-merg.el (ediff-do-merge):
2056 * filesets.el (filesets-run-cmd):
2057 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
2058 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
2059 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
2060 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
2061 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
2062 Replace empty `let's with `progn'.
2064 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2066 * mail/sendmail.el (send-mail-function):
2067 * tooltip.el (tooltip-mode):
2068 * simple.el (transient-mark-mode):
2069 * rfn-eshadow.el (file-name-shadow-mode):
2070 * frame.el (blink-cursor-mode):
2071 * font-core.el (global-font-lock-mode):
2072 * files.el (temporary-file-directory)
2073 (small-temporary-file-directory, auto-save-file-name-transforms):
2074 * epa-hook.el (auto-encryption-mode):
2075 * composite.el (global-auto-composition-mode):
2076 Use custom-initialize-delay.
2077 * startup.el (command-line): Don't explicitly call
2078 custom-reevaluate-setting for all the above vars.
2079 * custom.el (custom-initialize-safe-set)
2080 (custom-initialize-safe-default): Delete.
2082 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2084 * term/x-win.el (x-initialize-window-system):
2085 * term/w32-win.el (w32-initialize-window-system):
2086 * term/ns-win.el (ns-initialize-window-system): Don't call
2087 mouse-wheel-mode since it's enabled globally by default already.
2089 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
2090 actually define the variable, but only silences the byte-compiler.
2091 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
2092 before looking it up.
2093 (mouse-wheel-scroll-amount): Also reset the bindings if this value
2096 2009-09-12 Glenn Morris <rgm@gnu.org>
2098 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
2100 (elint-add-required-env): Don't beep on error.
2101 (elint-forms): In case of error, return ENV unchanged.
2102 (elint-init-env): Skip non-list forms.
2103 (elint-log): Handle unknown file positions.
2105 2009-09-12 Daiki Ueno <ueno@unixuser.org>
2107 * epg.el (epg-make-context): Add autoload cookie.
2108 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
2109 (epg-decrypt-string, epg-start-verify, epg-verify-file)
2110 (epg-verify-string, epg-start-sign, epg-sign-file)
2111 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
2112 (epg-encrypt-string, epg-start-export-keys)
2113 (epg-export-keys-to-file, epg-export-keys-to-string)
2114 (epg-start-import-keys, epg-import-keys-from-file)
2115 (epg-import-keys-from-string, epg-start-receive-keys)
2116 (epg-receive-keys, epg-import-keys-from-server)
2117 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
2118 (epg-sign-keys, epg-start-generate-key)
2119 (epg-generate-key-from-file, epg-generate-key-from-string):
2120 Remove autoload cookie.
2122 2009-09-12 Eli Zaretskii <eliz@gnu.org>
2124 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
2125 reevaluation of trash-directory.
2127 * mwheel.el: Fix last change.
2128 (mouse-wheel-mode): New defvar.
2129 (mouse-wheel-mode): Remove autoload cookie.
2131 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2133 * mwheel.el (mwheel-installed-bindings): New var.
2134 (mouse-wheel-mode): Use it, so as to make sure we really remove all
2135 the bindings we set last time. Use custom-initialize-delay.
2136 * loadup.el: Load mwheel after term/*-win.el.
2137 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
2138 and mouse-wheel-up-event now that their first evaluation is done
2139 sufficiently late to be correct.
2141 * startup.el (tutorial-directory): Make it a defcustom.
2142 Use custom-initialize-delay rather than eval-at-startup to set it.
2143 * image.el (image-load-path): Make it a defcustom.
2144 Use custom-initialize-delay rather than eval-at-startup to set it.
2145 * subr.el (eval-at-startup): Remove.
2146 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
2148 * subr.el (do-after-load-evaluation): Warn the user after loading an
2151 2009-09-12 Glenn Morris <rgm@gnu.org>
2153 * proced.el (proced-mark-alt): Remove alias.
2154 (proced-mode-map): Remove proced-mark-alt.
2156 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
2157 Elint file and directory. Remove initialization entry.
2159 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
2161 (elint-current-buffer): Set mode-line-process.
2162 (elint-init-env): Handle define-derived-mode.
2163 Fix declare-function with unspecified arglist. Guard against odd
2164 defalias statements (eg iso-insert's 8859-1-map).
2165 (elint-add-required-env): Use a temp buffer.
2166 (elint-form): Just print the function/macro name, not the whole form.
2167 Return env unchanged if we fail to parse a macro.
2168 (elint-forms): Guard against parse errors.
2169 (elint-output): New function, to handle batch mode.
2170 (elint-log-message): Add optional argument. Use elint-output.
2171 (elint-set-mode-line): New function.
2173 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
2175 * emacs-lisp/elp.el (elp-not-profilable): Add more
2176 functions (Bug#4233).
2178 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
2180 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
2181 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
2183 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
2185 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
2186 (gdb-var-list-children): Use json parsing.
2188 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
2190 * progmodes/js.el (js--proper-indentation): Handle the case where
2191 char-before is null. Reported by Deniz Dogan.
2193 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
2195 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
2197 2009-09-11 Daiki Ueno <ueno@unixuser.org>
2199 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
2200 (epg-digest-algorithm-alist): Add SHA224.
2201 (epg-context-set-passphrase-callback)
2202 (epg-context-set-progress-callback): Add description about
2205 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2207 * custom.el (custom-delayed-init-variables): New var.
2208 (custom-initialize-delay): New function.
2209 * startup.el (command-line): "Re"evaluate all vars in
2210 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
2211 explicitly any more.
2212 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
2213 to avoid creating a ~/.emacs.d at build-time (bug#4347).
2215 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2217 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
2219 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
2220 (gdb-var-update-handler): Use json parsing.
2222 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
2224 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
2225 decode annotated text, regardless of language environment. (Bug#2741)
2227 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2229 * Makefile.in (autoloads): Make rmail.el writable as well.
2231 2009-09-11 Glenn Morris <rgm@gnu.org>
2233 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
2235 * dired.el: Regenerate with extracted autoloads.
2236 * Makefile.in (autoloads): Make dired.el writable.
2238 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
2239 * ibuffer.el: Regenerate with extracted autoloads.
2240 * Makefile.in (autoloads): Make ibuffer.el writable.
2242 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
2243 * version.el (emacs-copyright, emacs-major-version)
2244 (emacs-minor-version): Reformat doc-strings for make-docfile.
2246 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
2247 functions and variables, since they must be stuff specific to some other
2249 (apropos-print): Make mouse-click message less specific about button.
2251 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
2252 that records where a macro was defined.
2253 * help-fns.el (describe-function-1): Mention if a function has a
2255 * help-mode.el (help-function-cmacro): New button.
2257 * locate.el (top-level): Always require dired.
2258 (locate-mode-map): Initialize inside the defvar.
2260 * net/ange-ftp.el (dired-compress-file): Declare.
2261 (ange-ftp-dired-compress-file): Add doc string.
2263 * term/ns-win.el (x-display-name, x-setup-function-keys):
2264 Unify doc-strings with X versions.
2266 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2268 * emulation/crisp.el (crisp-mode-map): Move initialization
2270 (crisp-mode): Use define-minor-mode.
2272 * progmodes/xscheme.el (xscheme-evaluation-commands):
2273 Put a :advertised-binding property rather than using
2274 advertised-xscheme-send-previous-expression.
2275 (advertised-xscheme-send-previous-expression): Declare obsolete.
2276 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
2278 (crisp-mode): Add corresponding bindings to
2279 undo's :advertised-binding instead.
2280 * dired.el (dired-mode-map): Put a :advertised-binding property rather
2281 than using dired-advertised-find-file.
2282 (dired-advertised-find-file):
2283 * simple.el (advertised-undo):
2284 * wid-edit.el (advertised-widget-backward): Declare obsolete.
2285 (widget-keymap): Put a :advertised-binding property rather
2286 than using advertised-widget-backward.
2287 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
2288 than using advertised-undo.
2289 * tutorial.el (tutorial--default-keys): Adjust accordingly.
2291 2009-09-10 Simon South <ssouth@slowcomputing.org>
2293 * progmodes/delphi.el (delphi-tab): Indent region when Transient
2294 Mark mode is enabled and region is active; otherwise indent or
2295 insert TAB as usual.
2296 (delphi-mode): Update description of TAB-key binding.
2298 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2300 * subr.el (define-key-rebound-commands): Mark obsolete.
2301 * startup.el (precompute-menubar-bindings): Remove.
2302 (normal-top-level): Remove obsolete code that tried to precompute
2304 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
2305 define-key-rebound-commands and precompute-menubar-bindings.
2307 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
2309 * net/imap.el (imap-interactive-login): Better messages.
2310 (imap-open): Fix bug with renamed buffer on reconnect.
2311 (imap-authenticate): Add buffer-local imap-last-authenticator variable
2312 for easier debugging and cleaner code. On successful (guessed based on
2313 server capabilities) secondary authentication, set imap-state
2315 (imap-last-authenticator): Define imap-last-authenticator as a variable
2318 2009-09-10 Glenn Morris <rgm@gnu.org>
2320 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
2322 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
2323 (byte-compile-file-form-autoload): Don't warn about unknown functions
2324 where the autoload statement comes after the use.
2325 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
2326 that any handlers inside the body (eg require) are in turn respected.
2328 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
2331 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
2332 and syntax and abbrev tables basic docs, if they don't have any.
2334 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
2336 * international/mule-cmds.el (top-level): Require cl when compiling.
2337 (view-hello-file): Use default-value rather than
2338 default-enable-multibyte-characters.
2340 * progmodes/fortran.el: Move all safe and risky properties into the
2343 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
2344 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
2346 Put autoloads in rmail.el rather than loaddefs.el.
2347 * mail/rmail.el: Regenerate with extracted autoloads.
2349 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
2350 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
2352 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
2354 Reported in thread for Bug#4375.
2355 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
2356 "-data-evaluate-expression" instead of print.
2357 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
2358 (gdb-tooltip-print): Parse output from above MI command.
2359 (gdb): Revert 2009-08-11 change. User should detach inferior
2362 Remove the word "separate" from IO functions as inferior
2363 output is now never displayed in the GUD buffer.
2365 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
2367 * startup.el (command-line-normalize-file-name): On Windows and
2368 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
2370 2009-09-10 Juri Linkov <juri@jurta.org>
2372 * isearch.el (isearch-text-char-description): Propertize escape
2373 character sequences with the `escape-glyph' face. (Bug#4344)
2375 * simple.el (shell-command): Set asynchronous process filter to
2376 `comint-output-filter'. (Bug#4343)
2378 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
2379 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
2380 the list. Move "asm" to the bottom.
2381 (grep-find-ignored-directories): Add `choice' with nil value
2382 to empty the list easily.
2383 (grep-find-ignored-files): New option.
2384 (grep-files-history): Set to nil by default instead of '("ch" "el").
2385 (grep-compute-defaults): Add "<X>" to `grep-template'.
2386 (grep-read-files): Bind new local variables `default-alias' and
2387 `default-extension'. Use a list of default values for the file prompt.
2388 (lgrep): Add `--exclude=' command line options composed from
2389 `grep-find-ignored-files'.
2390 (rgrep): Add `-name' command line options composed from
2391 `grep-find-ignored-files'. (Bug#4301)
2393 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2395 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
2398 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2400 * calendar/time-date.el (autoload):
2401 Expand define-obsolete-function-alias into defalias and make-obsolete
2402 for old Emacsen that Gnus supports.
2403 (with-no-warnings): Define it for old Emacsen.
2404 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2406 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2407 float-time is available; suppress compile warning for time-to-seconds.
2409 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
2411 * net/imap.el (imap-message-map): Docstring fix.
2413 2009-09-09 Glenn Morris <rgm@gnu.org>
2415 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
2416 line numbers too. (Bug#4374)
2418 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2420 * smerge-mode.el (smerge-remove-props, smerge-refine):
2421 Use with-silent-modifications (bug#4342).
2423 * subr.el (with-silent-modifications): New macro.
2425 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
2427 * files.el (top-level): Require `cl' when compiling.
2429 2009-09-07 Glenn Morris <rgm@gnu.org>
2431 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
2433 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
2434 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
2436 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
2438 * vc-git.el (vc-git-annotate-command): Use separator to parse
2439 arguments correctly.
2441 2009-09-06 Eli Zaretskii <eliz@gnu.org>
2443 * proced.el (proced-mode): Doc fix.
2445 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
2447 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
2449 (tramp-do-file-attributes-with-ls): Check for file existence at
2451 (tramp-do-file-attributes-with-stat): Likewise.
2452 (tramp-convert-file-attributes): Return nil when attr is nil.
2454 2009-09-05 Glenn Morris <rgm@gnu.org>
2456 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
2457 properties to this button.
2458 (diary-fancy-display): Don't extend the button to the final newline.
2459 (diary-fancy-display-mode): Continue to define "q" as a local key.
2461 * calendar/cal-china.el (holiday-chinese): Make it slightly more
2464 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
2466 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
2467 (byte-compile-dest-file-function): New option.
2468 (byte-compile-dest-file): Doc fix.
2469 Obey byte-compile-dest-file-function.
2470 (byte-compile-cl-file-p): New function.
2471 (byte-compile-eval): Only suppress noruntime warnings about cl functions
2472 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
2473 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
2474 than for file being previously loaded.
2475 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
2476 (byte-compile-file-form-require): Handle the case where requiring a file
2477 indirectly causes CL to be loaded.
2479 2009-09-05 Karl Fogel <kfogel@red-bean.com>
2481 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
2482 before killing the old buffer, since by the time `kill-buffer' is
2483 run so many buffer variables have been set to nil that it may not
2484 behave as expected. (Bug#4061)
2486 2009-09-05 Karl Fogel <kfogel@red-bean.com>
2488 * files.el (find-alternate-file): If the old buffer is modified
2489 and visiting a file, behave similarly to `kill-buffer' when
2490 killing it, thus reverting to the pre-1.878 behavior; see
2491 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
2492 for discussion. Also, consult `buffer-file-name' as a variable
2493 not as a function, for consistency with the rest of the code.
2495 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
2497 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
2498 also when adding a new directory.
2500 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
2503 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2505 * files.el (locate-file-completion-table): Make it provide boundary
2506 information, so partial-completion works better.
2508 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
2510 * mail/footnote.el (Footnote-text-under-cursor):
2511 Check footnote-text-marker-alist before using it (bug#4324).
2513 2009-09-04 Glenn Morris <rgm@gnu.org>
2515 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
2516 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
2517 * play/solitaire.el, play/tetris.el:
2518 Remove leading * from defcustom and defface docs.
2520 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
2522 (diary-fancy-overriding-map): New variable.
2523 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
2526 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
2529 2009-09-03 Glenn Morris <rgm@gnu.org>
2531 * arc-mode.el (archive-mode):
2532 * dos-fns.el (set-default-process-coding-system):
2533 * man.el (Man-getpage-in-background):
2534 * menu-bar.el (menu-bar-describe-menu):
2535 * server.el (server-process-filter):
2536 * startup.el (command-line):
2537 * tar-mode.el (tar-header-block-tokenize, tar-extract):
2538 * w32-fns.el (set-default-process-coding-system):
2539 * x-dnd.el (x-dnd-handle-file-name):
2540 * international/mule-cmds.el (mule-menu-keymap)
2541 (set-default-coding-systems, language-info-alist, set-language-info)
2542 (set-language-environment, standard-display-european-internal)
2543 (set-locale-environment):
2544 * international/mule-diag.el (mule-diag):
2545 * mail/emacsbug.el (report-emacs-bug):
2546 * mail/rmail.el (rmail-mode):
2547 * mail/sendmail.el (mail-setup):
2548 Use default-value rather than default-enable-multibyte-characters.
2550 * progmodes/f90.el: Move all safe properties into the defcustoms.
2551 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
2553 * calendar/appt.el (appt-check):
2554 * calendar/diary-lib.el (diary-set-header, diary-live-p)
2555 (diary-check-diary-file, diary-list-entries)
2556 (diary-include-other-diary-files, diary-simple-display)
2557 (diary-fancy-display, diary-print-entries)
2558 (diary-mark-included-diary-files, diary-make-entry):
2559 Don't call substitute-in-file-name on diary-file.
2561 2009-09-03 Eduard Wiebe <usenet@pusto.de>
2562 Stefan Monnier <monnier@iro.umontreal.ca>
2564 * mail/footnote.el (footnote-prefix): Make it a defcustom.
2565 (footnote-mode-map): Move initialization into the declaration.
2566 (footnote-minor-mode-map): Define it rather than changing global-map.
2567 (footnote-mode): Use define-minor-mode.
2569 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
2571 * net/tramp.el (tramp-handle-file-attributes-with-ls)
2572 (tramp-do-file-attributes-with-perl)
2573 (tramp-do-file-attributes-with-stat): Rename from
2574 `tramp-handle-file-attributes-with-*'.
2575 (tramp-handle-file-attributes): Use them.
2576 (tramp-do-directory-files-and-attributes-with-perl)
2577 (tramp-do-directory-files-and-attributes-with-stat): Rename from
2578 `tramp-handle-directory-files-and-attributes-with-*'.
2579 (tramp-handle-directory-files-and-attributes): Use them.
2580 (tramp-method-out-of-band-p): Additional parameter SIZE.
2581 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
2582 (tramp-handle-write-region): Use it.
2583 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
2584 (tramp-handle-vc-registered): Check, whether the first run did
2585 return files to be tested.
2586 (tramp-advice-make-auto-save-file-name): Do not call directly
2587 `tramp-handle-make-auto-save-file-name', because this would bypass
2588 the locking mechanism.
2590 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
2591 (file-remote-p, process-file, start-file-process, set-file-times)
2592 (tramp-compat-file-attributes): Compatibility functions shall not
2593 call directly `tramp-handle-*', because this would bypass the
2595 (tramp-compat-number-sequence): New defun.
2597 2009-09-02 Glenn Morris <rgm@gnu.org>
2599 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
2600 alias for float-time.
2601 (time-to-number-of-days): In Emacs, use float-time.
2602 * net/newst-backend.el (time-add): Suppress warnings from compat
2604 * time.el (emacs-uptime, emacs-init-time):
2605 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
2606 Use float-time rather than time-to-seconds.
2608 * minibuffer.el (completion-initials-expand): Fix typo.
2610 * faces.el (modeline, modeline-inactive, modeline-highlight)
2611 (modeline-buffer-id):
2612 * info.el (info-menu-5): Mark these face aliases as obsolete.
2614 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
2616 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
2618 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
2619 no "--thread" option.
2620 (gdb-stopped): Don't print "Switched to thread" message when it is
2623 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2625 * minibuffer.el (completion-try-completion)
2626 (completion-all-completions): Remove ill-defined (and
2627 mistakenly installed and luckily never used nor documented)
2628 `completion-styles' property.
2629 (completion-initials-expand, completion-initials-all-completions)
2630 (completion-initials-try-completion): New functions.
2631 (completion-styles-alist): Add doc to each entry.
2632 Add new `initials' entry.
2634 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
2636 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
2637 MI command -var-evaluate-expression.
2638 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
2639 and tweak for case of string child.
2640 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
2642 2009-09-01 Glenn Morris <rgm@gnu.org>
2644 * add-log.el (change-log-date-face, change-log-name-face)
2645 (change-log-email-face, change-log-file-face, change-log-list-face)
2646 (change-log-conditionals-face, change-log-function-face)
2647 (change-log-acknowledgement-face):
2648 * cus-edit.el (custom-invalid-face, custom-rogue-face)
2649 (custom-modified-face, custom-set-face, custom-changed-face)
2650 (custom-saved-face, custom-button-face, custom-button-pressed-face)
2651 (custom-documentation-face, custom-state-face, custom-comment-face)
2652 (custom-comment-tag-face, custom-variable-tag-face)
2653 (custom-variable-button-face, custom-face-tag-face)
2654 (custom-group-tag-face-1, custom-group-tag-face):
2655 * diff-mode.el (diff-header-face, diff-file-header-face)
2656 (diff-index-face, diff-hunk-header-face, diff-removed-face)
2657 (diff-added-face, diff-changed-face, diff-function-face)
2658 (diff-context-face, diff-nonexistent-face):
2659 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
2660 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
2661 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2662 (Info-title-4-face):
2663 * isearch.el (isearch-lazy-highlight-face):
2664 * log-view.el (log-view-file-face, log-view-message-face):
2665 * paren.el (show-paren-match-face, show-paren-mismatch-face):
2666 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2667 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2669 * smerge-mode.el (smerge-mine-face, smerge-other-face)
2670 (smerge-base-face, smerge-markers-face):
2671 * wid-edit.el (widget-documentation-face, widget-button-face)
2672 (widget-field-face, widget-single-line-field-face)
2673 (widget-inactive-face, widget-button-pressed-face):
2674 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
2675 (woman-addition-face):
2676 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
2677 (eshell-ls-executable-face, eshell-ls-readonly-face)
2678 (eshell-ls-unreadable-face, eshell-ls-special-face)
2679 (eshell-ls-missing-face, eshell-ls-archive-face)
2680 (eshell-ls-backup-face, eshell-ls-product-face)
2681 (eshell-ls-clutter-face):
2682 * eshell/em-prompt.el (eshell-prompt-face):
2683 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
2684 * obsolete/old-whitespace.el (whitespace-highlight-face):
2685 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
2686 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
2687 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
2688 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
2689 (antlr-font-lock-literal-face):
2690 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
2691 (ebrowse-root-class-face, ebrowse-file-name-face)
2692 (ebrowse-default-face, ebrowse-member-attribute-face)
2693 (ebrowse-member-class-face, ebrowse-progress-face):
2694 * progmodes/make-mode.el (makefile-space-face):
2695 * progmodes/sh-script.el (sh-heredoc-face):
2696 * textmodes/flyspell.el (flyspell-incorrect-face)
2697 (flyspell-duplicate-face):
2698 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
2699 * textmodes/texinfo.el (texinfo-heading-face):
2700 Mark face aliases with "-face" suffix as obsolete.
2702 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
2705 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
2706 (eudc-bob-sound-menu): Use defvar rather than defconst, since
2707 easy-menu-define wants to modify these.
2709 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
2711 * net/browse-url.el (browse-url-file-url):
2712 * term/internal.el (dos-codepage-setup):
2713 Use default-value rather than default-enable-multibyte-characters.
2715 * progmodes/etags.el (etags-goto-tag-location):
2716 * progmodes/flymake.el (flymake-highlight-line)
2717 (flymake-goto-file-and-line, flymake-goto-line):
2718 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
2719 (gdb-goto-breakpoint):
2720 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2721 * progmodes/python.el (python-find-function)
2722 (python-pdbtrack-track-stack-file):
2723 * progmodes/verilog-mode.el (verilog-surelint-off):
2724 * term/ns-win.el (ns-open-file-select-line):
2725 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2726 Use forward-line rather than goto-line.
2728 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
2729 * textmodes/reftex-index.el (reftex-display-index):
2730 * textmodes/reftex-ref.el (reftex-offer-label-menu):
2731 * textmodes/reftex-toc.el (reftex-toc):
2732 Remove unnecessary bindings of default-major-mode (all are followed by
2733 major-mode check and possible mode switch).
2735 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
2737 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2738 Handle watchpoints (bug#4282).
2739 (def-gdb-thread-buffer-command): Enable thread to be selected by
2740 clicking without selecting threads buffer first.
2741 (gdb-current-context-command): Use selected frame so that "up",
2742 "down" etc work in the GUD buffer.
2743 (gdb-update): Find selected frame before rendering stack buffer.
2744 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
2746 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2748 * progmodes/sym-comp.el (displayed-completions): Remove.
2749 (symbol-complete): Use minibuffer-complete.
2751 2009-08-31 Glenn Morris <rgm@gnu.org>
2753 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
2755 * apropos.el (apropos-symbols-internal):
2756 Handle (obsolete) face aliases.
2758 * faces.el (describe-face): Adjust the output format to be more like
2759 describe-variable, and to mention (obsolete) face aliases.
2760 Adjust the whitespace so that help-setup-xref works.
2762 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
2763 * calendar/diary-lib.el (diary-button-face):
2764 Mark these face aliases as obsolete.
2766 * calendar/calendar.el (calendar-today): Doc fix.
2768 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
2770 * progmodes/gdb-mi.el (gdb-control-all-threads)
2771 (gdb-control-current-thread): Force tool bar update.
2772 (gdb-non-stop-handler): New function.
2773 (gdb-init-1): Use it to test if non-stop mode is supported.
2774 Remove unused gdbmi buffer type.
2776 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2778 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
2779 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
2781 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
2783 * comint.el (comint-exec-1): Check command is non-null first.
2784 Part of gdb-mi.el change (2009-08-28).
2786 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2788 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
2790 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
2792 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
2793 instead of `dolist' to avoid a recursive require when bootstrapping.
2795 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2797 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
2799 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
2801 * net/imap.el (imap-send-command): Simplify.
2802 (imap-wait-for-tag): point-max -> buffer-size.
2804 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
2806 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
2807 with constant argument.
2809 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
2811 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
2813 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
2814 Change default, since most of our files don't have a history.
2815 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
2818 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2821 * calc/calc.el: Improve commenting convention.
2822 (calc-digit-map, toplevel): Simplify.
2824 * comint.el (comint-insert-input): Be careful to only set point if we
2825 don't delegate to some other command.
2827 * proced.el (proced-signal-list): Make it an alist.
2828 (proced-grammar-alist): Capitalize names.
2829 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
2830 Disable undo manually and make it read-only.
2831 Use completion-annotate-function.
2833 * minibuffer.el (minibuffer-message): If the current buffer is not
2834 a minibuffer, insert the message in the echo area rather than at the
2836 (completion-annotate-function): New variable.
2837 (minibuffer-completion-help): Use it.
2838 (completion--embedded-envvar-table): Environment vars are
2839 always case-sensitive.
2841 2009-08-30 Glenn Morris <rgm@gnu.org>
2843 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
2844 from fortran-current-defun.
2845 (fortran-beginning-of-subprogram): Be more precise about finding the
2846 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
2847 (fortran-end-of-subprogram): Simplify.
2848 (fortran-current-defun): Use fortran-start-prog-re.
2850 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
2852 * subr.el (do-after-load-evaluation): Simplify.
2854 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2856 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
2858 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
2859 (vc-rcs-print-log): Use it.
2861 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
2863 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2865 * paths.el (abbrev-file-name): Move to abbrev.el.
2866 * abbrev.el (abbrev-file-name): Move from paths.el.
2867 Obey user-emacs-directory.
2868 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
2869 user-emacs-directory.
2870 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
2871 abbrev-file-name and calc-settings-file any more.
2872 * startup.el (command-line): Recompute abbrev-file-name and
2873 abbreviated-home-dir.
2874 (normal-no-mouse-startup-screen): Improve the generic code and get rid
2875 of the special code for when C-h bindings haven't been changed.
2876 (display-startup-echo-area-message): Use with-current-buffer.
2877 (command-line-1): Use a list of strings, rather than a list of lists
2878 of strings for longopts.
2880 * files.el (get-free-disk-space): Use / for default-directory.
2882 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
2883 Use with-current-buffer.
2885 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
2886 Recognize immutable variables like most-positive-fixnum.
2887 (byte-compile-setq-default): Check and warn if trying to assign
2888 to an immutable variable, or a non-variable.
2890 * progmodes/cc-vars.el (c-comment-continuation-stars):
2891 * progmodes/cc-engine.el (c-looking-at-bos):
2892 * progmodes/cc-cmds.el (c-toggle-auto-state)
2893 (c-forward-into-nomenclature, c-backward-into-nomenclature)
2894 (c-comment-line-break-function): Add version of obsolescence.
2896 2009-08-28 Juri Linkov <juri@jurta.org>
2898 * files.el (magic-fallback-mode-alist): Add ZIP magic number
2899 associated with `archive-mode'.
2901 * image.el (image-type-header-regexps): Use only JPEG magic number
2902 to determine JPEG images, and don't use `image-jpeg-p' because
2903 Emacs can display non-JFIF non-Exif JPEG images.
2905 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
2907 * arc-mode.el (archive-mode):
2908 * emacs-lisp/re-builder.el (re-builder-unload-function):
2909 Protect against the default value of `major-mode' being nil.
2911 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
2913 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
2914 Fix typos in docstrings.
2916 * progmodes/js.el (js--macro-decl-re): Doc fix.
2917 (js--plain-method-re, js--split-name): Refloc docstring.
2918 (js--class-styles, js--make-merged-item, js--splice-into-items):
2919 Fix typos in docstrings; reflow docstrings.
2920 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
2921 (js--variable-decl-matcher, js--inside-pitem-p)
2922 (js--parse-state-at-point, js--get-all-known-symbols)
2923 (js--symbol-history, js-find-symbol, js--js-references)
2924 (js--moz-interactor, js--js-encode-value, js--read-tab):
2925 Fix typos in docstrings.
2927 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2929 * textmodes/reftex.el (reftex-get-file-buffer-force):
2930 * progmodes/verilog-mode.el (verilog-batch-execute-func):
2931 * emulation/viper.el (viper-go-away, viper-set-hooks):
2932 * emacs-lisp/re-builder.el (re-builder-unload-function):
2933 * emacs-lisp/bytecomp.el (byte-compile-file):
2934 * ses.el (ses-unload-function):
2935 * hexl.el (hexl-find-file):
2936 * files.el (normal-mode):
2937 * ehelp.el (with-electric-help):
2938 * autoinsert.el (auto-insert-alist):
2939 * arc-mode.el (archive-mode):
2940 Use (default-value 'major-mode) instead of default-major-mode.
2942 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
2943 * international/mule.el (load-with-code-conversion):
2944 * emacs-lisp/debug.el (debug):
2945 * ediff-vers.el (ediff-rcs-get-output-buffer):
2946 * dired.el (dired-internal-noselect): Don't let-bind
2947 default-major-mode around code that doesn't use it.
2948 E.g. buffer creation via get-buffer-create doesn't use it.
2950 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
2952 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
2953 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
2954 when writing the temp file. Otherwise, epa-file gets confused.
2955 (tramp-register-file-name-handlers): Make it a defun. Move also
2956 `epa-file-handler' to the front of `file-name-handler-alist'.
2958 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2960 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
2961 start right after a ^M.
2962 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
2963 (tramp-completion-file-name-regexp-separate)
2964 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
2965 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
2966 Don't modify last-coding-system-used by accident.
2967 (tramp-completion-file-name-handler): Apply the checks here,
2968 instead during registration.
2969 (tramp-register-file-name-handlers) Renamed from
2970 `tramp-register-file-name-handler'. Register both
2971 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
2972 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
2974 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
2976 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
2978 (gdb-init-1, gdb-display-separate-io-buffer)
2979 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
2981 (gdb-inferior-io-mode): Use make-comint-in-buffer.
2982 (gdb-inferior-filter): Use comint-output-filter to stop
2983 echoing and remove ^M characters.
2985 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2987 * emulation/viper-init.el (viper-restore-cursor-type):
2988 * emulation/cua-base.el (cua--update-indications):
2989 Replace default-cursor-type with (default-value 'cursor-type).
2991 * mail/sendmail.el (mail-recover-1):
2992 * international/mule-diag.el (describe-current-coding-system-briefly)
2993 (describe-current-coding-system):
2994 * international/mule-cmds.el (select-safe-coding-system)
2995 (select-message-coding-system)
2996 (set-language-environment-coding-systems, set-locale-environment):
2997 * hexl.el (hexl-insert-multibyte-char):
2998 * dos-w32.el (find-buffer-file-type-coding-system):
2999 * simple.el (what-cursor-position):
3000 Replace uses of default-buffer-file-coding-system
3001 with (default-value 'buffer-file-coding-system).
3003 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
3004 Replace uses of default-cursor-in-non-selected-windows
3005 with (default-value 'cursor-in-non-selected-windows).
3006 Use with-current-buffer.
3008 * mail/feedmail.el: Use CL macros.
3009 (feedmail-run-the-queue, feedmail-send-it-immediately):
3010 * dos-w32.el (find-buffer-file-type): Replace uses of
3011 default-buffer-file-type with (default-value 'buffer-file-type).
3013 2009-08-28 Glenn Morris <rgm@gnu.org>
3015 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
3016 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
3017 Use default-value of major-mode rather than default-major-mode.
3019 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3021 * Makefile.in (update-elcfiles): Report left over elc files.
3023 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
3024 expand-file-name and with-current-buffer.
3025 (mail-get-names, mail-directory): Use with-current-buffer.
3027 * vc.el (vc-read-revision): New function.
3028 (vc-version-diff, vc-merge): Use it.
3030 2009-08-27 Sam Steingold <sds@gnu.org>
3032 * simple.el (kill-do-not-save-duplicates): New user option.
3033 (kill-new): When it is non-nil, and the new string is the same as
3034 the latest kill, set replace to t to avoid duplicates in kill-ring.
3036 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
3038 * net/tramp.el (tramp-handle-process-file): Do not flush all
3039 caches when `process-file-side-effects' is set.
3040 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
3041 instead of `tramp-find-file-exists-command'.
3042 Unset `process-file-side-effects'.
3044 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
3046 * net/tramp.el (tramp-methods): New method "rsyncc".
3047 (top): Add completion function for "rsyncc".
3048 (tramp-message-show-message): New defvar.
3049 (tramp-message, tramp-error): Use it.
3050 (tramp-do-copy-or-rename-file-directly): Extend check for direct
3052 (tramp-do-copy-or-rename-file-out-of-band): Handle new
3053 `tramp-methods' entry `copy-env' of "rsyncc".
3054 (tramp-vc-registered-read-file-names): New defconst.
3055 (tramp-vc-registered-file-names): New defvar.
3056 (tramp-handle-vc-registered): Implement optimization strategy.
3057 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
3058 (tramp-vc-file-name-handler): New defun.
3059 (tramp-get-ls-command, tramp-get-test-command)
3060 (tramp-get-file-exists-command, tramp-get-remote-ln)
3061 (tramp-get-remote-perl, tramp-get-remote-stat)
3062 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
3064 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
3065 (tramp-cache-inhibit-cache): Extend doc string. It allows also
3067 (tramp-get-file-property): Check for timestamps in
3068 `tramp-cache-inhibit-cache'.
3069 (tramp-set-file-property): Write timestamp.
3071 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
3073 * language/japan-util.el (japanese-symbol-table): Add entries for
3076 * international/characters.el: Add category `j' to cp932-2-byte.
3078 2009-08-27 Kenichi Handa <handa@m17n.org>
3080 * international/fontset.el (build-default-fontset-data): New macro.
3081 (setup-default-fontset): Use build-default-fontset-data for CJK,
3082 tibetan, ethiopic, and ipa.
3084 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3086 * cus-start.el (default-major-mode): Customize `major-mode' instead.
3087 (enable-multibyte-characters): Not customizable any more.
3089 * subr.el (default-mode-line-format, default-header-line-format)
3090 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
3091 (default-direction-reversed, default-truncate-lines)
3092 (default-left-margin, default-tab-width, default-case-fold-search)
3093 (default-left-margin-width, default-right-margin-width)
3094 (default-left-fringe-width, default-right-fringe-width)
3095 (default-fringes-outside-margins, default-scroll-bar-width)
3096 (default-vertical-scroll-bar, default-indicate-empty-lines)
3097 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
3098 (default-fringe-cursor-alist, default-scroll-up-aggressively)
3099 (default-scroll-down-aggressively, default-fill-column)
3100 (default-cursor-type, default-buffer-file-type)
3101 (default-cursor-in-non-selected-windows)
3102 (default-buffer-file-coding-system, default-major-mode)
3103 (default-enable-multibyte-characters): Mark as obsolete.
3105 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
3107 * vc-dir.el (vc-dir-update): Remove debug helper.
3109 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
3111 2009-08-26 Sam Steingold <sds@gnu.org>
3113 * simple.el (save-interprogram-paste-before-kill): New user option.
3114 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
3115 save the interprogram-paste into kill-ring before overriding it
3116 with the Emacs kill.
3118 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
3120 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
3121 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
3122 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
3123 and move to vc-rcs.el.
3124 (vc-default-next-revision): Rename to vc-rcs-next-revision and
3126 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
3127 (vc-rcs-update-changelog): Remove.
3128 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
3129 and move to vc-rcs.el.
3131 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
3132 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
3134 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
3135 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3136 vc.el, renamed to be RCS specific.
3138 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
3140 (vc-cvs-update-changelog): Move here from vc.el.
3142 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
3145 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
3147 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
3149 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
3151 * vc-git.el (vc-git-register): Use "git add" for directories.
3152 (vc-git-stash, vc-git-stash-show): New functions.
3153 (vc-git-extra-menu-map): Bind them.
3155 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
3156 directory correctly in case the item is a directory itself.
3158 * vc.el: Document the desired behavior for reverted files in the
3160 (vc-default-prettify-state-info): Remove function, unused.
3162 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
3164 2009-08-26 Glenn Morris <rgm@gnu.org>
3166 * bindings.el (standard-mode-line-format): Reposition dashes in
3167 which-func entry. (Bug#4217)
3169 * files.el (enable-local-variables, enable-local-eval)
3170 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
3172 (auto-mode-alist, ignored-local-variables)
3173 (save-some-buffers-action-alist): Move risky declarations to the
3175 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
3176 (font-lock-defaults, format-alist, imenu--index-alist)
3177 (imenu-generic-expression, input-method-alist, minor-mode-alist)
3178 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
3179 (mode-line-modified, mode-line-mule-info, mode-line-position)
3180 (mode-line-process, mode-line-remote, outline-level)
3181 (parse-time-rules, rmail-output-file-alist)
3182 (special-display-buffer-names, vc-mode):
3183 Move risky declarations to the relevant files.
3184 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
3185 (mode-line-modified, mode-line-process, mode-line-position)
3186 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
3187 * font-core.el (font-lock-defaults):
3188 * format.el (format-alist):
3189 * vc-hooks.el (vc-mode):
3190 * window.el (special-display-buffer-names):
3191 * international/mule-cmds.el (input-method-alist):
3192 Define riskiness here (dumped file) rather than in files.el.
3193 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
3194 * imenu.el (imenu-generic-expression, imenu--index-alist):
3195 * outline.el (outline-level):
3196 * time.el (display-time-string):
3197 * calendar/parse-time.el (parse-time-rules):
3198 * mail/rmailout.el (rmail-output-file-alist):
3199 Autoload riskiness here, rather than placing in files.el.
3201 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
3203 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
3205 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
3207 * simple.el (process-file-side-effects): New defvar.
3209 * dired-aux.el (dired-show-file-type):
3210 * vc.el (vc-diff-internal):
3211 * vc-arch.el (vc-arch-diff):
3212 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
3213 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
3214 * vc-git.el (vc-git-registered, vc-git-working-revision)
3215 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
3216 (vc-git--empty-db-p):
3217 * vc-hooks.el (vc-user-login-name):
3218 * vc-svn.el (vc-svn-registered, vc-svn-state)
3219 (vc-svn-dir-extra-headers, vc-svn-find-revision):
3220 * progmodes/grep.el (grep-probe): Let-bind
3221 `process-file-side-effects' with nil.
3223 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
3225 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
3226 daemon. Replace ping by checking for running service for bluez
3227 and zeroconf. (Bug#4239)
3229 2009-08-25 Kevin Ryde <user42@zip.com.au>
3231 * net/dig.el (dig): Add autoload cookie.
3233 2009-08-25 Glenn Morris <rgm@gnu.org>
3235 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
3236 load-history for absolute file-names.
3237 (byte-compile-file-form-require): Warn about use of the cl package.
3239 * format.el (format-alist): Doc fix.
3241 * play/bubbles.el (top-level): Don't require cl at run-time.
3243 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
3246 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
3248 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
3250 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
3252 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
3254 * calc/calc-alg.el (math-trig-rewrite)
3255 (math-hyperbolic-trig-rewrite): New functions.
3256 (calc-simplify): Simplify trig functions when asked.
3258 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3260 * diff-mode.el (diff-find-source-location): Avoid goto-line.
3262 2009-08-24 Kenichi Handa <handa@m17n.org>
3264 * language/ind-util.el (mapthread): Delete it.
3265 (combinatorial): New function.
3266 (indian--puthash-cv): Use combinatorial instead of mapthread.
3268 2009-08-22 Kevin Ryde <user42@zip.com.au>
3270 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
3271 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
3272 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
3273 Clarify docstring that the value is strings not symbols.
3274 (checkdoc-list-of-strings-p): New function.
3276 2009-08-22 Glenn Morris <rgm@gnu.org>
3278 * files.el (auto-mode-alist):
3279 * hippie-exp.el (he-concat-directory-file-name):
3280 * lpr.el (lpr-windows-system, printer-name):
3281 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
3282 * ps-print.el (ps-windows-system):
3283 * startup.el (command-line):
3284 * emulation/viper-ex.el (viper-glob-function):
3285 * international/mule-cmds.el (set-language-environment-coding-systems):
3286 * net/ange-ftp.el (ange-ftp-write-region):
3287 * obsolete/fast-lock.el (fast-lock-cache-name):
3288 Remove code for defunct system-types emx, macos, mswindows, next-mach,
3289 unisoft-unix, vax-vms, win32, w32.
3291 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
3292 given name if the pattern is not more specific.
3294 * calendar/lunar.el (lunar-phase-names): New option.
3295 (lunar-phase): Doc fix.
3296 (lunar-cycles-per-year): New constant.
3297 (lunar-index): New function.
3298 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
3299 (lunar-phase-name): Use lunar-phase-names.
3300 (calendar-lunar-phases): Use format.
3301 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
3303 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
3304 Copy imenu-example--name-and-position function here for own use.
3305 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
3307 * bs.el (bs--redisplay):
3308 * cus-edit.el (custom-redraw):
3309 * ibuffer.el (ibuffer-bury-buffer):
3310 * server.el (server-goto-line-column):
3311 * startup.el (command-line-1):
3312 * strokes.el (strokes-xpm-for-stroke):
3313 * term.el (term-display-buffer-line):
3314 * view.el (View-goto-line):
3315 * calc/calc.el (calc-do, calc-trail-buffer):
3316 * play/gamegrid.el (gamegrid-add-score-insecure):
3317 * progmodes/ada-mode.el (ada-compile-goto-error):
3318 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
3319 (ebrowse-select-1st-to-9nth):
3320 * progmodes/cperl-mode.el (cperl-time-fontification):
3321 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
3322 * progmodes/gud.el (gud-display-line):
3323 (idlwave-shell-display-line):
3324 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
3325 * progmodes/make-mode.el (makefile-browser-toggle):
3326 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
3327 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
3328 * textmodes/picture.el (picture-draw-rectangle):
3329 * textmodes/reftex-index.el (reftex-index-goto-letter):
3330 (reftex-select-jump-to-previous):
3331 * textmodes/reftex-sel.el (reftex-find-start-point)
3332 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
3333 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
3334 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
3335 * textmodes/tex-mode.el (tex-compilation-parse-errors):
3336 * textmodes/two-column.el (2C-associated-buffer):
3337 Use forward-line rather than goto-line.
3339 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
3342 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
3343 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
3344 (quick-check-list-to-regexp): Declare.
3346 * progmodes/make-mode.el (makefile-browser-insert-selection):
3347 Use goto-char rather than goto-line.
3349 * progmodes/prolog.el (compilation-error-regexp-alist)
3350 (compilation-forget-errors): Declare.
3352 2009-08-22 Juri Linkov <juri@jurta.org>
3354 * progmodes/grep.el (lgrep, rgrep): At the beginning
3355 set `dir' to `default-directory' unless `dir' is a non-nil
3356 readable directory. (Bug#4052)
3357 (lgrep, rgrep): Change a weird way to report an error
3358 from using `read-string' to using `error'.
3359 Instead of using interactive arguments in the function body,
3360 add new argument `confirm'.
3362 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3364 * textmodes/remember.el (remember-buffer):
3365 * progmodes/cperl-mode.el (cperl-vc-header-alist):
3366 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
3367 (icalendar-extract-ical-from-buffer):
3368 * net/newst-treeview.el (newsticker-groups-filename):
3369 * net/newst-backend.el (newsticker-cache-filename):
3370 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
3371 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
3372 (speedbar-add-ignored-path-regexp, speedbar-line-path)
3373 (speedbar-buffers-line-path, speedbar-path-line)
3374 (speedbar-buffers-line-path):
3375 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
3377 * epa.el (epa-display-verify-result):
3378 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
3380 2009-08-21 Glenn Morris <rgm@gnu.org>
3382 * progmodes/js.el (inferior-moz-process): Fix declaration.
3384 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
3386 * obsolete/rnewspost.el (news-mail-reply):
3387 Use goto-char rather than goto-line.
3389 * term/ns-win.el (ns-open-file-select-line):
3390 Use line-beginning-position rather than goto-line.
3392 * apropos.el (apropos-command):
3393 * ehelp.el (electric-helpify):
3394 * printing.el (pr-show-setup):
3395 * strokes.el (strokes-help):
3396 * tutorial.el (tutorial--describe-nonstandard-key)
3397 (tutorial--detailed-help):
3398 * woman.el (woman-mini-help, woman-display-extended-fonts):
3399 * calc/calc-help.el (calc-describe-key):
3400 * emulation/edt.el (edt-electric-helpify):
3401 * international/mule-diag.el (mule-diag):
3402 * play/yow.el (apropos-zippy):
3403 * progmodes/python.el (python-describe-symbol):
3404 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
3405 * textmodes/table.el (*table--cell-describe-mode)
3406 (*table--cell-describe-bindings):
3407 Use help-print-return-message rather than the now obsolete alias.
3409 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
3410 (calendar-cursor-to-visible-date):
3411 * play/5x5.el (5x5-position-cursor):
3412 * play/decipher.el (decipher):
3413 * play/gomoku.el (gomoku-goto-xy):
3414 * play/landmark.el (lm-goto-xy):
3415 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
3417 Use forward-line, not goto-line.
3419 * mail/rmail.el (rmail-obsolete): Delete custom group.
3420 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
3421 (rmail-remote-password, rmail-remote-password-required):
3422 Remove unneeded :set-after and :set properties.
3424 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
3426 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
3428 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
3430 * loadup.el: Remove leftover macos code.
3432 * vc-git.el (vc-git-annotate-command): Run asynchronously.
3433 Explicitly pass the date format to git blame so that user local
3434 so that the output format can be parsed.
3436 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
3438 * net/dbus.el (top): Don't check for (getenv
3439 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
3441 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
3443 * log-edit.el (log-edit-strip-single-file-name): New var.
3444 (log-edit-insert-changelog): Use it. Bug#3571
3446 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3448 * subr.el (read-passwd): Use read-key so keypad keys work as well.
3451 * help.el (help-print-return-message): Rename from
3452 print-help-return-message.
3454 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
3455 cvs-mode-map parent hack.
3456 (log-view-mode): Derive from special-mode.
3458 * linum.el (linum-mode): window-size-change-functions is redundant.
3459 Adapt to new window-configuration-change-hook behavior.
3460 (linum-after-size, linum-after-config): Remove.
3462 * imenu.el (imenu-example--name-and-position)
3463 (imenu-example--lisp-extract-index-name)
3464 (imenu-example--create-lisp-index, imenu-example--create-c-index):
3467 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
3468 (inferior-prolog-mode): Use it.
3469 (inferior-prolog-load-file): Reset list of errors.
3471 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
3473 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
3475 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
3477 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
3479 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
3482 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3484 * subr.el (listify-key-sequence-1): Use normal syntax since those
3485 integers are nowadays always represented by the same (positive) number
3487 (read-key-empty-map): New const.
3488 (read-key-delay): New var.
3489 (read-key): New function.
3490 (force-mode-line-update): Use with-current-buffer.
3491 (locate-user-emacs-file): Don't forget to abbreviate the file name.
3492 (start-process-shell-command, start-file-process-shell-command):
3493 Discourage the use of command-args.
3495 2009-08-19 Glenn Morris <rgm@gnu.org>
3497 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
3499 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3501 * simple.el (choose-completion-string): Don't rely on
3502 minibuffer-completing-file-name and ad-hoc checks to decide whether
3503 to continue completion or not.
3505 * minibuffer.el (minibuffer-hide-completions): New function.
3506 (completion--do-completion): Use it.
3507 (completions-annotations): New face.
3508 (completion--insert-strings): Use it.
3509 (completion-pcm--delim-wild-regex): Add docstring.
3510 (completion-pcm--string->pattern): Add support for 0-width delimiters
3511 in completion-pcm--delim-wild-regex.
3513 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
3515 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
3516 Remove unused var `buffer-modified-p'.
3518 * minibuffer.el (completion--do-completion): Move point for the #b001
3519 case as well (bug#4176).
3520 (minibuffer-complete, minibuffer-complete-word): Don't move point.
3522 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
3524 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
3527 2009-08-18 Kenichi Handa <handa@m17n.org>
3529 * international/ucs-normalize.el (ucs-normalize-version):
3531 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
3532 (utf-8-hfs): Make it perform normalization on encoding too.
3534 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
3535 (sentence-end-without-space): Delete duplicated chars.
3536 (sentence-end-base): Likewise.
3538 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
3539 (html-mode): Delete duplicated chars from sentence-end-base.
3541 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
3542 (texinfo-mode): Delete duplicated chars from sentence-end-base.
3544 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
3546 * files.el (hack-one-local-variable): If the mode function is for
3547 a minor mode, pass it an argument (Bug#4148).
3549 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
3551 * net/tramp.el (tramp-register-completion-file-name-handler):
3552 Check also for (member 'partial-completion completion-styles).
3554 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
3556 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
3559 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
3561 * progmodes/cperl-mode.el: Merge upstream 6.2.
3562 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
3563 (cperl-forward-re): Check cperl-brace-recursing.
3564 (cperl-highlight-charclass): New function.
3565 (cperl-find-pods-heres): Use it.
3566 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
3567 (cperl-beautify-regexp-piece): Fix column calculation.
3568 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
3569 (cperl-beautify-level): Don't process entire regexp.
3570 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
3572 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
3573 (cperl-init-faces): Build a list in the normal way.
3575 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
3577 * calendar/parse-time.el (parse-time-string-chars): Save match
3580 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3582 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
3583 (sql-product): Use it.
3584 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
3585 (sql-set-product): Add completion.
3586 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
3587 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
3588 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
3589 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
3590 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
3591 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
3592 (sql-highlight-db2-keywords): Remove.
3593 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3594 (sql-highlight-product): Use derived-mode-p.
3595 (sql-set-sqli-buffer): Use with-current-buffer.
3596 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
3599 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
3601 * term.el: Fix commenting convention, turn comments into docstrings.
3603 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
3605 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
3607 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
3609 * calendar/parse-time.el (parse-time-string-chars): Compute using
3610 character classes, to handle non-ascii characters (Bug#3190).
3612 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
3614 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
3615 another heredoc if the user adds another < (Bug#3226).
3617 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3618 Don't initialize based on window-system (Bug#4124).
3620 * facemenu.el (facemenu-read-color): Use a completion function
3621 that accepts any defined color, such as RGB triplets (Bug#3677).
3623 * files.el (get-free-disk-space): Change fallback default
3624 directory to /. Expand DIR argument before switching to fallback.
3625 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
3627 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
3629 * files.el (load-library): Doc fix.
3631 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
3633 * viper-cmd.el (viper-insert-isearch-string): New function.
3634 (viper-if-string): Redefine C-s in the minibuffer to insert the last
3635 incremental search string.
3637 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
3640 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
3641 (ediff-merge-region-is-non-clash)
3642 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
3643 Also check if the job is really a merge job.
3645 * ediff.el (ediff-current-file): New function.
3647 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
3649 * progmodes/js.el: Edit docstrings throughout to follow Emacs
3651 (js-insert-and-indent): Delete function.
3652 (js-mode-map): Don't bind keys to js-insert-and-indent.
3653 (js-beginning-of-defun): Rename from js--beginning-of-defun.
3654 (js-end-of-defun): Rename from js--end-of-defun.
3655 (js-auto-indent-flag): Delete variable.
3657 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
3659 * progmodes/js.el: Remove proclaim statement.
3660 Defvar which-func-imenu-joiner-function to silence compiler.
3662 * files.el (auto-mode-alist): Use js-mode for .js files.
3664 * progmodes/js2-mode.el: Remove file.
3666 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
3668 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
3670 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
3672 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
3673 Karl Landstrom <karl.landstrom@brgeight.se>
3675 * progmodes/js.el: New file.
3677 2009-08-14 Mark A. Hershberger <mah@everybody.org>
3679 * timezone.el (timezone-parse-date): Add ability to understand ISO
3680 basic format (minimal separators) dates in addition to the
3681 already-supported extended format dates.
3683 2009-08-14 Eli Zaretskii <eliz@gnu.org>
3685 * international/ucs-normalize.el: Add a `coding' file variable.
3687 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
3689 2009-08-14 Sam Steingold <sds@gnu.org>
3691 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3693 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
3695 * faces.el (help-argument-name): Define it here instead of
3696 help-fns.el, because in daemon mode help-fns.el may be loaded when
3697 faces are still uninitialized (Bug#1078).
3699 * help-fns.el (help-argument-name): Move defface to faces.el.
3701 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
3703 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
3704 create buffer with a pty but no process so that GDB can make the
3705 inferior the controlling process.
3707 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
3709 * international/ucs-normalize.el: New file.
3711 2009-08-13 Richard Stallman <rms@gnu.org>
3713 * mail/rmail.el (rmail-get-attr-names):
3714 Accept an attribute header that is too short.
3716 * mail/rmail.el (rmail-forget-messages):
3717 Ignore nil elt in rmail-message-vector. Use dotimes.
3719 * progmodes/compile.el (compilation-goto-locus):
3720 Use next-error-move-function.
3722 * simple.el (next-error-move-function): New variable.
3724 2009-08-12 Juri Linkov <juri@jurta.org>
3726 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
3727 always non-nil. (Bug#4052)
3729 * replace.el (read-regexp): Return empty string when
3730 `default-value' is nil.
3731 (keep-lines-read-args): Don't use empty string as the
3732 default value for `read-regexp'. (Bug#2495)
3734 2009-08-12 Juri Linkov <juri@jurta.org>
3736 * international/mule-cmds.el (ucs-insert): Change arguments
3737 from `arg' to `character', `count', `inherit' to be the same
3738 as in `insert-char'. Doc fix. (Bug#4039)
3740 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
3742 2009-08-12 Juri Linkov <juri@jurta.org>
3744 * files-x.el: New file.
3746 * files.el: Move code that deals with adding/deleting
3747 file/directory-local variables to files-x.el.
3749 * Makefile.in (ELCFILES): Add files-x.elc.
3751 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
3753 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
3755 (gdb-place-breakpoints, gdb-get-location): Rewritten without
3757 (gdb-invalidate-disassembly): Do not refresh upon receiving
3758 'update signal. Instead, update all disassembly buffers only after
3760 (gdb): Send -target-detach when buffer is killed (Bug#3794).
3761 (gdb-starting): Moved -data-list-register-names...
3762 (gdb-stopped): ...here so it's sent when first thread stops.
3763 (gdb-registers-handler-custom): Do nothing if register names are
3766 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
3767 from `gdb-mi.el' to avoid extra tangling.
3769 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
3770 change which breaks `gud-def' definitions used in `gdb'.
3771 (gdb-update-gud-running): No extra fuss for updating frame number.
3773 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3775 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
3776 (describe-language-environment-map, setup-language-environment-map)
3777 (set-coding-system-map): Move initialization into declaration.
3778 (set-language-info-alist): Last arg to define-key-after can be skipped.
3780 * international/quail.el (quail-completion-1): Simplify.
3781 (quail-define-rules): Use slightly more compact code.
3782 (quail-insert-decode-map): Propertize keys, compact columns.
3784 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3787 2009-08-10 Miles Bader <miles@gnu.org>
3789 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
3790 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
3791 (js2-instance-member, js2-private-member, js2-private-function-call)
3792 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
3793 (js2-magic-paren, js2-external-variable):
3794 Remove "-face" suffix from face names.
3795 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
3796 (js2-highlight-undeclared-vars, js2-peek-token)
3797 (js2-parse-function-params, js2-mode-show-errors)
3798 (js2-mode-show-warnings, js2-make-magic-delimiter)
3799 (js2-mode-highlight-magic-parens): Update to use new face names.
3801 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
3803 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
3804 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
3806 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
3808 * subr.el: Provide hashtable-print-readable.
3810 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
3811 hs-c-like-adjust-block-beginning.
3812 (hs-hide-block-at-point): Stop hiding at the beginning of
3813 hs-block-end-regexp (Bug#700).
3815 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
3817 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
3819 (gdb-registers-handler-custom): Do not fail when register names
3822 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
3824 * progmodes/gdb-mi.el (gdb-control-all-threads)
3825 (gdb-control-current-thread): Interactive setters for
3826 `gdb-gud-control-all-threads' to use in menu.
3827 (gdb-show-run-p): Show «Go» when process is not active.
3828 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
3829 gud/thread.xpm and gud/all.xpm.
3831 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
3833 * net/net-utils.el (net-utils-font-lock-keywords): New var.
3834 (nslookup-font-lock-keywords): Make it a variable.
3835 (net-utils-mode): New mode for viewing diagnostic network output.
3836 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
3837 (net-utils-run-simple): New function.
3838 (ifconfig, iwconfig, netstat, arp, route): Use it.
3840 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
3842 * progmodes/gdb-mi.el (gdb-read-memory-custom)
3843 (gdb-memory-set-address, def-gdb-set-positive-number)
3844 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
3845 after changing settings.
3846 (gdb-invalidate-disassembly): Update when first shown.
3847 (gdb-edit-locals-value): Fixed.
3848 (gdb-registers-handler-custom): Print registers in right order and
3849 allow changing register values (only for current thread yet).
3850 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
3851 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
3852 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
3853 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
3855 (gdb-registers-mode-map): TAB to switch to locals.
3857 2009-08-08 Eli Zaretskii <eliz@gnu.org>
3859 * mail/rmail.el (rmail-add-mbox-headers)
3860 (rmail-set-message-counters-counter): Search for
3861 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
3863 2009-08-08 Glenn Morris <rgm@gnu.org>
3865 * Makefile.in (ELCFILES): Update.
3867 2009-08-07 Eli Zaretskii <eliz@gnu.org>
3869 * mail/sendmail.el (mail-yank-original): Set
3870 buffer-file-coding-system from the one used by the message whose
3873 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
3874 to "windows" when "pgnuplot" is used.
3875 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
3876 call accept-process-output if "pgnuplot" is used.
3877 (calc-graph-init): Don't send -display and -geometry to
3878 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
3879 running "pgnuplot -V" with shell-command-to-string.
3881 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
3884 2009-08-07 Eli Zaretskii <eliz@gnu.org>
3886 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
3889 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3891 * vc-dispatcher.el (vc-resynch-window): Update comment.
3893 * term.el (term-handle-ansi-escape): Add comments with the
3894 terminfo capabilities implemented.
3896 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
3898 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
3899 (gdb-var-create-handler): Rewritten using JSON parser.
3900 (gdb-propertize-header): Moved earlier.
3901 (gdb-set-header): Removed to avoid duplication.
3902 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
3903 Refresh disassembly buffers only after threads list have been
3905 (gdb-threads-header, gdb-registers-header): Per-buffer header line
3908 2009-08-04 Juri Linkov <juri@jurta.org>
3910 * files.el: Commands to add/delete file/directory-local variables.
3911 (read-file-local-variable, read-file-local-variable-value)
3912 (read-file-local-variable-mode, modify-file-local-variable)
3913 (modify-file-local-variable-prop-line)
3914 (modify-dir-local-variable): New functions.
3915 (add-file-local-variable, delete-file-local-variable)
3916 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
3917 (add-dir-local-variable, delete-dir-local-variable)
3918 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
3919 (copy-dir-locals-to-file-locals-prop-line): New commands.
3921 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
3923 * abbrev.el (insert-abbrev-table-description): Prettify output.
3924 Suggested by Karl Chen.
3926 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
3928 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
3929 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
3930 (gdb-overlay-arrow-position, gdb-thread-position)
3931 (gdb-disassembly-position): Declare variables.
3932 (gdb-wait-for-pending): Function now.
3933 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
3934 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
3935 compilation goes smoothly.
3936 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
3937 (gdb-non-stop-setting): New customization setting which replaces
3938 `gdb-non-stop' so changing it doesn't break active GDB session.
3939 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
3940 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
3941 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
3942 (gdb-show-threads-by-default): New customization options.
3943 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
3945 (gdb-get-buffer-create): Send buffers update signal when they are
3947 (gdb-invalidate-locals, gdb-invalidate-registers)
3948 (gdb-invalidate-breakpoints)
3949 (gdb-invalidate-threads, gdb-invalidate-disassembly)
3950 (gdb-invalidate-memory): Accept update signal.
3951 (gdb-current-context-command): Use --frame option.
3952 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
3953 Implement `gdb-frame-number' selection logic.
3954 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
3955 whether to show GUD toolbar buttons.
3956 (gdb-thread-exited): Unselect current thread when it exits.
3957 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
3958 (gdb-mark-line): Routine which sets overlay arrow or inverses
3959 video on fringeless displays.
3960 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
3961 to build aligned columns of data in GDB buffers and set text
3962 properties line-by-line.
3963 (gdb-invalidate-breakpoints)
3964 (gdb-breakpoints-list-handler-custom)
3965 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
3966 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
3967 (gdb-registers-handler-custom): Align data columns.
3968 (gdb-locals-handler-custom): Now prints data like in variable
3970 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
3971 Removed confusing buttons.
3972 (gdb-invalidate-threads): Append --frame.
3973 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
3974 between breakpoints/threads buffers.
3975 (gdb-set-window-buffer): Now can ignore dedicated windows.
3976 (gdb-propertize-header): Use `gdb-set-window-buffer'.
3977 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
3978 (def-gdb-thread-buffer-gud-command): Replaces
3979 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
3980 for fine thread control.
3981 (gdb-preempt-existing-or-display-buffer): New function used to
3982 display bound buffers without breaking window layout.
3983 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
3984 (gdb-select-frame): New version of `gdb-frames-select' which now
3985 sets `gdb-frame-number' so commands may use --frame option instead
3986 of inner debugger state.
3987 (gdb-frame-handler): Do not set `gdb-frame-number'.
3988 (gdb-threads-mode-map): Select threads with mouse.
3990 * progmodes/gud.el (gdb-gud-context-call): Declare function to
3991 avoid compilation warning.
3992 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
3995 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
3996 Argument `key' renamed to `buffer-type'.
3997 (gdb-current-context-buffer-name): Do not add thread info to
3998 buffer name when no thread is selected.
3999 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
4001 (gdb-thread-selected): Handle `=thread-selected' notification.
4002 (gdb-wait-for-pending): New macro to deal with congestion problems.
4003 (gdb-breakpoints-list-handler-custom): Don't fail on pending
4005 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
4006 This fixes problem similar to one described in bug 3947.
4007 (gud-menu-map): More menu items.
4008 (gdb-init-1): Reset `gdb-thread-number' to nil.
4010 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
4013 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
4014 (gdb-current-context-command): Do not append --thread if
4015 `gdb-thread-number' is nil.
4016 (gdb-running-threads-count, gdb-stopped-threads-count): New
4018 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
4019 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
4020 customization options.
4021 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
4023 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4024 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
4025 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
4026 set `gdb-thread-number' and update `gud-running' properly.
4027 (gdb-running): Update threads list when new threads appear.
4028 (gdb-stopped): Support non-stop operation and new thread switching
4030 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
4031 (gdb-json-partial-output): New set of JSON routines.
4032 (def-gdb-auto-update-trigger): New `signal-list' optional
4034 (gdb-thread-list-handler-custom): Update `gud-running',
4035 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
4036 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
4037 (gdb-continue-thread, gdb-step-thread): New commands for fine
4038 thread execution control.
4039 (gud-menu-map): New menu items to switch non-stop options.
4040 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
4041 (gdb-send): Mimic RET properly (bug 3794).
4043 * progmodes/gdb-mi.el (gdb-rules-name-maker)
4044 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
4046 (def-gdb-auto-update-handler): New nopreserve optional argument.
4047 (gdb-stack-list-frames-custom): Print stack from top to bottom.
4049 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
4050 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
4051 (gdb-parent-mode): New mode to derive other GDB modes from.
4052 (gdb-display-disassembly-for-thread)
4053 (gdb-frame-disassembly-for-thread): New commands for threads
4056 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
4057 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
4058 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
4059 (gdb-update): We now store all GDB buffers in a list so that they
4060 can be updated by traversing a list instead of calling invalidate
4061 triggers explicitly.
4062 (def-gdb-trigger-and-handler): New macro to define trigger-handler
4063 pair for GDB buffer.
4064 (gdb-stack-buffer-name): Add thread information.
4065 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
4066 handle pending triggers.
4067 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
4068 (def-gdb-thread-buffer-simple-command)
4069 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
4070 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
4071 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
4072 New commands which show buffers bound to thread.
4073 (gdb-stack-list-locals-regexp): Removed unused regexp.
4075 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
4076 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4077 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
4078 to (gud-comint-buffer) in *-buffer-name functions
4079 because (gdb-get-target-string) already does that.
4080 (gdb-locals-handler-custom, gdb-registers-handler-custom)
4081 (gdb-changed-registers-handler): Rewritten without regexps.
4083 * progmodes/gdb-mi.el Basic thread selection support.
4084 (gdb-thread-number): New variable.
4085 (gdb-current-context-command): New macro which adds --thread
4087 (gdb-threads-mode-map): Select thread with SPC.
4088 (gdb-thread-list-handler-custom): Mark current thread with overlay
4089 arrow. Synchronize GDB thread and Emacs thread.
4090 (gdb-select-thread): New command which selects current thread.
4091 (gdb-invalidate-frames, gdb-invalidate-locals)
4092 (gdb-invalidate-registers): Use --thread option.
4094 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
4096 * net/tramp.el (top): Make check for tramp-gvfs loading more
4098 (tramp-handle-insert-file-contents): `unwind-protect' must be
4099 inside `with-parsed-tramp-file-name'.
4101 * net/tramp-gvfs.el (top): Remove superfluous message when loading
4104 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
4106 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
4107 directory if CLASSPATH is not set.
4109 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
4111 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
4113 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
4115 2009-08-02 Kevin Ryde <user42@zip.com.au>
4117 * net/newst-backend.el (newsticker--raw-url-list-defaults):
4118 Update freshmeat link. Delete newsforge.com as it seems gone.
4120 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
4122 * select.el (x-set-selection): Doc fix (Bug#4021).
4124 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
4126 * help-fns.el (describe-variable): Treat list return values from
4127 dir-locals-find-file properly (Bug#4005).
4129 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
4131 * net/tramp.el (tramp-debug-message): Print also microseconds.
4133 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
4135 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
4137 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
4138 (tramp-get-debug-buffer): Change `outline-regexp' according to new
4141 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
4142 (tramp-get-file-property): Use it.
4144 * autorevert.el (auto-revert-handler): Allow
4145 `auto-revert-tail-mode' for remote files.
4147 2009-08-02 Jason Rumney <jasonr@gnu.org>
4149 * minibuffer.el (read-file-name): Treat confirm options to
4150 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
4152 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
4154 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
4155 (font-lock-variable-name-face, font-lock-constant-face): Darken
4156 the colors for light backgrounds.
4158 2009-08-01 Eli Zaretskii <eliz@gnu.org>
4160 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
4161 month names. (Bug#3987)
4163 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
4165 * simple.el (line-move-finish): Pass whole number to
4166 line-move-to-column.
4167 (line-move-visual): Perform hscroll to the recorded position.
4169 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
4171 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
4173 2009-07-29 Alan Mackenzie <acm@muc.de>
4175 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
4177 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
4179 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
4180 (gdb-place-breakpoints): Use full path when setting breakpoints.
4182 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4184 * calc/calc.el (calc-mode-map): Add keybinding for
4185 `calc-transpose-lines'.
4187 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
4189 * calc/calc-misc.el (calc-transpose-lines): New function.
4191 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
4193 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
4194 Simplify check for out-of-band methods.
4195 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
4196 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
4198 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
4200 * vc-git.el (vc-git-checkin): Fix typo.
4202 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
4204 * progmodes/js2-mode.el: New file.
4206 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
4208 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
4209 (gud-menu-map): Adjust tooltip accordingly.
4211 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4213 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
4214 (vc-bzr-log-view-mode): Adjust log-view-file-re.
4216 * add-log.el (change-log-mode-map): Add a menu.
4218 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
4220 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
4221 function returns nil.
4222 (dbus-handle-event): Handle special return value :ignore.
4223 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
4225 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
4227 * view.el (view-mode-enable): Don't define Helper-return-blurb if
4230 2009-07-25 Eli Zaretskii <eliz@gnu.org>
4234 * w32-vars.el (x-select-enable-clipboard): Doc fix.
4236 * term/pc-win.el (x-display-name, x-colors)
4237 (x-select-enable-clipboard, x-select-text): Doc fix.
4239 * term/common-win.el (x-display-name, x-colors): Doc fix.
4241 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
4242 (xw-defined-colors): Doc fix.
4244 * w32-fns.el (x-select-text, x-setup-function-keys)
4245 (x-get-selection, x-set-selection): Doc fix.
4247 * term/x-win.el (x-select-text, x-setup-function-keys)
4248 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
4250 * select.el (x-set-selection): Doc fix.
4252 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
4254 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
4255 instead of "IsNSSSupportAvailable". Avahi ought to work also when
4256 "IsNSSSupportAvailable" method is not available. Reported by
4257 Steve Youngs <steve@sxemacs.org>.
4259 2009-07-24 Kenichi Handa <handa@m17n.org>
4261 * international/characters.el: Fix setting of category ?C, ?|, ?K,
4262 and ?H. Fix setting of case for Latin Extended and Greek Extended.
4263 (build-unicode-category-table): Fix range checks.
4265 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4267 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
4268 the buffer we try to sync is current when calling
4271 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
4272 not show up to date files.
4274 2009-07-24 Glenn Morris <rgm@gnu.org>
4276 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
4277 Add autoload cookies. If necessary, initialize.
4278 (elint-log): Handle non-file buffers.
4279 (elint-initialize): Add optional argument to reinitialize.
4280 (elint-find-builtin-variables): Save excursion.
4282 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4284 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4287 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4289 * vc.el (vc-print-log-internal): New function, split out from ...
4290 (vc-print-log): ... here.
4291 (vc-dir-move-to-goal-column): Declare.
4293 * vc-git.el (vc-git-add-signoff): New variable.
4294 (vc-git-checkin): Use it.
4295 (vc-git-toggle-signoff): New function.
4296 (vc-git-extra-menu-map): Bind it to menu.
4297 (vc-git--run-command-string): Accept a nil FILE argument.
4298 (vc-git-stash-list): New function.
4299 (vc-git-dir-extra-headers): Use it.
4301 2009-07-23 Glenn Morris <rgm@gnu.org>
4303 * help-fns.el (describe-variable): Describe ignored and risky local
4304 variables in a similar way to that in which we describe safe ones.
4306 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
4307 (byte-compile-output-file-form, byte-compile-output-docform)
4308 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
4309 Give some more local variables with common names a "bytecomp-" prefix,
4310 so as not to shadow things during compilation.
4311 * emacs-lisp/cl-macs.el (load-time-value)
4312 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
4313 `outbuffer' to `bytecomp-outbuffer'.
4315 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
4316 since the next two variables cover them automatically now.
4317 (elint-builtin-variables, elint-autoloaded-variables): New.
4318 (elint-unknown-builtin-args): Remove all members, since they can be
4319 parsed automatically now.
4320 (elint-extra-errors): New.
4321 (elint-env-add-env, elint-env-add-macro): Use cadr.
4322 (elint-current-buffer): Use or. Change final message.
4323 (elint-get-top-forms): Use line-end-position.
4324 (elint-init-env): Use cadr. Handle autoload, declare-function,
4326 (elint-add-required-env): Doc fix. Use or. Standardize error.
4327 (regexp-assoc): Remove unused function.
4328 (elint-top-form): Set elint-current-pos, to record the start of the
4329 top-level form, for compilation-mode.
4330 (elint-form): Trap errors in macro expansion. Use dolist.
4331 (elint-unbound-variable): Use elint-builtin-variables and
4332 elint-autoloaded-variables.
4333 (elint-get-args): Use cadr, or.
4334 (elint-check-cond-form): Use dolist, cadr.
4335 (elint-check-condition-case-form): Doc fix. Use cadr.
4336 Use elint-extra-errors.
4337 (elint-log): New function.
4338 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
4339 Distinguish errors and warnings.
4340 (elint-log-message): Use with-current-buffer. Inhibit read-only.
4341 Use a bytecomp-style format.
4342 (elint-clear-log): Preserve default-directory. Inhibit read-only.
4343 (elint-get-log-buffer): Use compilation mode. Disable undo.
4344 Don't truncate lines.
4345 (elint-initialize): Set builtin and autoloaded variable lists.
4346 Only process elint-unknown-builtin-args if non-nil.
4347 (elint-find-builtin-variables, elint-find-autoloaded-variables):
4349 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
4351 2009-07-22 Kevin Ryde <user42@zip.com.au>
4353 * net/newst-backend.el (newsticker--parse-atom-1.0)
4354 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4355 (newsticker--parse-rss-1.0):
4356 * progmodes/idlwave.el (idlwave-mode):
4357 * progmodes/idlw-shell.el (idlwave-shell-mode):
4358 * progmodes/vera-mode.el (vera-mode):
4359 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
4360 * progmodes/vhdl-mode.el (vhdl-mode):
4361 * textmodes/table.el (table-generate-source)
4362 (table--warn-incompatibility):
4363 Hyperlink urls in docstrings with URL `...'.
4365 2009-07-22 Glenn Morris <rgm@gnu.org>
4367 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
4368 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
4369 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
4370 Remove leading * from defcustom docs.
4372 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
4374 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
4376 (list-load-path-shadows): Optionally, just return shadows as a string.
4378 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
4380 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
4382 * mail/rmailedit.el (rmail-edit-mode): Use
4383 auto-save-include-big-deletions.
4385 * mail/rmail.el (rmail-variables): Use
4386 auto-save-include-big-deletions.
4388 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
4391 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
4393 * calc/calc.el (calc-undo-length): New variable.
4394 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
4396 2009-07-21 Richard Stallman <rms@gnu.org>
4398 * files.el (auto-save-mode): Handle buffer-save-size = -2
4401 2009-07-21 Glenn Morris <rgm@gnu.org>
4403 * textmodes/ispell.el (ispell-looking-back): Update declaration.
4405 * calendar/todo-mode.el (calendar-current-date): Update declaration.
4407 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
4408 silence compiler. Instead...
4409 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
4410 (ps-print-ensure-fontified): Update for above function name changes.
4412 * printing.el (pr-mh-get-msg-num, pr-mh-show)
4413 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
4414 silence compiler. Instead...
4415 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
4416 (mh-show-buffer): Only define for compiler.
4417 (pr-mh-current-message): Update for above function name changes.
4419 * files.el (abort-if-file-too-large): Explicitly pass `filename'
4421 (find-file-noselect, insert-file-1): Update for above change.
4423 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
4425 * mail/mailclient.el (mailclient-send-it): Fix message.
4427 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
4428 (edebug-eval): Check cl-debug-env is bound.
4429 (print-level, print-circle): Don't redefine built-in variables.
4431 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
4432 (custom-print-vectors): Remove old comments from doc.
4434 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
4435 (emerge-version): Make the variable an obsolete alias for the
4436 emacs-version variable. Make the function obsolete.
4437 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
4438 Emerge options, rather than merging in into the main Options menu.
4439 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
4440 and auto advance modes. Disable edit/fast items when not relevant.
4442 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
4444 * term/vt420.el (terminal-init-vt420): Fix typo.
4446 2009-07-20 Sam Steingold <sds@gnu.org>
4448 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
4449 variable (removed from compile.el on 2004-03-11).
4451 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
4453 * files.el (hack-local-variables-filter): Fix last change.
4455 2009-07-19 Juri Linkov <juri@jurta.org>
4457 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
4458 (dir-local-variables-alist): New buffer-local variable.
4459 (hack-local-variables-filter): If variable is not dir-local,
4460 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
4461 because file-local overrides dir-local.
4462 (c-postprocess-file-styles)<declare-function>:
4463 Remove obsolete declaration.
4464 (hack-dir-local-variables): Add dir-local variable/value pair to
4465 `dir-local-variables-alist' and remove duplicates. Doc fix.
4467 * help-fns.el (describe-variable): Add information about
4468 file-local and dir-local variables.
4470 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
4472 * files.el (hack-local-variables-filter): Rewrite.
4474 2009-07-19 Glenn Morris <rgm@gnu.org>
4476 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
4477 Silence compiler by only defining on XEmacs.
4479 * international/mule.el (auto-coding-regexp-alist): Only match
4480 BABYL... at the start of buffer, not of lines. (Bug#3790)
4482 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
4483 non-calendar buffers (Bug#3862). Restore "not on a date" message.
4484 (cal-menu-context-mouse-menu): Doc fix.
4486 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
4488 * simple.el (mail-user-agent): Doc fix. Set :version tag.
4490 2009-07-18 Juri Linkov <juri@jurta.org>
4492 * info.el: Virtual Info keyword finder.
4493 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
4494 (Info-finder-file): New variable.
4495 (Info-finder-find-file): New function.
4496 (finder-known-keywords, finder-package-info)
4497 (find-library-name, lm-commentary): Use defvar and
4498 declare-function to silence compiler warnings.
4499 (Info-finder-find-node): New function.
4500 (info-finder): New command.
4502 * subr.el (process-kill-buffer-query-function): New function.
4503 (add-hook)<kill-buffer-query-functions>: Add hook
4504 `process-kill-buffer-query-function'.
4506 2009-07-18 Alan Mackenzie <acm@muc.de>
4508 * progmodes/cc-mode.el (c-before-hack-hook)
4509 (c-postprocess-file-styles): Give invocation of `c-set-style'
4510 DONT-OVERRIDE parameter of t. Already set style variables will
4511 thus not be overridden by style settings given by `c-file-syle'.
4513 * files.el (hack-local-variables-filter): Remove entries with
4514 duplicate keys from `file-local-variables-alist'.
4516 2009-07-18 Eli Zaretskii <eliz@gnu.org>
4518 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
4519 x-set-selection if display-selections-p returns nil for the
4522 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
4524 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
4526 2009-07-18 Eli Zaretskii <eliz@gnu.org>
4528 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
4529 Accept nil in addition to a regexp.
4530 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
4531 Accept nil in addition to a regexp.
4532 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
4533 buffers that have an associated file. Handle nil values of
4534 desktop-buffers-not-to-save and desktop-files-not-to-save.
4537 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4538 (x-disown-selection-internal): New functions.
4540 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
4542 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
4544 (gdb-breakpoints-header): Move forward to avoid compiler warning.
4545 (gdb-make-header-line-mouse-map): Remove duplicate definition.
4547 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
4549 * simple.el (set-mark): Revert last change.
4551 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
4553 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
4554 rendering of pngs is not possible instead of messaging a long
4557 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
4559 * w32-fns.el (x-selection-owner-p): New function.
4561 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
4562 (mouse-yank-at-click, mouse-yank-primary): If
4563 select-active-regions is non-nil, deactivate the mark before
4566 * simple.el (deactivate-mark, set-mark): Only save selection if we
4569 2009-07-17 Kenichi Handa <handa@m17n.org>
4571 * case-table.el (describe-buffer-case-table): Fix for the case
4574 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4576 * vc-rcs.el (vc-rcs-find-file-hook):
4577 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
4579 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
4581 * net/tramp.el (tramp-wait-for-output): Handle the case when
4582 commands do not return a newline but a null byte before the shell
4585 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4587 * term/ns-win.el (ns-set-alpha): Don't declare.
4588 (ns-set-background-alpha): Remove function.
4590 2009-07-16 Kevin Ryde <user42@zip.com.au>
4592 * emacs-lisp/copyright.el (copyright-update): Save match-data across
4593 y-or-n-p, for safety.
4595 2009-07-16 Richard Stallman <rms@gnu.org>
4597 * files.el (auto-save-mode): If buffer-saved-size is -2,
4600 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
4601 (rmail-retry-ignored-headers): Add more uninteresting fields.
4603 2009-07-15 Jari Aalto <jari.aalto@cante.net>
4605 * net/rcirc.el (rcirc): Use history variables.
4606 (rcirc-server-name-history, rcirc-nick-name-history)
4607 (rcirc-server-port-history): New variables.
4609 2009-07-15 Kenichi Handa <handa@m17n.org>
4611 * international/mule-cmds.el (set-language-environment-charset):
4612 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
4615 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
4616 Delete unibyte-display.
4618 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
4620 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
4622 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
4624 * simple.el (deactivate-mark): Optional argument FORCE.
4625 (set-mark): Use deactivate-mark.
4627 * info.el (Info-search): No need to check transient-mark-mode
4628 before calling deactivate-mark.
4630 * select.el (x-set-selection): Doc fix.
4631 (x-valid-simple-selection-p): Allow buffer values.
4632 (xselect--selection-bounds): Handle buffer values. Suggested by
4633 David De La Harpe Golden.
4635 * mouse.el (mouse-set-region, mouse-drag-track): Call
4636 copy-region-as-kill before setting the mark, to let
4637 select-active-regions work.
4639 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
4641 * simple.el (deactivate-mark): If select-active-regions is
4642 non-nil, copy the selection data into a string.
4643 (activate-mark): If select-active-regions is non-nil, set the
4644 selection to the current buffer.
4645 (set-mark): Update selection if select-active-regions is non-nil.
4647 * select.el (x-valid-simple-selection-p): Allow buffer values.
4649 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
4651 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
4652 and more featureful message-mode.
4654 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
4656 * select.el (x-set-selection): Doc fix.
4657 (x-valid-simple-selection-p): Disallow selection data consisting
4658 of a list or cons of integers, since that is not used.
4659 (xselect--selection-bounds, xselect--int-to-cons): New functions.
4660 (xselect-convert-to-string, xselect-convert-to-length)
4661 (xselect-convert-to-filename, xselect-convert-to-charpos)
4662 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
4664 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
4666 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
4667 output in -break-info command (Emacs bug #3794).
4669 2009-07-14 Glenn Morris <rgm@gnu.org>
4671 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
4672 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
4673 (edebug-print-length, edebug-print-level, edebug-print-circle)
4674 (edebug-sit-for-seconds, edebug-view-outside)
4675 (edebug-bounce-point, edebug-set-global-break-condition)
4676 (edebug-Go-nonstop-mode, edebug-trace-mode)
4677 (edebug-Trace-fast-mode, edebug-continue-mode)
4678 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
4679 (edebug-visit-eval-list): Doc fixes.
4681 * subr.el (def-edebug-spec): Doc fix.
4683 2009-07-14 Kenichi Handa <handa@m17n.org>
4685 * international/characters.el: Fix setting of category ?C.
4687 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
4689 * term/ns-win.el (x-select-font): defalias x-select-font to
4690 ns-popup-font-panel instead of generate-fontset-menu.
4692 2009-07-12 Eli Zaretskii <eliz@gnu.org>
4694 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
4696 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
4698 * arc-mode.el (archive-find-type): Allow for a PK00 string before
4699 the PK\003\004 header (Bug#3770).
4701 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
4703 * pcomplete.el (pcomplete-comint-setup): Check for
4704 shell-dynamic-complete-filename too.
4706 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
4708 * simple.el (temporary-goal-column): Change the value for
4709 line-move-visual to a cons cell.
4710 (line-move-visual): Record or set the window hscroll, if
4711 necessary (Bug#3494).
4712 (line-move-1): Handle cons value of temporary-goal-column.
4714 2009-07-11 Kenichi Handa <handa@m17n.org>
4716 * international/mule-diag.el (describe-character-set): Don't show
4719 2009-07-10 Sam Steingold <sds@gnu.org>
4721 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4722 Omake sometimes indents the errors it prints, so allow all
4723 regexps to start with spaces.
4725 2009-07-10 Eli Zaretskii <eliz@gnu.org>
4727 * cus-edit.el (customize-changed-options-previous-release):
4728 Bump value to 22.1. (Bug#3804)
4730 2009-07-08 Sam Steingold <sds@gnu.org>
4732 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
4733 to be a cons cell (test . ignored-directory) to selectively ignore
4734 some directories depending on the location of the search.
4736 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
4738 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
4739 remote user is root, on the local host.
4740 (tramp-local-host-p): Either the local user or the remote user
4741 must be root. (Bug#3771)
4743 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
4745 * progmodes/gdb-mi.el (gdb): Remove description of
4746 gdb-use-separate-io-buffer.
4747 (menu): Don't allow toggling of or enable
4748 gdb-use-separate-io-buffer from menubar.
4750 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
4752 * mail/unrmail.el (unrmail): Make sure the message ends with two
4753 newlines (Bug#3769).
4755 2009-07-08 Glenn Morris <rgm@gnu.org>
4757 * calendar/calendar.el (calendar-current-date): Rework previous change.
4759 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
4761 * calendar/calendar.el (calendar-current-date):
4762 Add an optional argument giving an offset from today.
4764 2009-07-08 Glenn Morris <rgm@gnu.org>
4766 * tutorial.el (tutorial--describe-nonstandard-key):
4767 Adjust the message for when a key has been unbound.
4768 (help-with-tutorial): Hide the arch-tag.
4770 2009-07-08 Kenichi Handa <handa@m17n.org>
4772 * international/fontset.el (setup-default-fontset): For each
4773 script, append (not set) font-specs.
4775 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
4778 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
4780 * progmodes/gdb-mi.el (gdb-init-1): Move sending
4781 -data-list-register-names to ...
4782 (gdb-starting): ... here because GDB 7.0 requires execution to
4783 have started when using this MI command.
4784 (gdb-set-header): New function to distinguish select and
4785 unselected tabs in gdb buffers.
4786 (gdb-propertize-header): New macro that uses gdb-set-header.
4787 (gdb-breakpoints-header, gdb-locals-header): Use it.
4788 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
4790 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
4792 * Makefile.in (ELCFILES): Remove fadr.elc.
4794 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
4796 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
4797 may contain frame information, so `string-match' should be used.
4798 (gdb-update): Disassembly is invalidated through
4799 `gdb-get-selected-frame'.
4800 (gdb-pad-string): New function to pad string with spaces.
4801 (gdb-invalidate-disassembly): Invalidate only if the buffer
4803 (gdb-disassembly-handler-custom): Column alignment.
4804 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
4806 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
4808 (gdb-frame-handler): Match convention to for disassembly buffer
4810 (gdb-stack-list-frames-handler): Rewritten without regexps.
4811 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
4812 not highlight breakpoints without line information.
4813 (gdb-input): Add trailing newline to command.
4815 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
4817 (gdb-breakpoints-list-handler-custom): Replacement for
4818 `gdb-break-list-handler'. Using real parser instead of regexps
4820 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
4821 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
4822 to place breakpoints.
4823 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
4825 (gdb-disassembly-handler-custom): Show overlay arrow.
4826 (gdb-disassembly-place-breakpoints): Show breakpoints in
4828 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4829 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
4830 instead of parsing breakpoints buffer. Fixed old menu references
4835 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
4836 (gdb-memory-address): New variable which holds top address of
4837 memory page shown in memory buffer.
4838 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
4839 customization variables.
4841 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
4842 display the memory buffer.
4843 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
4844 buffer display parameters.
4845 (def-gdb-memory-format, gdb-memory-format-binary)
4846 (gdb-memory-format-octal, gdb-memory-format-unsigned)
4847 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
4848 Functions for setting memory buffer format.
4849 (gdb-memory-unit-word, gdb-memory-unit-halfword)
4850 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
4851 unit size used in memory buffer.
4852 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
4853 to next/previous page of memory buffer.
4854 Now using (bindat-get-field) instead of fadr functions.
4856 2009-07-07 Sam Steingold <sds@gnu.org>
4858 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
4859 non-top-level files.
4861 2009-07-07 Kenichi Handa <handa@m17n.org>
4863 * international/mule-cmds.el (reset-language-environment): Put
4864 the highset priority to the charset iso-8859-1.
4866 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
4868 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
4869 to the end of the line when locating the block (Bug#700).
4871 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
4873 * net/tramp.el (tramp-handle-write-region): Flush file properties
4874 in case of short track.
4876 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
4878 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
4879 representation of verilog error regular expressions to work with
4880 Emacs-22's new format.
4881 (verilog-error-regexp-xemacs-alist): Coded custom representation
4882 of verilog error regular expressions to work with XEmacs format.
4883 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
4884 error recognition into XEmacs.
4885 (verilog-error-regexp-add-emacs): Hook routine to install verilog
4886 error recognition into Emacs-22.
4888 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
4890 * woman.el: Remove stand-alone closing parentheses.
4891 (woman-file-name, woman2-format-paragraphs)
4892 (woman-leave-blank-lines): Code cleanup.
4893 (woman-use-own-frame): Change default to nil.
4894 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
4895 defaults to inherit from default faces.
4896 (woman2-process-escapes): Consume the newline after a stand-alone
4897 filler character (Bug#3651).
4899 2009-07-06 Glenn Morris <rgm@gnu.org>
4901 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
4902 (top-level): Move provide to the end.
4903 (ffap): Remove defunct URL from custom group.
4905 * subr.el (eval-after-load): Doc fix.
4907 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
4909 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
4910 `calc-embedded-word' is called twice.
4912 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4914 * files.el (find-alternate-file-other-window, find-alternate-file):
4915 Obey confirm-nonexistent-file-or-buffer.
4917 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
4919 * dired-aux.el (dired-show-file-type): Handle remote files.
4921 2009-07-05 Jari Aalto <jari.aalto@cante.net>
4923 * desktop.el (desktop-globals-to-save):
4924 Add file-name-history (Bug#2750).
4926 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
4928 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
4930 2009-07-04 Johan Bockgård <bojohan@gnu.org>
4932 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
4933 property on entire argument since this is what eshell-lisp-command
4936 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
4938 * net/tramp-gvfs.el (tramp-gvfs-methods)
4939 (tramp-gvfs-zeroconf-domain)
4940 (tramp-bluez-discover-devices-timeout): Add version flag.
4941 (tramp-gvfs-handler-mounted-unmounted)
4942 (tramp-gvfs-connection-mounted-p): Polish handling of
4943 incompatibilities between GVFS 0.2 and 1.0.
4945 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
4947 * cus-start.el (all): Add make-pointer-invisible.
4949 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
4951 * calc-math.el (math-use-emacs-fn): Make sure that the number is
4952 formatted correctly.
4954 2009-07-02 Juri Linkov <juri@jurta.org>
4956 * info.el: Virtual Info files and nodes.
4957 (Info-virtual-files, Info-virtual-nodes): New variables.
4958 (Info-current-node-virtual): New variable.
4959 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
4961 (Info-file-supports-index-cookies): Use Info-virtual-file-p
4962 to check for a virtual file instead of checking a fixed list
4964 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
4965 instead of ad-hoc processing of "dir" and (apropos history toc).
4966 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
4967 instead of ad-hoc processing of "dir" and (apropos history toc).
4968 Reread a file when moving from a virtual node.
4969 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
4970 (Info-directory-toc-nodes, Info-directory-find-file)
4971 (Info-directory-find-node): New functions.
4972 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
4973 (Info-history): Move part of code to
4974 `Info-history-find-node'.
4975 (Info-history-toc-nodes, Info-history-find-file)
4976 (Info-history-find-node): New functions.
4977 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
4978 (Info-toc): Move part of code to `Info-toc-find-node'.
4979 (Info-toc-find-node): New function.
4980 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
4981 the current Info file name to references because now the node
4982 "*TOC*" belongs to the same Info manual.
4983 (Info-toc-build): Rename from `Info-build-toc'.
4984 (Info-toc-nodes): Rename input argument `file' to `filename'.
4985 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
4986 instead of ad-hoc processing of ("dir" apropos history toc).
4987 (Info-index-nodes): Use Info-virtual-file-p
4988 to check for a virtual file instead of checking a fixed list
4990 (Info-index-node): Add check for `Info-current-node-virtual'.
4991 Raise `save-match-data' higher up the tree to contain
4992 `search-forward' too (bug fix).
4993 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
4994 (Info-virtual-index-nodes): New variable.
4995 (Info-virtual-index-find-node, Info-virtual-index): New functions.
4996 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
4997 (Info-apropos-file, Info-apropos-nodes): New variables.
4998 (Info-apropos-toc-nodes, Info-apropos-find-file)
4999 (Info-apropos-find-node, Info-apropos-matches): New functions.
5000 (info-apropos): Move part of code to `Info-apropos-find-node' and
5001 `Info-apropos-matches'.
5002 (Info-mode-map): Bind "I" to `Info-virtual-index'.
5003 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
5004 for a virtual file instead of checking a fixed list of node names.
5006 * simple.el (async-shell-command): New command.
5008 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
5010 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
5011 instead of `mount-info'.
5013 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
5015 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
5016 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
5018 2009-07-02 Kenichi Handa <handa@m17n.org>
5020 * international/mule.el (set-keyboard-coding-system): Force *-unix
5021 coding-system to avoid eol conversion.
5023 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
5025 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5026 Add handler for `process-file', `shell-command' and
5027 `start-file-process'.
5028 (tramp-gvfs-handle-shell-command)
5029 (tramp-gvfs-handle-start-file-process)
5030 (tramp-gvfs-handle-process-file): New defuns.
5031 (tramp-synce-list-devices): Simplify check for existence of property.
5033 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5035 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
5037 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
5039 * language/korean.el (set-language-info-alist): Add korean-cp949,
5042 2009-07-01 Kenichi Handa <handa@m17n.org>
5044 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
5046 * international/encoded-kb.el: Deleted.
5048 * international/mule.el (set-keyboard-coding-system): Perform the
5049 necessary setup here instead of calling encoded-kbd-setup-display.
5051 2009-07-01 Glenn Morris <rgm@gnu.org>
5053 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
5055 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
5057 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
5059 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
5061 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
5062 Handle also the 'rename case, when setting file modes. (Bug#3712)
5063 (tramp-default-file-modes) Remove execute permissions.
5065 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
5066 (top): Add a default for "synce" in `tramp-default-user-alist'.
5067 Add completion function for "synce" method.
5068 (tramp-hal-service, tramp-hal-path-manager)
5069 (tramp-hal-interface-manager, tramp-hal-interface-device):
5071 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
5072 (tramp-synce-list-devices, tramp-synce-parse-device-names):
5075 * net/trampver.el: Update release number.
5077 2009-06-30 Kenichi Handa <handa@m17n.org>
5079 * international/fontset.el (setup-default-fontset): Add CJK fonts
5080 for symbols and the other miscellaneous characters.
5082 * language/korea-util.el (setup-korean-environment-internal):
5083 Make char-width-table suitable for Korean environments.
5084 (exit-korean-environment): Cancel above.
5086 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5087 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
5088 setup-funcion to make char-widht-table suitable for respective
5089 environments, and an exit-function to cancel that.
5091 * language/japan-util.el (setup-japanese-environment-internal):
5092 Call use-cjk-char-width-table with arg `ja_JP'.
5094 * international/characters.el (cjk-char-width-table): Delete it.
5095 (cjk-char-width-table-list): New variable.
5096 (use-cjk-char-width-table): New arg local-name.
5097 (use-default-char-width-table): Fix for the case that Emacs is
5098 already using the default char-width-table.
5100 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
5102 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
5103 modes mandatory. (Bug#3712)
5105 2009-06-29 Alan Mackenzie <acm@muc.de>
5107 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
5108 correction between the visible width of TABs and their number of bytes.
5110 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
5112 * server.el (server-buffer-done): Prevent kill-buffer from
5113 prompting by clearing the buffer modification flag (Bug#3696).
5115 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
5117 * verilog-mode.el (verilog-beg-of-statement)
5118 (verilog-endcomment-reason-re): Support unique case and priority case.
5119 (verilog-basic-complete-re): Support localparam lineup.
5120 (verilog-beg-of-statement-1): Fix for robustness, unique case.
5121 (verilog-set-auto-endcomments): Fix for unique case, always_comb
5123 (verilog-leap-to-case-head): Now support *nested* unique &
5124 priority case statements.
5125 (verilog-auto-lineup): Make just declarations the default (as it
5127 (verilog-leap-to-case-head): Support priority/unique case statements.
5128 (verilog-auto-lineup): Rework to give users radio buttons to
5129 select the various styles of automatic lineup.
5130 (verilog-error-regexp-alist): Rework to support the XEmacs style
5131 of error regular expressions from compilers, lint tools &
5132 simulators. Note that GNU Emacs has made it impossible for a mode
5133 to load such things.
5134 (electric-verilog-terminate-line, verilog-indent-declaration)
5135 (verilog-auto-wiure): Rework for radio button selection of
5136 auto-lineup selection of specification of auto lineup.
5137 (verilog-beg-of-statement-1): Redesign to support proper operation
5138 in additional code, based on testing with auto-lineup.
5139 (verilog-calculate-indent, assignments & declarations)
5140 (verilog-backward-token): Enhance to support auto-lineup of
5141 assignments & declarations.
5142 (verilog-in-directive-p, verilog-at-struct-p): New function for
5143 easy test of whether we are.
5144 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
5145 to support safe execution at almost anyline.
5146 (verilog-calc-1): Properly support indenting deep inside generate
5148 (verilog-init-font) Remove definition & use of verilog-init-font,
5149 as it is redundant with font-lock-defaults.
5150 (verilog-mode): Alter the definition of verilog-font-lock-defaults
5151 to avoid circular calls if syntax-ppss is a function (as is the
5152 case now in 22.x GNU Emacs) as that function would sometimes call
5153 itself, leading to (nearly) infinite recursion.
5154 (verilog-ovm-begin-re, verilog-ovm-end-re)
5155 (verilog-ovm-statement-re, verilog-leap-to-head)
5156 (verilog-backward-token): Add support for OVM macros. Some are
5157 complete statements, and others open and close scopes like begin
5159 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
5160 (verilog-defun-level-generate-only-re): Really fix the defun-list
5162 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
5163 coverpoint, constraint and cross statements.
5164 (verilog-defun-level-list, verilog-generate-defun-level-list)
5165 (verilog-all-defun-level-list): Redo these specifications - it is
5166 too hard to support eval-when compile aggregation of lists also
5167 built at when-compile time.
5168 (verilog-defun-level-list): Place defconsts of variables used in
5169 building regular expressions which are built in eval-when-compile
5170 bodies in the same eval-when-compile body to facilitate compile
5172 (verilog-beg-block-re-ordered): Support indenting
5173 virtual/protected tasks and functions.
5174 (verilog-defun-level-list, verilog-in-generate-region-p)
5175 (verilog-backward-ws&directives, verilog-calc-1): Speed up
5176 indentation of some module items (generate items).
5177 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
5178 across virtual/protected tasks and functions.
5180 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
5182 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
5183 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
5184 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
5185 in concatenations. Reported by Yishay Belkind.
5186 (verilog-auto-ascii-enum): Support one-hot state machines in
5187 AUTOASCIIENUM. Suggested by Lloyd Gomez.
5188 (verilog-auto-inst, verilog-auto-inst-port): Include interface
5189 modport in AUTOINST and add vl-modport for users. Reported by
5191 (verilog-auto-inout-module, verilog-auto-inst)
5192 (verilog-decls-get-interfaces, verilog-insert-definition)
5193 (verilog-insert-one-definition, verilog-read-decls)
5194 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
5195 (verilog-sig-modport, verilog-signals-combine-bus)
5196 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
5197 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
5198 Suggested by David Rogoff.
5199 (verilog-repair-open-comma): Fix non-insertion of comma when
5200 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
5201 (verilog-make-width-expression): Simplify [A-1:0] expression
5202 widths to just {A{1'b0}}.
5203 (verilog-mode): Cleanup checkdoc warnings.
5204 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
5205 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
5206 inputs/outputs or data type. Suggested by Vasu Kandadi.
5207 (next-error-last-buffer): Fix byte-compiler warning.
5208 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
5209 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
5210 or shell command text during AUTO expansion. Suggested by Tad Truex.
5211 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
5212 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
5213 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
5214 in AUTOINOUT. Reported by Matthew Lovell.
5215 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
5216 causing use of <= assignments. Reported by Alex Reed.
5217 (verilog-read-decls): Fix triand, trior, wand, wor to be
5218 recognized by AUTOWIRE. Reported by Spencer Isaacson.
5219 (verilog-extended-complete-re): Support import "DPI-C" functions.
5220 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
5221 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
5222 (verilog-insert-date, verilog-insert-year)
5223 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
5224 Windows systems. Reported by Michael Potts.
5225 (verilog-read-module-name): Fix AUTOINST when the child module
5226 declaration's name is a tick define. Reported by Elliot Mednick.
5227 (verilog-read-decls): Fix V2K parameter bit subscripts getting
5228 passed to next parameter's definition. Reported by Bruce T.
5229 (verilog-read-decls): Fix detecting "parameter int" when using
5230 AUTOINSTPARAM. Reported by Bruce T.
5231 (verilog-goto-defun): Fix goto not finding modules unless first
5232 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
5233 (verilog-mode): Expand -f flag arguments on entry to mode so
5234 verilog-goto-defun will work. Reported by Lawrence Butcher.
5235 (verilog-getopt): Expand environment variables in -f file
5236 arguments. Suggested by Lawrence Butcher.
5237 (verilog-set-define): Fix "Symbol's value as variable is void"
5238 when reading enumerations.
5239 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
5240 Suggested by Stephen Peltan.
5241 (verilog-read-defines): Fix reading of enumerations in include
5242 files. Reported by Steve Peltan.
5244 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
5246 * files.el (trash-directory): Fix defcustom type.
5248 2009-06-28 Juri Linkov <juri@jurta.org>
5250 * help-fns.el (describe-function-1): Correctly locate adviced
5251 functions in hyperlink (Bug#2438).
5253 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
5255 * files.el (trash-directory): Change default to nil.
5256 (move-file-to-trash): If trash-directory is nil and
5257 system-move-file-to-trash is unbound, perform freedesktop-style
5260 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
5262 * files.el (move-file-to-trash): Add freedesktop trash
5265 2009-06-28 Glenn Morris <rgm@gnu.org>
5267 * autorevert.el (global-auto-revert-non-file-buffers)
5268 (global-auto-revert-mode): Doc fixes.
5270 2009-06-27 Johan Bockgård <bojohan@gnu.org>
5272 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
5274 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
5276 * faces.el (x-handle-named-frame-geometry): Ensure that we have
5277 opened an X connection before calling x-get-resource (Bug#3194).
5279 * play/doctor.el: Remove reference to obsolete website.
5280 (make-doctor-variables): Correct grammar mistake (Bug#2633).
5282 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5284 Remove find-file-not-found-hook VC method. (Bug#2757)
5285 * vc-hooks.el (vc-file-not-found-hook)
5286 (vc-default-find-file-not-found-hook): Remove functions.
5287 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
5288 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
5291 * vc-git.el: Do not mention find-file-not-found-hook VC method.
5293 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
5295 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
5296 compatibility function for `looking-back'.
5298 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5299 Use `ispell-looking-back'.
5301 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
5303 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
5304 rather than `filename'.
5306 2009-06-23 Miles Bader <miles@gnu.org>
5308 * face-remap.el (text-scale-set): New function.
5310 2009-06-23 Glenn Morris <rgm@gnu.org>
5312 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5314 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
5316 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
5318 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
5320 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
5321 Simplify Persian conditionals.
5323 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
5324 variable `filename'.
5326 * comint.el (comint-insert-input): Doc fix.
5328 * Makefile.in (ELCFILES): Fix typo in previous change.
5330 2009-06-23 Miles Bader <miles@gnu.org>
5332 * cus-start.el: Add entry for `recenter-redisplay'.
5334 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5336 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
5337 Add an optional argument for the backend, use it instead of
5339 (vc-mode-line): Add an optional argument for the backend.
5340 Pass the backend to vc-state and vc-working-revision. Move code for
5341 special handling for vc-state being a buffer to ...
5343 * vc-rcs.el (vc-rcs-find-file-hook):
5344 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
5346 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
5347 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
5348 vc-stay-local-p and vc-mode-line calls.
5350 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
5351 (vc-cvs-diff, vc-cvs-annotate-command)
5352 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
5353 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
5356 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
5358 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
5359 backend when calling vc-mode-line.
5360 (vc-register): Do not create a closure for calling the vc register
5361 function, call it directly.
5363 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5365 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
5366 to make it obvious item can be clicked.
5368 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
5370 2009-06-23 Kenichi Handa <handa@m17n.org>
5372 * language/korea-util.el (korean-key-bindings): Change the binding
5373 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
5376 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
5378 Sync with Tramp 2.1.16.
5380 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
5382 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
5383 when a loading of a package fails. Completion function for rsync
5384 is `tramp-completion-function-alist-ssh'.
5385 (all): Replace all calls of `split-string' and
5386 `tramp-split-string' by `tramp-compat-split-string'.
5387 (tramp-default-method): Use `tramp-compat-process-running-p'.
5388 (tramp-default-proxies-alist): Allow also Lisp forms.
5389 (tramp-remote-path): Add choice "Private Directories".
5390 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
5391 (tramp-domain-regexp): Allow also "-", "_" and ".".
5392 (tramp-end-of-output): Remove newlines, and add "$" at the end.
5393 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
5394 (tramp-debug-message): Insert header line in debug buffer.
5395 (tramp-handle-directory-files-and-attributes-with-stat):
5396 Care about filenames with spaces, or starting with "-".
5397 (tramp-handle-dired-uncache): New defun.
5398 (tramp-handle-insert-directory): Don't flush the directory from
5399 cache, this is handled by `dired-uncache' now.
5400 (tramp-handle-insert-file-contents): Improve error handling.
5401 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5402 Quote `tramp-end-of-output'.
5403 (tramp-action-password): Improve trace message.
5404 (tramp-check-for-regexp): Both echoes must be present, before removing.
5405 (tramp-open-connection-setup-interactive-shell): Trace coding system.
5406 (tramp-compute-multi-hops): Eval cons cells of
5407 `tramp-default-proxies-alist'.
5408 (tramp-maybe-open-connection): Use the same command pattern for
5409 first hop and further hops.
5410 (tramp-wait-for-output): Remove handling of newlines.
5411 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
5412 (tramp-split-string): Remove function. It is handled in
5415 * net/tramp-cmds.el (tramp-bug):
5416 Recommend `tramp-cleanup-all-connections' in the bug mail.
5418 * net/tramp-compat.el (tramp-compat-split-string)
5419 (tramp-compat-process-running-p): New defuns.
5421 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
5422 for `dired-uncache'.
5424 * net/tramp-gvfs.el: New package.
5426 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5427 Add handler for `dired-uncache'.
5428 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
5430 * net/trampver.el: Update release number. Make version check fit
5433 2009-06-22 Jim Meyering <meyering@redhat.com>
5435 Automatically handle .xz suffix (XZ-compressed files), too.
5436 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
5437 XZ is the successor to LZMA: <http://tukaani.org/xz/>
5439 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
5440 Nick Roberts <nickrob@snap.net.nz>
5442 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5443 repository (http://sphinx.net.ru/hg/gdb-mi/).
5445 2009-06-22 Glenn Morris <rgm@gnu.org>
5447 * files.el (dir-locals-collect-mode-variables): Allow for any number of
5448 `mode' and `eval' entries. (Bug#3430)
5450 * Makefile.in (ELCFILES): Add fadr.elc.
5452 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
5453 differing behavior of \n and ^ in strings. (Bug#3385)
5455 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
5457 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
5459 (lisp-indent-function): Make it a defcustom.
5461 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
5463 * progmodes/gdb-ui.el: Replace with ...
5464 * progmodes/gdb-mi.el: ... this file.
5465 * progmodes/gud.el: Modify for gdb-mi.el.
5467 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
5469 * fadr.el: New file.
5471 See ChangeLog.14 for earlier changes.
5477 Copyright (C) 2009 Free Software Foundation, Inc.
5479 This file is part of GNU Emacs.
5481 GNU Emacs is free software: you can redistribute it and/or modify
5482 it under the terms of the GNU General Public License as published by
5483 the Free Software Foundation, either version 3 of the License, or
5484 (at your option) any later version.
5486 GNU Emacs is distributed in the hope that it will be useful,
5487 but WITHOUT ANY WARRANTY; without even the implied warranty of
5488 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5489 GNU General Public License for more details.
5491 You should have received a copy of the GNU General Public License
5492 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
5494 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1