Make vc-annotate work through copies and renames.
[bpt/emacs.git] / lisp / ChangeLog
1 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Make vc-annotate work through copies and renames.
4 * vc-annotate.el (vc-annotate-extract-revision-at-line): Return
5 the file name too.
6 (vc-annotate-revision-at-line)
7 (vc-annotate-find-revision-at-line)
8 (vc-annotate-revision-previous-to-line)
9 (vc-annotate-show-log-revision-at-line): Update to get the file
10 name from vc-annotate-extract-revision-at-line.
11 (vc-annotate-show-diff-revision-at-line-internal): Change the
12 argument to mean whether to show a file diff or not. Get the file
13 name from vc-annotate-extract-revision-at-line.
14 (vc-annotate-show-diff-revision-at-line): Update
15 vc-annotate-show-diff-revision-at-line call.
16 (vc-annotate-warp-revision): Add an optional file argument.
17
18 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
19 (vc-git-annotate-extract-revision-at-line): Also return the file
20 name if found.
21
22 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
23 command. Remove unused code.
24 (vc-hg-annotate-re): Update to match --follow output.
25 (vc-hg-annotate-extract-revision-at-line): Also return the file
26 name if found.
27
28 * vc.el: Update annotate-extract-revision-at-line documentation.
29
30 2009-10-18 Kevin Ryde <user42@zip.com.au>
31
32 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
33 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
34
35 * net/browse-url.el (browse-url): Identify alist with "consp and
36 not functionp" and let all other things go down the `apply' leg,
37 as suggested by Stefan. (Further to bug#4531.)
38
39 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
40
41 * minibuffer.el (read-file-name): Check for repeat before putting
42 a default argument in file-name-history (Bug#4657).
43
44 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
45 read syntax (Bug#4737).
46
47 * textmodes/sgml-mode.el (sgml-delete-tag): Use
48 sgml-looking-back-at.
49
50 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
51
52 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
53 (html-tag-alist, html-tag-help): Add descriptions for undocumented
54 entries and make note of obsolete tags.
55
56 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
57
58 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
59
60 2009-10-18 Glenn Morris <rgm@gnu.org>
61
62 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
63 grep, so that binary files (eg international/uni-bidi.el) can match.
64 Remove test for "UnicodeData" files, since it is hopefully unnecessary
65 now, and in any case the file header format has changed.
66
67 2009-10-17 Glenn Morris <rgm@gnu.org>
68
69 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
70 (flyspell-get-word, flyspell-large-region)
71 (flyspell-auto-correct-previous-word): Doc/error message fixes.
72
73 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
74
75 * Makefile.in (ELCFILES): Add ede/shell.
76
77 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
78
79 * term/common-win.el (x-colors): Purecopy it.
80
81 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
84 permissive for when the buffer is empty.
85 (tar-header-block-tokenize): Decode the username and groupname.
86 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
87
88 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
89
90 * cedet/srecode/srt.el:
91 * cedet/srecode/compile.el:
92 * cedet/semantic/mru-bookmark.el:
93 * cedet/semantic/debug.el:
94 * cedet/semantic/complete.el:
95 * cedet/semantic/analyze.el: Require CL when compiling.
96
97 2009-10-17 Eric Ludlam <zappo@gnu.org>
98
99 * cedet/semantic/scope.el
100 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
101 tmpscope so that the regular scope will continue to work.
102
103 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
104 Use semantic-idle-summary-highlight-face as the highlighting.
105
106 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
107 contains multibyte characters, choose first applicable coding
108 system automatically.
109
110 * cedet/ede/project-am.el (project-run-target): New method.
111 (project-run-target): New method.
112
113 * cedet/ede.el (ede-target): Add run target menu item.
114 (ede-project, ede-minor-keymap): Add ede-run-target binding.
115 (ede-run-target): New function.
116 (ede-target::project-run-target): New method.
117
118 * cedet/ede/proj.el (project-run-target): New method.
119
120 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
121 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
122 Add :rules.
123 (ede-proj-target-makefile-shared-object): Only libtool compilers
124 now available. Add linkers for libtool.
125 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
126 (ede-proj-makefile-target-name): Always use .la extension.
127
128 * cedet/ede/proj-prog.el (project-run-target): New method.
129
130 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
131 (ede-g++-linker): Change Change link lines.
132
133 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
134 When searching for old variables, go to the end of the buffer and
135 search backward from there.
136 (ede-proj-makefile-automake-insert-subdirs)
137 (ede-proj-makefile-automake-insert-extradist): New methods.
138 (ede-proj-makefile-create): Use them.
139
140 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
141 Force FILE to expand to the current target. Use file-exists-p to
142 check that it exists.
143
144 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
145 (ede-linux-load): Wrap dir in file-name-as-directory.
146 Set :version slot.
147
148 * cedet/ede/files.el (ede-get-locator-object): When enabling
149 locate, do so on "top".
150
151 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
152 file-name-as-directory during compare.
153 (ede-emacs-version): Return Emacs/XEmacs differentiator.
154 Get version number from different places. Don't call egrep.
155 (ede-emacs-load): Set :version slot. Call file-name-as-directory
156 to set the directory.
157
158 * cedet/ede/shell.el: New file.
159
160 * cedet/inversion.el (inversion-decoders): Allow for stray . in
161 alpha/beta variants.
162
163 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * international/mule-cmds.el (select-safe-coding-system): If the file
166 has a coding cookie, use it regardless of any other setting (bug#4712).
167
168 2009-10-17 Glenn Morris <rgm@gnu.org>
169
170 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
171 All errors should have messages.
172
173 * foldout.el (foldout-mouse-swallow-events):
174 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
175
176 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
177 (dired-keep-marker-copy, dired-keep-marker-hardlink)
178 (dired-keep-marker-symlink, dired-dwim-target)
179 (dired-copy-preserve-time): Do not autoload these defcustoms.
180
181 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
182 messages from messing up the file coding. (Bug#4623)
183
184 2009-10-17 Jari Aalto <jari.aalto@cante.net>
185
186 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
187 if no match is found for the current dictionary. (Bug#4578)
188
189 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
190 optional, since that is how it is documented, and this is often called
191 with a nil argument. (Bug#4577)
192 (flyspell-external-point-words, flyspell-auto-correct-word)
193 (flyspell-correct-word-before-point, flyspell-word-search-forward)
194 (flyspell-word-search-backward): Remove nil argument in calls to
195 flyspell-get-word, since it is not needed now.
196
197 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
198
199 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
200
201 2009-10-16 Glenn Morris <rgm@gnu.org>
202
203 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
204
205 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
206
207 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
208 (ange-ftp-file-size): New function.
209 (ange-ftp-file-attributes): Use it.
210
211 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
212
213 * net/tramp-smb.el (tramp-smb-version): New defvar.
214 (tramp-smb-maybe-open-connection): Use it, in order to avoid
215 repeated checks.
216
217 2009-10-16 Glenn Morris <rgm@gnu.org>
218
219 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
220 Maybe copy some custom properties from old to new name. (Bug#4706)
221
222 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
223
224 * subr.el (error, sit-for, start-process-shell-command)
225 (start-file-process-shell-command): Set the calling convention
226 after the function definition.
227
228 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * subr.el (error, sit-for, start-process-shell-command)
231 (start-file-process-shell-command): Use the new
232 set-advertised-calling-convention feature.
233
234 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
235
236 * international/ucs-normalize.el (ucs-normalize-version):
237 Change to 1.2.
238 (check-range): Adjust for Unicode 5.2.
239
240 2009-10-15 Juri Linkov <juri@jurta.org>
241
242 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
243 to the `menu-item' format.
244
245 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
246
247 * net/tramp.el (tramp-replace-environment-variables): Do not fail
248 if the environment variable does not exist.
249
250 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
251 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
252 parameter.
253 (tramp-smb-handle-add-name-to-file)
254 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
255 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
256 (tramp-smb-handle-file-attributes)
257 (tramp-smb-do-file-attributes-with-stat)
258 (tramp-smb-handle-file-local-copy)
259 (tramp-smb-handle-insert-directory)
260 (tramp-smb-handle-make-directory)
261 (tramp-smb-handle-make-directory-internal)
262 (tramp-smb-handle-make-symbolic-link)
263 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
264 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
265 (tramp-smb-maybe-open-connection): Apply the changed parameters.
266 (tramp-smb-read-file-entry): Read Disk names in compressed format.
267 Handle long file names.
268 (tramp-smb-get-cifs-capabilities): Check, whether the connection
269 process is running.
270 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
271 Read share names with "-g" option.
272
273 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
274
275 * net/rcirc.el (rcirc-view-log-file): New command.
276 (rcirc-track-minor-mode-map): Remove C-c ` binding.
277 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
278 specified.
279
280 2009-10-15 Glenn Morris <rgm@gnu.org>
281
282 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
283 from the second command-line argument.
284 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
285 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
286 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
287 w32-batch-update-autoloads.
288 * emacs-lisp/autoload.el (autoload-make-program): New variable.
289 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
290
291 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
292 the headers cannot be located. Simplify, subtracting superflous
293 save-excursions.
294
295 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
296
297 Replace completion-base-size by completion-base-position to fix bugs
298 such as (bug#4699).
299 * simple.el (completion-base-position): New var.
300 (completion-base-size): Mark as obsolete.
301 (choose-completion): Make it work for mouse events as well.
302 Pass the new base-position to choose-completion-string.
303 (choose-completion-guess-base-position): New function, extracted from
304 choose-completion-delete-max-match.
305 (choose-completion-delete-max-match): Use it. Make obsolete.
306 (choose-completion-string): Use the new base-position info.
307 (completion-root-regexp): Delete.
308 (completion-setup-function): Preserve completion-base-position.
309 Eliminate obsolete base-size manipulation.
310 * minibuffer.el (display-completion-list): Don't mess with base-size.
311 (minibuffer-completion-help): Set completion-base-position instead.
312 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
313 choose-completion.
314 * textmodes/bibtex.el (bibtex-complete):
315 * emacs-lisp/crm.el (crm--choose-completion-string):
316 Adjust to new calling convention.
317 * complete.el (partial-completion-mode): Use minibufferp to avoid
318 bumping into incompatible change to choose-completion-string-functions.
319 * ido.el (ido-choose-completion-string): Make its calling convention
320 more permissive.
321 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
322 base-size manipulation.
323 (comint-dynamic-list-input-ring): Use dotimes and push.
324 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
325 fundamental-mode. Use `or'.
326
327 2009-10-14 Juri Linkov <juri@jurta.org>
328
329 * misearch.el (multi-isearch-next-buffer-from-list)
330 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
331
332 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
333
334 * Makefile.in (compile-onefile): Load `bytecomp' rather than
335 `bytecomp.el'.
336
337 * minibuffer.el (completion-pcm--merge-completions): Make sure the
338 string we return is all made up of text from the completions rather
339 than part from the completions and part from the input (bug#4219).
340
341 * ido.el (ido-everywhere): Use define-minor-mode.
342
343 * buff-menu.el (list-buffers, ctl-x-map):
344 Mark the entry points with ;;;###autoload cookies.
345
346 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
347
348 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
349 correctly in the detached head case.
350 (vc-git-print-log): Remove unused binding.
351
352 * vc.el (vc-responsible-backend): When a directory is passed for
353 for registration create a VC repository if no backend is
354 responsible for the directory argument.
355 (vc-deduce-fileset): Tell vc-responsible-backend to register.
356
357 * vc.el: Move comments about RCS and SCCS ...
358 * vc-rcs.el:
359 * vc-sccs.el: ... here, respectively.
360
361 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
362
363 * minibuffer.el (completion--file-name-table): Return nil if there's
364 no file completion, even if substitute-in-file-name changed
365 the string (bug#4708).
366
367 2009-10-13 Juri Linkov <juri@jurta.org>
368
369 * files-x.el (read-file-local-variable-value): Don't filter out
370 minor modes from mode name completion (bug#4664).
371
372 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
373
374 * international/mule-cmds.el (ucs-names): Remove exclusion of
375 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
376
377 2009-10-13 Kenichi Handa <handa@m17n.org>
378
379 * international/uni-name.el: Regenerated.
380
381 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
382
383 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
384 should be automatically buffer-local, but isn't.)
385
386 2009-10-12 Sam Steingold <sds@gnu.org>
387
388 * progmodes/compile.el (compilation-next-error-function): Fix the
389 timestamps if the buffer has been visited before.
390 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
391 non-anchored patterns, like the perl one (bug#3928).
392
393 2009-10-12 Glenn Morris <rgm@gnu.org>
394
395 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
396 Let-bind `size'.
397
398 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
399
400 * proced.el (proced-unload-function): New function.
401
402 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
403 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
404 Doc fix.
405
406 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
407
408 2009-10-11 Juri Linkov <juri@jurta.org>
409
410 * files-x.el (read-file-local-variable-value):
411 Provide default value only for bound variables (bug#4664).
412
413 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
414
415 * net/tramp.el (tramp-local-host-p): Function shall return nil for
416 connection methods like smb.
417
418 * net/tramp-cache.el (tramp-flush-connection-property): The hash
419 can be empty.
420
421 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
422 (tramp-smb-file-name-handler-alist): Add handlers for
423 `add-name-to-file', `make-symbolic-link'.
424 (tramp-smb-handle-add-name-to-file)
425 (tramp-smb-do-file-attributes-with-stat)
426 (tramp-smb-handle-make-symbolic-link)
427 (tramp-smb-get-cifs-capabilities): New defuns.
428 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
429 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
430 (tramp-smb-handle-file-local-copy)
431 (tramp-smb-handle-make-directory-internal)
432 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
433 The file name syntax depends on cifs capabilities.
434 (tramp-smb-handle-file-attributes):
435 Call `tramp-smb-do-file-attributes-with-stat' if possible.
436 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
437 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
438
439 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
440
441 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
442 (eieio-defclass): Apply deftype handler and setf-method properties
443 directly.
444 (eieio-add-new-slot): Avoid union function from cl library.
445 (eieio--typep): New function.
446 (eieio-perform-slot-validation): Use it.
447
448 2009-10-10 Karl Fogel <kfogel@red-bean.com>
449
450 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
451 Update documentation to refer to the variables documented in r1.135.
452 (Bug#4188)
453
454 2009-10-10 Karl Fogel <kfogel@red-bean.com>
455
456 * bookmark.el (Info-suffix-list): Remove this unused variable.
457 (bookmark-current-point): Remove this obsolete variable.
458 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
459 Adjust for removal of bookmark-current-point.
460
461 (bookmarks-already-loaded, bookmark-current-buffer)
462 (bookmark-yank-point): Document. (Bug#4188)
463
464 2009-10-10 Glenn Morris <rgm@gnu.org>
465
466 * frame.el (frame-height): Doc fix.
467
468 * calendar/calendar.el (calendar-split-width-threshold): New option.
469 (calendar-basic-setup): Use calendar-split-width-threshold.
470
471 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
472
473 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
474 Use .la for Automake.
475
476 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
477
478 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
479 Use "autoreconf -i". Suggested by Andreas Schwab.
480
481 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
482
483 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
484 Ideographic Supplement" range (U+1F200..U+1F2FF).
485
486 2009-10-09 Karl Fogel <kfogel@red-bean.com>
487
488 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
489 since the list will have been rebuilt anyway. (Bug#4349)
490
491 2009-10-09 Karl Fogel <kfogel@red-bean.com>
492
493 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
494 (bookmark-bmenu-execute-deletions): Don't save here, as
495 bookmark-delete will now do so if necessary.
496 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
497 (Bug#4348)
498
499 2009-10-09 Glenn Morris <rgm@gnu.org>
500
501 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
502
503 2009-10-09 Karl Fogel <kfogel@red-bean.com>
504
505 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
506 (bookmark-jump-other-window): Just invoke bookmark-jump with new
507 argument now, so the two function's behaviors will match. (Bug#3645)
508
509 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
510
511 * cedet/ede/proj.el (project-make-dist, project-compile-project):
512 Fix filename test.
513 (ede-proj-dist-makefile): Use expand-file-name instead of concat
514 to expand file names.
515
516 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
517
518 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
519 (tramp-file-name-real-host, tramp-file-name-port):
520 Apply `save-match-data.
521
522 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
523 case both directories are remote.
524 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
525 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
526
527 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
528
529 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
530 (ede-proj-target-makefile-objectcode): Use it.
531
532 * cedet/ede/source.el (ede-want-any-source-files-p)
533 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
534 Return search result. This error was introduced while merging.
535
536 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
537
538 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
539
540 2009-10-07 Glenn Morris <rgm@gnu.org>
541
542 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
543 of concat.
544
545 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * files-x.el (read-file-local-variable): Include some
548 non-user-variables in the completion table (bug#4664).
549
550 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
551
552 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
553 message.
554
555 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
556 (tramp-smb-file-name-handler-alist): Add handler for
557 `copy-directory', `expand-file-name', `set-file-modes'.
558 (tramp-smb-handle-copy-directory)
559 (tramp-smb-handle-expand-file-name)
560 (tramp-smb-handle-set-file-modes): New defuns.
561 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
562 (tramp-smb-handle-file-attributes): Simplify check for retrieving
563 entry.
564 (tramp-smb-handle-insert-directory): Don't flush the cache.
565 (tramp-smb-maybe-open-connection): Check for samba client and
566 server versions.
567
568 2009-10-07 Eli Zaretskii <eliz@gnu.org>
569
570 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
571 to not error out of search for "^lisp=" fails.
572
573 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
574
575 * makefile.w32-in (WINS_UPDATES): New macro.
576 (custom-deps, finder-data, autoloads): Use it.
577
578 2009-10-07 Glenn Morris <rgm@gnu.org>
579
580 * Makefile.in (autoloads): Revert previous change.
581 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
582 the list of preloaded files passed on the command-line, get
583 it from src/Makefile.
584
585 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
586 show the original buffer rather than a random one.
587
588 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
589
590 * help.el (describe-no-warranty): Place point in a slightly better
591 position in the GPLv3 text.
592
593 2009-10-06 Sam Steingold <sds@gnu.org>
594
595 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
596 the comm attribute is present before calling regexp-quote.
597
598 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
599
600 * play/animate.el (animate-string): For good effect, make sure
601 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
602
603 * play/animate.el (animate-sequence, animate-birthday-present):
604 * misc.el (butterfly): Don't set `indent-tabs-mode'.
605
606 2009-10-06 Glenn Morris <rgm@gnu.org>
607
608 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
609
610 * emacs-lisp/autoload.el (autoload-excludes): New variable.
611 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
612 (batch-update-autoloads): Process a string value of autoload-excludes,
613 set during the build process.
614 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
615
616 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
617 inside with-parsed... macro so that `v' is defined.
618
619 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
620 * progmodes/fortran.el (fortran-end-of-block)
621 (fortran-beginning-of-block):
622 Also push mark in the macro case.
623
624 * emerge.el (emerge-show-file-name):
625 * calc/calc.el (calc-quit):
626 * calc/calc-misc.el (calc-big-or-small):
627 * calc/calc-graph.el (calc-graph-view):
628 * calc/calc-ext.el (calc-reset):
629 * calendar/calendar.el (calendar-basic-setup):
630 Use window-full-height-p.
631
632 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
633 header we don't understand, don't insert another. (Bug#4624)
634 If changing mime charset, insert the new one in the right place.
635
636 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
637
638 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
639 (cal-tex-cursor-month): Correctly increment the end date for diary and
640 holiday listing. (Bug#4626)
641
642 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * help-fns.el (describe-function-1): Don't burp if the function is not
645 a symbol.
646
647 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
648
649 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
650 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
651 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
652 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
653
654 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
655 (eieio-default-superclass): Reflow docstrings.
656 (this, class-option-assoc, defclass, eieio-class-un-autoload)
657 (eieio-unbind-method-implementations, defmethod)
658 (eieio-validate-slot-value, eieio-validate-class-slot-value)
659 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
660 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
661 (eieio-slot-originating-class-p, eieio-slot-name-index)
662 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
663 (constructor, initialize-instance, no-next-method, object-print)
664 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
665 Fix typos in docstrings.
666 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
667 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
668 (next-method-p): Doc fixes.
669 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
670 Fix typos in error messages.
671 (eieio-defmethod): Fix typo in description of generic method.
672
673 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
674 (eieio-persistent-save-interactive, slot-missing):
675 Fix typos in docstrings.
676 (eieio-instance-inheritor-slot-boundp): Doc fix.
677
678 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
679 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
680
681 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
682 (eieio-custom-object-apply-reset):
683 Fix typos in docstrings and error messages.
684
685 * emacs-lisp/eieio-datadebug.el (data-debug-show):
686 Fix typo in docstring.
687
688 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
689 (eieio-browse-tree): Doc fix.
690 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
691 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
692 Fix typos in docstrings.
693
694 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
695 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
696 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
697 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
698 Reflow docstrings.
699
700 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
701
702 * vc-hg.el (log-view-vc-backend): Declare for compiler.
703 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
704 Set log-view-vc-backend so that diff can work.
705
706 * log-view.el (log-view-diff): Use vc-diff-internal instead of
707 vc-version-diff.
708 (vc-diff-internal): Autoload this instead of vc-version-diff.
709
710 2009-10-05 Eli Zaretskii <eliz@gnu.org>
711
712 * simple.el (eval-expression): Doc fix.
713
714 * progmodes/cwarn.el (cwarn-mode): Doc fix.
715
716 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
717
718 * files.el (directory-files-no-dot-files-regexp): New defconst.
719 (delete-directory): Use it.
720 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
721
722 * net/tramp.el (tramp-verbose): Fix docstring.
723 (tramp-methods): Add recursive option to `tramp-copy-args'.
724 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
725 "scp1_old", "scp2_old", "rsync", "rsyncc".
726 (tramp-default-method): Check also for `auth-source-user-or-password'.
727 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
728 Add handler for `copy-directory'.
729 (tramp-handle-copy-directory): New defun.
730 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
731 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
732 Optimize sent command.
733
734 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
735
736 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
737 window if necessary.
738
739 * calendar/calendar.el (calendar-basic-setup): Don't call
740 switch-to-buffer in a dedicated window.
741
742 2009-10-05 Karl Fogel <kfogel@red-bean.com>
743
744 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
745 don't do anything related to relocating, just return nil.
746 (bookmark-error-no-filename): New error.
747 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
748 bookmark has no file. Don't even attempt to handle things that
749 are not files; the whole point of custom handlers is to keep that
750 knowledge elsewhere anyway. Tighten some comments.
751 (bookmark-file-or-variation-thereof): Remove now-unused function.
752 (bookmark-location): Doc string fix.
753 (Bug#4250)
754
755 2009-10-04 Karl Fogel <kfogel@red-bean.com>
756
757 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
758 don't use a file dialog, because they usually don't know how to read
759 a directory target from the user. (Bug#4230)
760 Also, make sure the prompt can display directories as well as files.
761
762 2009-10-04 Karl Fogel <kfogel@red-bean.com>
763
764 * bookmark.el (bookmark-set, bookmark-buffer-name):
765 Improve doc strings. (Bug#1193)
766
767 2009-10-04 Karl Fogel <kfogel@red-bean.com>
768
769 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
770 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
771 (bookmark-get-annotation, bookmark-set-annotation)
772 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
773 (bookmark-set-position, bookmark-get-front-context-string)
774 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
775 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
776 (bookmark-jump-other-window, bookmark-handle-bookmark)
777 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
778 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
779 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
780 Improve doc strings to say whether bookmark can be a string or
781 a record or both, and make other consistency and clarity fixes.
782 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
783 (bookmark-default-annotation-text, bookmark-yank-word)
784 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
785 (bookmark-import-new-list, bookmark-maybe-rename)
786 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
787 (bookmark-bmenu-bookmark): Give these doc strings.
788 (bookmark-bmenu-check-position): Give this a doc string, but also
789 add a FIXME comment about how the function may be pointless.
790 (bookmark-default-handler): Rework doc string and change a
791 parameter name, to clarify that this takes a bookmark record
792 not a bookmark name.
793 (bookmark-set): Change a parameter name to indicate its meaning,
794 and improve the doc string a bit.
795 (Bug#4188)
796
797 2009-10-04 Karl Fogel <kfogel@red-bean.com>
798
799 * bookmark.el (bookmark-alist): Document the new `handler' element
800 in the param alist.
801 (bookmark-make-record-function): Adjust documentation for above.
802 (Bug#4193)
803
804 2009-10-04 Karl Fogel <kfogel@red-bean.com>
805
806 * info.el (Info-bookmark-make-record): Document this function.
807 (Info-bookmark-jump): Document with a doc string, not just a comment.
808 (Bug#4203)
809
810 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
811
812 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
813 (semantic-new-buffer-fcn): Call parser setup functions here.
814 (semantic-mode): Don't call parser setup functions here, it's done
815 in semantic-new-buffer-fcn now.
816 (semantic-mode): Parse all existing buffers when enabled.
817
818 * cedet/srecode/compile.el (srecode-compile-file):
819 Call semantic-new-buffer-fcn if the buffer has not been parsed.
820
821 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
822
823 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
824
825 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
826 (proj-comp-insert-variable-once): New macro, renamed from
827 ede-pmake-insert-variable-once in ede/pmake.edl.
828 (ede-proj-makefile-insert-variables): Use it.
829
830 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
831
832 * files.el (copy-directory): New defun.
833
834 * dired-aux.el (dired-copy-file-recursive): Use it.
835
836 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
837
838 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
839 (makefile-end-of-command):
840 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
841 (semantic-end-of-context): Fix previous change. Doc fixes.
842
843 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
844
845 * files-x.el (modify-dir-local-variable)
846 (copy-dir-locals-to-file-locals-prop-line):
847 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
848 (makefile-end-of-command):
849 * cedet/semantic/lex.el (semantic-lex-token):
850 * cedet/semantic/analyze/fcn.el
851 (semantic-analyze-dereference-metatype-1):
852 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
853 (semantic-lex-cpp-undef):
854 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
855 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
856 (semantic-end-of-context): Fix typos in docstrings.
857
858 * recentf.el (recentf-unload-function): New function.
859
860 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
861
862 * cedet/ede.el (ede-project-placeholder-cache-file):
863 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
864 * cedet/srecode/map.el (srecode-map-save-file):
865 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
866
867 2009-10-04 Glenn Morris <rgm@gnu.org>
868
869 * window.el (window-full-height-p): Add doc string.
870
871 2009-10-04 Martin Rudalics <rudalics@gmx.at>
872
873 * window.el (window-full-height-p): New function. (Bug#4543)
874
875 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
876
877 * cedet/srecode/insert.el: Require srecode/args.
878
879 * cedet/srecode/args.el: Require srecode/dictionary instead of
880 srecode/insert.
881
882 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
883
884 * files.el (auto-mode-alist): Add .srt and Project.ede.
885
886 * cedet/semantic.el (semantic-mode):
887 Handle srecode-template-mode-hook as well.
888 (semantic-mode): Use js-mode-hook for Javascript hook.
889
890 * cedet/srecode/template.el: Remove hook variable.
891
892 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
893
894 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
895 projects exist.
896 (ede-project-placeholder-cache-file): Default to a file in
897 user-emacs-directory.
898
899 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
900 templates in data-directory.
901 (srecode-map-save-file): Default to a file in user-emacs-directory.
902
903 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
904 directory.
905
906 2009-09-30 Eric Ludlam <zappo@gnu.org>
907
908 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
909 Doc fix.
910
911 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
912 Only insert each variable once.
913
914 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
915 (ede-pmake-insert-variable-shared): Use it.
916
917 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
918 for lexical table iff table is nil.
919
920 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
921
922 * vc.el: Remove commented out code.
923 (vc-derived-from-dir-mode): Remove, unused.
924 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
925
926 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
927
928 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
929 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
930 there could be recursive loading when `default-directory' is a
931 remote file name. (Bug#4614)
932
933 2009-10-03 Glenn Morris <rgm@gnu.org>
934
935 * calendar/calendar.el (calendar-basic-setup): Handle the case where
936 the frame is wide.
937 (calendar-generate-window): Test for shrinkability rather than width.
938
939 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
940 declaration, currently false.
941
942 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
943 reusing existing buffers, in case we happen to visit two files with the
944 same basename. (Bug#4593)
945
946 2009-10-02 Eli Zaretskii <eliz@gnu.org>
947
948 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
949 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
950 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
951 subdirs of cedet as well.
952 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
953
954 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
957 Obey advertised-signature-table.
958
959 * help-fns.el (help-function-arglist): Don't check
960 advertised-signature-table.
961 (describe-function-1): Do it here instead so it also applies to subrs.
962
963 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
964
965 * simple.el (start-file-process): Say in the doc-string, that file
966 handlers might not support pty association, if PROGRAM is nil.
967
968 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
969 HOST and USER are strings. They are nil, when there are
970 incomplete entries in ~/.netrc, for example.
971 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
972 root directory ("device busy" error otherwise).
973
974 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
975 Flush file properties of created directory.
976
977 2009-10-02 Eli Zaretskii <eliz@gnu.org>
978
979 * makefile.w32-in (WINS_BASIC): Remove cedet.
980 (WINS_CEDET): Add cedet.
981 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
982
983 2009-10-02 Kevin Ryde <user42@zip.com.au>
984
985 * net/browse-url.el (browse-url): Pass any symbol in
986 browse-url-browser-function to `apply', since if you've mistakenly put
987 an unbound symbol then the error is clearer. (Bug#4531)
988
989 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
990
991 * allout.el (allout-init, allout-back-to-current-heading)
992 (allout-beginning-of-current-entry, allout-ascend-to-depth)
993 (allout-ascend, allout-up-current-level, allout-end-of-level)
994 (allout-previous-visible-heading, allout-forward-current-level)
995 (allout-backward-current-level, allout-show-children):
996 * apropos.el (apropos-describe-plist):
997 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
998 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
999 * completion.el (add-completion, add-permanent-completion):
1000 * descr-text.el (describe-text-category, describe-char):
1001 * desktop.el (desktop-lazy-abort):
1002 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
1003 * dired.el (dired-build-subdir-alist):
1004 * ediff.el (ediff-version):
1005 * elide-head.el (elide-head, elide-head-show):
1006 * emerge.el (emerge-version):
1007 * env.el (getenv):
1008 * face-remap.el (variable-pitch-mode):
1009 * faces.el (describe-face):
1010 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
1011 (dired-at-point):
1012 * files.el (find-file-existing, auto-save-mode):
1013 * font-lock.el (font-lock-fontify-buffer):
1014 * help-fns.el (describe-function, describe-variable)
1015 (describe-syntax, describe-categories):
1016 * help.el (view-lossage, describe-bindings, describe-key)
1017 (describe-mode):
1018 * hexl.el (hexl-current-address):
1019 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
1020 * info.el (Info-goto-emacs-key-command-node):
1021 * log-edit.el (log-edit-insert-cvs-template)
1022 (log-edit-insert-cvs-rcstemplate):
1023 * menu-bar.el (menu-bar-mode):
1024 * mouse.el (mouse-appearance-menu):
1025 * newcomment.el (comment-indent-new-line):
1026 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
1027 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
1028 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
1029 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
1030 * recentf.el (recentf-mode):
1031 * savehist.el (savehist-mode, savehist-save):
1032 * shadowfile.el (shadow-copy-files):
1033 * simple.el (kill-ring-save, next-line, previous-line)
1034 (normal-erase-is-backspace-mode):
1035 * strokes.el (strokes-update-window-configuration)
1036 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
1037 (strokes-xpm-for-stroke):
1038 * time.el (emacs-uptime, emacs-init-time):
1039 * tutorial.el (tutorial--describe-nonstandard-key)
1040 (tutorial--detailed-help):
1041 * type-break.el (type-break-mode)
1042 (type-break-mode-line-message-mode, type-break-query-mode)
1043 (type-break-guesstimate-keystroke-threshold):
1044 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
1045 * version.el (emacs-version):
1046 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
1047 * winner.el (winner-mode):
1048 * calendar/timeclock.el (timeclock-in, timeclock-out)
1049 (timeclock-status-string, timeclock-change)
1050 (timeclock-workday-remaining-string)
1051 (timeclock-workday-elapsed-string)
1052 (timeclock-when-to-leave-string):
1053 * calendar/todo-mode.el (todo-add-category):
1054 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
1055 * emacs-lisp/autoload.el (update-file-autoloads):
1056 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
1057 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
1058 (checkdoc-message-text, checkdoc-defun):
1059 * emacs-lisp/debug.el (debugger-list-functions):
1060 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1061 * emacs-lisp/eieio-opt.el (eieio-describe-class)
1062 (eieio-describe-generic):
1063 * emacs-lisp/lisp-mnt.el (lm-synopsis):
1064 * emacs-lisp/shadow.el (list-load-path-shadows):
1065 * emulation/cua-base.el (cua-mode):
1066 * emulation/edt.el (edt-set-scroll-margins):
1067 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
1068 (tpu-toggle-regexp, tpu-toggle-search-direction)
1069 (tpu-toggle-rectangle, tpu-toggle-control-keys):
1070 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1071 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
1072 (viper-set-parsing-style-toggling-macro)
1073 (viper-set-emacs-state-searchstyle-macros):
1074 * emulation/viper.el (viper-set-hooks):
1075 * eshell/esh-mode.el (eshell-truncate-buffer):
1076 * international/mule-cmds.el (prefer-coding-system)
1077 (describe-input-method, describe-language-environment):
1078 * international/mule-diag.el (list-character-sets)
1079 (describe-character-set, describe-coding-system)
1080 (describe-fontset, list-fontsets, list-input-methods):
1081 * mail/sendmail.el (mail-signature):
1082 * net/ange-ftp.el (ange-ftp-copy-file):
1083 * net/browse-url.el (browse-url):
1084 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
1085 * net/quickurl.el (quickurl-add-url):
1086 * net/rcirc.el (names, topic):
1087 * net/xesam.el (xesam-mode):
1088 * play/5x5.el (5x5-new-game):
1089 * play/yow.el (apropos-zippy):
1090 * progmodes/ada-mode.el (ada-mode-version):
1091 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
1092 (f90-end-of-block)
1093 (f90-beginning-of-block):
1094 * progmodes/fortran.el (fortran-end-of-block)
1095 (fortran-beginning-of-block):
1096 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
1097 * progmodes/python.el (python-describe-symbol, python-shell):
1098 * term/ns-win.el (ns-print-buffer):
1099 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
1100 * textmodes/flyspell.el (flyspell-mode-on):
1101 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
1102 (pages-directory-for-addresses):
1103 * textmodes/table.el (table-recognize-cell)
1104 (table-query-dimension, table-generate-source)
1105 (table-insert-sequence, table--warn-incompatibility):
1106 * textmodes/tex-mode.el (tex-validate-buffer):
1107 * textmodes/texinfmt.el (texinfmt-version)
1108 (texinfo-format-buffer):
1109 Use `called-interactively-p' instead of `interactive-p'.
1110
1111 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
1112
1113 * image-mode.el (image-toggle-display):
1114 * emacs-lisp/elp.el (elp-instrument-function):
1115 * emacs-lisp/advice.el (ad-make-advised-definition):
1116 * emacs-lisp/easy-mmode.el (define-minor-mode):
1117 * net/browse-url.el (browse-url-maybe-new-window):
1118 * progmodes/sh-script.el (sh-learn-buffer-indent):
1119 Pass new argument 'any to `called-interactively-p'.
1120
1121 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
1122
1123 * international/uni-bidi.el:
1124 * international/uni-category.el:
1125 * international/uni-combining.el:
1126 * international/uni-comment.el:
1127 * international/uni-decimal.el:
1128 * international/uni-decomposition.el:
1129 * international/uni-digit.el:
1130 * international/uni-lowercase.el:
1131 * international/uni-mirrored.el:
1132 * international/uni-name.el:
1133 * international/uni-numeric.el:
1134 * international/uni-old-name.el:
1135 * international/uni-titlecase.el:
1136 * international/uni-uppercase.el:
1137 Regenerate from Unicode 5.2.0 data.
1138
1139 2009-10-01 Glenn Morris <rgm@gnu.org>
1140
1141 * Makefile.in (ELCFILES): Regenerate.
1142
1143 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * subr.el (interactive-p): Mark obsolete.
1146 (called-interactively-p): Make the optional-ness of `kind' obsolete.
1147 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
1148 advertised-signature-table for subroutines as well.
1149
1150 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
1151 (set-advertised-calling-convention): New function.
1152 (make-obsolete, define-obsolete-function-alias)
1153 (make-obsolete-variable, define-obsolete-variable-alias):
1154 Make the optional-ness of `when' obsolete.
1155 (define-obsolete-face-alias): Make `when' non-optional.
1156 * help-fns.el (help-function-arglist):
1157 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
1158 Use advertised-signature-table.
1159
1160 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
1161
1162 * files.el (delete-directory): New defun. The original function
1163 in fileio.c has been renamed to `delete-directory-internal'.
1164
1165 * dired.el (dired-delete-file): Call `delete-directory' with
1166 RECURSIVE parameter.
1167
1168 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
1169 parameter RECURSIVE. Implementation is missing.
1170
1171 * net/tramp.el (tramp-handle-make-directory): Flush upper
1172 directory's file properties.
1173 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
1174 (tramp-handle-dired-recursive-delete-directory): Flush directory
1175 properties after the remove command only.
1176
1177 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1178 Handle optional parameter RECURSIVE.
1179
1180 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
1181 Handle optional parameter RECURSIVE.
1182
1183 * net/tramp-smb.el (tramp-smb-errors): Add error message for
1184 connection timeout.
1185 (tramp-smb-handle-delete-directory): Handle optional parameter
1186 RECURSIVE.
1187
1188 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1189
1190 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
1191 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
1192 (byte-compile-defmacro): Use backquotes.
1193
1194 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
1195
1196 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
1197 has no associated file.
1198 (vc-resynch-buffer): Use vc-dir-buffers.
1199
1200 2009-10-01 Glenn Morris <rgm@gnu.org>
1201
1202 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
1203 (chart-file-count):
1204 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
1205 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
1206 * emacs-lisp/eieio-opt.el (eieio-describe-class):
1207 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
1208 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
1209 (eieio-copy-parents-into-subclass, make-instance, class-children)
1210 (eieio-generic-form):
1211 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
1212 * cedet/cedet-idutils.el (cedet-idutils-search)
1213 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
1214 (cedet-idutils-version-check):
1215 * cedet/cedet.el (cedet-version):
1216 * cedet/data-debug.el (data-debug-insert-overlay-button)
1217 (data-debug-insert-overlay-list-button)
1218 (data-debug-insert-buffer-button)
1219 (data-debug-insert-buffer-list-button)
1220 (data-debug-insert-process-button, data-debug-insert-ring-button)
1221 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
1222 (data-debug-insert-stuff-vector-button)
1223 (data-debug-insert-symbol-button, data-debug-insert-string)
1224 (data-debug-insert-number, data-debug-insert-lambda-expression)
1225 (data-debug-insert-nil, data-debug-insert-simple-thing)
1226 (data-debug-insert-custom, data-debug-edebug-expr):
1227 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
1228 (global-ede-mode-map, ede-new, ede-debug-target)
1229 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
1230 * cedet/semantic.el (semantic-minimum-working-buffer-size)
1231 (semantic-fetch-tags, semantic-submode-list)
1232 (semantic-default-submodes):
1233 * cedet/ede/source.el (ede-source-match):
1234 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
1235 (project-am-package-info):
1236 * cedet/ede/proj.el (ede-proj-target, project-new-target):
1237 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
1238 * cedet/ede/proj-comp.el (ede-current-build-list):
1239 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
1240 * cedet/ede/files.el (ede-toplevel-project-or-nil):
1241 * cedet/ede/cpp-root.el (initialize-instance):
1242 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
1243 (autoconf-parameter-strip, autoconf-insert-new-macro):
1244 * cedet/semantic/wisent.el (wisent-lex-eoi):
1245 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
1246 (semantic-show-parser-state-mode):
1247 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
1248 * cedet/semantic/tag.el (semantic-tag-new-variable)
1249 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
1250 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
1251 (semantic--tag-deep-copy-tag-list)
1252 (semantic-tag-components-with-overlays-default):
1253 * cedet/semantic/symref.el (semantic-symref-find-text):
1254 * cedet/semantic/senator.el (senator-yank-tag)
1255 (senator-transpose-tags-up):
1256 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
1257 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
1258 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
1259 * cedet/semantic/lex.el (semantic-lex-comment-regex)
1260 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
1261 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
1262 * cedet/semantic/lex-spp.el
1263 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
1264 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
1265 * cedet/semantic/idle.el
1266 (semantic-idle-summary-current-symbol-info-brutish)
1267 (semantic-idle-summary-current-symbol-info-default):
1268 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
1269 (semantic--grammar-macro-compl-dict):
1270 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
1271 * cedet/semantic/format.el (semantic-format-tag-custom-list)
1272 (semantic-format-tag-canonical-name-default):
1273 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
1274 (semantic-find-tags-for-completion)
1275 (semantic-find-tags-by-scope-protection-default)
1276 (semantic-deep-find-tags-for-completion):
1277 * cedet/semantic/edit.el
1278 (semantic-edits-incremental-reparse-failed-hook)
1279 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
1280 (semantic-edits-splice-remove, semantic-edits-splice-replace):
1281 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
1282 * cedet/semantic/dep.el (semantic-dependency-include-path):
1283 * cedet/semantic/db.el (semanticdb-default-find-index-class)
1284 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
1285 (semanticdb-project-roots):
1286 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
1287 (semanticdb-find-adebug-insert-scanned-tag-cons)
1288 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
1289 (semanticdb-brute-deep-find-tags-for-completion):
1290 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
1291 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
1292 (semantic-end-of-context-default)
1293 (semantic-ctxt-current-function-default)
1294 (semantic-ctxt-scoped-types-default):
1295 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1296 (semantic-complete-inline-tag-engine)
1297 (semantic-complete-inline-custom-type)
1298 (semantic-complete-read-tag-analyzer):
1299 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
1300 (semantic-chart-database-size):
1301 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
1302 (semantic-analyze-current-context):
1303 * cedet/semantic/symref/list.el (semantic-symref)
1304 (semantic-symref-hide-buffer, semantic-symref-symbol):
1305 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
1306 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
1307 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
1308 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
1309 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
1310 (semantic-c-dereference-template):
1311 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
1312 (semantic--analyze-refs-full-lookup-with-parents)
1313 (semantic--analyze-refs-full-lookup-simple):
1314 * cedet/semantic/analyze/complete.el
1315 (semantic-analyze-possible-completions):
1316 * cedet/srecode/table.el (srecode-mode-table-new):
1317 * cedet/srecode/srt.el (srecode-read-variable-name):
1318 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
1319 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
1320 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
1321 * cedet/srecode/map.el (srecode-current-map):
1322 * cedet/srecode/insert.el (srecode-insert)
1323 (srecode-insert-variable-secondname-handler, srecode-insert-method)
1324 (srecode-template-inserter-point-override)
1325 (srecode-insert-include-lookup):
1326 * cedet/srecode/getset.el (srecode-auto-choose-class):
1327 * cedet/srecode/extract.el (srecode-inserter-extract):
1328 * cedet/srecode/document.el
1329 (srecode-document-autocomment-return-last-alist)
1330 (srecode-document-autocomment-param-type-alist)
1331 (srecode-document-insert-function-comment)
1332 (srecode-document-insert-variable-one-line-comment)
1333 (srecode-document-function-name-comment):
1334 * cedet/srecode/dictionary.el (srecode-create-dictionary)
1335 (srecode-compound-toString):
1336 * cedet/srecode/compile.el (srecode-flush-active-templates):
1337 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
1338 Doc/message fixes.
1339
1340 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
1341 match-data. (Bug#4555).
1342
1343 * cedet/semantic/bovine/gcc.el
1344 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
1345 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
1346
1347 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
1348 rather than parsing it as a regexp. This relaxes the layout
1349 requirements and makes errors easier to detect.
1350 (check-declare-verify): Check file is regular.
1351 (check-declare-directory): Doc fix.
1352 * subr.el (declare-function): Doc fix.
1353
1354 * ibuffer.el (ibuffer-format-qualifier):
1355 * isearch.el (hi-lock-regexp-okay):
1356 * calc/calc.el (math-zerop):
1357 * mail/uce.el (rmail-msgbeg, rmail-msgend):
1358 * term/w32-win.el (setup-default-fontset, set-fontset-font):
1359 Remove unused declarations.
1360
1361 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
1362
1363 * cedet/semantic/wisent/javat-wy.el
1364 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
1365
1366 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
1367
1368 * cedet/srecode/expandproto.el: Fix provide statement.
1369
1370 2009-09-30 Eric Ludlam <zappo@gnu.org>
1371
1372 * emacs-lisp/eieio.el (boolean-p): Delete.
1373
1374 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
1375
1376 * cedet/ede/srecode.el: Fix provide statement.
1377
1378 2009-09-30 Glenn Morris <rgm@gnu.org>
1379
1380 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
1381 * cedet/ede/proj-aux.el (ede-aux-source):
1382 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
1383 (ede-misc-source):
1384 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
1385 (semantic-mrub-switch-tags): Fix doc typos.
1386
1387 * cedet/semantic/db-global.el (data-debug-new-buffer)
1388 (data-debug-insert-thing): Remove unneeded declarations (one broken).
1389 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
1390
1391 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
1392
1393 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
1394 use of CL function `remove-if-not'.
1395
1396 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
1397
1398 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
1399 filename is not a string.
1400
1401 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * files.el (safe-local-eval-forms): Fix typo.
1404
1405 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * vc-hooks.el (vc-dir-buffers): New var.
1408 (vc-state-refresh): New function.
1409 (vc-state): Use it.
1410 (vc-after-save): Always ask the backend to recompute the new state.
1411 Always call vc-dir if necessary, using vc-dir-buffers.
1412 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
1413 Use vc-dir-buffers.
1414 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
1415 (vc-dir-prepare-status-buffer, vc-dir-update)
1416 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
1417 Don't call expand-file-name on default-directory.
1418
1419 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
1420
1421 * speedbar.el (speedbar-item-delete):
1422 * calc/calc-prog.el (calc-kbd-if):
1423 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
1424
1425 * epa.el (epa-key-list-mode-map):
1426 * hi-lock.el (hi-lock-menu): Fix typos in menus.
1427
1428 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
1429 (hs-show-hook): Fix typo in docstring.
1430
1431 2009-09-29 Glenn Morris <rgm@gnu.org>
1432
1433 * cedet/semantic/symref/idutils.el:
1434 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
1435
1436 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
1437
1438 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
1439 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
1440 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
1441 Mark declarations not understood by check-declare.
1442
1443 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
1444 file-name-nondirectory call preventing location of cedet files.
1445 (check-declare-verify): Use literal search rather than re-search.
1446 Add basic defmethod and defclass, and define-overloadable-function.
1447
1448 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
1449 Use tramp-compat-file-attributes rather than nonexistent
1450 tramp-compat-handle-file-attributes.
1451
1452 * Makefile.in (lisptagsfiles4): New.
1453 (AUTOGENEL): Add cedet loaddefs files.
1454 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
1455 (update-elclist, compile-always, backup-compiled-files)
1456 (bootstrap-clean): Add yet another directory level.
1457 (update-elclist): Use LC_COLLATE rather than COLLATE.
1458 (ELCFILES): Update, via `make update-elclist'.
1459
1460 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
1461
1462 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
1463 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
1464 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
1465
1466 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
1467
1468 * Makefile.in (lisptagsfiles3): Define.
1469 (TAGS, TAGS-LISP): Use it.
1470 (update-elclist): Add third directory level to look for elc files.
1471 (compile-always): Likewise.
1472 (backup-compiled-files): Likewise.
1473 (bootstrap-clean): Likewise.
1474 (ELCFILES): Update.
1475
1476 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
1477
1478 * Makefile.in (ELCFILES): Add CEDET files.
1479
1480 2009-09-28 Eric Ludlam <zappo@gnu.org>
1481
1482 CEDET (development tools) package merged.
1483
1484 * cedet/*.el:
1485 * cedet/ede/*.el:
1486 * cedet/semantic/*.el:
1487 * cedet/srecode/*.el: New files.
1488
1489 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
1490
1491 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
1492
1493 * net/tramp.el (top): Require tramp-imap.
1494
1495 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
1496 Use `tramp-compat-handle-file-attributes'.
1497
1498 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
1499
1500 * net/tramp-imap.el: New package.
1501
1502 2009-09-28 Eric Ludlam <zappo@gnu.org>
1503
1504 * emacs-lisp/chart.el:
1505 * emacs-lisp/eieio-base.el:
1506 * emacs-lisp/eieio-comp.el:
1507 * emacs-lisp/eieio-custom.el:
1508 * emacs-lisp/eieio-datadebug.el:
1509 * emacs-lisp/eieio-opt.el:
1510 * emacs-lisp/eieio-speedbar.el:
1511 * emacs-lisp/eieio.el: New files.
1512
1513 * cedet/cedet-cscope.el:
1514 * cedet/cedet-files.el:
1515 * cedet/cedet-global.el:
1516 * cedet/cedet-idutils.el:
1517 * cedet/data-debug.el:
1518 * cedet/inversion.el:
1519 * cedet/mode-local.el:
1520 * cedet/pulse.el: New files.
1521
1522 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1523
1524 * whitespace.el (whitespace-trailing-regexp)
1525 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1526 Fix doc string.
1527
1528 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
1529
1530 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
1531 menu.
1532
1533 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
1534 menu-bar-ediff-menu.
1535
1536 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
1537 define-overloadable-function.
1538
1539 * progmodes/autoconf.el: Provide autoconf as well, so that this
1540 file can be `require'd.
1541
1542 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
1543
1544 * emacs-lisp/autoload.el (generated-autoload-feature)
1545 (generated-autoload-load-name): New vars.
1546 (autoload-rubric, autoload-generate-file-autoloads): Use them.
1547 (make-autoload): Recognize define-overloadable-function and
1548 defclass forms (for EIEIO).
1549
1550 * Makefile.in (update-subdirs): Exclude cedet directory.
1551
1552 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1553
1554 * term/ns-win.el: Don't set the region face background. (Bug#4381)
1555
1556 * faces.el: Default light-background background for region face to
1557 ns_selection_color under NS.
1558
1559 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1560
1561 * net/imap-hash.el: New library, see NEWS.
1562
1563 * Makefile.in (ELCFILES): Add imap-hash.el.
1564
1565 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1566
1567 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
1568 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
1569 * help-macro.el (make-help-screen): Avoid using an ambiguous function
1570 definition where the docstring could be taken for the return value.
1571
1572 2009-09-26 Glenn Morris <rgm@gnu.org>
1573
1574 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
1575 Add option to only show images below a certain size.
1576 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
1577 save-excursion calls.
1578
1579 2009-09-26 Eli Zaretskii <eliz@gnu.org>
1580
1581 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
1582 subdirectories) and eieio.
1583
1584 2009-09-26 Alan Mackenzie <acm@muc.de>
1585
1586 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
1587 buggy bracketing.
1588
1589 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
1590 character constants (as case labels).
1591
1592 2009-09-25 Juri Linkov <juri@jurta.org>
1593
1594 * files.el (safe-local-eval-forms): Allow time-stamp in
1595 before-save-hook (Bug#4554).
1596
1597 2009-09-25 Drew Adams <drew.adams@oracle.com>
1598
1599 * menu-bar.el (list-buffers-directory): Doc fix.
1600
1601 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
1604 Try and avoid copying twice the same paragraph.
1605 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
1606 Remove save-excursion.
1607 (log-edit-changelog-entry): Do it here instead.
1608
1609 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
1610
1611 * bs.el (bs--get-file-name): Use `list-buffers-directory'
1612 when available, instead of hardcoding mode names. Doc fix.
1613
1614 * menu-bar.el (list-buffers-directory): Add docstring.
1615 Make automatically buffer-local.
1616
1617 * dired.el (dired-mode):
1618 * files.el (cd-absolute):
1619 * pcvs.el (cvs-temp-buffer):
1620 * pcvs-util.el (cvs-get-buffer-create):
1621 * shell.el (shell-mode):
1622 * vc-dir.el (vc-dir-mode):
1623 Don't make `list-buffers-directory' buffer local.
1624
1625 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
1626
1627 * comint.el (comint-exec, comint-run, make-comint):
1628 Doc fixes (Bug#4542).
1629
1630 2009-09-25 Glenn Morris <rgm@gnu.org>
1631
1632 * mail/rmailmm.el (rmail-mime): New custom group.
1633 Move all defcustoms in this file into this group.
1634 (rmail-mime-media-type-handlers-alist): Revert previous change.
1635 (rmail-mime-show-images): New option.
1636 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
1637 references to it, since it wasn't actually used for anything.
1638 (rmail-mime-insert-image): New function.
1639 (rmail-mime-image): Use rmail-mime-insert-image.
1640 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
1641 obey the value of `rmail-mime-show-images' option. Print the size of
1642 attachments.
1643
1644 2009-09-25 David Engster <deng@randomsample.de>
1645
1646 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
1647
1648 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1649
1650 * whitespace.el: Does not highlight trailing spaces While point is
1651 at end of line. Does not highligt spaces at beginning of buffer
1652 while point is at beginning of buffer. Does not highlight spaces
1653 at end of buffer while point is at end of buffer. (Bug#4177)
1654 New version 12.0.
1655 (whitespace-display-mappings): Adjust initialization.
1656 (whitespace-point, whitespace-font-lock-refontify): New vars.
1657 (whitespace-color-on, whitespace-color-off): Adjust code.
1658 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1659 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
1660 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
1661
1662 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
1663
1664 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
1665
1666 * textmodes/sgml-mode.el: Remove xml-mode alias.
1667
1668 * files.el (auto-mode-alist, conf-mode-maybe)
1669 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
1670
1671 2009-09-24 Alan Mackenzie <acm@muc.de>
1672
1673 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
1674 c-forward-conditionals, but it doesn't move point and doesn't set
1675 the mark.
1676 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
1677 (c-down-conditional-with-else, c-backward-conditional)
1678 (c-forward-conditional): Refactor to use c-scan-conditionals.
1679
1680 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
1681
1682 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
1683 (help-default-arg-highlight): Remove.
1684 (help-highlight-arg): New function.
1685 (help-do-arg-highlight): Use it.
1686 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
1687
1688 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1689
1690 * term.el (term-set-scroll-region, term-handle-ansi-escape):
1691 Undo last change, which didn't fix the problem and introduced others.
1692
1693 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
1694
1695 * progmodes/gdb-mi.el: Don't require speedbar.
1696 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
1697
1698 2009-09-24 Glenn Morris <rgm@gnu.org>
1699
1700 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
1701
1702 * term/ns-win.el (ns-reg-to-script): Define for compiler.
1703
1704 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
1705 there is no newline after the final mime boundary. (Bug#4539)
1706 Move markers on insertion so that any buttons inserted don't end up in
1707 the next part of a multipart message.
1708 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
1709 (rmail-mime-bulk-handler): Optionally handle images.
1710 (rmail-mime-image): New button action.
1711 (rmail-mime-image-handler): New function.
1712 (rmail-mime-mode): New mode.
1713 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
1714
1715 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1716
1717 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
1718 than just dropping elements from it (bug#4504).
1719
1720 * term.el (term-set-scroll-region): Don't move cursor any more.
1721 (term-handle-ansi-escape): Call term-goto here instead.
1722 Suggested by Ivan Kanis <apple@kanis.eu>.
1723
1724 * term.el: Require CL.
1725 (term-ansi-reset): New function.
1726 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
1727 (term-handle-colors-array): Simplify.
1728
1729 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
1730
1731 * allout.el (allout-overlay-interior-modification-handler)
1732 (allout-obtain-passphrase):
1733 * epa-file.el (epa-file-write-region):
1734 * ps-print.el (ps-begin-job):
1735 * vc-hooks.el (vc-toggle-read-only):
1736 * vc-rcs.el (vc-rcs-rollback):
1737 * vc-sccs.el (vc-sccs-rollback):
1738 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
1739 (vc-version-diff, vc-revert, vc-rollback):
1740 * wdired.el (wdired-check-kill-buffer):
1741 * emacs-lisp/authors.el (authors):
1742 * net/socks.el (socks-open-connection):
1743 * net/zeroconf.el (zeroconf-service-add-hook):
1744 * obsolete/vc-mcvs.el (vc-mcvs-register):
1745 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
1746 (gdb-select-frame):
1747 * progmodes/grep.el (lgrep, rgrep):
1748 * progmodes/idlw-help.el (idlwave-help-check-locations)
1749 (idlwave-help-html-link, idlwave-help-assistant-open-link):
1750 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1751 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
1752 (reftex-toc-rename-label): Fix typos in error messages.
1753
1754 * dired-aux.el (dired-do-shell-command): Reflow docstring.
1755 (dired-copy-how-to-fn): Doc fix.
1756 (dired-files-attributes, dired-read-shell-command):
1757 Fix typos in docstrings.
1758
1759 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
1760 (dired-x-find-file-other-window): Reflow docstrings.
1761 (dired-omit-marker-char, dired-read-shell-command)
1762 (dired-x-submit-report): Fix typos in docstrings.
1763
1764 * shell.el (shell-mode-hook):
1765 * view.el (View-scroll-line-forward):
1766 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
1767 Fix typos in docstrings.
1768
1769 * net/dig.el (dig-invoke): Fix typo in docstring.
1770 (query-dig): Reflow docstring.
1771
1772 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
1773 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
1774 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
1775 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
1776 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
1777 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
1778 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
1779 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
1780 (idlwave-completion-map, idlwave-current-indent)
1781 (idlwave-custom-ampersand-surround, idlwave-customize)
1782 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
1783 (idlwave-define-abbrev, idlwave-determine-class-special)
1784 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
1785 (idlwave-end-block-reg, idlwave-end-of-statement)
1786 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
1787 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
1788 (idlwave-explicit-class-listed, idlwave-file-header)
1789 (idlwave-fill-paragraph, idlwave-find-class-definition)
1790 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
1791 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
1792 (idlwave-in-quote, idlwave-indent-action-table)
1793 (idlwave-indent-expand-table, idlwave-indent-line)
1794 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
1795 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
1796 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
1797 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
1798 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
1799 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
1800 (idlwave-outlawed-buffers, idlwave-popup-select)
1801 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
1802 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
1803 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
1804 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
1805 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
1806 (idlwave-statement-type, idlwave-struct-skip)
1807 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
1808 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
1809 (idlwave-what-module-find-class): Fix typos in docstrings.
1810 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
1811 (idlwave-calculate-cont-indent, idlwave-expand-equal)
1812 (idlwave-find-module, idlwave-find-structure-definition)
1813 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
1814 (idlwave-list-load-path-shadows, idlwave-next-statement)
1815 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
1816 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
1817 (idlwave-template): Reflow docstrings.
1818
1819 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
1820 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
1821 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
1822 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
1823 (idlwave-shell-display-line, idlwave-shell-display-wframe)
1824 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
1825 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
1826 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
1827 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
1828 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
1829 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
1830 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
1831 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
1832 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
1833 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
1834 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
1835 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
1836 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
1837 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
1838 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
1839 Fix typos in docstrings.
1840 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
1841 (idlwave-shell-hide-output, idlwave-shell-mode)
1842 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
1843 Reflow docstrings.
1844
1845 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
1846
1847 2009-09-24 Ivan Kanis <apple@kanis.eu>
1848
1849 * term.el (term-bold-attribute): New var.
1850 (term-handle-colors-array): Use it.
1851
1852 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
1853
1854 * progmodes/gdb-mi.el (gdb-version): New variable.
1855 (gdb-non-stop-handler): Set gdb-version.
1856 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
1857 Condition "--thread" option on gdb-version.
1858 (gdb-invalidate-threads): Remove unused argument.
1859
1860 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
1863 to looking-back to avoid ridiculous slow down in large files (bug#4511).
1864
1865 2009-09-23 Glenn Morris <rgm@gnu.org>
1866
1867 * mail/rmail.el (rmail-reply): Don't try to add a References header when
1868 replying to mail without References or Message-Id. (Bug#4525)
1869
1870 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1871
1872 * term/ns-win.el (ns-reg-to-script): New variable.
1873
1874 2009-09-23 Daiki Ueno <ueno@unixuser.org>
1875
1876 * epg.el (epg-wait-for-status): Preserve existing 'error results.
1877
1878 2009-09-22 Sam Steingold <sds@gnu.org>
1879
1880 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
1881 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
1882 to 1 because hg returns status 1 when nothing is found.
1883 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
1884
1885 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1886
1887 * textmodes/fill.el: Convert to utf-8 encoding.
1888 (fill-french-nobreak-p): Remove redundant » and « inherited from our
1889 pre-unicode days.
1890
1891 * add-log.el (change-log-fill-forward-paragraph): New function.
1892 (change-log-mode): Use it so fill-region DTRT.
1893 Set fill-indent-according-to-mode here rather than in
1894 change-log-fill-paragraph.
1895 (change-log-fill-paragraph): Remove.
1896
1897 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
1898
1899 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
1900 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
1901
1902 2009-09-22 Glenn Morris <rgm@gnu.org>
1903
1904 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
1905 the scroll-bar scroll the calendar window rather than the buffer.
1906
1907 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
1908 commands that move point (as opposed to scrolling).
1909
1910 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
1911
1912 * emacs-lisp/elint.el (elint): New custom group.
1913 (elint-log-buffer): Make it a defcustom.
1914 (elint-scan-preloaded, elint-ignored-warnings)
1915 (elint-directory-skip-re): New options.
1916 (elint-builtin-variables): Doc fix.
1917 (elint-preloaded-env): New variable.
1918 (elint-unknown-builtin-args): Add an entry for encode-time.
1919 (elint-extra-errors): Make it a variable rather than a constant.
1920 (elint-preloaded-skip-re): New constant.
1921 (elint-directory): Skip files matching elint-directory-skip-re.
1922 (elint-features): New variable, local to linted buffers.
1923 (elint-update-env): Initialize elint-features. Possibly add
1924 elint-preloaded-env to the buffer's environment.
1925 (elint-get-top-forms): Bind elint-current-pos, for log messages.
1926 Skip quoted forms.
1927 (elint-init-form): New function, extracted from elint-init-env.
1928 Make non-list forms a warning rather than an error.
1929 Add the mode-map for define-derived-mode. Handle define-minor-mode,
1930 easy-menu-define, put that adds an error-condition, and provide.
1931 When requiring cl, also require cl-macs. Really require cl, to handle
1932 some cl macros. Store required libraries in the list elint-features,
1933 so as not to re-load them. Treat cc-require like require.
1934 (elint-init-env): Call elint-init-form to do the work.
1935 Handle eval-and-compile and such like.
1936 (elint-add-required-env): Do not clear messages.
1937 (elint-special-forms): Add handlers for function, defalias, if, when,
1938 unless, and, or.
1939 (elint-form): Add optional argument to ignore elint-special-forms,
1940 useful to prevent recursive calls from handlers. Doc fix.
1941 Respect elint-ignored-warnings.
1942 (elint-form): Respect elint-ignored-warnings.
1943 (elint-bound-variable, elint-bound-function): New variables.
1944 (elint-unbound-variable): Respect elint-bound-variable.
1945 (elint-get-args): Respect elint-bound-function.
1946 (elint-check-cond-form): Add some simple handling for (f)boundp and
1947 featurep tests.
1948 (elint-check-defalias-form): New handler.
1949 (elint-check-let-form): Make an empty let a warning rather than an
1950 error.
1951 (elint-check-setq-form): Make an empty setq a warning rather than an
1952 error. Respect elint-ignored-warnings.
1953 (elint-check-defvar-form): Accept null doc-strings.
1954 (elint-check-conditional-form): New handler. Does some simple-minded
1955 checking of featurep and (f)boundp tests.
1956 (elint-put-function-args): New function.
1957 (elint-initialize): Use elint-scan-doc-file rather than
1958 elint-find-builtin-variables. Use elint-put-function-args.
1959 Possibly scan preloaded-file-list.
1960 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
1961 extend to handle functions as well.
1962
1963 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
1964
1965 * linum.el (linum-delete-overlays, linum-update-window):
1966 Do not modify the right margin. (Bug#3971)
1967
1968 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
1969
1970 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
1971 nxml-mode instead of xml-mode.
1972
1973 2009-09-21 Kevin Ryde <user42@zip.com.au>
1974
1975 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
1976
1977 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * net/dig.el (dig-mode): Use define-derived-mode.
1980
1981 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1982
1983 * vc-dispatcher.el (vc-do-command): Return the process object in
1984 the asynchronous case. Use when instead of if. Do not run
1985 vc-exec-after to display a message if not enabled.
1986
1987 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
1988 properties to the stash strings.
1989 (vc-git-stash-list): Return a list of strings.
1990 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
1991 (vc-git-stash-show-at-point): New functions.
1992 (vc-git-stash-map): New keymap.
1993
1994 * register.el (ctl-x-r-map): Define the keys here instead of
1995 using autoload.
1996
1997 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
1998
1999 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
2000 list, to workaround performance problem (bug#4485).
2001
2002 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
2003
2004 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
2005
2006 2009-09-20 Daiki Ueno <ueno@unixuser.org>
2007
2008 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
2009 Document that this option is not recommended to use.
2010
2011 2009-09-19 Glenn Morris <rgm@gnu.org>
2012
2013 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
2014 variable `var'.
2015
2016 * calc/calc-alg.el (var):
2017 * calc/calcalg2.el (var): Define for compiler.
2018
2019 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
2020
2021 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
2022 Doc fix (Bug#3932).
2023
2024 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
2025
2026 * time-stamp.el (time-stamp-month-dd-yyyy)
2027 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
2028 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
2029 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
2030 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
2031 Remove functions that have been obsolete since 1995 (Bug#4436).
2032
2033 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
2034 indent buffer only if called interactively (Bug#4452).
2035
2036 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
2037 Eli Zaretskii <eliz@gnu.org>
2038
2039 This fixes bug#4197 (merged to bug#865, though not identical).
2040 * server.el (server-auth-dir): Add docstring note about FAT32.
2041 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
2042 but warn against using them.
2043
2044 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
2045
2046 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
2047 older GDB where there is no has_more field.
2048
2049 2009-09-19 Glenn Morris <rgm@gnu.org>
2050
2051 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2052
2053 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
2054
2055 * files.el (auto-mode-alist): Change default for XML files to nXML
2056 mode (Bug#4169).
2057
2058 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
2059
2060 * server.el (server-ensure-safe-dir): Pass 'integer
2061 to `file-attributes', as suggested.
2062
2063 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * dired-aux.el (dired-query-alist): Remove spurious backslash.
2066 (dired-query): Use read-key.
2067
2068 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2069
2070 * cus-start.el (ns-use-qd-smoothing): Remove.
2071
2072 2009-09-18 Glenn Morris <rgm@gnu.org>
2073
2074 * allout.el (top-level): Remove unnecessary progn.
2075
2076 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
2077
2078 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
2079 definition of abbrev table.
2080
2081 * speedbar.el (speedbar-track-mouse):
2082 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
2083 * net/eudc.el (eudc-expand-inline):
2084 * net/newst-backend.el (newsticker--cache-read-feed):
2085 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
2086 condition-case handlers.
2087
2088 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
2089
2090 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
2091 (gdb-var-list): Add an element for has_more field.
2092 (gdb-non-stop-handler): Enable pretty printing for STL containers.
2093 (gdb-var-create-handler, gdb-var-list-children-handler-1)
2094 (gdb-var-update-handler-1): Parse output of dynamic variable
2095 objects (STL containers).
2096 (gdb-var-delete-1): Pass var1 as an explicit second argument.
2097 (gdb-get-field): Delete alias. Use bindat-get-field directly.
2098
2099 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
2100 gdb-var-list.
2101 (gud-speedbar-buttons): Make node expandable if expression "has more"
2102 children.
2103
2104 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
2105
2106 * startup.el (emacs-quick-startup): Remove variable and all uses.
2107 (command-line): Set `inhibit-x-resources' instead.
2108 (command-line-1): Use `inhibit-x-resources' instead.
2109
2110 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
2111
2112 * subr.el: Fix last change to avoid using the `unless' macro,
2113 which breaks bootstrapping.
2114
2115 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
2118 extended definitions, in case we reload subr.el after having
2119 loaded CL.
2120 (eval-next-after-load): Mark as obsolete.
2121
2122 2009-09-17 Juri Linkov <juri@jurta.org>
2123
2124 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
2125 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
2126 (menu-bar-showhide-menu, menu-bar-tools-menu)
2127 (menu-bar-describe-menu, menu-bar-help-menu)
2128 (minibuffer-local-completion-map, minibuffer-local-map):
2129 Fix list quoting.
2130
2131 2009-09-17 Glenn Morris <rgm@gnu.org>
2132
2133 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
2134 arguments, whether or not it has a handler.
2135
2136 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
2137
2138 * simple.el (hard-newline): Give it a doc-string.
2139
2140 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2141 (lisp-mode-syntax-table): Give them doc-strings.
2142
2143 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2144
2145 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
2146 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
2147 (menu-bar-options-menu, menu-bar-showhide-menu)
2148 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
2149 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
2150 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
2151 (menu-bar-options-menu, menu-bar-tools-menu)
2152 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
2153 (menu-bar-help-menu):
2154 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
2155 string arguments.
2156
2157 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
2158 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
2159 calls for the menu names and :help.
2160
2161 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2162
2163 * mouse.el (minor-mode-menu-from-indicator): Pay attention
2164 to :minor-mode-function (bug#4455).
2165
2166 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2167
2168 * startup.el (command-line): Initialize the window-system after
2169 processing the command-line.
2170
2171 * textmodes/page.el (what-page): Make sure we don't inf-loop if
2172 page-delimiter matches the empty string.
2173
2174 2009-09-16 Glenn Morris <rgm@gnu.org>
2175
2176 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
2177 byte-compile-not-obsolete-var. It's a list now.
2178 (byte-compile-not-obsolete-funcs): New variable.
2179 (byte-compile-warn-obsolete): Don't warn about functions if they are in
2180 byte-compile-not-obsolete-funcs.
2181 (byte-compile-variable-ref, byte-compile-defvar): Update for
2182 byte-compile-not-obsolete-vars name-change and list nature.
2183 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
2184 and variables behind (f)boundp tests.
2185 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
2186
2187 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
2188
2189 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
2190
2191 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2192
2193 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
2194 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
2195 Don't autoload.
2196
2197 2009-09-15 Stephen Eglen <stephen@gnu.org>
2198
2199 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
2200 the virtual-buffers, use the name of the buffer specified by
2201 find-file-noselect, as the match may be a symlink. (This was a
2202 problem if the target and the symlink had different names.)
2203
2204 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2205
2206 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
2207
2208 * desktop.el (desktop-path): Check user-emacs-directory.
2209
2210 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
2211
2212 * loadup.el: Use after-load-functions to GC after loading each file.
2213 Remove the explicit GC calls that used to be sprinkled around.
2214
2215 * subr.el (after-load-functions): New hook.
2216 (do-after-load-evaluation): Run it. Use string-match-p to detect
2217 `obsolete' packages, rather than painfully extracting the relevant
2218 directory name.
2219
2220 2009-09-15 Glenn Morris <rgm@gnu.org>
2221
2222 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
2223 free variable `doc'.
2224
2225 * dired.el (dired-mode-map): Add menu entry for async shell command.
2226
2227 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
2228 variables, also consider the .elc files, since the .el files are
2229 normally gzipped (subsequent code locates the .el.gz from the .elc).
2230
2231 * calc/calc-prog.el (arglist): Define for compiler.
2232
2233 * calendar/diary-lib.el (diary-display-function): Change the default to
2234 fancy display.
2235 (body): Define for compiler.
2236
2237 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
2238 (byte-compile-file-form, byte-compile-lambda)
2239 (byte-compile-top-level-body, byte-compile-form)
2240 (byte-compile-variable-ref, byte-compile-setq)
2241 (byte-compile-setq-default, byte-compile-body)
2242 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
2243 (batch-byte-compile): Give some more local variables with common names
2244 a "bytecomp-" prefix to avoid masking warnings about free variables.
2245
2246 * startup.el (command-line-1): Give local variables with common names a
2247 distinguishing prefix, so as not to hide free variable warnings during
2248 bootstrap.
2249
2250 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
2251 clever and add a suffix to make a unique name, just let the user decide
2252 whether or not to overwrite it. If the input is a directory, write the
2253 default filename to that directory. (Bug#4388)
2254 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
2255 is a filename-as-a-directory.
2256
2257 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2258
2259 * textmodes/page.el (what-page): Don't move to beginning of line.
2260 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
2261
2262 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
2263
2264 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
2265
2266 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2267
2268 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
2269 * help.el (help-for-help-internal): Add purecopy calls for text.
2270
2271 * vc.el (top): print-log method now takes an optional SHORTLOG
2272 argument. Add a new method: root.
2273 (vc-root-diff, vc-print-root-log): New functions.
2274 (vc-log-short-style): New variable.
2275 (vc-print-log-internal): Add support for showing short logs.
2276
2277 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
2278 vc-print-root-log and vc-print-root-diff.
2279
2280 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
2281 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
2282 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
2283 short logs.
2284
2285 * vc-cvs.el (vc-cvs-print-log):
2286 * vc-mtn.el (vc-mtn-print-log):
2287 * vc-rcs.el (vc-rcs-print-log):
2288 * vc-sccs.el (vc-sccs-print-log):
2289 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
2290 that is ignored for now.
2291
2292 * vc-mtn.el (vc-mtn-annotate-command):
2293 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
2294
2295 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2296
2297 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
2298 to function-key-map, and give them ascii-character property.
2299 * term/x-win.el (x-alternatives-map):
2300 * term/ns-win.el (ns-alternatives-map):
2301 * term/internal.el (msdos-key-remapping-map):
2302 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
2303
2304 2009-09-14 Glenn Morris <rgm@gnu.org>
2305
2306 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
2307 temp-buffers (2009-09-12).
2308
2309 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2310
2311 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
2312 the new read-key function.
2313
2314 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
2317 is defined (Bug#4405).
2318
2319 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
2320
2321 * recentf.el (recentf-cleanup): Use a hash table to find
2322 duplicates (Bug#4407).
2323
2324 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
2325
2326 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
2327 kp-0 to ascii equivalents (Bug#4325).
2328
2329 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
2330
2331 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
2332
2333 * eshell/em-hist.el:
2334 * eshell/em-dirs.el (eshell-complete-user-reference):
2335 Declare pcomplete functions and variables to avoid compiler warnings.
2336
2337 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
2338
2339 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
2340 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
2341 * eshell/em-alias.el (eshell-aliases-file):
2342 * eshell/em-hist.el (eshell-history-file-name):
2343 Use expand-file-name instead of concat to make file names (Bug#4308).
2344
2345 2009-09-13 Glenn Morris <rgm@gnu.org>
2346
2347 * ediff-merg.el (ediff-do-merge):
2348 * filesets.el (filesets-run-cmd):
2349 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
2350 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
2351 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
2352 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
2353 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
2354 Replace empty `let's with `progn'.
2355
2356 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2357
2358 * mail/sendmail.el (send-mail-function):
2359 * tooltip.el (tooltip-mode):
2360 * simple.el (transient-mark-mode):
2361 * rfn-eshadow.el (file-name-shadow-mode):
2362 * frame.el (blink-cursor-mode):
2363 * font-core.el (global-font-lock-mode):
2364 * files.el (temporary-file-directory)
2365 (small-temporary-file-directory, auto-save-file-name-transforms):
2366 * epa-hook.el (auto-encryption-mode):
2367 * composite.el (global-auto-composition-mode):
2368 Use custom-initialize-delay.
2369 * startup.el (command-line): Don't explicitly call
2370 custom-reevaluate-setting for all the above vars.
2371 * custom.el (custom-initialize-safe-set)
2372 (custom-initialize-safe-default): Delete.
2373
2374 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * term/x-win.el (x-initialize-window-system):
2377 * term/w32-win.el (w32-initialize-window-system):
2378 * term/ns-win.el (ns-initialize-window-system): Don't call
2379 mouse-wheel-mode since it's enabled globally by default already.
2380
2381 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
2382 actually define the variable, but only silences the byte-compiler.
2383 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
2384 before looking it up.
2385 (mouse-wheel-scroll-amount): Also reset the bindings if this value
2386 is changed.
2387
2388 2009-09-12 Glenn Morris <rgm@gnu.org>
2389
2390 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
2391 1000.
2392 (elint-add-required-env): Don't beep on error.
2393 (elint-forms): In case of error, return ENV unchanged.
2394 (elint-init-env): Skip non-list forms.
2395 (elint-log): Handle unknown file positions.
2396
2397 2009-09-12 Daiki Ueno <ueno@unixuser.org>
2398
2399 * epg.el (epg-make-context): Add autoload cookie.
2400 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
2401 (epg-decrypt-string, epg-start-verify, epg-verify-file)
2402 (epg-verify-string, epg-start-sign, epg-sign-file)
2403 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
2404 (epg-encrypt-string, epg-start-export-keys)
2405 (epg-export-keys-to-file, epg-export-keys-to-string)
2406 (epg-start-import-keys, epg-import-keys-from-file)
2407 (epg-import-keys-from-string, epg-start-receive-keys)
2408 (epg-receive-keys, epg-import-keys-from-server)
2409 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
2410 (epg-sign-keys, epg-start-generate-key)
2411 (epg-generate-key-from-file, epg-generate-key-from-string):
2412 Remove autoload cookie.
2413
2414 2009-09-12 Eli Zaretskii <eliz@gnu.org>
2415
2416 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
2417 reevaluation of trash-directory.
2418
2419 * mwheel.el: Fix last change.
2420 (mouse-wheel-mode): New defvar.
2421 (mouse-wheel-mode): Remove autoload cookie.
2422
2423 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 * mwheel.el (mwheel-installed-bindings): New var.
2426 (mouse-wheel-mode): Use it, so as to make sure we really remove all
2427 the bindings we set last time. Use custom-initialize-delay.
2428 * loadup.el: Load mwheel after term/*-win.el.
2429 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
2430 and mouse-wheel-up-event now that their first evaluation is done
2431 sufficiently late to be correct.
2432
2433 * startup.el (tutorial-directory): Make it a defcustom.
2434 Use custom-initialize-delay rather than eval-at-startup to set it.
2435 * image.el (image-load-path): Make it a defcustom.
2436 Use custom-initialize-delay rather than eval-at-startup to set it.
2437 * subr.el (eval-at-startup): Remove.
2438 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
2439
2440 * subr.el (do-after-load-evaluation): Warn the user after loading an
2441 obsolete package.
2442
2443 2009-09-12 Glenn Morris <rgm@gnu.org>
2444
2445 * proced.el (proced-mark-alt): Remove alias.
2446 (proced-mode-map): Remove proced-mark-alt.
2447
2448 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
2449 Elint file and directory. Remove initialization entry.
2450
2451 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
2452 commands.
2453 (elint-current-buffer): Set mode-line-process.
2454 (elint-init-env): Handle define-derived-mode.
2455 Fix declare-function with unspecified arglist. Guard against odd
2456 defalias statements (eg iso-insert's 8859-1-map).
2457 (elint-add-required-env): Use a temp buffer.
2458 (elint-form): Just print the function/macro name, not the whole form.
2459 Return env unchanged if we fail to parse a macro.
2460 (elint-forms): Guard against parse errors.
2461 (elint-output): New function, to handle batch mode.
2462 (elint-log-message): Add optional argument. Use elint-output.
2463 (elint-set-mode-line): New function.
2464
2465 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
2466
2467 * emacs-lisp/elp.el (elp-not-profilable): Add more
2468 functions (Bug#4233).
2469
2470 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
2471
2472 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
2473 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
2474
2475 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
2476
2477 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
2478 (gdb-var-list-children): Use json parsing.
2479
2480 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
2481
2482 * progmodes/js.el (js--proper-indentation): Handle the case where
2483 char-before is null. Reported by Deniz Dogan.
2484
2485 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
2486
2487 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
2488
2489 2009-09-11 Daiki Ueno <ueno@unixuser.org>
2490
2491 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
2492 (epg-digest-algorithm-alist): Add SHA224.
2493 (epg-context-set-passphrase-callback)
2494 (epg-context-set-progress-callback): Add description about
2495 callback function.
2496
2497 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2498
2499 * custom.el (custom-delayed-init-variables): New var.
2500 (custom-initialize-delay): New function.
2501 * startup.el (command-line): "Re"evaluate all vars in
2502 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
2503 explicitly any more.
2504 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
2505 to avoid creating a ~/.emacs.d at build-time (bug#4347).
2506
2507 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2508
2509 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
2510
2511 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
2512 (gdb-var-update-handler): Use json parsing.
2513
2514 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
2515
2516 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
2517 decode annotated text, regardless of language environment. (Bug#2741)
2518
2519 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2520
2521 * Makefile.in (autoloads): Make rmail.el writable as well.
2522
2523 2009-09-11 Glenn Morris <rgm@gnu.org>
2524
2525 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
2526 loaddefs.el.
2527 * dired.el: Regenerate with extracted autoloads.
2528 * Makefile.in (autoloads): Make dired.el writable.
2529
2530 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
2531 * ibuffer.el: Regenerate with extracted autoloads.
2532 * Makefile.in (autoloads): Make ibuffer.el writable.
2533
2534 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
2535 * version.el (emacs-copyright, emacs-major-version)
2536 (emacs-minor-version): Reformat doc-strings for make-docfile.
2537
2538 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
2539 functions and variables, since they must be stuff specific to some other
2540 platform.
2541 (apropos-print): Make mouse-click message less specific about button.
2542
2543 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
2544 that records where a macro was defined.
2545 * help-fns.el (describe-function-1): Mention if a function has a
2546 compiler-macro.
2547 * help-mode.el (help-function-cmacro): New button.
2548
2549 * locate.el (top-level): Always require dired.
2550 (locate-mode-map): Initialize inside the defvar.
2551
2552 * net/ange-ftp.el (dired-compress-file): Declare.
2553 (ange-ftp-dired-compress-file): Add doc string.
2554
2555 * term/ns-win.el (x-display-name, x-setup-function-keys):
2556 Unify doc-strings with X versions.
2557
2558 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 * emulation/crisp.el (crisp-mode-map): Move initialization
2561 into declaration.
2562 (crisp-mode): Use define-minor-mode.
2563
2564 * progmodes/xscheme.el (xscheme-evaluation-commands):
2565 Put a :advertised-binding property rather than using
2566 advertised-xscheme-send-previous-expression.
2567 (advertised-xscheme-send-previous-expression): Declare obsolete.
2568 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
2569 `advertised-undo'.
2570 (crisp-mode): Add corresponding bindings to
2571 undo's :advertised-binding instead.
2572 * dired.el (dired-mode-map): Put a :advertised-binding property rather
2573 than using dired-advertised-find-file.
2574 (dired-advertised-find-file):
2575 * simple.el (advertised-undo):
2576 * wid-edit.el (advertised-widget-backward): Declare obsolete.
2577 (widget-keymap): Put a :advertised-binding property rather
2578 than using advertised-widget-backward.
2579 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
2580 than using advertised-undo.
2581 * tutorial.el (tutorial--default-keys): Adjust accordingly.
2582
2583 2009-09-10 Simon South <ssouth@slowcomputing.org>
2584
2585 * progmodes/delphi.el (delphi-tab): Indent region when Transient
2586 Mark mode is enabled and region is active; otherwise indent or
2587 insert TAB as usual.
2588 (delphi-mode): Update description of TAB-key binding.
2589
2590 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * subr.el (define-key-rebound-commands): Mark obsolete.
2593 * startup.el (precompute-menubar-bindings): Remove.
2594 (normal-top-level): Remove obsolete code that tried to precompute
2595 menubar bindings.
2596 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
2597 define-key-rebound-commands and precompute-menubar-bindings.
2598
2599 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
2600
2601 * net/imap.el (imap-interactive-login): Better messages.
2602 (imap-open): Fix bug with renamed buffer on reconnect.
2603 (imap-authenticate): Add buffer-local imap-last-authenticator variable
2604 for easier debugging and cleaner code. On successful (guessed based on
2605 server capabilities) secondary authentication, set imap-state
2606 correctly.
2607 (imap-last-authenticator): Define imap-last-authenticator as a variable
2608 to avoid warnings.
2609
2610 2009-09-10 Glenn Morris <rgm@gnu.org>
2611
2612 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
2613
2614 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
2615 (byte-compile-file-form-autoload): Don't warn about unknown functions
2616 where the autoload statement comes after the use.
2617 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
2618 that any handlers inside the body (eg require) are in turn respected.
2619
2620 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
2621 effects.
2622
2623 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
2624 and syntax and abbrev tables basic docs, if they don't have any.
2625
2626 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
2627
2628 * international/mule-cmds.el (top-level): Require cl when compiling.
2629 (view-hello-file): Use default-value rather than
2630 default-enable-multibyte-characters.
2631
2632 * progmodes/fortran.el: Move all safe and risky properties into the
2633 defcustoms.
2634
2635 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
2636 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
2637 * mail/undigest.el:
2638 Put autoloads in rmail.el rather than loaddefs.el.
2639 * mail/rmail.el: Regenerate with extracted autoloads.
2640
2641 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
2642 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
2643
2644 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
2645
2646 Reported in thread for Bug#4375.
2647 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
2648 "-data-evaluate-expression" instead of print.
2649 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
2650 (gdb-tooltip-print): Parse output from above MI command.
2651 (gdb): Revert 2009-08-11 change. User should detach inferior
2652 manually.
2653
2654 Remove the word "separate" from IO functions as inferior
2655 output is now never displayed in the GUD buffer.
2656
2657 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
2658
2659 * startup.el (command-line-normalize-file-name): On Windows and
2660 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
2661
2662 2009-09-10 Juri Linkov <juri@jurta.org>
2663
2664 * isearch.el (isearch-text-char-description): Propertize escape
2665 character sequences with the `escape-glyph' face. (Bug#4344)
2666
2667 * simple.el (shell-command): Set asynchronous process filter to
2668 `comint-output-filter'. (Bug#4343)
2669
2670 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
2671 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
2672 the list. Move "asm" to the bottom.
2673 (grep-find-ignored-directories): Add `choice' with nil value
2674 to empty the list easily.
2675 (grep-find-ignored-files): New option.
2676 (grep-files-history): Set to nil by default instead of '("ch" "el").
2677 (grep-compute-defaults): Add "<X>" to `grep-template'.
2678 (grep-read-files): Bind new local variables `default-alias' and
2679 `default-extension'. Use a list of default values for the file prompt.
2680 (lgrep): Add `--exclude=' command line options composed from
2681 `grep-find-ignored-files'.
2682 (rgrep): Add `-name' command line options composed from
2683 `grep-find-ignored-files'. (Bug#4301)
2684
2685 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
2688 (bug#4368).
2689
2690 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2691
2692 * calendar/time-date.el (autoload):
2693 Expand define-obsolete-function-alias into defalias and make-obsolete
2694 for old Emacsen that Gnus supports.
2695 (with-no-warnings): Define it for old Emacsen.
2696 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2697 is available.
2698 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2699 float-time is available; suppress compile warning for time-to-seconds.
2700
2701 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
2702
2703 * net/imap.el (imap-message-map): Docstring fix.
2704
2705 2009-09-09 Glenn Morris <rgm@gnu.org>
2706
2707 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
2708 line numbers too. (Bug#4374)
2709
2710 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * smerge-mode.el (smerge-remove-props, smerge-refine):
2713 Use with-silent-modifications (bug#4342).
2714
2715 * subr.el (with-silent-modifications): New macro.
2716
2717 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
2718
2719 * files.el (top-level): Require `cl' when compiling.
2720
2721 2009-09-07 Glenn Morris <rgm@gnu.org>
2722
2723 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
2724
2725 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
2726 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
2727
2728 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
2729
2730 * vc-git.el (vc-git-annotate-command): Use separator to parse
2731 arguments correctly.
2732
2733 2009-09-06 Eli Zaretskii <eliz@gnu.org>
2734
2735 * proced.el (proced-mode): Doc fix.
2736
2737 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
2738
2739 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
2740 lstat fails.
2741 (tramp-do-file-attributes-with-ls): Check for file existence at
2742 remote end.
2743 (tramp-do-file-attributes-with-stat): Likewise.
2744 (tramp-convert-file-attributes): Return nil when attr is nil.
2745
2746 2009-09-05 Glenn Morris <rgm@gnu.org>
2747
2748 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
2749 properties to this button.
2750 (diary-fancy-display): Don't extend the button to the final newline.
2751 (diary-fancy-display-mode): Continue to define "q" as a local key.
2752
2753 * calendar/cal-china.el (holiday-chinese): Make it slightly more
2754 efficient.
2755
2756 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
2757
2758 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
2759 (byte-compile-dest-file-function): New option.
2760 (byte-compile-dest-file): Doc fix.
2761 Obey byte-compile-dest-file-function.
2762 (byte-compile-cl-file-p): New function.
2763 (byte-compile-eval): Only suppress noruntime warnings about cl functions
2764 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
2765 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
2766 than for file being previously loaded.
2767 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
2768 (byte-compile-file-form-require): Handle the case where requiring a file
2769 indirectly causes CL to be loaded.
2770
2771 2009-09-05 Karl Fogel <kfogel@red-bean.com>
2772
2773 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
2774 before killing the old buffer, since by the time `kill-buffer' is
2775 run so many buffer variables have been set to nil that it may not
2776 behave as expected. (Bug#4061)
2777
2778 2009-09-05 Karl Fogel <kfogel@red-bean.com>
2779
2780 * files.el (find-alternate-file): If the old buffer is modified
2781 and visiting a file, behave similarly to `kill-buffer' when
2782 killing it, thus reverting to the pre-1.878 behavior; see
2783 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
2784 for discussion. Also, consult `buffer-file-name' as a variable
2785 not as a function, for consistency with the rest of the code.
2786
2787 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
2788
2789 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
2790 also when adding a new directory.
2791
2792 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
2793 defun.
2794
2795 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2796
2797 * files.el (locate-file-completion-table): Make it provide boundary
2798 information, so partial-completion works better.
2799
2800 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
2801
2802 * mail/footnote.el (Footnote-text-under-cursor):
2803 Check footnote-text-marker-alist before using it (bug#4324).
2804
2805 2009-09-04 Glenn Morris <rgm@gnu.org>
2806
2807 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
2808 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
2809 * play/solitaire.el, play/tetris.el:
2810 Remove leading * from defcustom and defface docs.
2811
2812 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
2813 necessary.
2814 (diary-fancy-overriding-map): New variable.
2815 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
2816 Use view-mode.
2817
2818 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
2819 goto-line.
2820
2821 2009-09-03 Glenn Morris <rgm@gnu.org>
2822
2823 * arc-mode.el (archive-mode):
2824 * dos-fns.el (set-default-process-coding-system):
2825 * man.el (Man-getpage-in-background):
2826 * menu-bar.el (menu-bar-describe-menu):
2827 * server.el (server-process-filter):
2828 * startup.el (command-line):
2829 * tar-mode.el (tar-header-block-tokenize, tar-extract):
2830 * w32-fns.el (set-default-process-coding-system):
2831 * x-dnd.el (x-dnd-handle-file-name):
2832 * international/mule-cmds.el (mule-menu-keymap)
2833 (set-default-coding-systems, language-info-alist, set-language-info)
2834 (set-language-environment, standard-display-european-internal)
2835 (set-locale-environment):
2836 * international/mule-diag.el (mule-diag):
2837 * mail/emacsbug.el (report-emacs-bug):
2838 * mail/rmail.el (rmail-mode):
2839 * mail/sendmail.el (mail-setup):
2840 Use default-value rather than default-enable-multibyte-characters.
2841
2842 * progmodes/f90.el: Move all safe properties into the defcustoms.
2843 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
2844
2845 * calendar/appt.el (appt-check):
2846 * calendar/diary-lib.el (diary-set-header, diary-live-p)
2847 (diary-check-diary-file, diary-list-entries)
2848 (diary-include-other-diary-files, diary-simple-display)
2849 (diary-fancy-display, diary-print-entries)
2850 (diary-mark-included-diary-files, diary-make-entry):
2851 Don't call substitute-in-file-name on diary-file.
2852
2853 2009-09-03 Eduard Wiebe <usenet@pusto.de>
2854 Stefan Monnier <monnier@iro.umontreal.ca>
2855
2856 * mail/footnote.el (footnote-prefix): Make it a defcustom.
2857 (footnote-mode-map): Move initialization into the declaration.
2858 (footnote-minor-mode-map): Define it rather than changing global-map.
2859 (footnote-mode): Use define-minor-mode.
2860
2861 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
2862
2863 * net/tramp.el (tramp-handle-file-attributes-with-ls)
2864 (tramp-do-file-attributes-with-perl)
2865 (tramp-do-file-attributes-with-stat): Rename from
2866 `tramp-handle-file-attributes-with-*'.
2867 (tramp-handle-file-attributes): Use them.
2868 (tramp-do-directory-files-and-attributes-with-perl)
2869 (tramp-do-directory-files-and-attributes-with-stat): Rename from
2870 `tramp-handle-directory-files-and-attributes-with-*'.
2871 (tramp-handle-directory-files-and-attributes): Use them.
2872 (tramp-method-out-of-band-p): Additional parameter SIZE.
2873 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
2874 (tramp-handle-write-region): Use it.
2875 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
2876 (tramp-handle-vc-registered): Check, whether the first run did
2877 return files to be tested.
2878 (tramp-advice-make-auto-save-file-name): Do not call directly
2879 `tramp-handle-make-auto-save-file-name', because this would bypass
2880 the locking mechanism.
2881
2882 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
2883 (file-remote-p, process-file, start-file-process, set-file-times)
2884 (tramp-compat-file-attributes): Compatibility functions shall not
2885 call directly `tramp-handle-*', because this would bypass the
2886 locking mechanism.
2887 (tramp-compat-number-sequence): New defun.
2888
2889 2009-09-02 Glenn Morris <rgm@gnu.org>
2890
2891 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
2892 alias for float-time.
2893 (time-to-number-of-days): In Emacs, use float-time.
2894 * net/newst-backend.el (time-add): Suppress warnings from compat
2895 function.
2896 * time.el (emacs-uptime, emacs-init-time):
2897 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
2898 Use float-time rather than time-to-seconds.
2899
2900 * minibuffer.el (completion-initials-expand): Fix typo.
2901
2902 * faces.el (modeline, modeline-inactive, modeline-highlight)
2903 (modeline-buffer-id):
2904 * info.el (info-menu-5): Mark these face aliases as obsolete.
2905
2906 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
2907
2908 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
2909 space ...
2910 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
2911 no "--thread" option.
2912 (gdb-stopped): Don't print "Switched to thread" message when it is
2913 unchanged.
2914
2915 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2916
2917 * minibuffer.el (completion-try-completion)
2918 (completion-all-completions): Remove ill-defined (and
2919 mistakenly installed and luckily never used nor documented)
2920 `completion-styles' property.
2921 (completion-initials-expand, completion-initials-all-completions)
2922 (completion-initials-try-completion): New functions.
2923 (completion-styles-alist): Add doc to each entry.
2924 Add new `initials' entry.
2925
2926 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
2927
2928 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
2929 MI command -var-evaluate-expression.
2930 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
2931 and tweak for case of string child.
2932 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
2933
2934 2009-09-01 Glenn Morris <rgm@gnu.org>
2935
2936 * add-log.el (change-log-date-face, change-log-name-face)
2937 (change-log-email-face, change-log-file-face, change-log-list-face)
2938 (change-log-conditionals-face, change-log-function-face)
2939 (change-log-acknowledgement-face):
2940 * cus-edit.el (custom-invalid-face, custom-rogue-face)
2941 (custom-modified-face, custom-set-face, custom-changed-face)
2942 (custom-saved-face, custom-button-face, custom-button-pressed-face)
2943 (custom-documentation-face, custom-state-face, custom-comment-face)
2944 (custom-comment-tag-face, custom-variable-tag-face)
2945 (custom-variable-button-face, custom-face-tag-face)
2946 (custom-group-tag-face-1, custom-group-tag-face):
2947 * diff-mode.el (diff-header-face, diff-file-header-face)
2948 (diff-index-face, diff-hunk-header-face, diff-removed-face)
2949 (diff-added-face, diff-changed-face, diff-function-face)
2950 (diff-context-face, diff-nonexistent-face):
2951 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
2952 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
2953 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2954 (Info-title-4-face):
2955 * isearch.el (isearch-lazy-highlight-face):
2956 * log-view.el (log-view-file-face, log-view-message-face):
2957 * paren.el (show-paren-match-face, show-paren-mismatch-face):
2958 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2959 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2960 (cvs-msg-face):
2961 * smerge-mode.el (smerge-mine-face, smerge-other-face)
2962 (smerge-base-face, smerge-markers-face):
2963 * wid-edit.el (widget-documentation-face, widget-button-face)
2964 (widget-field-face, widget-single-line-field-face)
2965 (widget-inactive-face, widget-button-pressed-face):
2966 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
2967 (woman-addition-face):
2968 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
2969 (eshell-ls-executable-face, eshell-ls-readonly-face)
2970 (eshell-ls-unreadable-face, eshell-ls-special-face)
2971 (eshell-ls-missing-face, eshell-ls-archive-face)
2972 (eshell-ls-backup-face, eshell-ls-product-face)
2973 (eshell-ls-clutter-face):
2974 * eshell/em-prompt.el (eshell-prompt-face):
2975 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
2976 * obsolete/old-whitespace.el (whitespace-highlight-face):
2977 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
2978 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
2979 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
2980 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
2981 (antlr-font-lock-literal-face):
2982 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
2983 (ebrowse-root-class-face, ebrowse-file-name-face)
2984 (ebrowse-default-face, ebrowse-member-attribute-face)
2985 (ebrowse-member-class-face, ebrowse-progress-face):
2986 * progmodes/make-mode.el (makefile-space-face):
2987 * progmodes/sh-script.el (sh-heredoc-face):
2988 * textmodes/flyspell.el (flyspell-incorrect-face)
2989 (flyspell-duplicate-face):
2990 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
2991 * textmodes/texinfo.el (texinfo-heading-face):
2992 Mark face aliases with "-face" suffix as obsolete.
2993
2994 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
2995 compiler.
2996
2997 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
2998 (eudc-bob-sound-menu): Use defvar rather than defconst, since
2999 easy-menu-define wants to modify these.
3000
3001 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
3002
3003 * net/browse-url.el (browse-url-file-url):
3004 * term/internal.el (dos-codepage-setup):
3005 Use default-value rather than default-enable-multibyte-characters.
3006
3007 * progmodes/etags.el (etags-goto-tag-location):
3008 * progmodes/flymake.el (flymake-highlight-line)
3009 (flymake-goto-file-and-line, flymake-goto-line):
3010 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
3011 (gdb-goto-breakpoint):
3012 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3013 * progmodes/python.el (python-find-function)
3014 (python-pdbtrack-track-stack-file):
3015 * progmodes/verilog-mode.el (verilog-surelint-off):
3016 * term/ns-win.el (ns-open-file-select-line):
3017 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
3018 Use forward-line rather than goto-line.
3019
3020 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
3021 * textmodes/reftex-index.el (reftex-display-index):
3022 * textmodes/reftex-ref.el (reftex-offer-label-menu):
3023 * textmodes/reftex-toc.el (reftex-toc):
3024 Remove unnecessary bindings of default-major-mode (all are followed by
3025 major-mode check and possible mode switch).
3026
3027 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
3028
3029 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
3030 Handle watchpoints (bug#4282).
3031 (def-gdb-thread-buffer-command): Enable thread to be selected by
3032 clicking without selecting threads buffer first.
3033 (gdb-current-context-command): Use selected frame so that "up",
3034 "down" etc work in the GUD buffer.
3035 (gdb-update): Find selected frame before rendering stack buffer.
3036 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
3037
3038 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3039
3040 * progmodes/sym-comp.el (displayed-completions): Remove.
3041 (symbol-complete): Use minibuffer-complete.
3042
3043 2009-08-31 Glenn Morris <rgm@gnu.org>
3044
3045 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
3046
3047 * apropos.el (apropos-symbols-internal):
3048 Handle (obsolete) face aliases.
3049
3050 * faces.el (describe-face): Adjust the output format to be more like
3051 describe-variable, and to mention (obsolete) face aliases.
3052 Adjust the whitespace so that help-setup-xref works.
3053
3054 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
3055 * calendar/diary-lib.el (diary-button-face):
3056 Mark these face aliases as obsolete.
3057
3058 * calendar/calendar.el (calendar-today): Doc fix.
3059
3060 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
3061
3062 * progmodes/gdb-mi.el (gdb-control-all-threads)
3063 (gdb-control-current-thread): Force tool bar update.
3064 (gdb-non-stop-handler): New function.
3065 (gdb-init-1): Use it to test if non-stop mode is supported.
3066 Remove unused gdbmi buffer type.
3067
3068 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
3069
3070 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
3071 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
3072
3073 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
3074
3075 * comint.el (comint-exec-1): Check command is non-null first.
3076 Part of gdb-mi.el change (2009-08-28).
3077
3078 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
3081
3082 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
3083
3084 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
3085 instead of `dolist' to avoid a recursive require when bootstrapping.
3086
3087 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3089 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
3090
3091 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
3092
3093 * net/imap.el (imap-send-command): Simplify.
3094 (imap-wait-for-tag): point-max -> buffer-size.
3095
3096 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
3097
3098 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
3099 with constant argument.
3100
3101 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
3102
3103 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
3104
3105 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
3106 Change default, since most of our files don't have a history.
3107 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
3108 the user.
3109
3110 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3111 Add comint-run.
3112
3113 * calc/calc.el: Improve commenting convention.
3114 (calc-digit-map, toplevel): Simplify.
3115
3116 * comint.el (comint-insert-input): Be careful to only set point if we
3117 don't delegate to some other command.
3118
3119 * proced.el (proced-signal-list): Make it an alist.
3120 (proced-grammar-alist): Capitalize names.
3121 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
3122 Disable undo manually and make it read-only.
3123 Use completion-annotate-function.
3124
3125 * minibuffer.el (minibuffer-message): If the current buffer is not
3126 a minibuffer, insert the message in the echo area rather than at the
3127 end of the buffer.
3128 (completion-annotate-function): New variable.
3129 (minibuffer-completion-help): Use it.
3130 (completion--embedded-envvar-table): Environment vars are
3131 always case-sensitive.
3132
3133 2009-08-30 Glenn Morris <rgm@gnu.org>
3134
3135 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
3136 from fortran-current-defun.
3137 (fortran-beginning-of-subprogram): Be more precise about finding the
3138 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
3139 (fortran-end-of-subprogram): Simplify.
3140 (fortran-current-defun): Use fortran-start-prog-re.
3141
3142 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
3143
3144 * subr.el (do-after-load-evaluation): Simplify.
3145
3146 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3147
3148 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
3149
3150 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
3151 (vc-rcs-print-log): Use it.
3152
3153 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
3154
3155 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3156
3157 * paths.el (abbrev-file-name): Move to abbrev.el.
3158 * abbrev.el (abbrev-file-name): Move from paths.el.
3159 Obey user-emacs-directory.
3160 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
3161 user-emacs-directory.
3162 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
3163 abbrev-file-name and calc-settings-file any more.
3164 * startup.el (command-line): Recompute abbrev-file-name and
3165 abbreviated-home-dir.
3166 (normal-no-mouse-startup-screen): Improve the generic code and get rid
3167 of the special code for when C-h bindings haven't been changed.
3168 (display-startup-echo-area-message): Use with-current-buffer.
3169 (command-line-1): Use a list of strings, rather than a list of lists
3170 of strings for longopts.
3171
3172 * files.el (get-free-disk-space): Use / for default-directory.
3173
3174 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
3175 Use with-current-buffer.
3176
3177 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
3178 Recognize immutable variables like most-positive-fixnum.
3179 (byte-compile-setq-default): Check and warn if trying to assign
3180 to an immutable variable, or a non-variable.
3181
3182 * progmodes/cc-vars.el (c-comment-continuation-stars):
3183 * progmodes/cc-engine.el (c-looking-at-bos):
3184 * progmodes/cc-cmds.el (c-toggle-auto-state)
3185 (c-forward-into-nomenclature, c-backward-into-nomenclature)
3186 (c-comment-line-break-function): Add version of obsolescence.
3187
3188 2009-08-28 Juri Linkov <juri@jurta.org>
3189
3190 * files.el (magic-fallback-mode-alist): Add ZIP magic number
3191 associated with `archive-mode'.
3192
3193 * image.el (image-type-header-regexps): Use only JPEG magic number
3194 to determine JPEG images, and don't use `image-jpeg-p' because
3195 Emacs can display non-JFIF non-Exif JPEG images.
3196
3197 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
3198
3199 * arc-mode.el (archive-mode):
3200 * emacs-lisp/re-builder.el (re-builder-unload-function):
3201 Protect against the default value of `major-mode' being nil.
3202
3203 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
3204
3205 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
3206 Fix typos in docstrings.
3207
3208 * progmodes/js.el (js--macro-decl-re): Doc fix.
3209 (js--plain-method-re, js--split-name): Refloc docstring.
3210 (js--class-styles, js--make-merged-item, js--splice-into-items):
3211 Fix typos in docstrings; reflow docstrings.
3212 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
3213 (js--variable-decl-matcher, js--inside-pitem-p)
3214 (js--parse-state-at-point, js--get-all-known-symbols)
3215 (js--symbol-history, js-find-symbol, js--js-references)
3216 (js--moz-interactor, js--js-encode-value, js--read-tab):
3217 Fix typos in docstrings.
3218
3219 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3220
3221 * textmodes/reftex.el (reftex-get-file-buffer-force):
3222 * progmodes/verilog-mode.el (verilog-batch-execute-func):
3223 * emulation/viper.el (viper-go-away, viper-set-hooks):
3224 * emacs-lisp/re-builder.el (re-builder-unload-function):
3225 * emacs-lisp/bytecomp.el (byte-compile-file):
3226 * ses.el (ses-unload-function):
3227 * hexl.el (hexl-find-file):
3228 * files.el (normal-mode):
3229 * ehelp.el (with-electric-help):
3230 * autoinsert.el (auto-insert-alist):
3231 * arc-mode.el (archive-mode):
3232 Use (default-value 'major-mode) instead of default-major-mode.
3233
3234 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
3235 * international/mule.el (load-with-code-conversion):
3236 * emacs-lisp/debug.el (debug):
3237 * ediff-vers.el (ediff-rcs-get-output-buffer):
3238 * dired.el (dired-internal-noselect): Don't let-bind
3239 default-major-mode around code that doesn't use it.
3240 E.g. buffer creation via get-buffer-create doesn't use it.
3241
3242 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
3243
3244 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
3245 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
3246 when writing the temp file. Otherwise, epa-file gets confused.
3247 (tramp-register-file-name-handlers): Make it a defun. Move also
3248 `epa-file-handler' to the front of `file-name-handler-alist'.
3249
3250 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3251
3252 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
3253 start right after a ^M.
3254 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
3255 (tramp-completion-file-name-regexp-separate)
3256 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
3257 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
3258 Don't modify last-coding-system-used by accident.
3259 (tramp-completion-file-name-handler): Apply the checks here,
3260 instead during registration.
3261 (tramp-register-file-name-handlers) Renamed from
3262 `tramp-register-file-name-handler'. Register both
3263 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
3264 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
3265
3266 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
3267
3268 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
3269 Remove variable ...
3270 (gdb-init-1, gdb-display-separate-io-buffer)
3271 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
3272 references to it.
3273 (gdb-inferior-io-mode): Use make-comint-in-buffer.
3274 (gdb-inferior-filter): Use comint-output-filter to stop
3275 echoing and remove ^M characters.
3276
3277 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3278
3279 * emulation/viper-init.el (viper-restore-cursor-type):
3280 * emulation/cua-base.el (cua--update-indications):
3281 Replace default-cursor-type with (default-value 'cursor-type).
3282
3283 * mail/sendmail.el (mail-recover-1):
3284 * international/mule-diag.el (describe-current-coding-system-briefly)
3285 (describe-current-coding-system):
3286 * international/mule-cmds.el (select-safe-coding-system)
3287 (select-message-coding-system)
3288 (set-language-environment-coding-systems, set-locale-environment):
3289 * hexl.el (hexl-insert-multibyte-char):
3290 * dos-w32.el (find-buffer-file-type-coding-system):
3291 * simple.el (what-cursor-position):
3292 Replace uses of default-buffer-file-coding-system
3293 with (default-value 'buffer-file-coding-system).
3294
3295 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
3296 Replace uses of default-cursor-in-non-selected-windows
3297 with (default-value 'cursor-in-non-selected-windows).
3298 Use with-current-buffer.
3299
3300 * mail/feedmail.el: Use CL macros.
3301 (feedmail-run-the-queue, feedmail-send-it-immediately):
3302 * dos-w32.el (find-buffer-file-type): Replace uses of
3303 default-buffer-file-type with (default-value 'buffer-file-type).
3304
3305 2009-08-28 Glenn Morris <rgm@gnu.org>
3306
3307 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
3308 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
3309 Use default-value of major-mode rather than default-major-mode.
3310
3311 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3312
3313 * Makefile.in (update-elcfiles): Report left over elc files.
3314
3315 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
3316 expand-file-name and with-current-buffer.
3317 (mail-get-names, mail-directory): Use with-current-buffer.
3318
3319 * vc.el (vc-read-revision): New function.
3320 (vc-version-diff, vc-merge): Use it.
3321
3322 2009-08-27 Sam Steingold <sds@gnu.org>
3323
3324 * simple.el (kill-do-not-save-duplicates): New user option.
3325 (kill-new): When it is non-nil, and the new string is the same as
3326 the latest kill, set replace to t to avoid duplicates in kill-ring.
3327
3328 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
3329
3330 * net/tramp.el (tramp-handle-process-file): Do not flush all
3331 caches when `process-file-side-effects' is set.
3332 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
3333 instead of `tramp-find-file-exists-command'.
3334 Unset `process-file-side-effects'.
3335
3336 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
3337
3338 * net/tramp.el (tramp-methods): New method "rsyncc".
3339 (top): Add completion function for "rsyncc".
3340 (tramp-message-show-message): New defvar.
3341 (tramp-message, tramp-error): Use it.
3342 (tramp-do-copy-or-rename-file-directly): Extend check for direct
3343 remote copying.
3344 (tramp-do-copy-or-rename-file-out-of-band): Handle new
3345 `tramp-methods' entry `copy-env' of "rsyncc".
3346 (tramp-vc-registered-read-file-names): New defconst.
3347 (tramp-vc-registered-file-names): New defvar.
3348 (tramp-handle-vc-registered): Implement optimization strategy.
3349 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
3350 (tramp-vc-file-name-handler): New defun.
3351 (tramp-get-ls-command, tramp-get-test-command)
3352 (tramp-get-file-exists-command, tramp-get-remote-ln)
3353 (tramp-get-remote-perl, tramp-get-remote-stat)
3354 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
3355
3356 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
3357 (tramp-cache-inhibit-cache): Extend doc string. It allows also
3358 timestamps.
3359 (tramp-get-file-property): Check for timestamps in
3360 `tramp-cache-inhibit-cache'.
3361 (tramp-set-file-property): Write timestamp.
3362
3363 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
3364
3365 * language/japan-util.el (japanese-symbol-table): Add entries for
3366 cp932-2-byte.
3367
3368 * international/characters.el: Add category `j' to cp932-2-byte.
3369
3370 2009-08-27 Kenichi Handa <handa@m17n.org>
3371
3372 * international/fontset.el (build-default-fontset-data): New macro.
3373 (setup-default-fontset): Use build-default-fontset-data for CJK,
3374 tibetan, ethiopic, and ipa.
3375
3376 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * cus-start.el (default-major-mode): Customize `major-mode' instead.
3379 (enable-multibyte-characters): Not customizable any more.
3380
3381 * subr.el (default-mode-line-format, default-header-line-format)
3382 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
3383 (default-direction-reversed, default-truncate-lines)
3384 (default-left-margin, default-tab-width, default-case-fold-search)
3385 (default-left-margin-width, default-right-margin-width)
3386 (default-left-fringe-width, default-right-fringe-width)
3387 (default-fringes-outside-margins, default-scroll-bar-width)
3388 (default-vertical-scroll-bar, default-indicate-empty-lines)
3389 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
3390 (default-fringe-cursor-alist, default-scroll-up-aggressively)
3391 (default-scroll-down-aggressively, default-fill-column)
3392 (default-cursor-type, default-buffer-file-type)
3393 (default-cursor-in-non-selected-windows)
3394 (default-buffer-file-coding-system, default-major-mode)
3395 (default-enable-multibyte-characters): Mark as obsolete.
3396
3397 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
3398
3399 * vc-dir.el (vc-dir-update): Remove debug helper.
3400
3401 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
3402
3403 2009-08-26 Sam Steingold <sds@gnu.org>
3404
3405 * simple.el (save-interprogram-paste-before-kill): New user option.
3406 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
3407 save the interprogram-paste into kill-ring before overriding it
3408 with the Emacs kill.
3409
3410 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
3411
3412 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
3413 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
3414 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
3415 and move to vc-rcs.el.
3416 (vc-default-next-revision): Rename to vc-rcs-next-revision and
3417 move to vc-rcs.el.
3418 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
3419 (vc-rcs-update-changelog): Remove.
3420 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
3421 and move to vc-rcs.el.
3422
3423 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
3424 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
3425 renaming.
3426 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
3427 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3428 vc.el, renamed to be RCS specific.
3429
3430 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
3431 New functions.
3432 (vc-cvs-update-changelog): Move here from vc.el.
3433
3434 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
3435 New functions.
3436
3437 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
3438
3439 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
3440
3441 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
3442
3443 * vc-git.el (vc-git-register): Use "git add" for directories.
3444 (vc-git-stash, vc-git-stash-show): New functions.
3445 (vc-git-extra-menu-map): Bind them.
3446
3447 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
3448 directory correctly in case the item is a directory itself.
3449
3450 * vc.el: Document the desired behavior for reverted files in the
3451 `added' state.
3452 (vc-default-prettify-state-info): Remove function, unused.
3453
3454 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
3455
3456 2009-08-26 Glenn Morris <rgm@gnu.org>
3457
3458 * bindings.el (standard-mode-line-format): Reposition dashes in
3459 which-func entry. (Bug#4217)
3460
3461 * files.el (enable-local-variables, enable-local-eval)
3462 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
3463 the defcustoms.
3464 (auto-mode-alist, ignored-local-variables)
3465 (save-some-buffers-action-alist): Move risky declarations to the
3466 definitions.
3467 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
3468 (font-lock-defaults, format-alist, imenu--index-alist)
3469 (imenu-generic-expression, input-method-alist, minor-mode-alist)
3470 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
3471 (mode-line-modified, mode-line-mule-info, mode-line-position)
3472 (mode-line-process, mode-line-remote, outline-level)
3473 (parse-time-rules, rmail-output-file-alist)
3474 (special-display-buffer-names, vc-mode):
3475 Move risky declarations to the relevant files.
3476 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
3477 (mode-line-modified, mode-line-process, mode-line-position)
3478 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
3479 * font-core.el (font-lock-defaults):
3480 * format.el (format-alist):
3481 * vc-hooks.el (vc-mode):
3482 * window.el (special-display-buffer-names):
3483 * international/mule-cmds.el (input-method-alist):
3484 Define riskiness here (dumped file) rather than in files.el.
3485 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
3486 * imenu.el (imenu-generic-expression, imenu--index-alist):
3487 * outline.el (outline-level):
3488 * time.el (display-time-string):
3489 * calendar/parse-time.el (parse-time-rules):
3490 * mail/rmailout.el (rmail-output-file-alist):
3491 Autoload riskiness here, rather than placing in files.el.
3492
3493 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
3494
3495 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
3496
3497 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
3498
3499 * simple.el (process-file-side-effects): New defvar.
3500
3501 * dired-aux.el (dired-show-file-type):
3502 * vc.el (vc-diff-internal):
3503 * vc-arch.el (vc-arch-diff):
3504 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
3505 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
3506 * vc-git.el (vc-git-registered, vc-git-working-revision)
3507 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
3508 (vc-git--empty-db-p):
3509 * vc-hooks.el (vc-user-login-name):
3510 * vc-svn.el (vc-svn-registered, vc-svn-state)
3511 (vc-svn-dir-extra-headers, vc-svn-find-revision):
3512 * progmodes/grep.el (grep-probe): Let-bind
3513 `process-file-side-effects' with nil.
3514
3515 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
3516
3517 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
3518 daemon. Replace ping by checking for running service for bluez
3519 and zeroconf. (Bug#4239)
3520
3521 2009-08-25 Kevin Ryde <user42@zip.com.au>
3522
3523 * net/dig.el (dig): Add autoload cookie.
3524
3525 2009-08-25 Glenn Morris <rgm@gnu.org>
3526
3527 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
3528 load-history for absolute file-names.
3529 (byte-compile-file-form-require): Warn about use of the cl package.
3530
3531 * format.el (format-alist): Doc fix.
3532
3533 * play/bubbles.el (top-level): Don't require cl at run-time.
3534
3535 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
3536 run-time cl).
3537
3538 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
3539
3540 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
3541 from cl package.
3542 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
3543
3544 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
3545
3546 * calc/calc-alg.el (math-trig-rewrite)
3547 (math-hyperbolic-trig-rewrite): New functions.
3548 (calc-simplify): Simplify trig functions when asked.
3549
3550 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3551
3552 * diff-mode.el (diff-find-source-location): Avoid goto-line.
3553
3554 2009-08-24 Kenichi Handa <handa@m17n.org>
3555
3556 * language/ind-util.el (mapthread): Delete it.
3557 (combinatorial): New function.
3558 (indian--puthash-cv): Use combinatorial instead of mapthread.
3559
3560 2009-08-22 Kevin Ryde <user42@zip.com.au>
3561
3562 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
3563 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
3564 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
3565 Clarify docstring that the value is strings not symbols.
3566 (checkdoc-list-of-strings-p): New function.
3567
3568 2009-08-22 Glenn Morris <rgm@gnu.org>
3569
3570 * files.el (auto-mode-alist):
3571 * hippie-exp.el (he-concat-directory-file-name):
3572 * lpr.el (lpr-windows-system, printer-name):
3573 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
3574 * ps-print.el (ps-windows-system):
3575 * startup.el (command-line):
3576 * emulation/viper-ex.el (viper-glob-function):
3577 * international/mule-cmds.el (set-language-environment-coding-systems):
3578 * net/ange-ftp.el (ange-ftp-write-region):
3579 * obsolete/fast-lock.el (fast-lock-cache-name):
3580 Remove code for defunct system-types emx, macos, mswindows, next-mach,
3581 unisoft-unix, vax-vms, win32, w32.
3582
3583 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
3584 given name if the pattern is not more specific.
3585
3586 * calendar/lunar.el (lunar-phase-names): New option.
3587 (lunar-phase): Doc fix.
3588 (lunar-cycles-per-year): New constant.
3589 (lunar-index): New function.
3590 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
3591 (lunar-phase-name): Use lunar-phase-names.
3592 (calendar-lunar-phases): Use format.
3593 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
3594
3595 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
3596 Copy imenu-example--name-and-position function here for own use.
3597 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
3598
3599 * bs.el (bs--redisplay):
3600 * cus-edit.el (custom-redraw):
3601 * ibuffer.el (ibuffer-bury-buffer):
3602 * server.el (server-goto-line-column):
3603 * startup.el (command-line-1):
3604 * strokes.el (strokes-xpm-for-stroke):
3605 * term.el (term-display-buffer-line):
3606 * view.el (View-goto-line):
3607 * calc/calc.el (calc-do, calc-trail-buffer):
3608 * play/gamegrid.el (gamegrid-add-score-insecure):
3609 * progmodes/ada-mode.el (ada-compile-goto-error):
3610 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
3611 (ebrowse-select-1st-to-9nth):
3612 * progmodes/cperl-mode.el (cperl-time-fontification):
3613 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
3614 * progmodes/gud.el (gud-display-line):
3615 (idlwave-shell-display-line):
3616 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
3617 * progmodes/make-mode.el (makefile-browser-toggle):
3618 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
3619 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
3620 * textmodes/picture.el (picture-draw-rectangle):
3621 * textmodes/reftex-index.el (reftex-index-goto-letter):
3622 (reftex-select-jump-to-previous):
3623 * textmodes/reftex-sel.el (reftex-find-start-point)
3624 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
3625 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
3626 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
3627 * textmodes/tex-mode.el (tex-compilation-parse-errors):
3628 * textmodes/two-column.el (2C-associated-buffer):
3629 Use forward-line rather than goto-line.
3630
3631 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
3632 goto-line.
3633
3634 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
3635 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
3636 (quick-check-list-to-regexp): Declare.
3637
3638 * progmodes/make-mode.el (makefile-browser-insert-selection):
3639 Use goto-char rather than goto-line.
3640
3641 * progmodes/prolog.el (compilation-error-regexp-alist)
3642 (compilation-forget-errors): Declare.
3643
3644 2009-08-22 Juri Linkov <juri@jurta.org>
3645
3646 * progmodes/grep.el (lgrep, rgrep): At the beginning
3647 set `dir' to `default-directory' unless `dir' is a non-nil
3648 readable directory. (Bug#4052)
3649 (lgrep, rgrep): Change a weird way to report an error
3650 from using `read-string' to using `error'.
3651 Instead of using interactive arguments in the function body,
3652 add new argument `confirm'.
3653
3654 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3655
3656 * textmodes/remember.el (remember-buffer):
3657 * progmodes/cperl-mode.el (cperl-vc-header-alist):
3658 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
3659 (icalendar-extract-ical-from-buffer):
3660 * net/newst-treeview.el (newsticker-groups-filename):
3661 * net/newst-backend.el (newsticker-cache-filename):
3662 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
3663 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
3664 (speedbar-add-ignored-path-regexp, speedbar-line-path)
3665 (speedbar-buffers-line-path, speedbar-path-line)
3666 (speedbar-buffers-line-path):
3667 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
3668 (epg-sign-keys):
3669 * epa.el (epa-display-verify-result):
3670 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
3671
3672 2009-08-21 Glenn Morris <rgm@gnu.org>
3673
3674 * progmodes/js.el (inferior-moz-process): Fix declaration.
3675
3676 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
3677
3678 * obsolete/rnewspost.el (news-mail-reply):
3679 Use goto-char rather than goto-line.
3680
3681 * term/ns-win.el (ns-open-file-select-line):
3682 Use line-beginning-position rather than goto-line.
3683
3684 * apropos.el (apropos-command):
3685 * ehelp.el (electric-helpify):
3686 * printing.el (pr-show-setup):
3687 * strokes.el (strokes-help):
3688 * tutorial.el (tutorial--describe-nonstandard-key)
3689 (tutorial--detailed-help):
3690 * woman.el (woman-mini-help, woman-display-extended-fonts):
3691 * calc/calc-help.el (calc-describe-key):
3692 * emulation/edt.el (edt-electric-helpify):
3693 * international/mule-diag.el (mule-diag):
3694 * play/yow.el (apropos-zippy):
3695 * progmodes/python.el (python-describe-symbol):
3696 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
3697 * textmodes/table.el (*table--cell-describe-mode)
3698 (*table--cell-describe-bindings):
3699 Use help-print-return-message rather than the now obsolete alias.
3700
3701 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
3702 (calendar-cursor-to-visible-date):
3703 * play/5x5.el (5x5-position-cursor):
3704 * play/decipher.el (decipher):
3705 * play/gomoku.el (gomoku-goto-xy):
3706 * play/landmark.el (lm-goto-xy):
3707 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
3708 (mpuz-paint-digit):
3709 Use forward-line, not goto-line.
3710
3711 * mail/rmail.el (rmail-obsolete): Delete custom group.
3712 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
3713 (rmail-remote-password, rmail-remote-password-required):
3714 Remove unneeded :set-after and :set properties.
3715
3716 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
3717
3718 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
3719
3720 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
3721
3722 * loadup.el: Remove leftover macos code.
3723
3724 * vc-git.el (vc-git-annotate-command): Run asynchronously.
3725 Explicitly pass the date format to git blame so that user local
3726 so that the output format can be parsed.
3727
3728 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
3729
3730 * net/dbus.el (top): Don't check for (getenv
3731 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
3732
3733 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
3734
3735 * log-edit.el (log-edit-strip-single-file-name): New var.
3736 (log-edit-insert-changelog): Use it. Bug#3571
3737
3738 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * subr.el (read-passwd): Use read-key so keypad keys work as well.
3741 Bug#3287
3742
3743 * help.el (help-print-return-message): Rename from
3744 print-help-return-message.
3745
3746 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
3747 cvs-mode-map parent hack.
3748 (log-view-mode): Derive from special-mode.
3749
3750 * linum.el (linum-mode): window-size-change-functions is redundant.
3751 Adapt to new window-configuration-change-hook behavior.
3752 (linum-after-size, linum-after-config): Remove.
3753
3754 * imenu.el (imenu-example--name-and-position)
3755 (imenu-example--lisp-extract-index-name)
3756 (imenu-example--create-lisp-index, imenu-example--create-c-index):
3757 Mark as obsolete.
3758
3759 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
3760 (inferior-prolog-mode): Use it.
3761 (inferior-prolog-load-file): Reset list of errors.
3762
3763 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
3764
3765 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
3766
3767 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
3768
3769 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
3770
3771 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
3772 is running already.
3773
3774 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * subr.el (listify-key-sequence-1): Use normal syntax since those
3777 integers are nowadays always represented by the same (positive) number
3778 on all platforms.
3779 (read-key-empty-map): New const.
3780 (read-key-delay): New var.
3781 (read-key): New function.
3782 (force-mode-line-update): Use with-current-buffer.
3783 (locate-user-emacs-file): Don't forget to abbreviate the file name.
3784 (start-process-shell-command, start-file-process-shell-command):
3785 Discourage the use of command-args.
3786
3787 2009-08-19 Glenn Morris <rgm@gnu.org>
3788
3789 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
3790
3791 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * simple.el (choose-completion-string): Don't rely on
3794 minibuffer-completing-file-name and ad-hoc checks to decide whether
3795 to continue completion or not.
3796
3797 * minibuffer.el (minibuffer-hide-completions): New function.
3798 (completion--do-completion): Use it.
3799 (completions-annotations): New face.
3800 (completion--insert-strings): Use it.
3801 (completion-pcm--delim-wild-regex): Add docstring.
3802 (completion-pcm--string->pattern): Add support for 0-width delimiters
3803 in completion-pcm--delim-wild-regex.
3804
3805 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
3808 Remove unused var `buffer-modified-p'.
3809
3810 * minibuffer.el (completion--do-completion): Move point for the #b001
3811 case as well (bug#4176).
3812 (minibuffer-complete, minibuffer-complete-word): Don't move point.
3813
3814 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
3815
3816 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
3817 and :session buses.
3818
3819 2009-08-18 Kenichi Handa <handa@m17n.org>
3820
3821 * international/ucs-normalize.el (ucs-normalize-version):
3822 Change to 1.1.
3823 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
3824 (utf-8-hfs): Make it perform normalization on encoding too.
3825
3826 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
3827 (sentence-end-without-space): Delete duplicated chars.
3828 (sentence-end-base): Likewise.
3829
3830 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
3831 (html-mode): Delete duplicated chars from sentence-end-base.
3832
3833 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
3834 (texinfo-mode): Delete duplicated chars from sentence-end-base.
3835
3836 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
3837
3838 * files.el (hack-one-local-variable): If the mode function is for
3839 a minor mode, pass it an argument (Bug#4148).
3840
3841 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
3842
3843 * net/tramp.el (tramp-register-completion-file-name-handler):
3844 Check also for (member 'partial-completion completion-styles).
3845
3846 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
3847
3848 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
3849 abbrev (Bug#3943).
3850
3851 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
3852
3853 * progmodes/cperl-mode.el: Merge upstream 6.2.
3854 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
3855 (cperl-forward-re): Check cperl-brace-recursing.
3856 (cperl-highlight-charclass): New function.
3857 (cperl-find-pods-heres): Use it.
3858 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
3859 (cperl-beautify-regexp-piece): Fix column calculation.
3860 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
3861 (cperl-beautify-level): Don't process entire regexp.
3862 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
3863 calling man.
3864 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
3865 (cperl-init-faces): Build a list in the normal way.
3866
3867 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
3868
3869 * calendar/parse-time.el (parse-time-string-chars): Save match
3870 data.
3871
3872 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
3875 (sql-product): Use it.
3876 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
3877 (sql-set-product): Add completion.
3878 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
3879 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
3880 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
3881 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
3882 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
3883 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
3884 (sql-highlight-db2-keywords): Remove.
3885 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3886 (sql-highlight-product): Use derived-mode-p.
3887 (sql-set-sqli-buffer): Use with-current-buffer.
3888 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
3889 Simplify.
3890
3891 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
3892
3893 * term.el: Fix commenting convention, turn comments into docstrings.
3894
3895 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
3896
3897 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
3898
3899 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
3900
3901 * calendar/parse-time.el (parse-time-string-chars): Compute using
3902 character classes, to handle non-ascii characters (Bug#3190).
3903
3904 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
3905
3906 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
3907 another heredoc if the user adds another < (Bug#3226).
3908
3909 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3910 Don't initialize based on window-system (Bug#4124).
3911
3912 * facemenu.el (facemenu-read-color): Use a completion function
3913 that accepts any defined color, such as RGB triplets (Bug#3677).
3914
3915 * files.el (get-free-disk-space): Change fallback default
3916 directory to /. Expand DIR argument before switching to fallback.
3917 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
3918
3919 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
3920
3921 * files.el (load-library): Doc fix.
3922
3923 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
3924
3925 * viper-cmd.el (viper-insert-isearch-string): New function.
3926 (viper-if-string): Redefine C-s in the minibuffer to insert the last
3927 incremental search string.
3928
3929 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
3930 XEmacs.
3931
3932 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
3933 (ediff-merge-region-is-non-clash)
3934 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
3935 Also check if the job is really a merge job.
3936
3937 * ediff.el (ediff-current-file): New function.
3938
3939 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
3940
3941 * progmodes/js.el: Edit docstrings throughout to follow Emacs
3942 conventions.
3943 (js-insert-and-indent): Delete function.
3944 (js-mode-map): Don't bind keys to js-insert-and-indent.
3945 (js-beginning-of-defun): Rename from js--beginning-of-defun.
3946 (js-end-of-defun): Rename from js--end-of-defun.
3947 (js-auto-indent-flag): Delete variable.
3948
3949 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
3950
3951 * progmodes/js.el: Remove proclaim statement.
3952 Defvar which-func-imenu-joiner-function to silence compiler.
3953
3954 * files.el (auto-mode-alist): Use js-mode for .js files.
3955
3956 * progmodes/js2-mode.el: Remove file.
3957
3958 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
3959
3960 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
3961
3962 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
3963
3964 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
3965 Karl Landstrom <karl.landstrom@brgeight.se>
3966
3967 * progmodes/js.el: New file.
3968
3969 2009-08-14 Mark A. Hershberger <mah@everybody.org>
3970
3971 * timezone.el (timezone-parse-date): Add ability to understand ISO
3972 basic format (minimal separators) dates in addition to the
3973 already-supported extended format dates.
3974
3975 2009-08-14 Eli Zaretskii <eliz@gnu.org>
3976
3977 * international/ucs-normalize.el: Add a `coding' file variable.
3978
3979 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
3980
3981 2009-08-14 Sam Steingold <sds@gnu.org>
3982
3983 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3984
3985 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
3986
3987 * faces.el (help-argument-name): Define it here instead of
3988 help-fns.el, because in daemon mode help-fns.el may be loaded when
3989 faces are still uninitialized (Bug#1078).
3990
3991 * help-fns.el (help-argument-name): Move defface to faces.el.
3992
3993 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
3994
3995 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
3996 create buffer with a pty but no process so that GDB can make the
3997 inferior the controlling process.
3998
3999 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
4000
4001 * international/ucs-normalize.el: New file.
4002
4003 2009-08-13 Richard Stallman <rms@gnu.org>
4004
4005 * mail/rmail.el (rmail-get-attr-names):
4006 Accept an attribute header that is too short.
4007
4008 * mail/rmail.el (rmail-forget-messages):
4009 Ignore nil elt in rmail-message-vector. Use dotimes.
4010
4011 * progmodes/compile.el (compilation-goto-locus):
4012 Use next-error-move-function.
4013
4014 * simple.el (next-error-move-function): New variable.
4015
4016 2009-08-12 Juri Linkov <juri@jurta.org>
4017
4018 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
4019 always non-nil. (Bug#4052)
4020
4021 * replace.el (read-regexp): Return empty string when
4022 `default-value' is nil.
4023 (keep-lines-read-args): Don't use empty string as the
4024 default value for `read-regexp'. (Bug#2495)
4025
4026 2009-08-12 Juri Linkov <juri@jurta.org>
4027
4028 * international/mule-cmds.el (ucs-insert): Change arguments
4029 from `arg' to `character', `count', `inherit' to be the same
4030 as in `insert-char'. Doc fix. (Bug#4039)
4031
4032 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
4033
4034 2009-08-12 Juri Linkov <juri@jurta.org>
4035
4036 * files-x.el: New file.
4037
4038 * files.el: Move code that deals with adding/deleting
4039 file/directory-local variables to files-x.el.
4040
4041 * Makefile.in (ELCFILES): Add files-x.elc.
4042
4043 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
4044
4045 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
4046 to use `goto-line'.
4047 (gdb-place-breakpoints, gdb-get-location): Rewritten without
4048 `goto-line'.
4049 (gdb-invalidate-disassembly): Do not refresh upon receiving
4050 'update signal. Instead, update all disassembly buffers only after
4051 threads list.
4052 (gdb): Send -target-detach when buffer is killed (Bug#3794).
4053 (gdb-starting): Moved -data-list-register-names...
4054 (gdb-stopped): ...here so it's sent when first thread stops.
4055 (gdb-registers-handler-custom): Do nothing if register names are
4056 unknown yet.
4057
4058 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
4059 from `gdb-mi.el' to avoid extra tangling.
4060
4061 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
4062 change which breaks `gud-def' definitions used in `gdb'.
4063 (gdb-update-gud-running): No extra fuss for updating frame number.
4064
4065 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4066
4067 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
4068 (describe-language-environment-map, setup-language-environment-map)
4069 (set-coding-system-map): Move initialization into declaration.
4070 (set-language-info-alist): Last arg to define-key-after can be skipped.
4071
4072 * international/quail.el (quail-completion-1): Simplify.
4073 (quail-define-rules): Use slightly more compact code.
4074 (quail-insert-decode-map): Propertize keys, compact columns.
4075
4076 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4077 Add goto-line.
4078
4079 2009-08-10 Miles Bader <miles@gnu.org>
4080
4081 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
4082 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
4083 (js2-instance-member, js2-private-member, js2-private-function-call)
4084 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
4085 (js2-magic-paren, js2-external-variable):
4086 Remove "-face" suffix from face names.
4087 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
4088 (js2-highlight-undeclared-vars, js2-peek-token)
4089 (js2-parse-function-params, js2-mode-show-errors)
4090 (js2-mode-show-warnings, js2-make-magic-delimiter)
4091 (js2-mode-highlight-magic-parens): Update to use new face names.
4092
4093 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
4094
4095 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
4096 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
4097
4098 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
4099
4100 * subr.el: Provide hashtable-print-readable.
4101
4102 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
4103 hs-c-like-adjust-block-beginning.
4104 (hs-hide-block-at-point): Stop hiding at the beginning of
4105 hs-block-end-regexp (Bug#700).
4106
4107 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
4108
4109 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
4110 a macro.
4111 (gdb-registers-handler-custom): Do not fail when register names
4112 are unavailable.
4113
4114 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
4115
4116 * progmodes/gdb-mi.el (gdb-control-all-threads)
4117 (gdb-control-current-thread): Interactive setters for
4118 `gdb-gud-control-all-threads' to use in menu.
4119 (gdb-show-run-p): Show «Go» when process is not active.
4120 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
4121 gud/thread.xpm and gud/all.xpm.
4122
4123 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
4124
4125 * net/net-utils.el (net-utils-font-lock-keywords): New var.
4126 (nslookup-font-lock-keywords): Make it a variable.
4127 (net-utils-mode): New mode for viewing diagnostic network output.
4128 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
4129 (net-utils-run-simple): New function.
4130 (ifconfig, iwconfig, netstat, arp, route): Use it.
4131
4132 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
4133
4134 * progmodes/gdb-mi.el (gdb-read-memory-custom)
4135 (gdb-memory-set-address, def-gdb-set-positive-number)
4136 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
4137 after changing settings.
4138 (gdb-invalidate-disassembly): Update when first shown.
4139 (gdb-edit-locals-value): Fixed.
4140 (gdb-registers-handler-custom): Print registers in right order and
4141 allow changing register values (only for current thread yet).
4142 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
4143 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
4144 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
4145 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
4146 info in mode name.
4147 (gdb-registers-mode-map): TAB to switch to locals.
4148
4149 2009-08-08 Eli Zaretskii <eliz@gnu.org>
4150
4151 * mail/rmail.el (rmail-add-mbox-headers)
4152 (rmail-set-message-counters-counter): Search for
4153 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
4154
4155 2009-08-08 Glenn Morris <rgm@gnu.org>
4156
4157 * Makefile.in (ELCFILES): Update.
4158
4159 2009-08-07 Eli Zaretskii <eliz@gnu.org>
4160
4161 * mail/sendmail.el (mail-yank-original): Set
4162 buffer-file-coding-system from the one used by the message whose
4163 text is yanked.
4164
4165 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
4166 to "windows" when "pgnuplot" is used.
4167 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
4168 call accept-process-output if "pgnuplot" is used.
4169 (calc-graph-init): Don't send -display and -geometry to
4170 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
4171 running "pgnuplot -V" with shell-command-to-string.
4172
4173 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
4174 the default.
4175
4176 2009-08-07 Eli Zaretskii <eliz@gnu.org>
4177
4178 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
4179 org/org-latex.elc.
4180
4181 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4182
4183 * vc-dispatcher.el (vc-resynch-window): Update comment.
4184
4185 * term.el (term-handle-ansi-escape): Add comments with the
4186 terminfo capabilities implemented.
4187
4188 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
4189
4190 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
4191 (gdb-var-create-handler): Rewritten using JSON parser.
4192 (gdb-propertize-header): Moved earlier.
4193 (gdb-set-header): Removed to avoid duplication.
4194 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
4195 Refresh disassembly buffers only after threads list have been
4196 update.
4197 (gdb-threads-header, gdb-registers-header): Per-buffer header line
4198 variables.
4199
4200 2009-08-04 Juri Linkov <juri@jurta.org>
4201
4202 * files.el: Commands to add/delete file/directory-local variables.
4203 (read-file-local-variable, read-file-local-variable-value)
4204 (read-file-local-variable-mode, modify-file-local-variable)
4205 (modify-file-local-variable-prop-line)
4206 (modify-dir-local-variable): New functions.
4207 (add-file-local-variable, delete-file-local-variable)
4208 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
4209 (add-dir-local-variable, delete-dir-local-variable)
4210 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
4211 (copy-dir-locals-to-file-locals-prop-line): New commands.
4212
4213 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
4214
4215 * abbrev.el (insert-abbrev-table-description): Prettify output.
4216 Suggested by Karl Chen.
4217
4218 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
4219
4220 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
4221 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
4222 (gdb-overlay-arrow-position, gdb-thread-position)
4223 (gdb-disassembly-position): Declare variables.
4224 (gdb-wait-for-pending): Function now.
4225 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
4226 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
4227 compilation goes smoothly.
4228 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
4229 (gdb-non-stop-setting): New customization setting which replaces
4230 `gdb-non-stop' so changing it doesn't break active GDB session.
4231 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
4232 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
4233 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
4234 (gdb-show-threads-by-default): New customization options.
4235 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
4236 routines.
4237 (gdb-get-buffer-create): Send buffers update signal when they are
4238 created.
4239 (gdb-invalidate-locals, gdb-invalidate-registers)
4240 (gdb-invalidate-breakpoints)
4241 (gdb-invalidate-threads, gdb-invalidate-disassembly)
4242 (gdb-invalidate-memory): Accept update signal.
4243 (gdb-current-context-command): Use --frame option.
4244 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
4245 Implement `gdb-frame-number' selection logic.
4246 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
4247 whether to show GUD toolbar buttons.
4248 (gdb-thread-exited): Unselect current thread when it exits.
4249 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
4250 (gdb-mark-line): Routine which sets overlay arrow or inverses
4251 video on fringeless displays.
4252 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
4253 to build aligned columns of data in GDB buffers and set text
4254 properties line-by-line.
4255 (gdb-invalidate-breakpoints)
4256 (gdb-breakpoints-list-handler-custom)
4257 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
4258 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
4259 (gdb-registers-handler-custom): Align data columns.
4260 (gdb-locals-handler-custom): Now prints data like in variable
4261 declarations.
4262 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
4263 Removed confusing buttons.
4264 (gdb-invalidate-threads): Append --frame.
4265 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
4266 between breakpoints/threads buffers.
4267 (gdb-set-window-buffer): Now can ignore dedicated windows.
4268 (gdb-propertize-header): Use `gdb-set-window-buffer'.
4269 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
4270 (def-gdb-thread-buffer-gud-command): Replaces
4271 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
4272 for fine thread control.
4273 (gdb-preempt-existing-or-display-buffer): New function used to
4274 display bound buffers without breaking window layout.
4275 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
4276 (gdb-select-frame): New version of `gdb-frames-select' which now
4277 sets `gdb-frame-number' so commands may use --frame option instead
4278 of inner debugger state.
4279 (gdb-frame-handler): Do not set `gdb-frame-number'.
4280 (gdb-threads-mode-map): Select threads with mouse.
4281
4282 * progmodes/gud.el (gdb-gud-context-call): Declare function to
4283 avoid compilation warning.
4284 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
4285 `gdb-show-stop-p`.
4286
4287 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
4288 Argument `key' renamed to `buffer-type'.
4289 (gdb-current-context-buffer-name): Do not add thread info to
4290 buffer name when no thread is selected.
4291 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
4292 command (bug 3794).
4293 (gdb-thread-selected): Handle `=thread-selected' notification.
4294 (gdb-wait-for-pending): New macro to deal with congestion problems.
4295 (gdb-breakpoints-list-handler-custom): Don't fail on pending
4296 breakpoints.
4297 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
4298 This fixes problem similar to one described in bug 3947.
4299 (gud-menu-map): More menu items.
4300 (gdb-init-1): Reset `gdb-thread-number' to nil.
4301
4302 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
4303 non-stop settings.
4304
4305 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
4306 (gdb-current-context-command): Do not append --thread if
4307 `gdb-thread-number' is nil.
4308 (gdb-running-threads-count, gdb-stopped-threads-count): New
4309 variables.
4310 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
4311 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
4312 customization options.
4313 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
4314 GUD commands.
4315 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4316 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
4317 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
4318 set `gdb-thread-number' and update `gud-running' properly.
4319 (gdb-running): Update threads list when new threads appear.
4320 (gdb-stopped): Support non-stop operation and new thread switching
4321 logic.
4322 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
4323 (gdb-json-partial-output): New set of JSON routines.
4324 (def-gdb-auto-update-trigger): New `signal-list' optional
4325 argument.
4326 (gdb-thread-list-handler-custom): Update `gud-running',
4327 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
4328 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
4329 (gdb-continue-thread, gdb-step-thread): New commands for fine
4330 thread execution control.
4331 (gud-menu-map): New menu items to switch non-stop options.
4332 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
4333 (gdb-send): Mimic RET properly (bug 3794).
4334
4335 * progmodes/gdb-mi.el (gdb-rules-name-maker)
4336 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
4337 gdb-buffer-rules.
4338 (def-gdb-auto-update-handler): New nopreserve optional argument.
4339 (gdb-stack-list-frames-custom): Print stack from top to bottom.
4340
4341 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
4342 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
4343 (gdb-parent-mode): New mode to derive other GDB modes from.
4344 (gdb-display-disassembly-for-thread)
4345 (gdb-frame-disassembly-for-thread): New commands for threads
4346 buffer.
4347
4348 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
4349 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
4350 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
4351 (gdb-update): We now store all GDB buffers in a list so that they
4352 can be updated by traversing a list instead of calling invalidate
4353 triggers explicitly.
4354 (def-gdb-trigger-and-handler): New macro to define trigger-handler
4355 pair for GDB buffer.
4356 (gdb-stack-buffer-name): Add thread information.
4357 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
4358 handle pending triggers.
4359 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
4360 (def-gdb-thread-buffer-simple-command)
4361 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
4362 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
4363 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
4364 New commands which show buffers bound to thread.
4365 (gdb-stack-list-locals-regexp): Removed unused regexp.
4366
4367 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
4368 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4369 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
4370 to (gud-comint-buffer) in *-buffer-name functions
4371 because (gdb-get-target-string) already does that.
4372 (gdb-locals-handler-custom, gdb-registers-handler-custom)
4373 (gdb-changed-registers-handler): Rewritten without regexps.
4374
4375 * progmodes/gdb-mi.el Basic thread selection support.
4376 (gdb-thread-number): New variable.
4377 (gdb-current-context-command): New macro which adds --thread
4378 option to command.
4379 (gdb-threads-mode-map): Select thread with SPC.
4380 (gdb-thread-list-handler-custom): Mark current thread with overlay
4381 arrow. Synchronize GDB thread and Emacs thread.
4382 (gdb-select-thread): New command which selects current thread.
4383 (gdb-invalidate-frames, gdb-invalidate-locals)
4384 (gdb-invalidate-registers): Use --thread option.
4385
4386 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
4387
4388 * net/tramp.el (top): Make check for tramp-gvfs loading more
4389 robust. (Bug#3977)
4390 (tramp-handle-insert-file-contents): `unwind-protect' must be
4391 inside `with-parsed-tramp-file-name'.
4392
4393 * net/tramp-gvfs.el (top): Remove superfluous message when loading
4394 fails.
4395
4396 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
4397
4398 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
4399 directory if CLASSPATH is not set.
4400
4401 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
4402
4403 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
4404 New defconst.
4405 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
4406
4407 2009-08-02 Kevin Ryde <user42@zip.com.au>
4408
4409 * net/newst-backend.el (newsticker--raw-url-list-defaults):
4410 Update freshmeat link. Delete newsforge.com as it seems gone.
4411
4412 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
4413
4414 * select.el (x-set-selection): Doc fix (Bug#4021).
4415
4416 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
4417
4418 * help-fns.el (describe-variable): Treat list return values from
4419 dir-locals-find-file properly (Bug#4005).
4420
4421 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
4422
4423 * net/tramp.el (tramp-debug-message): Print also microseconds.
4424
4425 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
4426
4427 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
4428 or END is non-nil.
4429 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
4430 (tramp-get-debug-buffer): Change `outline-regexp' according to new
4431 format.
4432
4433 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
4434 (tramp-get-file-property): Use it.
4435
4436 * autorevert.el (auto-revert-handler): Allow
4437 `auto-revert-tail-mode' for remote files.
4438
4439 2009-08-02 Jason Rumney <jasonr@gnu.org>
4440
4441 * minibuffer.el (read-file-name): Treat confirm options to
4442 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
4443
4444 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
4445
4446 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
4447 (font-lock-variable-name-face, font-lock-constant-face): Darken
4448 the colors for light backgrounds.
4449
4450 2009-08-01 Eli Zaretskii <eliz@gnu.org>
4451
4452 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
4453 month names. (Bug#3987)
4454
4455 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
4456
4457 * simple.el (line-move-finish): Pass whole number to
4458 line-move-to-column.
4459 (line-move-visual): Perform hscroll to the recorded position.
4460
4461 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
4462
4463 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
4464
4465 2009-07-29 Alan Mackenzie <acm@muc.de>
4466
4467 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
4468
4469 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
4470
4471 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
4472 (gdb-place-breakpoints): Use full path when setting breakpoints.
4473
4474 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4475
4476 * calc/calc.el (calc-mode-map): Add keybinding for
4477 `calc-transpose-lines'.
4478
4479 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
4480
4481 * calc/calc-misc.el (calc-transpose-lines): New function.
4482
4483 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
4484
4485 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
4486 Simplify check for out-of-band methods.
4487 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
4488 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
4489
4490 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
4491
4492 * vc-git.el (vc-git-checkin): Fix typo.
4493
4494 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
4495
4496 * progmodes/js2-mode.el: New file.
4497
4498 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
4499
4500 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
4501 (gud-menu-map): Adjust tooltip accordingly.
4502
4503 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4504
4505 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
4506 (vc-bzr-log-view-mode): Adjust log-view-file-re.
4507
4508 * add-log.el (change-log-mode-map): Add a menu.
4509
4510 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
4511
4512 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
4513 function returns nil.
4514 (dbus-handle-event): Handle special return value :ignore.
4515 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
4516
4517 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
4518
4519 * view.el (view-mode-enable): Don't define Helper-return-blurb if
4520 it's not needed.
4521
4522 2009-07-25 Eli Zaretskii <eliz@gnu.org>
4523
4524 Fix Bug#3888:
4525
4526 * w32-vars.el (x-select-enable-clipboard): Doc fix.
4527
4528 * term/pc-win.el (x-display-name, x-colors)
4529 (x-select-enable-clipboard, x-select-text): Doc fix.
4530
4531 * term/common-win.el (x-display-name, x-colors): Doc fix.
4532
4533 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
4534 (xw-defined-colors): Doc fix.
4535
4536 * w32-fns.el (x-select-text, x-setup-function-keys)
4537 (x-get-selection, x-set-selection): Doc fix.
4538
4539 * term/x-win.el (x-select-text, x-setup-function-keys)
4540 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
4541
4542 * select.el (x-set-selection): Doc fix.
4543
4544 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
4545
4546 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
4547 instead of "IsNSSSupportAvailable". Avahi ought to work also when
4548 "IsNSSSupportAvailable" method is not available. Reported by
4549 Steve Youngs <steve@sxemacs.org>.
4550
4551 2009-07-24 Kenichi Handa <handa@m17n.org>
4552
4553 * international/characters.el: Fix setting of category ?C, ?|, ?K,
4554 and ?H. Fix setting of case for Latin Extended and Greek Extended.
4555 (build-unicode-category-table): Fix range checks.
4556
4557 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4558
4559 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
4560 the buffer we try to sync is current when calling
4561 vc-resynch-buffer.
4562
4563 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
4564 not show up to date files.
4565
4566 2009-07-24 Glenn Morris <rgm@gnu.org>
4567
4568 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
4569 Add autoload cookies. If necessary, initialize.
4570 (elint-log): Handle non-file buffers.
4571 (elint-initialize): Add optional argument to reinitialize.
4572 (elint-find-builtin-variables): Save excursion.
4573
4574 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4575
4576 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4577 for Lint.
4578
4579 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4580
4581 * vc.el (vc-print-log-internal): New function, split out from ...
4582 (vc-print-log): ... here.
4583 (vc-dir-move-to-goal-column): Declare.
4584
4585 * vc-git.el (vc-git-add-signoff): New variable.
4586 (vc-git-checkin): Use it.
4587 (vc-git-toggle-signoff): New function.
4588 (vc-git-extra-menu-map): Bind it to menu.
4589 (vc-git--run-command-string): Accept a nil FILE argument.
4590 (vc-git-stash-list): New function.
4591 (vc-git-dir-extra-headers): Use it.
4592
4593 2009-07-23 Glenn Morris <rgm@gnu.org>
4594
4595 * help-fns.el (describe-variable): Describe ignored and risky local
4596 variables in a similar way to that in which we describe safe ones.
4597
4598 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
4599 (byte-compile-output-file-form, byte-compile-output-docform)
4600 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
4601 Give some more local variables with common names a "bytecomp-" prefix,
4602 so as not to shadow things during compilation.
4603 * emacs-lisp/cl-macs.el (load-time-value)
4604 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
4605 `outbuffer' to `bytecomp-outbuffer'.
4606
4607 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
4608 since the next two variables cover them automatically now.
4609 (elint-builtin-variables, elint-autoloaded-variables): New.
4610 (elint-unknown-builtin-args): Remove all members, since they can be
4611 parsed automatically now.
4612 (elint-extra-errors): New.
4613 (elint-env-add-env, elint-env-add-macro): Use cadr.
4614 (elint-current-buffer): Use or. Change final message.
4615 (elint-get-top-forms): Use line-end-position.
4616 (elint-init-env): Use cadr. Handle autoload, declare-function,
4617 and defalias.
4618 (elint-add-required-env): Doc fix. Use or. Standardize error.
4619 (regexp-assoc): Remove unused function.
4620 (elint-top-form): Set elint-current-pos, to record the start of the
4621 top-level form, for compilation-mode.
4622 (elint-form): Trap errors in macro expansion. Use dolist.
4623 (elint-unbound-variable): Use elint-builtin-variables and
4624 elint-autoloaded-variables.
4625 (elint-get-args): Use cadr, or.
4626 (elint-check-cond-form): Use dolist, cadr.
4627 (elint-check-condition-case-form): Doc fix. Use cadr.
4628 Use elint-extra-errors.
4629 (elint-log): New function.
4630 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
4631 Distinguish errors and warnings.
4632 (elint-log-message): Use with-current-buffer. Inhibit read-only.
4633 Use a bytecomp-style format.
4634 (elint-clear-log): Preserve default-directory. Inhibit read-only.
4635 (elint-get-log-buffer): Use compilation mode. Disable undo.
4636 Don't truncate lines.
4637 (elint-initialize): Set builtin and autoloaded variable lists.
4638 Only process elint-unknown-builtin-args if non-nil.
4639 (elint-find-builtin-variables, elint-find-autoloaded-variables):
4640 New functions.
4641 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
4642
4643 2009-07-22 Kevin Ryde <user42@zip.com.au>
4644
4645 * net/newst-backend.el (newsticker--parse-atom-1.0)
4646 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4647 (newsticker--parse-rss-1.0):
4648 * progmodes/idlwave.el (idlwave-mode):
4649 * progmodes/idlw-shell.el (idlwave-shell-mode):
4650 * progmodes/vera-mode.el (vera-mode):
4651 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
4652 * progmodes/vhdl-mode.el (vhdl-mode):
4653 * textmodes/table.el (table-generate-source)
4654 (table--warn-incompatibility):
4655 Hyperlink urls in docstrings with URL `...'.
4656
4657 2009-07-22 Glenn Morris <rgm@gnu.org>
4658
4659 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
4660 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
4661 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
4662 Remove leading * from defcustom docs.
4663
4664 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
4665
4666 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
4667 defcustom doc.
4668 (list-load-path-shadows): Optionally, just return shadows as a string.
4669
4670 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
4671
4672 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * mail/rmailedit.el (rmail-edit-mode): Use
4675 auto-save-include-big-deletions.
4676
4677 * mail/rmail.el (rmail-variables): Use
4678 auto-save-include-big-deletions.
4679
4680 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
4681 changes.
4682
4683 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
4684
4685 * calc/calc.el (calc-undo-length): New variable.
4686 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
4687
4688 2009-07-21 Richard Stallman <rms@gnu.org>
4689
4690 * files.el (auto-save-mode): Handle buffer-save-size = -2
4691 for toggling mode.
4692
4693 2009-07-21 Glenn Morris <rgm@gnu.org>
4694
4695 * textmodes/ispell.el (ispell-looking-back): Update declaration.
4696
4697 * calendar/todo-mode.el (calendar-current-date): Update declaration.
4698
4699 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
4700 silence compiler. Instead...
4701 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
4702 (ps-print-ensure-fontified): Update for above function name changes.
4703
4704 * printing.el (pr-mh-get-msg-num, pr-mh-show)
4705 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
4706 silence compiler. Instead...
4707 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
4708 (mh-show-buffer): Only define for compiler.
4709 (pr-mh-current-message): Update for above function name changes.
4710
4711 * files.el (abort-if-file-too-large): Explicitly pass `filename'
4712 as an argument.
4713 (find-file-noselect, insert-file-1): Update for above change.
4714
4715 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
4716
4717 * mail/mailclient.el (mailclient-send-it): Fix message.
4718
4719 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
4720 (edebug-eval): Check cl-debug-env is bound.
4721 (print-level, print-circle): Don't redefine built-in variables.
4722
4723 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
4724 (custom-print-vectors): Remove old comments from doc.
4725
4726 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
4727 (emerge-version): Make the variable an obsolete alias for the
4728 emacs-version variable. Make the function obsolete.
4729 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
4730 Emerge options, rather than merging in into the main Options menu.
4731 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
4732 and auto advance modes. Disable edit/fast items when not relevant.
4733
4734 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
4735
4736 * term/vt420.el (terminal-init-vt420): Fix typo.
4737
4738 2009-07-20 Sam Steingold <sds@gnu.org>
4739
4740 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
4741 variable (removed from compile.el on 2004-03-11).
4742
4743 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
4744
4745 * files.el (hack-local-variables-filter): Fix last change.
4746
4747 2009-07-19 Juri Linkov <juri@jurta.org>
4748
4749 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
4750 (dir-local-variables-alist): New buffer-local variable.
4751 (hack-local-variables-filter): If variable is not dir-local,
4752 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
4753 because file-local overrides dir-local.
4754 (c-postprocess-file-styles)<declare-function>:
4755 Remove obsolete declaration.
4756 (hack-dir-local-variables): Add dir-local variable/value pair to
4757 `dir-local-variables-alist' and remove duplicates. Doc fix.
4758
4759 * help-fns.el (describe-variable): Add information about
4760 file-local and dir-local variables.
4761
4762 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
4763
4764 * files.el (hack-local-variables-filter): Rewrite.
4765
4766 2009-07-19 Glenn Morris <rgm@gnu.org>
4767
4768 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
4769 Silence compiler by only defining on XEmacs.
4770
4771 * international/mule.el (auto-coding-regexp-alist): Only match
4772 BABYL... at the start of buffer, not of lines. (Bug#3790)
4773
4774 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
4775 non-calendar buffers (Bug#3862). Restore "not on a date" message.
4776 (cal-menu-context-mouse-menu): Doc fix.
4777
4778 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
4779
4780 * simple.el (mail-user-agent): Doc fix. Set :version tag.
4781
4782 2009-07-18 Juri Linkov <juri@jurta.org>
4783
4784 * info.el: Virtual Info keyword finder.
4785 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
4786 (Info-finder-file): New variable.
4787 (Info-finder-find-file): New function.
4788 (finder-known-keywords, finder-package-info)
4789 (find-library-name, lm-commentary): Use defvar and
4790 declare-function to silence compiler warnings.
4791 (Info-finder-find-node): New function.
4792 (info-finder): New command.
4793
4794 * subr.el (process-kill-buffer-query-function): New function.
4795 (add-hook)<kill-buffer-query-functions>: Add hook
4796 `process-kill-buffer-query-function'.
4797
4798 2009-07-18 Alan Mackenzie <acm@muc.de>
4799
4800 * progmodes/cc-mode.el (c-before-hack-hook)
4801 (c-postprocess-file-styles): Give invocation of `c-set-style'
4802 DONT-OVERRIDE parameter of t. Already set style variables will
4803 thus not be overridden by style settings given by `c-file-syle'.
4804
4805 * files.el (hack-local-variables-filter): Remove entries with
4806 duplicate keys from `file-local-variables-alist'.
4807
4808 2009-07-18 Eli Zaretskii <eliz@gnu.org>
4809
4810 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
4811 x-set-selection if display-selections-p returns nil for the
4812 current frame.
4813
4814 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
4815
4816 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
4817
4818 2009-07-18 Eli Zaretskii <eliz@gnu.org>
4819
4820 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
4821 Accept nil in addition to a regexp.
4822 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
4823 Accept nil in addition to a regexp.
4824 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
4825 buffers that have an associated file. Handle nil values of
4826 desktop-buffers-not-to-save and desktop-files-not-to-save.
4827 (Bug#3833)
4828
4829 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4830 (x-disown-selection-internal): New functions.
4831
4832 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
4833
4834 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
4835 warning.
4836 (gdb-breakpoints-header): Move forward to avoid compiler warning.
4837 (gdb-make-header-line-mouse-map): Remove duplicate definition.
4838
4839 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
4840
4841 * simple.el (set-mark): Revert last change.
4842
4843 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
4844
4845 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
4846 rendering of pngs is not possible instead of messaging a long
4847 description.
4848
4849 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
4850
4851 * w32-fns.el (x-selection-owner-p): New function.
4852
4853 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
4854 (mouse-yank-at-click, mouse-yank-primary): If
4855 select-active-regions is non-nil, deactivate the mark before
4856 insertion.
4857
4858 * simple.el (deactivate-mark, set-mark): Only save selection if we
4859 own it.
4860
4861 2009-07-17 Kenichi Handa <handa@m17n.org>
4862
4863 * case-table.el (describe-buffer-case-table): Fix for the case
4864 that KEY is a cons.
4865
4866 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4867
4868 * vc-rcs.el (vc-rcs-find-file-hook):
4869 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
4870
4871 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
4872
4873 * net/tramp.el (tramp-wait-for-output): Handle the case when
4874 commands do not return a newline but a null byte before the shell
4875 prompt. (Bug#3858)
4876
4877 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4878
4879 * term/ns-win.el (ns-set-alpha): Don't declare.
4880 (ns-set-background-alpha): Remove function.
4881
4882 2009-07-16 Kevin Ryde <user42@zip.com.au>
4883
4884 * emacs-lisp/copyright.el (copyright-update): Save match-data across
4885 y-or-n-p, for safety.
4886
4887 2009-07-16 Richard Stallman <rms@gnu.org>
4888
4889 * files.el (auto-save-mode): If buffer-saved-size is -2,
4890 don't clobber it.
4891
4892 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
4893 (rmail-retry-ignored-headers): Add more uninteresting fields.
4894
4895 2009-07-15 Jari Aalto <jari.aalto@cante.net>
4896
4897 * net/rcirc.el (rcirc): Use history variables.
4898 (rcirc-server-name-history, rcirc-nick-name-history)
4899 (rcirc-server-port-history): New variables.
4900
4901 2009-07-15 Kenichi Handa <handa@m17n.org>
4902
4903 * international/mule-cmds.el (set-language-environment-charset):
4904 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
4905 ignore them.
4906
4907 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
4908 Delete unibyte-display.
4909
4910 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
4911
4912 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
4913
4914 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
4915
4916 * simple.el (deactivate-mark): Optional argument FORCE.
4917 (set-mark): Use deactivate-mark.
4918
4919 * info.el (Info-search): No need to check transient-mark-mode
4920 before calling deactivate-mark.
4921
4922 * select.el (x-set-selection): Doc fix.
4923 (x-valid-simple-selection-p): Allow buffer values.
4924 (xselect--selection-bounds): Handle buffer values. Suggested by
4925 David De La Harpe Golden.
4926
4927 * mouse.el (mouse-set-region, mouse-drag-track): Call
4928 copy-region-as-kill before setting the mark, to let
4929 select-active-regions work.
4930
4931 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
4932
4933 * simple.el (deactivate-mark): If select-active-regions is
4934 non-nil, copy the selection data into a string.
4935 (activate-mark): If select-active-regions is non-nil, set the
4936 selection to the current buffer.
4937 (set-mark): Update selection if select-active-regions is non-nil.
4938
4939 * select.el (x-valid-simple-selection-p): Allow buffer values.
4940
4941 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
4942
4943 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
4944 and more featureful message-mode.
4945
4946 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
4947
4948 * select.el (x-set-selection): Doc fix.
4949 (x-valid-simple-selection-p): Disallow selection data consisting
4950 of a list or cons of integers, since that is not used.
4951 (xselect--selection-bounds, xselect--int-to-cons): New functions.
4952 (xselect-convert-to-string, xselect-convert-to-length)
4953 (xselect-convert-to-filename, xselect-convert-to-charpos)
4954 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
4955
4956 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
4957
4958 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
4959 output in -break-info command (Emacs bug #3794).
4960
4961 2009-07-14 Glenn Morris <rgm@gnu.org>
4962
4963 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
4964 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
4965 (edebug-print-length, edebug-print-level, edebug-print-circle)
4966 (edebug-sit-for-seconds, edebug-view-outside)
4967 (edebug-bounce-point, edebug-set-global-break-condition)
4968 (edebug-Go-nonstop-mode, edebug-trace-mode)
4969 (edebug-Trace-fast-mode, edebug-continue-mode)
4970 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
4971 (edebug-visit-eval-list): Doc fixes.
4972
4973 * subr.el (def-edebug-spec): Doc fix.
4974
4975 2009-07-14 Kenichi Handa <handa@m17n.org>
4976
4977 * international/characters.el: Fix setting of category ?C.
4978
4979 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
4980
4981 * term/ns-win.el (x-select-font): defalias x-select-font to
4982 ns-popup-font-panel instead of generate-fontset-menu.
4983
4984 2009-07-12 Eli Zaretskii <eliz@gnu.org>
4985
4986 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
4987
4988 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
4989
4990 * arc-mode.el (archive-find-type): Allow for a PK00 string before
4991 the PK\003\004 header (Bug#3770).
4992
4993 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
4994
4995 * pcomplete.el (pcomplete-comint-setup): Check for
4996 shell-dynamic-complete-filename too.
4997
4998 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
4999
5000 * simple.el (temporary-goal-column): Change the value for
5001 line-move-visual to a cons cell.
5002 (line-move-visual): Record or set the window hscroll, if
5003 necessary (Bug#3494).
5004 (line-move-1): Handle cons value of temporary-goal-column.
5005
5006 2009-07-11 Kenichi Handa <handa@m17n.org>
5007
5008 * international/mule-diag.el (describe-character-set): Don't show
5009 width.
5010
5011 2009-07-10 Sam Steingold <sds@gnu.org>
5012
5013 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5014 Omake sometimes indents the errors it prints, so allow all
5015 regexps to start with spaces.
5016
5017 2009-07-10 Eli Zaretskii <eliz@gnu.org>
5018
5019 * cus-edit.el (customize-changed-options-previous-release):
5020 Bump value to 22.1. (Bug#3804)
5021
5022 2009-07-08 Sam Steingold <sds@gnu.org>
5023
5024 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
5025 to be a cons cell (test . ignored-directory) to selectively ignore
5026 some directories depending on the location of the search.
5027
5028 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
5029
5030 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
5031 remote user is root, on the local host.
5032 (tramp-local-host-p): Either the local user or the remote user
5033 must be root. (Bug#3771)
5034
5035 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
5036
5037 * progmodes/gdb-mi.el (gdb): Remove description of
5038 gdb-use-separate-io-buffer.
5039 (menu): Don't allow toggling of or enable
5040 gdb-use-separate-io-buffer from menubar.
5041
5042 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
5043
5044 * mail/unrmail.el (unrmail): Make sure the message ends with two
5045 newlines (Bug#3769).
5046
5047 2009-07-08 Glenn Morris <rgm@gnu.org>
5048
5049 * calendar/calendar.el (calendar-current-date): Rework previous change.
5050
5051 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
5052
5053 * calendar/calendar.el (calendar-current-date):
5054 Add an optional argument giving an offset from today.
5055
5056 2009-07-08 Glenn Morris <rgm@gnu.org>
5057
5058 * tutorial.el (tutorial--describe-nonstandard-key):
5059 Adjust the message for when a key has been unbound.
5060 (help-with-tutorial): Hide the arch-tag.
5061
5062 2009-07-08 Kenichi Handa <handa@m17n.org>
5063
5064 * international/fontset.el (setup-default-fontset): For each
5065 script, append (not set) font-specs.
5066
5067 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
5068 docstring.
5069
5070 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
5071
5072 * progmodes/gdb-mi.el (gdb-init-1): Move sending
5073 -data-list-register-names to ...
5074 (gdb-starting): ... here because GDB 7.0 requires execution to
5075 have started when using this MI command.
5076 (gdb-set-header): New function to distinguish select and
5077 unselected tabs in gdb buffers.
5078 (gdb-propertize-header): New macro that uses gdb-set-header.
5079 (gdb-breakpoints-header, gdb-locals-header): Use it.
5080 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
5081
5082 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
5083
5084 * Makefile.in (ELCFILES): Remove fadr.elc.
5085
5086 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
5087
5088 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
5089 may contain frame information, so `string-match' should be used.
5090 (gdb-update): Disassembly is invalidated through
5091 `gdb-get-selected-frame'.
5092 (gdb-pad-string): New function to pad string with spaces.
5093 (gdb-invalidate-disassembly): Invalidate only if the buffer
5094 exists.
5095 (gdb-disassembly-handler-custom): Column alignment.
5096 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
5097 placing new ones.
5098 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
5099 end of line, too.
5100 (gdb-frame-handler): Match convention to for disassembly buffer
5101 mode name.
5102 (gdb-stack-list-frames-handler): Rewritten without regexps.
5103 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
5104 not highlight breakpoints without line information.
5105 (gdb-input): Add trailing newline to command.
5106
5107 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
5108 buffer properly.
5109 (gdb-breakpoints-list-handler-custom): Replacement for
5110 `gdb-break-list-handler'. Using real parser instead of regexps
5111 now.
5112 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
5113 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
5114 to place breakpoints.
5115 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
5116 functions.
5117 (gdb-disassembly-handler-custom): Show overlay arrow.
5118 (gdb-disassembly-place-breakpoints): Show breakpoints in
5119 disassembly buffer.
5120 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5121 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
5122 instead of parsing breakpoints buffer. Fixed old menu references
5123 in `gud-menu-map'.
5124
5125 * fadr.el: Remove.
5126
5127 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
5128 (gdb-memory-address): New variable which holds top address of
5129 memory page shown in memory buffer.
5130 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
5131 customization variables.
5132 New functions:
5133 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
5134 display the memory buffer.
5135 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
5136 buffer display parameters.
5137 (def-gdb-memory-format, gdb-memory-format-binary)
5138 (gdb-memory-format-octal, gdb-memory-format-unsigned)
5139 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
5140 Functions for setting memory buffer format.
5141 (gdb-memory-unit-word, gdb-memory-unit-halfword)
5142 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
5143 unit size used in memory buffer.
5144 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
5145 to next/previous page of memory buffer.
5146 Now using (bindat-get-field) instead of fadr functions.
5147
5148 2009-07-07 Sam Steingold <sds@gnu.org>
5149
5150 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
5151 non-top-level files.
5152
5153 2009-07-07 Kenichi Handa <handa@m17n.org>
5154
5155 * international/mule-cmds.el (reset-language-environment): Put
5156 the highset priority to the charset iso-8859-1.
5157
5158 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
5159
5160 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
5161 to the end of the line when locating the block (Bug#700).
5162
5163 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
5164
5165 * net/tramp.el (tramp-handle-write-region): Flush file properties
5166 in case of short track.
5167
5168 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
5169
5170 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
5171 representation of verilog error regular expressions to work with
5172 Emacs-22's new format.
5173 (verilog-error-regexp-xemacs-alist): Coded custom representation
5174 of verilog error regular expressions to work with XEmacs format.
5175 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
5176 error recognition into XEmacs.
5177 (verilog-error-regexp-add-emacs): Hook routine to install verilog
5178 error recognition into Emacs-22.
5179
5180 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
5181
5182 * woman.el: Remove stand-alone closing parentheses.
5183 (woman-file-name, woman2-format-paragraphs)
5184 (woman-leave-blank-lines): Code cleanup.
5185 (woman-use-own-frame): Change default to nil.
5186 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
5187 defaults to inherit from default faces.
5188 (woman2-process-escapes): Consume the newline after a stand-alone
5189 filler character (Bug#3651).
5190
5191 2009-07-06 Glenn Morris <rgm@gnu.org>
5192
5193 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
5194 (top-level): Move provide to the end.
5195 (ffap): Remove defunct URL from custom group.
5196
5197 * subr.el (eval-after-load): Doc fix.
5198
5199 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
5200
5201 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
5202 `calc-embedded-word' is called twice.
5203
5204 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5205
5206 * files.el (find-alternate-file-other-window, find-alternate-file):
5207 Obey confirm-nonexistent-file-or-buffer.
5208
5209 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
5210
5211 * dired-aux.el (dired-show-file-type): Handle remote files.
5212
5213 2009-07-05 Jari Aalto <jari.aalto@cante.net>
5214
5215 * desktop.el (desktop-globals-to-save):
5216 Add file-name-history (Bug#2750).
5217
5218 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
5219
5220 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
5221
5222 2009-07-04 Johan Bockgård <bojohan@gnu.org>
5223
5224 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
5225 property on entire argument since this is what eshell-lisp-command
5226 expects.
5227
5228 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
5229
5230 * net/tramp-gvfs.el (tramp-gvfs-methods)
5231 (tramp-gvfs-zeroconf-domain)
5232 (tramp-bluez-discover-devices-timeout): Add version flag.
5233 (tramp-gvfs-handler-mounted-unmounted)
5234 (tramp-gvfs-connection-mounted-p): Polish handling of
5235 incompatibilities between GVFS 0.2 and 1.0.
5236
5237 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
5238
5239 * cus-start.el (all): Add make-pointer-invisible.
5240
5241 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
5242
5243 * calc-math.el (math-use-emacs-fn): Make sure that the number is
5244 formatted correctly.
5245
5246 2009-07-02 Juri Linkov <juri@jurta.org>
5247
5248 * info.el: Virtual Info files and nodes.
5249 (Info-virtual-files, Info-virtual-nodes): New variables.
5250 (Info-current-node-virtual): New variable.
5251 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
5252 New functions.
5253 (Info-file-supports-index-cookies): Use Info-virtual-file-p
5254 to check for a virtual file instead of checking a fixed list
5255 of node names.
5256 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
5257 instead of ad-hoc processing of "dir" and (apropos history toc).
5258 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
5259 instead of ad-hoc processing of "dir" and (apropos history toc).
5260 Reread a file when moving from a virtual node.
5261 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
5262 (Info-directory-toc-nodes, Info-directory-find-file)
5263 (Info-directory-find-node): New functions.
5264 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
5265 (Info-history): Move part of code to
5266 `Info-history-find-node'.
5267 (Info-history-toc-nodes, Info-history-find-file)
5268 (Info-history-find-node): New functions.
5269 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
5270 (Info-toc): Move part of code to `Info-toc-find-node'.
5271 (Info-toc-find-node): New function.
5272 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
5273 the current Info file name to references because now the node
5274 "*TOC*" belongs to the same Info manual.
5275 (Info-toc-build): Rename from `Info-build-toc'.
5276 (Info-toc-nodes): Rename input argument `file' to `filename'.
5277 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
5278 instead of ad-hoc processing of ("dir" apropos history toc).
5279 (Info-index-nodes): Use Info-virtual-file-p
5280 to check for a virtual file instead of checking a fixed list
5281 of node names.
5282 (Info-index-node): Add check for `Info-current-node-virtual'.
5283 Raise `save-match-data' higher up the tree to contain
5284 `search-forward' too (bug fix).
5285 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
5286 (Info-virtual-index-nodes): New variable.
5287 (Info-virtual-index-find-node, Info-virtual-index): New functions.
5288 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
5289 (Info-apropos-file, Info-apropos-nodes): New variables.
5290 (Info-apropos-toc-nodes, Info-apropos-find-file)
5291 (Info-apropos-find-node, Info-apropos-matches): New functions.
5292 (info-apropos): Move part of code to `Info-apropos-find-node' and
5293 `Info-apropos-matches'.
5294 (Info-mode-map): Bind "I" to `Info-virtual-index'.
5295 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
5296 for a virtual file instead of checking a fixed list of node names.
5297
5298 * simple.el (async-shell-command): New command.
5299
5300 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
5301
5302 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
5303 instead of `mount-info'.
5304
5305 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
5306
5307 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
5308 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
5309
5310 2009-07-02 Kenichi Handa <handa@m17n.org>
5311
5312 * international/mule.el (set-keyboard-coding-system): Force *-unix
5313 coding-system to avoid eol conversion.
5314
5315 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
5316
5317 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5318 Add handler for `process-file', `shell-command' and
5319 `start-file-process'.
5320 (tramp-gvfs-handle-shell-command)
5321 (tramp-gvfs-handle-start-file-process)
5322 (tramp-gvfs-handle-process-file): New defuns.
5323 (tramp-synce-list-devices): Simplify check for existence of property.
5324
5325 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5326
5327 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
5328
5329 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
5330
5331 * language/korean.el (set-language-info-alist): Add korean-cp949,
5332 cp949 to spec.
5333
5334 2009-07-01 Kenichi Handa <handa@m17n.org>
5335
5336 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
5337
5338 * international/encoded-kb.el: Deleted.
5339
5340 * international/mule.el (set-keyboard-coding-system): Perform the
5341 necessary setup here instead of calling encoded-kbd-setup-display.
5342
5343 2009-07-01 Glenn Morris <rgm@gnu.org>
5344
5345 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
5346
5347 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
5348
5349 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
5350
5351 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
5352
5353 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
5354 Handle also the 'rename case, when setting file modes. (Bug#3712)
5355 (tramp-default-file-modes) Remove execute permissions.
5356
5357 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
5358 (top): Add a default for "synce" in `tramp-default-user-alist'.
5359 Add completion function for "synce" method.
5360 (tramp-hal-service, tramp-hal-path-manager)
5361 (tramp-hal-interface-manager, tramp-hal-interface-device):
5362 New defconst.
5363 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
5364 (tramp-synce-list-devices, tramp-synce-parse-device-names):
5365 New defuns.
5366
5367 * net/trampver.el: Update release number.
5368
5369 2009-06-30 Kenichi Handa <handa@m17n.org>
5370
5371 * international/fontset.el (setup-default-fontset): Add CJK fonts
5372 for symbols and the other miscellaneous characters.
5373
5374 * language/korea-util.el (setup-korean-environment-internal):
5375 Make char-width-table suitable for Korean environments.
5376 (exit-korean-environment): Cancel above.
5377
5378 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5379 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
5380 setup-funcion to make char-widht-table suitable for respective
5381 environments, and an exit-function to cancel that.
5382
5383 * language/japan-util.el (setup-japanese-environment-internal):
5384 Call use-cjk-char-width-table with arg `ja_JP'.
5385
5386 * international/characters.el (cjk-char-width-table): Delete it.
5387 (cjk-char-width-table-list): New variable.
5388 (use-cjk-char-width-table): New arg local-name.
5389 (use-default-char-width-table): Fix for the case that Emacs is
5390 already using the default char-width-table.
5391
5392 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
5393
5394 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
5395 modes mandatory. (Bug#3712)
5396
5397 2009-06-29 Alan Mackenzie <acm@muc.de>
5398
5399 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
5400 correction between the visible width of TABs and their number of bytes.
5401
5402 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
5403
5404 * server.el (server-buffer-done): Prevent kill-buffer from
5405 prompting by clearing the buffer modification flag (Bug#3696).
5406
5407 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
5408
5409 * verilog-mode.el (verilog-beg-of-statement)
5410 (verilog-endcomment-reason-re): Support unique case and priority case.
5411 (verilog-basic-complete-re): Support localparam lineup.
5412 (verilog-beg-of-statement-1): Fix for robustness, unique case.
5413 (verilog-set-auto-endcomments): Fix for unique case, always_comb
5414 commenting.
5415 (verilog-leap-to-case-head): Now support *nested* unique &
5416 priority case statements.
5417 (verilog-auto-lineup): Make just declarations the default (as it
5418 had been).
5419 (verilog-leap-to-case-head): Support priority/unique case statements.
5420 (verilog-auto-lineup): Rework to give users radio buttons to
5421 select the various styles of automatic lineup.
5422 (verilog-error-regexp-alist): Rework to support the XEmacs style
5423 of error regular expressions from compilers, lint tools &
5424 simulators. Note that GNU Emacs has made it impossible for a mode
5425 to load such things.
5426 (electric-verilog-terminate-line, verilog-indent-declaration)
5427 (verilog-auto-wiure): Rework for radio button selection of
5428 auto-lineup selection of specification of auto lineup.
5429 (verilog-beg-of-statement-1): Redesign to support proper operation
5430 in additional code, based on testing with auto-lineup.
5431 (verilog-calculate-indent, assignments & declarations)
5432 (verilog-backward-token): Enhance to support auto-lineup of
5433 assignments & declarations.
5434 (verilog-in-directive-p, verilog-at-struct-p): New function for
5435 easy test of whether we are.
5436 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
5437 to support safe execution at almost anyline.
5438 (verilog-calc-1): Properly support indenting deep inside generate
5439 blocks.
5440 (verilog-init-font) Remove definition & use of verilog-init-font,
5441 as it is redundant with font-lock-defaults.
5442 (verilog-mode): Alter the definition of verilog-font-lock-defaults
5443 to avoid circular calls if syntax-ppss is a function (as is the
5444 case now in 22.x GNU Emacs) as that function would sometimes call
5445 itself, leading to (nearly) infinite recursion.
5446 (verilog-ovm-begin-re, verilog-ovm-end-re)
5447 (verilog-ovm-statement-re, verilog-leap-to-head)
5448 (verilog-backward-token): Add support for OVM macros. Some are
5449 complete statements, and others open and close scopes like begin
5450 and end.
5451 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
5452 (verilog-defun-level-generate-only-re): Really fix the defun-list
5453 compilation issue.
5454 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
5455 coverpoint, constraint and cross statements.
5456 (verilog-defun-level-list, verilog-generate-defun-level-list)
5457 (verilog-all-defun-level-list): Redo these specifications - it is
5458 too hard to support eval-when compile aggregation of lists also
5459 built at when-compile time.
5460 (verilog-defun-level-list): Place defconsts of variables used in
5461 building regular expressions which are built in eval-when-compile
5462 bodies in the same eval-when-compile body to facilitate compile
5463 without load.
5464 (verilog-beg-block-re-ordered): Support indenting
5465 virtual/protected tasks and functions.
5466 (verilog-defun-level-list, verilog-in-generate-region-p)
5467 (verilog-backward-ws&directives, verilog-calc-1): Speed up
5468 indentation of some module items (generate items).
5469 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
5470 across virtual/protected tasks and functions.
5471
5472 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
5473
5474 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
5475 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
5476 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
5477 in concatenations. Reported by Yishay Belkind.
5478 (verilog-auto-ascii-enum): Support one-hot state machines in
5479 AUTOASCIIENUM. Suggested by Lloyd Gomez.
5480 (verilog-auto-inst, verilog-auto-inst-port): Include interface
5481 modport in AUTOINST and add vl-modport for users. Reported by
5482 David Rogoff.
5483 (verilog-auto-inout-module, verilog-auto-inst)
5484 (verilog-decls-get-interfaces, verilog-insert-definition)
5485 (verilog-insert-one-definition, verilog-read-decls)
5486 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
5487 (verilog-sig-modport, verilog-signals-combine-bus)
5488 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
5489 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
5490 Suggested by David Rogoff.
5491 (verilog-repair-open-comma): Fix non-insertion of comma when
5492 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
5493 (verilog-make-width-expression): Simplify [A-1:0] expression
5494 widths to just {A{1'b0}}.
5495 (verilog-mode): Cleanup checkdoc warnings.
5496 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
5497 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
5498 inputs/outputs or data type. Suggested by Vasu Kandadi.
5499 (next-error-last-buffer): Fix byte-compiler warning.
5500 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
5501 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
5502 or shell command text during AUTO expansion. Suggested by Tad Truex.
5503 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
5504 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
5505 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
5506 in AUTOINOUT. Reported by Matthew Lovell.
5507 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
5508 causing use of <= assignments. Reported by Alex Reed.
5509 (verilog-read-decls): Fix triand, trior, wand, wor to be
5510 recognized by AUTOWIRE. Reported by Spencer Isaacson.
5511 (verilog-extended-complete-re): Support import "DPI-C" functions.
5512 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
5513 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
5514 (verilog-insert-date, verilog-insert-year)
5515 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
5516 Windows systems. Reported by Michael Potts.
5517 (verilog-read-module-name): Fix AUTOINST when the child module
5518 declaration's name is a tick define. Reported by Elliot Mednick.
5519 (verilog-read-decls): Fix V2K parameter bit subscripts getting
5520 passed to next parameter's definition. Reported by Bruce T.
5521 (verilog-read-decls): Fix detecting "parameter int" when using
5522 AUTOINSTPARAM. Reported by Bruce T.
5523 (verilog-goto-defun): Fix goto not finding modules unless first
5524 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
5525 (verilog-mode): Expand -f flag arguments on entry to mode so
5526 verilog-goto-defun will work. Reported by Lawrence Butcher.
5527 (verilog-getopt): Expand environment variables in -f file
5528 arguments. Suggested by Lawrence Butcher.
5529 (verilog-set-define): Fix "Symbol's value as variable is void"
5530 when reading enumerations.
5531 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
5532 Suggested by Stephen Peltan.
5533 (verilog-read-defines): Fix reading of enumerations in include
5534 files. Reported by Steve Peltan.
5535
5536 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
5537
5538 * files.el (trash-directory): Fix defcustom type.
5539
5540 2009-06-28 Juri Linkov <juri@jurta.org>
5541
5542 * help-fns.el (describe-function-1): Correctly locate adviced
5543 functions in hyperlink (Bug#2438).
5544
5545 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
5546
5547 * files.el (trash-directory): Change default to nil.
5548 (move-file-to-trash): If trash-directory is nil and
5549 system-move-file-to-trash is unbound, perform freedesktop-style
5550 trashing.
5551
5552 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
5553
5554 * files.el (move-file-to-trash): Add freedesktop trash
5555 support (Bug#973).
5556
5557 2009-06-28 Glenn Morris <rgm@gnu.org>
5558
5559 * autorevert.el (global-auto-revert-non-file-buffers)
5560 (global-auto-revert-mode): Doc fixes.
5561
5562 2009-06-27 Johan Bockgård <bojohan@gnu.org>
5563
5564 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
5565
5566 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
5567
5568 * faces.el (x-handle-named-frame-geometry): Ensure that we have
5569 opened an X connection before calling x-get-resource (Bug#3194).
5570
5571 * play/doctor.el: Remove reference to obsolete website.
5572 (make-doctor-variables): Correct grammar mistake (Bug#2633).
5573
5574 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5575
5576 Remove find-file-not-found-hook VC method. (Bug#2757)
5577 * vc-hooks.el (vc-file-not-found-hook)
5578 (vc-default-find-file-not-found-hook): Remove functions.
5579 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
5580 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
5581 * vc.el:
5582 * vc-hg.el:
5583 * vc-git.el: Do not mention find-file-not-found-hook VC method.
5584
5585 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
5586
5587 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
5588 compatibility function for `looking-back'.
5589
5590 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5591 Use `ispell-looking-back'.
5592
5593 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
5594
5595 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
5596 rather than `filename'.
5597
5598 2009-06-23 Miles Bader <miles@gnu.org>
5599
5600 * face-remap.el (text-scale-set): New function.
5601
5602 2009-06-23 Glenn Morris <rgm@gnu.org>
5603
5604 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5605
5606 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
5607
5608 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
5609
5610 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
5611
5612 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
5613 Simplify Persian conditionals.
5614
5615 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
5616 variable `filename'.
5617
5618 * comint.el (comint-insert-input): Doc fix.
5619
5620 * Makefile.in (ELCFILES): Fix typo in previous change.
5621
5622 2009-06-23 Miles Bader <miles@gnu.org>
5623
5624 * cus-start.el: Add entry for `recenter-redisplay'.
5625
5626 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5627
5628 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
5629 Add an optional argument for the backend, use it instead of
5630 calling vc-backend.
5631 (vc-mode-line): Add an optional argument for the backend.
5632 Pass the backend to vc-state and vc-working-revision. Move code for
5633 special handling for vc-state being a buffer to ...
5634
5635 * vc-rcs.el (vc-rcs-find-file-hook):
5636 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
5637
5638 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
5639 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
5640 vc-stay-local-p and vc-mode-line calls.
5641
5642 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
5643 (vc-cvs-diff, vc-cvs-annotate-command)
5644 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
5645 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
5646 vc-mode-line calls.
5647
5648 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
5649 direct comparison.
5650 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
5651 backend when calling vc-mode-line.
5652 (vc-register): Do not create a closure for calling the vc register
5653 function, call it directly.
5654
5655 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5656
5657 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
5658 to make it obvious item can be clicked.
5659
5660 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
5661
5662 2009-06-23 Kenichi Handa <handa@m17n.org>
5663
5664 * language/korea-util.el (korean-key-bindings): Change the binding
5665 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
5666 same command.
5667
5668 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
5669
5670 Sync with Tramp 2.1.16.
5671
5672 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
5673
5674 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
5675 when a loading of a package fails. Completion function for rsync
5676 is `tramp-completion-function-alist-ssh'.
5677 (all): Replace all calls of `split-string' and
5678 `tramp-split-string' by `tramp-compat-split-string'.
5679 (tramp-default-method): Use `tramp-compat-process-running-p'.
5680 (tramp-default-proxies-alist): Allow also Lisp forms.
5681 (tramp-remote-path): Add choice "Private Directories".
5682 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
5683 (tramp-domain-regexp): Allow also "-", "_" and ".".
5684 (tramp-end-of-output): Remove newlines, and add "$" at the end.
5685 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
5686 (tramp-debug-message): Insert header line in debug buffer.
5687 (tramp-handle-directory-files-and-attributes-with-stat):
5688 Care about filenames with spaces, or starting with "-".
5689 (tramp-handle-dired-uncache): New defun.
5690 (tramp-handle-insert-directory): Don't flush the directory from
5691 cache, this is handled by `dired-uncache' now.
5692 (tramp-handle-insert-file-contents): Improve error handling.
5693 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5694 Quote `tramp-end-of-output'.
5695 (tramp-action-password): Improve trace message.
5696 (tramp-check-for-regexp): Both echoes must be present, before removing.
5697 (tramp-open-connection-setup-interactive-shell): Trace coding system.
5698 (tramp-compute-multi-hops): Eval cons cells of
5699 `tramp-default-proxies-alist'.
5700 (tramp-maybe-open-connection): Use the same command pattern for
5701 first hop and further hops.
5702 (tramp-wait-for-output): Remove handling of newlines.
5703 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
5704 (tramp-split-string): Remove function. It is handled in
5705 tramp-compat now.
5706
5707 * net/tramp-cmds.el (tramp-bug):
5708 Recommend `tramp-cleanup-all-connections' in the bug mail.
5709
5710 * net/tramp-compat.el (tramp-compat-split-string)
5711 (tramp-compat-process-running-p): New defuns.
5712
5713 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
5714 for `dired-uncache'.
5715
5716 * net/tramp-gvfs.el: New package.
5717
5718 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5719 Add handler for `dired-uncache'.
5720 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
5721
5722 * net/trampver.el: Update release number. Make version check fit
5723 for SXEmacs 22.
5724
5725 2009-06-22 Jim Meyering <meyering@redhat.com>
5726
5727 Automatically handle .xz suffix (XZ-compressed files), too.
5728 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
5729 XZ is the successor to LZMA: <http://tukaani.org/xz/>
5730
5731 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
5732 Nick Roberts <nickrob@snap.net.nz>
5733
5734 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5735 repository (http://sphinx.net.ru/hg/gdb-mi/).
5736
5737 2009-06-22 Glenn Morris <rgm@gnu.org>
5738
5739 * files.el (dir-locals-collect-mode-variables): Allow for any number of
5740 `mode' and `eval' entries. (Bug#3430)
5741
5742 * Makefile.in (ELCFILES): Add fadr.elc.
5743
5744 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
5745 differing behavior of \n and ^ in strings. (Bug#3385)
5746
5747 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
5748
5749 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
5750 property.
5751 (lisp-indent-function): Make it a defcustom.
5752
5753 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
5754
5755 * progmodes/gdb-ui.el: Replace with ...
5756 * progmodes/gdb-mi.el: ... this file.
5757 * progmodes/gud.el: Modify for gdb-mi.el.
5758
5759 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
5760
5761 * fadr.el: New file.
5762
5763 See ChangeLog.14 for earlier changes.
5764
5765 ;; Local Variables:
5766 ;; coding: utf-8
5767 ;; End:
5768
5769 Copyright (C) 2009 Free Software Foundation, Inc.
5770
5771 This file is part of GNU Emacs.
5772
5773 GNU Emacs is free software: you can redistribute it and/or modify
5774 it under the terms of the GNU General Public License as published by
5775 the Free Software Foundation, either version 3 of the License, or
5776 (at your option) any later version.
5777
5778 GNU Emacs is distributed in the hope that it will be useful,
5779 but WITHOUT ANY WARRANTY; without even the implied warranty of
5780 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5781 GNU General Public License for more details.
5782
5783 You should have received a copy of the GNU General Public License
5784 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
5785
5786 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1