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