* replace.el (occur-accumulate-lines, occur-engine):
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f14d1172
JL
12010-03-23 Juri Linkov <juri@jurta.org>
2
3 * replace.el (occur-accumulate-lines, occur-engine):
4 Use `occur-engine-line' instead of duplicate code.
5 (occur-engine-line): New function created from duplicate code
6 in `occur-accumulate-lines' and `occur-engine'.
7
75a3ff20
JL
82010-03-23 Juri Linkov <juri@jurta.org>
9
10 * finder.el: Remove TODO tasks.
11
12 * info.el (Info-finder-find-node): Add node "all"
13 with all package info. Handle a list of multiple keywords
14 separated by comma.
15 (info-finder): In interactive use with a prefix argument,
16 use `completing-read-multiple' to read a list of keywords
17 separated by comma.
18
00278747
SM
192010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 Add a new completion style `substring'.
22 * minibuffer.el (completion-basic--pattern): New function.
23 (completion-basic-try-completion, completion-basic-all-completions):
24 Use it.
25 (completion-substring--all-completions)
26 (completion-substring-try-completion)
27 (completion-substring-all-completions): New functions.
28 (completion-styles-alist): New style `substring'.
29
64cb11cc
SM
302010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 Get rid of .elc files after removal of the corresponding .el.
33 * Makefile.in (compile-clean): New target.
34 (compile-main): Use it.
35
835e2c65
JD
362010-03-22 Jan Djärv <jan.h.d@swipnet.se>
37
38 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
39 don't do make there. When compiling with separate object dir, there
40 is no Makefile there.
41
111a9dff
SM
422010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 Get rid of the ELCFILES abomination, again.
45 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
46 (all, compile): Don't call compile-last.
47 (compile-main): Build the "elcfiles" list dynamically.
48 (compile-targets): New (internal) target.
49
82c3d67a
AS
502010-03-21 Andreas Schwab <schwab@linux-m68k.org>
51
52 * Makefile.in (top_srcdir): Define.
53 (abs_top_builddir): Define.
54 (srcdir): Don't append `/..'.
55 (EMACS): Use ${abs_top_builddir}.
56 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
57 (update-subdirs, update-authors): Use $(top_srcdir) instead of
58 $(srcdir).
82c3d67a
AS
59 (lisp): Use $(srcdir) instead of @srcdir@.
60
d66ecdbb
JL
612010-03-21 Juri Linkov <juri@jurta.org>
62
63 Fix message of multi-line occur regexps and multi-buffer header lines.
64 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
65
66 * replace.el (occur-1): Don't display regexp if it is longer
67 than window-width. Use `query-replace-descr' to display regexp.
68 (occur-engine): Don't display regexp in the buffer header for
69 multi-buffer occur. Display a separate header line with total
70 match count and regexp for multi-buffer occur.
71 Use `query-replace-descr' to display regexp.
72
f05e1b94
TZ
732010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
74
75 * net/secrets.el: Fix parenthesis.
76 (secrets-enabled): Fix parenthesis.
77
801ba3ba
SM
782010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
79
3613edce
SM
80 Use more relative file and directory names.
81 * Makefile.in (EMACS): Arrange for it to work when we chdir.
82 (setwins, setwins_almost, setwins_for_subdirs):
83 Don't `cd'; output relative names.
84 (all, compile, compile-always, compile-last): Set emacswd.
85 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
86 Just cd to the lisp source dir so we can use relative file names.
87
801ba3ba
SM
88 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
89
2b1400b9
GM
902010-03-20 Glenn Morris <rgm@gnu.org>
91
92 * textmodes/rst.el: Use faces for font-lock customization, and make the
93 old -face variables obsolete.
94 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
95 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
96 (rst-block-face, rst-external-face, rst-definition-face)
97 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
98 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
99 Make obsolete.
100 (rst-font-lock-keywords-function): Update for above changes.
101
5e418f17
JL
1022010-03-20 Juri Linkov <juri@jurta.org>
103
104 * s-region.el:
105 * obsolete/s-region.el: Move to obsolete.
106
b0287b39
JB
1072010-03-19 Juanma Barranquero <lekktu@gmail.com>
108
109 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
110
3c95bbb6
DN
1112010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
112
113 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
114
09158997
DN
1152010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
116
117 Add special markup processing for commit logs.
118 * log-edit.el (log-edit-extra-flags): New variable.
119 (log-edit): Add new argument MODE. Use that mode when non-nil
120 instead of the log-view-mode.
121 (log-view-process-buffer): New function.
122
123 * vc.el: Document that the checkin method takes optional
124 arguments. Document new backend specific method: log-view-mode.
125 (vc-default-log-edit-mode): New function.
126 (vc-checkin): Use a backend specific log-view-mode.
127 Pass extra arguments to the checkin method.
128 (vc-modify-change-comment): Pass a dummy extra argument.
129
130 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
131 log-edit.
132 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
133 (vc-finish-logentry): Process the log buffer before passing it
134 down. Pass log-edit-extra-flags.
135
136 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
137 command.
138 (log-edit-extra-flags, log-edit-before-checkin-process): New declarations.
139
140 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
141 command.
142 (log-edit-extra-flags, log-edit-before-checkin-process): New declarations.
143 (vc-hg-log-edit-mode): New derived mode.
144
145 * vc-arch.el (vc-arch-checkin):
146 * vc-cvs.el (vc-cvs-checkin):
147 * vc-git.el (vc-git-checkin):
148 * vc-mtn.el (vc-mtn-checkin):
149 * vc-rcs.el (vc-rcs-checkin):
150 * vc-sccs.el (vc-sccs-checkin):
151 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
152
f430423d
SM
1532010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
156 parent typo).
157
aa8f8277
GM
1582010-03-19 Glenn Morris <rgm@gnu.org>
159
f430423d 160 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 161
04525749
GM
1622010-03-18 Glenn Morris <rgm@gnu.org>
163
c70815f1
GM
164 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
165
84d0a5f8
GM
166 * replace.el (query-replace-history): Give it a doc string.
167 (map-query-replace-regexp): Use query-replace-from-history-variable
168 and query-replace-to-history-variable.
169
e3a15161
GM
170 * mail/hashcash.el (declare-function): Remove duplicate definition.
171
27be0364
GM
172 * mail/emacsbug.el (report-emacs-bug-pretest-address):
173 Make it an obsolete alias for report-emacs-bug-address.
174 (message-strip-special-text-properties): Declare.
175 (report-emacs-bug): Remove test for a pretest bug address.
176 Combine message-mode-specific code.
177
88b8d18e
GM
178 * mail/supercite.el: Don't require sendmail.
179 (mh-in-header-p): Declare rather than using with-no-warnings.
180 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
181 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
182
1a355d09
GM
183 * calendar/cal-french.el: Convert to utf-8.
184
04525749
GM
185 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
186 Emacs scripts.
187
ae84eb97
MA
1882010-03-16 Michael Albinus <michael.albinus@gmx.de>
189
190 * net/secrets.el (secrets-enabled): New variable. Use it instead
191 of a subfeature.
192
7c75524e
MA
1932010-03-15 Michael Albinus <michael.albinus@gmx.de>
194
195 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
196 service "org.freedesktop.secrets" can be pinged.
197 Provide subfeature `enabled'.
7c75524e 198
57938a79
JL
1992010-03-14 Juri Linkov <juri@jurta.org>
200
201 Add finder unknown keywords.
202
203 * finder.el (finder-unknown-keywords): New function.
204
205 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
206 to create a Finder node with unknown keywords.
207
88f4758e
JL
2082010-03-14 Juri Linkov <juri@jurta.org>
209
210 * finder.el (finder-compile-keywords): Replace `princ' with
211 `prin1' on a list of symbols interned from keyword strings.
212
213 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
214 a comma, then split keywords using a comma and optional whitespace.
215 Otherwise, split by whitespace.
216
217 * complete.el:
218 * face-remap.el:
219 * log-view.el:
220 * net/hmac-def.el:
221 * net/hmac-md5.el:
222 * net/netrc.el:
223 * progmodes/mixal-mode.el: Fix keywords.
224
7725ebb7
MA
2252010-03-13 Michael Albinus <michael.albinus@gmx.de>
226
227 * Makefile.in (ELCFILES): Add net/secrets.elc.
228
229 * net/secrets.el: New file.
230
6f320937
CY
2312010-03-12 Chong Yidong <cyd@stupidchicken.com>
232
233 * facemenu.el (list-colors-display, list-colors-print): New arg
234 callback. Use it to allow selecting colors.
235
236 * wid-edit.el (widget-image-insert): Insert image prop even if the
237 current display is non-graphic.
238 (widget-field-value-set): New fun.
239 (editable-field): Use it.
240 (widget-field-value-get): Clean up unused var.
241 (widget-color-value-create, widget-color--choose-action): New
242 funs. Allow using list-colors-display to choose color.
243
647f9993
CY
2442010-03-12 Chong Yidong <cyd@stupidchicken.com>
245
246 * cus-edit.el: Resort topmost custom groups.
247 (custom-buffer-sort-alphabetically): Default to t.
248 (customize-apropos): Use apropos-parse-pattern.
249 (custom-search-field): New var.
250 (custom-buffer-create-internal): Add custom-apropos search field.
251 (custom-add-parent-links): Don't display parent doc.
252 (custom-group-value-create): Don't sort top-level custom group.
253 (custom-magic-value-create): Show visibility button before option
254 name.
255
256 (custom-variable-state): New fun, from custom-variable-state-set.
257 (custom-variable-state-set): Use it.
258 (custom-group-value-create): Hide options with standard values
259 using the :hidden-states property. Use progress reporter.
260
261 (custom-show): Simplify.
262 (custom-visibility): Disable images by default.
263 (custom-variable): New property :hidden-states.
264 (custom-variable-value-create): Enable images for
265 custom-visibility widgets. Use :hidden-states property to
266 determine initial visibility.
267
268 * wid-edit.el (widget-image-find): Give images center ascent.
269 (visibility): Add :on-image and :off-image properties.
270 (widget-visibility-value-create): Use them.
271
eba5b4dd
CY
2722010-03-12 Chong Yidong <cyd@stupidchicken.com>
273
274 * cus-edit.el (processes): Remove from development group.
275 (oop, hypermedia): Delete group.
26f4b8ab 276 (comm): Promote to top-level group.
eba5b4dd
CY
277
278 * net/browse-url.el (browse-url):
279 * net/xesam.el (xesam):
280 * net/tramp.el (tramp):
281 * net/goto-addr.el (goto-address):
26f4b8ab 282 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
283
284 * view.el (view): Remove from editing group.
285
286 * uniquify.el (uniquify): Put in files group.
287
288 * net/browse-url.el (browse-url):
289 * ps-print.el (postscript): Put in external group.
290
291 * cus-edit.el (outlines):
292 * textmodes/text-mode.el (text-mode-hook):
293 * textmodes/table.el (table):
294 * textmodes/picture.el (picture):
295 * outline.el (outlines): Put in wp group.
296
297 * nxml/nxml-mode.el (nxml): Remove from wp group.
298
299 * net/tramp-imap.el (tramp-imap): Put in tramp group.
300
301 * mail/metamail.el (metamail): Remove from hypermedia group.
302
303 * cus-edit.el (abbrev):
304 * whitespace.el (whitespace):
305 * vcursor.el (vcursor):
306 * reveal.el (reveal):
307 * hl-line.el (hl-line): Put in convenience group.
308
309 * epg-config.el (epg): Put in data group.
310
311 * emulation/pc-select.el (pc-select): Put in emulations group.
312
313 * calculator.el (calculator): Put in applications group.
314
8117868f
DN
3152010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
316
317 Add .dir-locals.el support for file-less buffers.
318 * files.el (hack-local-variables): Split out code to apply local
319 variable settings ...
320 (hack-local-variables-apply): ... here. New function.
321 (hack-dir-local-variables): Use the default directory for when the
322 buffer does not have an associated file.
323 (hack-dir-local-variables-non-file-buffer): New function.
324 * diff-mode.el (diff-mode):
325 * vc-annotate.el (vc-annotate-mode):
326 * vc-dir.el (vc-dir-mode):
327 * log-edit.el (log-edit-mode):
328 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
329
855a2294
DN
3302010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
331
332 Add support for shelving snapshots and for showing shelves.
333 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
334 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
335 New functions.
336 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
337 (vc-bzr-extra-menu-map): Map them.
338
3e5b7009
GM
3392010-03-11 Glenn Morris <rgm@gnu.org>
340
0dcf7d7e
GM
341 * cus-edit.el (customize-changed-options-previous-release):
342 Bump to 23.1.
343
3e5b7009
GM
344 * image.el (image-animate-max-time): Fix :version tag.
345
288f9fc0
CY
3462010-03-10 Chong Yidong <cyd@stupidchicken.com>
347
348 * Branch for 23.2.
349
53ef91b1
SM
3502010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * vc-git.el (vc-git-revision-table): Include remote branches.
353
b41460ae 3542010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
355
356 Animated image API.
357 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
358
359 * image.el (image-animate-max-time): New defcustom.
360 (image-animated-types): New defconst.
361 (create-animated-image, image-animate-timer)
362 (image-animate-start, image-animate-stop, image-animate-timeout)
363 (image-animated-p): New functions.
364
365 * image-mode.el (image-toggle-display-image):
366 Replace `create-image' with `create-animated-image'.
367
25344b05
MB
3682010-03-09 Miles Bader <Miles Bader <miles@gnu.org>>
369
370 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
371 instead of "format:"; this ensures that the output is
372 newline-terminated.
373
4e7cafbe
CY
3742010-03-08 Chong Yidong <cyd@stupidchicken.com>
375
376 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
377 that all errors are caught, and that the return value is always a
378 list (Bug#5692).
379
aec66319
KH
3802010-03-08 Kenichi Handa <handa@m17n.org>
381
382 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 383 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 384
b327c975
AS
3852010-03-07 Andreas Schwab <schwab@linux-m68k.org>
386
387 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
388 call to rfc822-bad-address. (Bug#5692)
389
1c465a6a
CY
3902010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
391
392 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
f7e0618c 393 vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 394
a4e32226
CY
3952010-03-06 Chong Yidong <cyd@stupidchicken.com>
396
397 * calculator.el (calculator): Don't bind split-window-keep-point
398 (Bug#5674).
399
4c83ed3d
SM
4002010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * vc-git.el: Re-flow to fit into 80 columns.
403 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
404 Remove spurious `quote' element in each case alternative.
405 (vc-git-show-log-entry): Use prog1.
406 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
407
d40a7570
GM
4082010-03-06 Glenn Morris <rgm@gnu.org>
409
410 * cedet/semantic/grammar.el (semantic-grammar-header-template):
411 Update template copyright to GPLv3+.
412
e8defde3
SM
4132010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
416
233f0c9f
CY
4172010-03-03 Chong Yidong <cyd@stupidchicken.com>
418
419 * macros.el (insert-kbd-macro): Look up keyboard macro using the
420 definition, not the name (Bug#5481).
421
254bedef 4222010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
423
424 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
425 argument with a local variable. (Bug#5670)
426
7187cdae
JL
4272010-03-02 Juri Linkov <juri@jurta.org>
428
429 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
430
9cf3544e
MA
4312010-03-02 Michael Albinus <michael.albinus@gmx.de>
432
433 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
434 error when FILENAME and NEWNAME are existing remote directories.
435
436 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
437 parameter DIR-FLAG.
438
33f77982
GM
4392010-03-02 Glenn Morris <rgm@gnu.org>
440
441 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
442 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
443
eb2f6eeb
AM
4442010-03-01 Alan Mackenzie <acm@muc.de>
445
e8defde3
SM
446 * progmodes/cc-engine.el (c-remove-stale-state-cache):
447 Correct previous patch.
eb2f6eeb 448
d99ea08e
KH
4492010-03-01 Kenichi Handa <handa@m17n.org>
450
e8defde3 451 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
452 myanmar-composable-pattern.
453
e8defde3
SM
454 * international/characters.el (script-list):
455 * international/fontset.el (script-representative-chars):
456 Change myanmar to burmese.
d99ea08e 457 (otf-script-alist): Likewise.
4aa2c3b2
KH
458 (setup-default-fontset): Likewise. Re-fix :otf spec.
459
dd21b621
AM
4602010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
461
462 * cc-engine.el (c-remove-stale-state-cache): Take account of when
f7e0618c 463 `good-pos' is in the same macro as `here'. Fixes bug#5649.
dd21b621 464
b374f54d
KY
4652010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
466
467 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
468
71572c03
JD
4692010-02-28 Jan Djärv <jan.h.d@swipnet.se>
470
471 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
472
00cffdeb
MA
4732010-02-28 Michael Albinus <michael.albinus@gmx.de>
474
475 * net/tramp.el (tramp-handle-write-region): START can be a string.
476 Take care in the checks. Reported by Dan Davison
477 <davison@stats.ox.ac.uk>.
478
d4b06783
MA
4792010-02-28 Michael Albinus <michael.albinus@gmx.de>
480
481 * net/dbus.el (dbus-introspect, dbus-get-property)
482 (dbus-set-property, dbus-get-all-properties): Use
483 `dbus-call-method' when noninteractive. (Bug#5645)
484
8c3e96d2
CY
4852010-02-28 Chong Yidong <cyd@stupidchicken.com>
486
de3a1fe9
CY
487 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
488 * emacs-lisp/elint.el (elint-add-required-env):
489 * cedet/semantic/db-find.el
490 (semanticdb-find-translate-path-brutish-default):
491 * cedet/ede/make.el (ede-make-check-version):
492 * calendar/icalendar.el (icalendar--add-diary-entry):
493 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
494 * files.el (recover-session-finish): Use with-current-buffer
495 instead of save-excursion.
496
c53b9c3b
SM
4972010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 Fix in-buffer completion when after-change-functions modify the buffer.
500 * minibuffer.el (completion--replace): New function.
501 (completion--do-completion): Use it and use relative movement.
502
4a16bdc6
CY
5032010-02-27 Chong Yidong <cyd@stupidchicken.com>
504
505 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 506
b8280f39
CY
5072010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
508
c53b9c3b
SM
509 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
510 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 511
f88cc4d6
KH
5122010-02-26 Kenichi Handa <handa@m17n.org>
513
514 * language/burmese.el: Fix entries in composition-function-table.
515 (myanmar-composable-pattern): New variable.
516
517 * international/fontset.el (setup-default-fontset): Add an entry
518 for myanmar.
519
520 * international/characters.el (script-list): Add Myanmar
521 Extended-A.
522
cdbf9100
GM
5232010-02-26 Glenn Morris <rgm@gnu.org>
524
90a94603
GM
525 * custom.el (custom-initialize-delay): Doc fix.
526
cdbf9100
GM
527 * mail/sendmail.el (send-mail-function): Autoload the call
528 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
529
8a249abc
AM
5302010-02-25 Alan Mackenzie <acm@muc.de>
531
532 * progmodes/cc-engine.el (c-clear-<-pair-props)
533 (c-clear->-pair-props): Correct to wipe category text props, not
534 syntax-table ones.
535
536 * progmodes/cc-mode.el (c-after-change): Remove any hard
537 syntax-table properties for <, > which, e.g., C-y has
538 inopportunely converted from category properties.
539
f95a5fd0
CY
5402010-02-24 Chong Yidong <cyd@stupidchicken.com>
541
542 * files.el (hack-local-variables-filter): For eval forms, also
543 check safe-local-variable-p (Bug#5636).
544
6583ba0e
CY
5452010-02-24 Eduard Wiebe <usenet@pusto.de>
546
547 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
548 and use c(ad)r of cddr (Bug#5640).
549
459a5f4b
MA
5502010-02-22 Michael Albinus <michael.albinus@gmx.de>
551
552 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
553 setting the modes by `ignore-errors'. It might fail, for example
554 if the file is not owned by the user but the group.
555 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
556
bb23f6e8
CY
5572010-02-21 Chong Yidong <cyd@stupidchicken.com>
558
50c58e27
CY
559 * files.el (directory-listing-before-filename-regexp): Use
560 stricter matching for iso-style dates, to avoid false matches with
561 date-like filenames (Bug#5597).
562
b660eb70
CY
563 * htmlfontify.el (htmlfontify): Doc fix.
564
565 * eshell/eshell.el (eshell): Doc fix.
566
bb23f6e8
CY
567 * startup.el (fancy-about-screen): In mode-line, apply
568 mode-line-buffer-id face only to the buffer name (Bug#5613).
569
3e39928c
CY
5702010-02-20 Kevin Ryde <user42@zip.com.au>
571
f7e0618c
JB
572 * progmodes/compile.el (compilation-error-regexp-alist-alist):
573 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
574 (Bug#5599).
575
0f00e948
EZ
5762010-02-20 Eli Zaretskii <eliz@gnu.org>
577
578 * subr.el (remove-yank-excluded-properties): Explain in a comment
579 why `category' property is removed.
580
3513efb2
CY
5812010-02-19 Chong Yidong <cyd@stupidchicken.com>
582
583 * isearch.el (isearch-update-post-hook, isearch-update): Revert
584 2010-02-17 change.
585
b4340b3f
UJ
5862010-02-19 Ulf Jasper <ulf.jasper@web.de>
587
588 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
589 (icalendar--convert-weekly-to-ical)
590 (icalendar--convert-yearly-to-ical)
591 (icalendar--convert-block-to-ical)
592 (icalendar--convert-cyclic-to-ical)
593 (icalendar--convert-anniversary-to-ical): Take care of time
594 specifications where hour has 1-digit only (Bug#5549).
595
8cfae03d
NR
5962010-02-19 Nick Roberts <nickrob@snap.net.nz>
597
598 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
599 of disassemble output in GDB 7.1.
600
055e4eea
GM
6012010-02-19 Glenn Morris <rgm@gnu.org>
602
603 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
604 property. (Bug#5593)
605
ff6b00de
SS
6062010-02-18 Sam Steingold <sds@gnu.org>
607
608 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
609
fe8c0b47
SM
6102010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
611
612 Use abbreviated file names in bookmarks (bug#5591).
613 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
614 calls to expand-file-name.
615 (bookmark-relocate): Use abbreviated file names in bookmarks.
616 (bookmark-load): Use abbreviated file names in messages.
617
73a37a69
MA
6182010-02-18 Michael Albinus <michael.albinus@gmx.de>
619
620 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
621 expand "." and "..". Reported by Thierry Volpiatto
622 <thierry.volpiatto@gmail.com>.
623
6e4f5731
MA
6242010-02-18 Michael Albinus <michael.albinus@gmx.de>
625
626 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
627 permissions of the temporary file to "0600". In case the remote
628 file has no read permissions for the owner, there might be
629 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
630
63122010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
632
633 * emacs-lisp/authors.el (authors-renamed-files-alist):
634 Add entries for INSTALL.CVS.
635
ba5bf642
MH
6362010-02-17 Mark A. Hershberger <mah@everybody.org>
637
f7e0618c 638 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 639
f7e0618c 640 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
641 (isearch-update): Use the new hook.
642
aac0b0f2
MA
6432010-02-16 Michael Albinus <michael.albinus@gmx.de>
644
fe8c0b47
SM
645 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
646 Fix errors in copying directories.
aac0b0f2
MA
647 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
648 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
649 (tramp-handle-delete-file)
650 (tramp-handle-dired-recursive-delete-directory)
651 (tramp-handle-write-region): Flush also the cache for the upper
652 directory.
653
05bbe066
CY
6542010-02-16 Chong Yidong <cyd@stupidchicken.com>
655
e8ab3908
CY
656 * simple.el (save-interprogram-paste-before-kill): Doc fix.
657
ff90f4b0
CY
658 * cus-edit.el (hardware): Doc fix.
659
660 * man.el (man): Add to external custom group.
661
662 * delim-col.el (columns): Move to wp custom group.
663
664 * doc-view.el (doc-view): Add to data custom group.
665
666 * cedet/data-debug.el (data-debug): Move to extensions group.
667
668 * cedet/ede.el (ede):
669 * cedet/srecode.el (srecode):
670 * cedet/semantic.el (semantic): Put in tools and extensions group.
671
fe8c0b47 672 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 673
05bbe066
CY
674 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
675 by ispell-parse-output (Bug#5575).
676
fa6ea913
KH
6772010-02-16 Kenichi Handa <handa@m17n.org>
678
679 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
680 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
681 (skkdic-convert): Use `euc-japan' coding system for writing.
682
88fd78ae
GM
6832010-02-16 Glenn Morris <rgm@gnu.org>
684
685 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
686 tex-main-file before using it. (Bug#5562)
687
2b8c974a
SM
6882010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
691 warnings, since it is annoying for the user to see them each time he
692 runs the code.
693
7540f029
MA
6942010-02-15 Michael Albinus <michael.albinus@gmx.de>
695
696 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
697 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
698 instead of PROC for caching "first-password-request". Otherwise,
699 new processes would not profit from passwords already entered.
700
2b8c974a
SM
701 * net/tramp-cache.el (tramp-dump-connection-properties):
702 Don't save "first-password-request" property.
7540f029 703
fa5f7c5f
JB
7042010-02-14 Juanma Barranquero <lekktu@gmail.com>
705
706 * outline.el (outline-head-from-level):
707 * simple.el (with-wrapper-hook):
708 * cedet/ede.el (ede-run-target, project-delete-target)
709 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
710 (ede-adebug-project, ede-adebug-project-parent)
711 (ede-adebug-project-root):
712 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
713 (elint-defun, elint-buffer-env, elint-top-form-logged)
714 (elint-unbound-variable):
715 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
716 Fix typos in docstrings.
717
ecbaeb7b
MA
7182010-02-14 Michael Albinus <michael.albinus@gmx.de>
719
720 * files.el (insert-directory): When WILDCARD-REGEXP and
721 FULL-DIRECTORY-P are nil, insert the file entry instead of the
722 whole directory. (Bug#5551)
723
724 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
725 dired's alignment sanity. (Bug#5516)
726
91e3333f
JL
7272010-02-14 Juri Linkov <juri@jurta.org>
728
729 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
730 Remove remaining ^H with their preceding chars. (Bug#5566)
731
36020642
GM
7322010-02-13 Glenn Morris <rgm@gnu.org>
733
734 * simple.el (transpose-subr): Give it a doc-string.
735
736 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
737 Doc fixes.
738
f5952338
JL
7392010-02-12 Juri Linkov <juri@jurta.org>
740
741 * arc-mode.el (archive-unique-fname): Make directories for nested
742 archives. (Bug#5540)
743
918fe50f
JL
7442010-02-12 Juri Linkov <juri@jurta.org>
745
746 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
747
c07ff221
SM
7482010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
749
48b1e7cf
SM
750 * subr.el (copy-overlay): Handle deleted overlays.
751
c07ff221
SM
752 * man.el (Man-completion-table): Don't signal an error if we can't run
753 manual-program (bug#4056).
754
0e374247
JB
7552010-02-10 Juanma Barranquero <lekktu@gmail.com>
756
757 * textmodes/artist.el (artist-mt): Fix typos in docstring.
758
dbf8402b
SM
7592010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
760
348d1e60
SM
761 * info.el (Info-bookmark-jump): Simplify.
762
dbf8402b
SM
763 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
764 (bookmark-default-handler): Accept new bookmark field `buffer'.
765
e6d23bb5
CY
7662010-02-10 Chong Yidong <cyd@stupidchicken.com>
767
768 * iswitchb.el (iswitchb-completions): Revert last change.
769
a8e4290b
MA
7702010-02-10 Michael Albinus <michael.albinus@gmx.de>
771
2b23acde 772 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
773 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
774 This prevents file names like "~/" being listed literally.
a8e4290b 775
c59d6fad
DN
7762010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
777
348d1e60
SM
778 * term/xterm.el (xterm-maybe-set-dark-background-mode):
779 Remove dead code. (Bug#5546)
c59d6fad 780
3a66e78f
CY
7812010-02-09 Chong Yidong <cyd@stupidchicken.com>
782
783 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
784 correctly (Bug#5548).
785
f29fd869
CY
7862010-02-08 Jose E. Marchesi <jemarch@gnu.org>
787
788 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 789 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 790
7fad1447
KH
7912010-02-08 Kenichi Handa <handa@m17n.org>
792
793 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 794 cookie for putting `lisp-indent-function'.
7fad1447 795
50e4518b
GM
7962010-02-07 Glenn Morris <rgm@gnu.org>
797
798 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
799 Move F2003 named interfaces from keywords-2 to keywords-1, and
800 use function-name-face rather than constant-face.
801 Simplify "abstract interface" regexp.
802
a4cc44cf
CY
8032010-02-07 Chong Yidong <cyd@stupidchicken.com>
804
805 * eshell/esh-util.el (eshell-file-attributes): New optional arg
806 ID-FORMAT. Pass it to `file-attributes'.
807
808 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
809
c917476d
CY
8102010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
811
812 * faces.el (set-face-attribute): Allow calling
813 internal-set-lisp-face-attribute with 'unspecified family and
814 foundry argument (Bug#5536).
815
7cf3f3d6
GM
8162010-02-07 Glenn Morris <rgm@gnu.org>
817
818 * progmodes/f90.el (f90-font-lock-keywords-2)
819 (f90-looking-at-type-like, f90-looking-at-program-block-end):
820 Handle F2003 named interfaces.
821
ffe87109
CY
8222010-02-06 Chong Yidong <cyd@stupidchicken.com>
823
824 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
825 beg and end before calling c-get-state-before-change-functions.
826
4775ecad
DN
8272010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
828
829 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
830
0d17c4b9
JL
8312010-02-05 Juri Linkov <juri@jurta.org>
832
833 * doc-view.el (doc-view-mode):
834 * image-mode.el (image-mode): Put property mode-class=special.
835 (Bug#4896)
836
8228a275
MH
8372010-02-05 Mark A. Hershberger <mah@everybody.org>
838
839 * vc-svn.el (vc-svn-revision-table): New function.
840
d9320986
MA
8412010-02-05 Michael Albinus <michael.albinus@gmx.de>
842
843 * net/ange-ftp.el (ange-ftp-insert-directory):
844 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
845 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
846 Handle also directories. (Bug#5478)
847
f43d8ecc
GM
8482010-02-05 Glenn Morris <rgm@gnu.org>
849
850 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
851
ce3a988d
CY
8522010-02-05 Chong Yidong <cyd@stupidchicken.com>
853
854 * startup.el (command-line-1): Convert options beginning with a
855 single dash as well (Bug#5519).
856
bdd42899
SM
8572010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
858
51b23c44
SM
859 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
860 * minibuffer.el (completion-initials-expand): Only check the presence
861 of delims *within* the boundaries, since otherwise the / delim is
862 always found for files.
863
bdd42899
SM
864 Fix up various corner case problems.
865 * doc-view.el (doc-view-last-page-number): New function.
866 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
867 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
868 (doc-view-kill-proc): Avoid inf-loop in freak cases.
869 (doc-view-reconvert-doc): Use the new recursive delete-directory.
870 (doc-view-convert-current-doc): Don't create the resolution.el file
871 here any more.
872 (doc-view-pdf/ps->png): Do it here instead.
873 (doc-view-already-converted-p): Check that resolution.el is present.
874 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
875 windows that are not yet showing images.
876
dd969a56
AM
8772010-02-04 Alan Mackenzie <acm@muc.de>
878
879 Change strategy for marking < and > as template delimiters: mark
880 them strictly in matching pairs.
881
51b23c44
SM
882 * cc-mode.el (c-before-change):
883 Use c-get-state-before-change-functions.
dd969a56
AM
884 (c-common-init): Adapt to use
885 c-get-state-before-change-functions (note plural).
886
887 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
888 for searching syntactically for matching <s and >s.
889 (c-get-state-before-change-functions): New language variable (note
890 the plural) which supersedes c-get-state-before-change-function.
891
892 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
893 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
894 (c-clear->-pair-props-if-match-before)
51b23c44 895 (c-before-change-check-<>-operators): New functions.
dd969a56
AM
896 (c-after-change-check-<>-operators): Use macro
897 c-unmark-<->-as-paren.
898
899 * cc-defs.el (c-search-backward-char-property): New macro.
900
901 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
902 and > any more. (These will be handled by font locking.)
903
d5b3979c
MA
9042010-02-04 Michael Albinus <michael.albinus@gmx.de>
905
906 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
907 `dired-uncache' for every elemnt which is an absolute file name.
908
909 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
910 directory, handle its directory component.
911 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
912 function is called permanently and creates noise, otherwise.
913
914 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
915 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
916 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
917
b003beb1
DB
9182010-02-04 David Burger <dburger@google.com> (tiny change)
919
920 * macros.el (apply-macro-to-region-lines):
921 Minor simplification. (Bug#5485)
922
ea92f9f3
GM
9232010-02-04 Glenn Morris <rgm@gnu.org>
924
a03ae20d
GM
925 * mail/rmail.el (rmail-show-message-1): Handle malformed
926 quoted-printable text. (Bug#5441)
927
4d01b827
GM
928 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
929
ea92f9f3
GM
930 * simple.el (visual-line-mode): Capitalize lighter.
931
82055bb7
JW
9322010-02-03 John Wiegley <jwiegley@gmail.com>
933
934 * iswitchb.el (iswitchb-completions): Add bookmark files to the
935 list of files considered for "virtual buffer" completions.
936
8214b6e4
MA
9372010-02-03 Michael Albinus <michael.albinus@gmx.de>
938
939 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
940 also in case of (and (not full) (not wildcard)). This is needed,
941 when dired is called with a list of files, which are not in
942 `default-directory'. (Bug#5478)
943
1df9718f
SM
9442010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
947
02ba1267
JL
9482010-02-02 Juri Linkov <juri@jurta.org>
949
950 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
951 from unidiff to allow function-line after @@.
952
a0c6a0fb
JL
9532010-02-02 Juri Linkov <juri@jurta.org>
954
955 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
956 '(RCS SCCS) with inverted condition.
957
c35fcd52
MA
9582010-02-02 Michael Albinus <michael.albinus@gmx.de>
959
960 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
961 messages.
962
6ba973c1
JL
9632010-02-01 Juri Linkov <juri@jurta.org>
964
965 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
966 compare with "pkunzip" and "pkzip" instead of only "pkzip".
967 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
968 only when (car archive-zip-extract) is "unzip". (Bug#5475)
969
0bca393f
SM
9702010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
973 (doc-view-revert-buffer): New command.
974 (doc-view-mode-map): Use it.
975
7a444e2a
DN
9762010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
977
978 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
979 pending merge is detected.
980
ad6fc8f4
JL
9812010-01-31 Juri Linkov <juri@jurta.org>
982
983 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
984 beginning of interactive spec like all other grep commands do.
985 Put "all" in front of "gz". (Bug#5260)
986
b9236874
DN
9872010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
988
989 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
990
1e868757
CY
9912010-01-29 Chong Yidong <cyd@stupidchicken.com>
992
993 * dirtrack.el (dirtrack): Warn instead of signalling error if the
994 regexp is incorrect (Bug#5476).
995
e5c70c41
MA
9962010-01-29 Michael Albinus <michael.albinus@gmx.de>
997
998 * net/tramp.el (tramp-handle-insert-directory): Handle also
999 symlinks, when FILENAME is not in `default-directory'.
1000
0c0b61f1
MA
10012010-01-28 Michael Albinus <michael.albinus@gmx.de>
1002
1003 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 1004 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
1005
1006 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1007 of SWITCHES. Handle the case, FILENAME is not in
1008 `default-directory'. (Bug#5478)
1009 (tramp-register-file-name-handlers): Add safe-magic property.
1010
763f325e
CY
10112010-01-28 Chong Yidong <cyd@stupidchicken.com>
1012
1013 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1014 unzip (Bug#5475).
1015
fd09a83f
CY
10162010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1017
1018 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1019 (flymake-master-make-header-init): Add other C++ filename masks.
1020 (flymake-find-possible-master-files)
1021 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1022
7e5686f0
MA
10232010-01-28 Michael Albinus <michael.albinus@gmx.de>
1024
1025 Fix some busybox annoyances.
1026
1027 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1028 not responding." string.
1029 (tramp-open-connection-setup-interactive-shell): Dump stty
1030 settings. Enable "neveropen" arg for all `tramp-send-command'
1031 calls. Handle "=" in variable values properly.
1032 (tramp-find-inline-encoding): Raise an error, when no encoding is
1033 found.
1034 (tramp-wait-for-output): Check, whether PROC buffer is available.
1035 Remove spurious " ^H" sequences, sent by busybox.
1036 (tramp-get-ls-command): Suppress coloring, if possible.
1037
c6265c10
GM
10382010-01-28 Glenn Morris <rgm@gnu.org>
1039
c85a168b
GM
1040 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1041
c6265c10
GM
1042 * log-edit.el (log-edit-strip-single-file-name): Add missing
1043 :safe, :group, and :version tags.
1044
7d82a738
SB
10452010-01-27 Stephen Berman <stephen.berman@gmx.net>
1046
1047 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1048 buffers. (Bug#5477)
1049
8b0e68ea
CY
10502010-01-27 David De La Harpe Golden <david@harpegolden.net>
1051
1052 * files.el (delete-directory): Handle moving to trash without
1053 first doing recursion (Bug#5436).
1054
368d3208
DN
10552010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1056
1057 * vc-hooks.el (vc-path): Mark as obsolete.
1058
755da7fa
DN
10592010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1060
e2396d80
DN
1061 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1062 names too.
1063
755da7fa
DN
1064 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1065 for the short log.
1066 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1067
6a6d15ab 10682010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 1069
ac9ffe99 1070 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 1071
48c2d18a 1072 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 1073
504dcc71
EH
10742010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1075
1076 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1077 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1078
51850286
DN
10792010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1080
c2f1d6d8
DN
1081 Remove support for adding --signoff on commit.
1082 Future support will use an incompatible generic mechanism.
1083 * vc-git.el (vc-git-add-signoff): Remove variable.
1084 (vc-git-toggle-signoff): Remove function.
1085 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1086
51850286
DN
1087 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1088 from xterm-set-background-mode. Return t if the background mode
1089 was set.
1090 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1091 earlier, call it again in case the background mode has changed.
1092
02c6d0d0
CY
10932010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1094
1095 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1096 (Bug#3541).
1097
064eee03
CY
10982010-01-23 Chong Yidong <cyd@stupidchicken.com>
1099
02c6d0d0
CY
1100 * emacs-lisp/assoc.el (aelement): Doc fix.
1101 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 1102
5336c3ec 11032010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 1104
48c2d18a 1105 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
1106 is the same as subprogram call, not declaration. (Bug#5435).
1107
0536254e
MA
11082010-01-23 Michael Albinus <michael.albinus@gmx.de>
1109
1110 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1111 (tramp-smb-maybe-open-connection): Use it.
1112
411d06c2
MA
11132010-01-22 Michael Albinus <michael.albinus@gmx.de>
1114
0536254e 1115 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 1116
c893016b
SM
11172010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1120 just because we see "encoding: 8bit".
1121 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1122
9425f8e1
CY
11232010-01-22 Chong Yidong <cyd@stupidchicken.com>
1124
1125 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1126
6a801864
EZ
11272010-01-22 Eli Zaretskii <eliz@gnu.org>
1128
1129 * jka-compr.el (jka-compr-load): If load-file is not in
1130 load-history, try its file-truename version. (bug#5447)
1131
3e8f7d91
AM
11322010-01-21 Alan Mackenzie <acm@muc.de>
1133
1134 Fix a situation where deletion of a cpp construct throws an error.
1135 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1136 invoking c-with-all-but-one-cpps-commented-out, check that the
1137 special cpp construct is still in the buffer.
1138 (c-parse-state): Record the special cpp with markers, not numbers.
1139
f0bd0ad5
CY
11402010-01-21 Kenichi Handa <handa@m17n.org>
1141
1142 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1143 process last-command-event, as it is now decoded first (Bug#5380).
1144
5189d95b
CY
11452010-01-20 Chong Yidong <cyd@stupidchicken.com>
1146
1147 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1148
e073d74a
GM
11492010-01-20 Glenn Morris <rgm@gnu.org>
1150
1151 * indent.el (tab-always-indent): Fix custom-type.
1152
8ee04f3a
AM
11532010-01-19 Alan Mackenzie <acm@muc.de>
1154
1155 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1156 buffer throws "args out of range".
1157 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1158 playing the role of delimiter.
1159
6a47c86a
SL
11602010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1161
bf0b361c 1162 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
1163 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1164 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1165 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1166 Improve comments in "is" portion. Handle null procedure declaration.
1167 (ada-move-to-end): Improve doc string.
1168
2acfb954
ÓF
11692010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1170
e90d57c0 1171 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 1172 Remove obsolete information from commentary.
e90d57c0
JB
1173 (ido-choice-list): Initialize to nil.
1174 (ido-get-bufname): Reject minibuffers.
1175 (ido-make-buffer-list): If "default" is a nonexistent
1176 buffer, ignore it, as per the function's comment.
1177 (ido-kill-buffer-internal): New function.
1178 (ido-kill-buffer-at-head): Use it.
1179 (ido-visit-buffer): Likewise.
2acfb954 1180
244b023e
CY
11812010-01-18 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1184
db9e401b
JB
11852010-01-18 Juanma Barranquero <lekktu@gmail.com>
1186
1187 * cedet/ede/locate.el (ede-locate-file-in-project)
1188 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1189 (ede-enable-locate-on-project): Fix typos in error messages.
1190
1191 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1192 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1193 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1194 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1195 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1196 Fix typos in menu help.
1197
1198 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1199 Fix typos in chart titles.
1200
1201 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1202 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1203 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1204 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1205 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1206 (semantic-parse-stream, semantic-parse-region)
1207 (semantic-parse-region-default, semantic--set-buffer-cache)
1208 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1209 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1210 (semantic-default-submodes):
1211 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1212 (semanticdb-create-ebrowse-database)
1213 (semanticdb-find-tags-for-completion-method)
1214 (semanticdb-find-tags-by-class-method)
1215 (semanticdb-deep-find-tags-by-name-method)
1216 (semanticdb-deep-find-tags-for-completion-method):
1217 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1218 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1219 (semanticdb-find-tags-for-completion-method)
1220 (semanticdb-find-tags-by-class-method)
1221 (semanticdb-deep-find-tags-for-completion-method):
1222 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1223 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1224 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1225 (semanticdb-find-tags-by-name-method)
1226 (semanticdb-find-tags-by-name-regexp-method)
1227 (semanticdb-find-tags-for-completion-method)
1228 (semanticdb-find-tags-by-class-method)
1229 (semanticdb-find-tags-external-children-of-type-method)
1230 (semanticdb-find-tags-subclasses-of-type-method)
1231 (semanticdb-deep-find-tags-by-name-method)
1232 (semanticdb-deep-find-tags-by-name-regexp-method)
1233 (semanticdb-deep-find-tags-for-completion-method):
1234 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1235 (semanticdb-enable-gnu-global-in-buffer)
1236 (semanticdb-find-tags-for-completion-method)
1237 (semanticdb-deep-find-tags-by-name-method)
1238 (semanticdb-deep-find-tags-for-completion-method):
1239 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1240 (javascript-mode, semanticdb-find-translate-path)
1241 (semanticdb-find-tags-for-completion-method)
1242 (semanticdb-find-tags-by-class-method)
1243 (semanticdb-deep-find-tags-by-name-method)
1244 (semanticdb-deep-find-tags-for-completion-method)
1245 (semanticdb-find-tags-external-children-of-type-method):
1246 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1247 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1248 (global-semantic-idle-scheduler-mode):
1249 * cedet/srecode/dictionary.el (srecode-field-value)
1250 (srecode-dictionary-add-section-dictionary):
1251 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1252 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1253 (describe-class, eieio-describe-generic, describe-generic):
1254 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1255 (eieio-speedbar-expand):
1256 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1257 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1258 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1259 (viper-del-backward-char-in-replace, viper-backward-indent)
1260 (viper-brac-function, viper-register-to-point, viper-submit-report):
1261 * net/tramp.el (tramp-remote-coding-commands):
1262 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1263 Fix typos in docstrings.
1264
9295137d
CY
12652010-01-17 Chong Yidong <cyd@stupidchicken.com>
1266
1267 * mail/sendmail.el (mail-yank-original): Set the mark if the
1268 specified function for yanking does not do it.
1269
4d0bbcb6
DN
12702010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1271
7902c120
DN
1272 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1273
4d0bbcb6
DN
1274 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1275 resyncing a directory.
1276
0b702bc1
SL
12772010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1278
6a47c86a 1279 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
1280 (ada-ident-re): Delete ., allow multibyte characters.
1281 (ada-goto-label-re): New; matches goto labels.
1282 (ada-block-label-re): New; matches block labels.
1283 (ada-label-re): New; matches both.
1284 (ada-named-block-re): Deleted; callers changed to use
1285 `ada-block-label-re' instead.
1286 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1287 Use `ada-block-label-re'.
1288 (ada-indent-on-previous-lines): Improve handling of goto labels.
1289 (ada-get-indent-block-start): Special-case block label.
1290 (ada-get-indent-label): Split into `ada-indent-block-label' and
1291 `ada-indent-goto-label'.
1292 (ada-goto-stmt-start, ada-goto-next-non-ws):
1293 Optionally ignore goto labels.
1294 (ada-goto-next-word): Simplify.
1295 (ada-indent-newline-indent-conditional): Insert newline before
1296 trying to fix indentation; doc fix.
1297
05287c49
JB
12982010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1299
1300 * calc/calc.el (calc-command-flags): Give it an initial value.
1301
44e82a0b
GM
13022010-01-17 Glenn Morris <rgm@gnu.org>
1303
1304 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1305
4963739e
JB
13062010-01-17 Juanma Barranquero <lekktu@gmail.com>
1307
1308 * cedet/semantic.el (semantic-mode):
1309 * files.el (minibuffer-with-setup-hook):
1310 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1311 (artist-key-draw-continously, artist-key-do-continously-continously)
1312 (artist-key-set-point-continously, artist-mouse-draw-continously):
1313 Fix typos in docstrings.
1314
116bd1ee
CY
13152010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1316
1317 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1318 return t (Bug#3898).
1319
2784cd7a 13202010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
1321
1322 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1323 can parse the output of the external commands (Bug#5279).
1324
abd5cfe8
CY
13252010-01-16 Jari Aalto <jari.aalto@cante.net>
1326
1327 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1328
4fe22cdf
CY
13292010-01-16 Chong Yidong <cyd@stupidchicken.com>
1330
bbdc98ef
CY
1331 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1332
c7dc1ac1
CY
1333 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1334
4fe22cdf
CY
1335 * startup.el (command-line): Remove unused --icon-type arg.
1336 Handle --display arg, passing it to command-line-1 (Bug#5392).
1337
045b9da7
ML
13382010-01-16 Mario Lang <mlang@delysid.org>
1339
1340 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1341 * cedet/ede/files.el (ede-expand-filename):
1342 * cedet/ede/simple.el (ede-simple-project):
1343 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1344 (semantic-complete-inline-tag-engine):
1345 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1346 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1347 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1348 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1349 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1350 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1351 * emacs-lisp/chart.el (chart-translate-namezone):
1352 * textmodes/artist.el (artist-compute-popup-menu-table):
1353 Remove duplicated words in doc-strings.
1354
6554a5df
CY
13552010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1356
1357 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1358 to mairix-search to suppress threading (Bug#5342).
1359
ca4f0e9a
KH
13602010-01-15 Kenichi Handa <handa@m17n.org>
1361
1362 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 1363 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 1364
1db3226b
GM
13652010-01-15 Glenn Morris <rgm@gnu.org>
1366
56a03f46
GM
1367 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1368
1369 * wid-edit.el (widget-keymap): Doc fix.
1370
1db3226b
GM
1371 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1372 former seems to be more widely accepted by various svn versions.
1373
80cd4bb4
JB
13742010-01-14 Juanma Barranquero <lekktu@gmail.com>
1375
d1f18ec0
JB
1376 * find-cmd.el (find-constituents):
1377 * vc-arch.el (vc-arch-root):
1378 * window.el (window-body-height, pop-up-frames):
1379 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1380 (semantic-no-reparse-needed-change-hook):
1381 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1382 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1383 (srecode-template-inserter-ask, srecode-template-inserter-width)
1384 (srecode-template-inserter-section-start)
1385 (srecode-template-inserter-section-end, srecode-insert-method):
1386 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1387 * progmodes/ada-stmt.el (ada-if):
1388 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1389 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1390 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1391 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1392
80cd4bb4
JB
1393 * progmodes/flymake.el (flymake-post-syntax-check):
1394 Fix typo in error message.
1395
9c23ca47
JB
13962010-01-14 Juanma Barranquero <lekktu@gmail.com>
1397
1398 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1399 which is always a string. (Bug#5313)
1400
8794c483
JB
14012010-01-14 Juanma Barranquero <lekktu@gmail.com>
1402
1403 * progmodes/ada-xref.el (ada-default-prj-properties):
1404 Simplify previous change.
1405
95005d39
SL
14062010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1407
1408 * progmodes/ada-xref.el (ada-default-prj-properties):
1409 Default ada_project_path to $ADA_PROJECT_PATH.
1410
14112010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
1412
1413 * progmodes/ada-mode.el (ada-create-keymap):
1414 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1415
fb0d1545
SL
14162010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1417
1418 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1419 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1420 (ada-get-current-indent, ada-imenu-generic-expression)
1421 (ada-which-function): Check for it.
1422
5c9434d0
SL
14232010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1424
1425 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1426 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1427
3a4f3a3b
GM
14282010-01-14 Glenn Morris <rgm@gnu.org>
1429
1430 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1431
d9a7c140
KH
14322010-01-14 Kenichi Handa <handa@m17n.org>
1433
1434 * composite.el (auto-composition-mode): Make it a buffer local
1435 variable (permanent-local).
1436 (auto-composition-function): Set the default value to
1437 auto-compose-chars.
49caf252 1438 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
1439 (global-auto-composition-mode): Likewise.
1440 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 1441
38bee102
KF
14422010-01-13 Karl Fogel <kfogel@red-bean.com>
1443
1444 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 1445
b8b45afc
MA
14462010-01-12 Michael Albinus <michael.albinus@gmx.de>
1447
1448 * files.el (copy-directory): Compute target for recursive
1449 directories with identical names. (Bug#5343)
1450
893db5bc
GM
14512010-01-12 Glenn Morris <rgm@gnu.org>
1452
1453 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1454 it to bug-gnu-emacs rather than emacs-pretest-bug.
1455
2f27e6d4
JB
14562010-01-12 Juanma Barranquero <lekktu@gmail.com>
1457
1458 * cedet/data-debug.el (data-debug): Fix customization group reference.
1459
91abaf51
JB
14602010-01-12 Juanma Barranquero <lekktu@gmail.com>
1461
1462 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1463 (semantic-analyze-context, semantic-analyze-context-assignment)
1464 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1465 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1466 (semantic-java-doc-keywords-map):
1467 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1468 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1469 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1470 (semantic-c-classname, semantic-format-tag-uml-prototype)
1471 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1472 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1473 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1474 (semantic-get-local-variables, semantic-end-of-command)
1475 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1476 (lisp-mode):
1477 * cedet/semantic/bovine/make.el (makefile-mode):
1478 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1479 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1480 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1481 (semantic-lex, semantic-get-local-variables, python-mode):
1482 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1483 * cedet/srecode/extract.el (srecode-extract-state-set)
1484 (srecode-extract-method): Fix typos in docstrings.
1485
d8b8451f
SS
14862010-01-11 Sam Steingold <sds@gnu.org>
1487
1488 * imenu.el (imenu-default-create-index-function): Detect infinite
1489 loops caused by imenu-prev-index-position-function.
1490
30afcdff
JB
14912010-01-11 Juanma Barranquero <lekktu@gmail.com>
1492
1493 * htmlfontify.el (htmlfontify-load-rgb-file)
1494 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1495 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1496 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1497 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1498 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1499 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1500 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1501 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1502 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1503 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1504 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1505 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1506 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1507 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1508 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1509 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1510 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1511 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1512 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1513 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1514 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1515 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1516 backslash-quoting from parentheses, etc.
1517
92b1c416
CY
15182010-01-11 Chong Yidong <cyd@stupidchicken.com>
1519
1520 * progmodes/js.el: Autoload javascript-mode alias.
1521
4454adab
JB
15222010-01-11 Juanma Barranquero <lekktu@gmail.com>
1523
1524 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1525 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1526 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1527 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1528 Fix typos in docstrings.
1529 (ffap-url-regexp): Doc fix.
1530 (ffap-at-mouse): Fix typo in message.
1531
6589a2f9
GM
15322010-01-11 Glenn Morris <rgm@gnu.org>
1533
1534 * version.el (emacs-copyright): Set copyright year to 2010.
1535
4e5617ee
SM
15362010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * format.el (format-annotate-function): Only set
1539 write-region-post-annotation-function after running to-fn so as not to
1540 affect nested write-region calls (bug#5273).
1541
52bee098
CY
15422010-01-10 Chong Yidong <cyd@stupidchicken.com>
1543
4e5617ee
SM
1544 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1545 Add python parser.
52bee098 1546
a069f067
CY
1547 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1548 wisent/python.el.
1549
52bee098
CY
15502010-01-10 Richard Kim <emacs18@gmail.com>
1551
1552 * cedet/semantic/wisent/python-wy.el:
1553 * cedet/semantic/wisent/python.el: New files.
1554
e709e39d
CY
15552010-01-09 Chong Yidong <cyd@stupidchicken.com>
1556
1557 * man.el (Man-goto-section): Signal error if the section is not
1558 found (Bug#5317).
1559
6ee86780
JB
15602010-01-09 Juanma Barranquero <lekktu@gmail.com>
1561
1562 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1563 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1564
fa7b5f7b
CY
15652010-01-09 Chong Yidong <cyd@stupidchicken.com>
1566
1567 * progmodes/compile.el: Don't treat compile-command as safe if
1568 compilation-read-command might be nil (Bug#4218).
1569
de62c4d9
JD
15702010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1571
1572 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1573 NS options.
1574
e94be827
KH
15752010-01-08 Kenichi Handa <handa@m17n.org>
1576
4e5617ee
SM
1577 * international/fontset.el (build-default-fontset-data):
1578 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 1579
1dfae2a2
JB
15802010-01-07 Juanma Barranquero <lekktu@gmail.com>
1581
1582 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1583 to `create-file-buffer' as it expects, not just a buffer name.
1584 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1585 to help uniquify. (Bug#3224)
1586
d0cf45b7
JD
15872010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1588
1589 * font-setting.el (font-setting-change-default-font): Use user-spec
1590 instead of name.
1591
7534fa5e
DN
15922010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1593
1594 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1595
fd579fdc
CY
15962010-01-05 Tom Tromey <tromey@redhat.com>
1597
4e5617ee
SM
1598 * progmodes/python.el (python-font-lock-keywords):
1599 Handle qualified decorators (Bug#881).
fd579fdc 1600
37860caf
DN
16012010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1602
1603 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1604 in a lightweight checkout.
1605
69db641d
KH
16062010-01-05 Kenichi Handa <handa@m17n.org>
1607
4e5617ee 1608 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 1609
b25d6a02
DN
16102010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1611
1612 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1613
137d88ca
DN
16142010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1615
1616 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1617 checkouts. (Bug#618)
3d5d0aa9 1618 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
1619 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1620 (vc-bzr-shelve-menu-map):
1621 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1622 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 1623
da76998b
CY
16242010-01-02 Chong Yidong <cyd@stupidchicken.com>
1625
1626 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1627 They are valid characters in URL paths (rfc3986), and at least
1628 Firefox does not understand the encoded version (Bug#3166).
1629
b2ad70b6
CY
16302010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1631
1632 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
1633 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1634 Add "end" keyword (Bug#3061).
b2ad70b6
CY
1635 (octave-end-as-array-index-p): New function.
1636 (calculate-octave-indent): Use it.
1637
54136282
KF
16382010-01-02 Karl Fogel <kfogel@red-bean.com>
1639
1640 * bookmark.el: Consistently put the text property on the bookmark name.
1641 (bookmark-bmenu-marks-width): Bump back to 2, to include
1642 annotation marks.
1643 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1644 property on the bookmark name, instead of not putting it at all.
1645 (bookmark-bmenu-list): Fix where we put the text property.
1646
cc4d3cad
KF
16472010-01-02 Karl Fogel <kfogel@red-bean.com>
1648
1649 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1650 for showing buffer modified state (as added in the previous change).
1651
b894c439
KF
16522010-01-02 Karl Fogel <kfogel@red-bean.com>
1653
1654 * bookmark.el: Show modified state of bookmark buffer more accurately.
1655 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1656 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1657 (with-buffer-modified-unmodified): New macro.
1658 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1659 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 1660 Use new macro to preserve the buffer modified state.
b894c439 1661
3a69db53
KF
16622010-01-02 Karl Fogel <kfogel@red-bean.com>
1663
4e5617ee 1664 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
1665 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1666 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1667 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1668 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
1669 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1670 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 1671
af414f10
EZ
16722010-01-02 Eli Zaretskii <eliz@gnu.org>
1673
4e5617ee
SM
1674 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1675 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 1676
f2ec0e5e
CY
16772010-01-02 Ryan Yeske <rcyeske@gmail.com>
1678
1679 * net/rcirc.el: Add follow-link binding (Bug#4738).
1680
38c1ba62
EZ
16812010-01-02 Eli Zaretskii <eliz@gnu.org>
1682
4e5617ee 1683 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
1684 (cvs-update): New target for backward compatibility.
1685
4e5617ee 1686 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
1687 (cvs-update): New target for backward compatibility.
1688
ea2c0f5b
KF
16892010-01-02 Karl Fogel <kfogel@red-bean.com>
1690
1691 * bookmark.el: Remove gratuitous gratitude.
1692
5ae329f4
KF
16932010-01-02 Karl Fogel <kfogel@red-bean.com>
1694
47989945
KF
1695 * bookmark.el (bookmark-bmenu-any-marks): New function
1696 (bookmark-bmenu-save): Clear buffer modification if no marks.
1697
16982010-01-02 Karl Fogel <kfogel@red-bean.com>
1699
1700 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
1701 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1702 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1703 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1704
1705 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1706 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1707 To: emacs-devel {_AT_} gnu.org
1708 Subject: bookmark.el bug report
1709 Date: Mon, 28 Dec 2009 14:19:16 +0800
1710 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1711
aef053eb
KF
17122010-01-02 Karl Fogel <kfogel@red-bean.com>
1713
1714 * bookmark.el: Improvements suggested by Drew Adams:
1715 (bookmark-bmenu-ensure-position): New name for
1716 `bookmark-bmenu-check-position'. Just ensure the position,
1717 don't return any meaningful value.
1718 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1719 New constants.
1720
0472835f
JB
17212010-01-02 Juanma Barranquero <lekktu@gmail.com>
1722
1723 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1724 (bookmark-yank-point, bookmark-bmenu-check-position):
1725 Fix typos in docstrings.
1726 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1727 (bookmark-name-from-full-record, bookmark-get-position)
1728 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1729 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1730 Remove useless quoting of parenthesis, etc. in docstrings.
1731
1732 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1733 (ediff-append-custom-diff): Fix typo in error message.
1734 (ediff-meta-mark-equal-files): Fix typos in messages.
1735
1736 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1737
1738 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1739 Fix typo in docstring.
1740
1741 * net/imap-hash.el (imap-hash-make): Doc fix.
1742 (imap-hash-test): Fix typo in error message; reflow docstring.
1743 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1744 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1745 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1746 Fix typos in docstrings.
1747 (imap-hash-open-connection): Fix typo in error message.
1748
1749 * play/gomoku.el (gomoku): Fix typos in docstring.
1750
1751 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1752 (gdb-jsonify-buffer): Fix typos in docstring.
1753 (gdb-goto-breakpoint): Fix typo in error message.
1754 ("Display Other Windows"): Fix typo in help message.
1755 (gdb-speedbar-expand-node): Fix typo in question.
1756
1757 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1758 (idlwave-html-system-help-location, idlwave-html-help-location)
1759 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1760 (idlwave-help-browser-generic-args, idlwave-help-directory)
1761 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1762 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1763 (idlwave-online-help, idlwave-help-html-link)
1764 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1765 Fix typos in docstrings.
1766 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1767 Reflow docstrings.
1768 (idlwave-help-assistant-start): Fix typo in error message.
1769
1770 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1771 (octave-electric-space): Fix typos in docstrings.
1772
9bbe0828
CY
17732010-01-01 Chong Yidong <cyd@stupidchicken.com>
1774
1775 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1776
a88c46c3
CY
17772010-01-01 Juri Linkov <juri@jurta.org>
1778
1779 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 1780 increase the default to 500 (Bug#5148).
a88c46c3 1781
7ee6c59b
NR
17822009-12-31 Nick Roberts <nickrob@snap.net.nz>
1783
1784 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1785 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1786 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1787
a9c8a2cd
NR
17882009-12-30 Nick Roberts <nickrob@snap.net.nz>
1789
1790 Show working revision correctly for mercurial.
1791 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 1792 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 1793
659e4408
JB
17942009-12-29 Juanma Barranquero <lekktu@gmail.com>
1795
1796 Declare some functions for the byte-compiler.
1797 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1798 (speedbar-timer-fn, speedbar-change-expand-button-char)
1799 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1800
7ee6c59b
NR
18012009-12-29 Nick Roberts <nickrob@snap.net.nz>
1802
1803 This changeset reverts GDB Graphical Interface to use annotations.
1804 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1805
460f6e7c
DN
18062009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1807
1808 Make vc-dir work on subdirectories of the bzr root.
1809 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1810 file names relative to it.
1811 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1812 relative directory to vc-bzr-after-dir-status.
1813
543f553a
TH
18142009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1815
1816 * font-lock.el (font-lock-refresh-defaults): New function, which
1817 can be used to let font-lock react to external changes in
1818 variables like font-lock-defaults and keywords.
1819 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1820
2592ab76
DN
18212009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1822
ac859983
DN
1823 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1824
2592ab76
DN
1825 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1826
58941d03
JB
18272009-12-28 Juanma Barranquero <lekktu@gmail.com>
1828
1829 Supersede color.diff settings in git log (bug#5211).
1830
1831 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1832 escape chars in its output when the user has color.diff set to `always'.
1833 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1834
39764e76
KR
18352009-12-26 Kevin Ryde <user42@zip.com.au>
1836
1837 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1838 node. Keep previous "Index" name to work with past coreutils too.
1839
91c4831e
KR
1840 * man.el (man): Revise docstring a bit to show -a and -l as
1841 examples. Add -k description since support for it has otherwise
1842 been a secret. (Further to bug#3717.)
651e932e
KR
1843 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1844 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 1845 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 1846
7f4d4a97
MA
18472009-12-26 Michael Albinus <michael.albinus@gmx.de>
1848
1849 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1850 switches. Check also for //SUBDIRED// line.
1851
bcffff46
KH
18522009-12-25 Kenichi Handa <handa@m17n.org>
1853
1854 * language/indian.el (devanagari-composable-pattern): Fixed to
1855 handle ZWNJ and ZWJ. Use it in composition-function-table for
1856 Devanagari.
1857 (malayalam-composable-pattern): Fix previous change.
1858
dc1dcfa4
VJL
18592009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1860
1861 * ps-print.el (ps-face-attributes): It was not returning the
1862 attribute face for faces specified as string. Reported by harven
1863 <harven@free.fr>.
1864 (ps-print-version): New version 7.3.5.
1865
6fe539d2
UJ
18662009-12-18 Ulf Jasper <ulf.jasper@web.de>
1867
1868 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1869 timezone names.
1870 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1871 (icalendar--add-diary-entry): Remove the trailing blank that
1872 diary-make-entry inserts.
1873
1f3611c6
MA
18742009-12-17 Michael Albinus <michael.albinus@gmx.de>
1875
1876 Make `file-expand-wildcards' work for remote files.
1877
1878 * files.el (file-expand-wildcards): In case of remote files, check
1879 only local file name part for wildcards. Provide feature 'files
1880 and subfeature 'remote-wildcards. (Bug#5198)
1881
1882 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1883 if there is already an established connection.
1884 (tramp-advice-file-expand-wildcards): Remove it.
1885
1886 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1887 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1888 Activate advice for older GNU Emacs versions. (Bug#5237)
1889
9762b219
JB
18902009-12-17 Juanma Barranquero <lekktu@gmail.com>
1891
1892 Some doc fixes (more needed).
1893
1894 * find-cmd.el (find-constituents): Reflow docstring.
1895 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1896 (find-generic): Doc fix.
1897
cfb54897
JL
18982009-12-17 Juri Linkov <juri@jurta.org>
1899
1900 Fix regression from 23.1 to allow multiple modes in Local Variables.
1901
1902 * files.el (hack-local-variables-filter): While ignoring duplicates,
1903 don't take `mode' into account.
1904 (hack-local-variables-filter, hack-dir-local-variables): Don't
1905 remove duplicate `mode' from local-variables-alist (like `eval').
1906
ad974e9e
JL
19072009-12-17 Juri Linkov <juri@jurta.org>
1908
1909 Make `dired-diff' more safe. (Bug#5225)
1910
1911 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1912 `current' or when `file' is a directory of the `current' file.
1913
3616e0b9
AS
19142009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1915
1916 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1917 unconditionally preloaded files.
1918
72b57560
JL
19192009-12-16 Juri Linkov <juri@jurta.org>
1920
1921 Revert to old 23.1 logic of using the file at the mark as default.
1922 * dired-aux.el (dired-diff): Use the file at the mark as default
1923 if it's not the same as the current file, and the target dir is
1924 the current dir or the mark is active. Add the current file
1925 as the arg of `dired-dwim-target-defaults'. Use the default file
1926 in the prompt. (Bug#5225)
1927
68712eb6
MA
19282009-12-15 Michael Albinus <michael.albinus@gmx.de>
1929
1930 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1931 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1932 (tramp-check-for-regexp): Check also, when an echoing shell stops
1933 to echo sent commands.
1934
fd471993
CY
19352009-12-14 Chong Yidong <cyd@stupidchicken.com>
1936
1937 * Makefile.in: Revert last change (Bug#5191).
1938
86b5e14c
DN
19392009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1940
1941 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
1942 (vc-hg-working-revision): Make sure the command is executed in a
1943 known environment so that we can parse the output. (Bug#4417)
86b5e14c 1944
8cffbb75
CY
19452009-12-14 Chong Yidong <cyd@stupidchicken.com>
1946
1947 * progmodes/python.el (python-symbol-completions): Remove text
1948 properties from symbol string before calling python-send-receive.
1949
6c2b67ad
NR
19502009-12-14 Nick Roberts <nickrob@snap.net.nz>
1951
1952 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 1953 when there are values for both file and line. (Bug#5060)
6c2b67ad 1954
ff6f4585
JL
19552009-12-14 Juri Linkov <juri@jurta.org>
1956
1957 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1958 whitespace after the file name of the first line of unified format,
1959 because git-diff doesn't output whitespace and file modification time
1960 after the file name.
1961
d3de1c8e
JL
19622009-12-14 David Kastrup <dak@gnu.org>
1963
1964 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1965 check if it already has the `display' property added by
1966 `Info-display-images-node', and not put the `invisible' property
1967 in this case.
1968
f192624c
CY
19692009-12-14 Chong Yidong <cyd@stupidchicken.com>
1970
1971 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1972 (semantic-mru-bookmark-mode): Doc fixes.
1973
1974 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1975 of assert.
1976
2f1b7dc4
GM
19772009-12-13 Glenn Morris <rgm@gnu.org>
1978
a0cefee5
GM
1979 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1980 (report-emacs-bug): In message-mode, sort manually before storing
1981 original report text. (Bug#5178)
2f1b7dc4
GM
1982 Remove superfluous save-excursion.
1983
31bb373f
MA
19842009-12-12 Michael Albinus <michael.albinus@gmx.de>
1985
1986 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1987 when responding to "GetAll" properties.
1988
5e1d4968
CY
19892009-12-12 Chong Yidong <cyd@stupidchicken.com>
1990
1991 * simple.el (compose-mail): Remove mail-setup-with-from from
1992 customization checks.
1993
097d86f9
EZ
19942009-12-12 Eli Zaretskii <eliz@gnu.org>
1995
1996 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1997 RAR archives created on Unix systems.
1998
1d4adede
SM
19992009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2002 the varalias that was accidentally removed by the 2009-11-19 change
2003 (bug#5186).
2004
3ff3655c
KH
20052009-12-12 Kenichi Handa <handa@m17n.org>
2006
2007 * language/indian.el (indian-compose-regexp): New function.
2008 (malayalam-composable-pattern): Fix the pattern.
2009 (composition-function-table): Set malayalam-composable-pattern for
2010 Malayalam characters.
2011
82d3343c
CY
20122009-12-11 Chong Yidong <cyd@stupidchicken.com>
2013
315eb96d
CY
2014 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2015 rather than down-mouse-1, based on follow-link conventions.
2016
82d3343c
CY
2017 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2018 are compiled.
2019
86a4c7ac
DN
20202009-12-11 Michael McNamara <mac@mail.brushroad.com>
2021
bf0b361c 2022 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
2023 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2024 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2025 (verilog-leap-to-head, verilog-backward-token):
2026 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
2027
20282009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2029
bf0b361c
JB
2030 * progmodes/verilog-mode.el (verilog-auto-lineup)
2031 (verilog-nameable-item-re): Cleanup user-visible spelling and
2032 documentation errors. One reported by Gary Delp.
1d4adede 2033 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
2034 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2035 package, bug195. Reported by Pierre-David Pfister.
2036
fe03f49a
GM
20372009-12-11 Glenn Morris <rgm@gnu.org>
2038
47641aac
GM
2039 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2040
85094855
GM
2041 * mail/emacsbug.el: No longer require sendmail.
2042 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2043 (report-emacs-bug-orig-text): Doc fix.
2044 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2045 New local variables, to adapt to different mail-user-agents.
2046 (report-emacs-bug): Fix test for a gnu.org address.
2047 Use overlays for emphasis, since font-lock defeats 'face property.
2048 Pretest bugs also end up at the newsgroup these days.
2049 Stop message-mode stripping text properties.
2050 Set and use the new buffer-local variables.
2051 (report-emacs-bug-hook): Add doc-string.
2052 Remove some unnecessary save-excursions and simplify.
2053 Use the appropriate hook and send-command.
2054
fe03f49a
GM
2055 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2056 capitalization of some menu entries.
2057
345427f0
VJL
20582009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2059
4e6a65b9 2060 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
2061 `buffer-display-table' is unique when two or more windows are
2062 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2063 New version 12.1.
2064
c70ccbba
EZ
20652009-12-10 Eli Zaretskii <eliz@gnu.org>
2066
2067 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2068 characters in the Attribute field.
2069
f1943c1b
DN
20702009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2071
2072 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2073
1c67aeaa
SM
20742009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2075
2076 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2077 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2078 Disregard autoload-excludes.
2079 (update-directory-autoloads): Obey autoload-excludes here instead.
2080 But don't store its contents in no-autoloads and remove entries that
2081 refer to excludes files.
2082
d8194864
GM
20832009-12-10 Glenn Morris <rgm@gnu.org>
2084
8c0171c0
GM
2085 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2086 (expand-mail-aliases): Define for compiler.
2087
dba372dd
GM
2088 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2089 Define for compiler.
2090
d8194864
GM
2091 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2092 appropriate for the mail-user-agent in use.
2093
fe5facd3
MA
20942009-12-09 Michael Albinus <michael.albinus@gmx.de>
2095
2096 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2097
99999a1d
DN
20982009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2099
2100 Fix short log parsing and fontification.
2101 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2102 Fix fontification for the [merge] label.
2103
2ea1c4aa
SM
21042009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2105
2106 Drop some properties to avoid surprises.
2107 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2108 (hfy-fontify-buffer): Use it.
2109
9840deb6
SM
21102009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2111
a0d1aadf
SM
2112 Minor cleanup.
2113 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2114 Adjust all callers.
2115 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2116 args compulsory. Adjust callers.
2117 (ffap-gopher-at-point): Remove unused var `name'.
2118
9840deb6
SM
2119 Get rid of the ELCFILES abomination.
2120 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2121 (compile-elcfiles): New phony target.
2122 (compile-main): Compute ELCFILES dynamically.
2123 (compile-clean): New target to remove left-over elc files.
2124 (compile, all): Use it.
2125
7eb3f9a8
KH
21262009-12-09 Kenichi Handa <handa@etlken>
2127
2128 * international/mule-diag.el: Require help-mode instead of help-fns.
2129
ae63e572
KH
21302009-12-09 Kenichi Handa <handa@m17n.org>
2131
5ce6e4f4 2132 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
2133 fine ranges instead of pre-calculating accurate ranges.
2134 Iterate with bigger gc-cons-threshold.
ae63e572 2135
e2f3c692
DN
21362009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2137
2138 Add support for stashing a snapshot of the current tree.
2139 * vc-git.el (vc-git-stash-snapshot): New function.
2140 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2141
cf6d0352
JB
21422009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2143
2144 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2145 instead of `(beginning|end)-of-line'.
2146
48e4acc9
GM
21472009-12-08 Glenn Morris <rgm@gnu.org>
2148
6e890faa
GM
2149 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2150
48e4acc9
GM
2151 * Makefile.in (ELCFILES): Regenerate.
2152
d2a1dc7b
JL
21532009-12-07 Juri Linkov <juri@jurta.org>
2154
2155 Don't lazy-highlight the comint output in history Isearch mode.
2156
2157 * comint.el (comint-history-isearch-search): Instead of
2158 `comint-line-beginning-position', use `comint-after-pmark-p'
2159 to check if point if before the process mark, and go to
2160 `process-mark' in this case.
2161
51ef56c4
SM
21622009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2163
fb10ee4a
SM
2164 * textmodes/tex-mode.el (latex-complete)
2165 (latex-indent-or-complete): Remove.
2166 (latex-mode): Set completion-at-point-functions instead.
2167
2168 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
2169 * minibuffer.el (completion-at-point-functions): New var.
2170 (completion-at-point): New command.
fb10ee4a 2171 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
2172 * progmodes/python.el (python-mode-map): Use completion-at-point.
2173 (python-completion-at-point): Rename from python-partial-symbol and
2174 adjust for use in completion-at-point-functions.
2175 (python-mode): Setup completion-at-point for Python completion.
2176 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2177 extracted from lisp-complete-symbol.
2178 (lisp-complete-symbol): Use it.
2179 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2180 setup completion-at-point for Elisp completion.
fb10ee4a
SM
2181 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2182 Use completion-at-point.
51ef56c4 2183 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 2184 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
2185 * progmodes/sym-comp.el: Move to...
2186 * obsolete/sym-comp.el: Move from progmodes.
2187
5e7a9022
EZ
21882009-12-07 Eli Zaretskii <eliz@gnu.org>
2189
2190 Prevent save-buffer in Rmail buffers from using the coding-system
2191 of the current message, and from clobbering the encoding mnemonics
2192 in the mode line (Bug#4623).
2193
2194 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2195 flag, too.
2196 (rmail-message-encoding): New variable.
2197 (rmail-write-region-annotate): Record the encoding of the current
2198 message in rmail-message-encoding.
2199 (rmail-after-save-hook): New function, restores the encoding of
2200 the current message after the message collection is saved.
2201
9136e895
JL
22022009-12-07 Juri Linkov <juri@jurta.org>
2203
2204 * progmodes/grep.el (grep-read-files): Use `completing-read'
2205 instead of `read-string'. Set its `collection' arg to
2206 `read-file-name-internal'. (Bug#4301)
2207
40637410
JL
22082009-12-07 Juri Linkov <juri@jurta.org>
2209
2210 Correctly restore original Isearch point. (Bug#4994)
2211
2212 * isearch.el (isearch-mode): Move `isearch-push-state' after
2213 `(run-hooks 'isearch-mode-hook)'.
2214 (isearch-cancel): When `isearch-push-state-function' is defined,
2215 let-bind `isearch-cmds' to the first state (the last element of
2216 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2217 function and restores the original point). Otherwise, move point
2218 to `isearch-opoint'.
2219
da10ce2b
SM
22202009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2223 chars that don't have names, so the table can be built much faster at
2224 run-time.
2225
3d68fa99
CY
22262009-12-07 Chong Yidong <cyd@stupidchicken.com>
2227
f82b1493
CY
2228 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2229 change. Suggested by David Kastrup.
2230
3d68fa99
CY
2231 * simple.el (compose-mail): Check for incompatibilities and warn.
2232 (compose-mail-user-agent-warnings): New option.
2233
662c5698
DN
22342009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2235
2236 Support showing a single log entry from vc-annotate.
2237 * vc.el (print-log): Add a new argument: START-REVISION.
2238 (vc-print-log-internal): Add a new optional argument and
2239 pass it to the backend.
2240 (vc-print-log, vc-print-root-log): Adjust callers.
2241 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2242 buffer already displays the requested log entry, use it.
2243 Otherwise display only the log entry in question.
2244 * vc-svn.el (vc-svn-print-log):
e4070cdc 2245 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
2246 * vc-hg.el (vc-hg-state):
2247 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2248 (vc-git-show-log-entry): Return t on success.
2249 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2250 (vc-bzr-show-log-entry): Return t on success.
2251 * vc-rcs.el (vc-rcs-print-log):
2252 * vc-sccs.el (vc-sccs-print-log):
2253 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2254
e4070cdc
GM
22552009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2256
5ce6e4f4
JB
2257 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2258 Add menus to the meta mode. (Bug#5043)
e4070cdc 2259
5ce6e4f4 22602009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
2261
2262 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 2263 event-key.
662c5698 2264
662c5698
DN
2265 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2266
dab816a9
MA
22672009-12-07 Michael Albinus <michael.albinus@gmx.de>
2268
2269 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2270 Berbain <raphael.berbain@gmail.com>.
2271
2272 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2273 characters.
2274 (tramp-initial-end-of-output): New defconst.
2275 (tramp-methods, tramp-find-shell)
2276 (tramp-open-connection-setup-interactive-shell)
2277 (tramp-maybe-open-connection): Use it.
2278 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2279 existence of `#' and `$'.
2280
2281 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2282 `tramp-initial-end-of-output'.
2283
a91e1f6b
DN
22842009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2285
2286 Get the background mode from the terminal for xterm, and set
2287 faces accordingly.
2288 * term/xterm.el (xterm-set-background-mode): New function.
2289 (terminal-init-xterm): Use it in case xterm supports background
2290 color queries. Recompute faces after getting the background
2291 color.
2292
5fa9d1ec
GM
22932009-12-07 Ulrich Mueller <ulm@gentoo.org>
2294
2295 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2296 number comment back on its own line, for easier parsing.
2297
5e9fde5e
SM
22982009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 Make it work for non-file buffers (bug#5102).
2301 * doc-view.el (doc-view-current-cache-dir):
2302 Use doc-view-buffer-file-name rather than buffer-file-name.
2303 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2304
2f2f5242
CY
23052009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2306
2307 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2308 author field is too short.
2309
cebf8ec6
DN
23102009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2311
5e9fde5e
SM
2312 * vc-git.el (vc-git-print-log): Handle a limit argument.
2313 Display the short log in graph form and with labels.
0d3f8a78
DN
2314 (vc-git-log-view-mode): Handle labels.
2315
cebf8ec6
DN
2316 Make vc-revert change VC state from 'added to 'unregistered.
2317 * vc-git.el (vc-git-revert): Call git reset first.
2318
8e39154d
UJ
23192009-12-06 Ulf Jasper <ulf.jasper@web.de>
2320
d8194864
GM
2321 * net/newst-backend.el, net/newst-plainview.el:
2322 * net/newst-reader.el, net/newst-ticker.el:
2323 * net/newst-treeview.el, net/newsticker.el:
2324 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 2325
ef187c24
CY
23262009-12-06 Chong Yidong <cyd@stupidchicken.com>
2327
238a0f3a
CY
2328 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2329
2c6bb71a
CY
2330 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2331 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2332 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2333 Update annotation regexp.
2334
ef187c24
CY
2335 * simple.el (beginning-of-visual-line): Constrain to field
2336 boundaries (Bug#5106).
2337
571855b6
UJ
23382009-12-06 Ulf Jasper <ulf.jasper@web.de>
2339
d8194864 2340 * xml.el (xml-substitute-numeric-entities): Move
571855b6 2341 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 2342 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
2343 * net/newst-backend.el (newsticker--parse-generic-feed)
2344 (newsticker--parse-generic-items)
d8194864 2345 (newsticker--decode-numeric-entities): Move
571855b6 2346 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 2347 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 2348
b857059c
CY
23492009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2350
2351 * progmodes/js.el (js--js-not): Add null to the list of values.
2352
c2dae51b
CY
23532009-12-06 Chong Yidong <cyd@stupidchicken.com>
2354
d8194864 2355 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 2356
ed0f72d2
RW
23572009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2358
2359 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2360 delimiter if it is at the end of the current line.
2361 (bibtex-generate-url-list): Fix docstring.
2362
365b9a62
SM
23632009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2366 minibuffer's content with itself.
2367 Fold the confirm-after-completion case into the `confirm' case.
2368 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2369
990a9cb1
KR
23702009-12-06 Kevin Ryde <user42@zip.com.au>
2371
2372 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 2373 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 2374
8b5a10db 2375 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 2376 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 2377
065543e7
JL
23782009-12-05 Juri Linkov <juri@jurta.org>
2379
2380 Save and restore dired buffer's point positions too. (Bug#4880)
2381
2382 * dired.el (dired-save-positions): Return in the first element
2383 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2384 Doc fix.
2385 (dired-restore-positions): First restore buffer's position.
2386 While restoring window's positions, check if window still displays
2387 the original buffer.
2388
503edac9
CY
23892009-12-05 Chong Yidong <cyd@stupidchicken.com>
2390
9a594ee6
CY
2391 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2392 if possible.
2393
365b9a62
SM
2394 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2395 Make argument optional.
9a594ee6 2396
925f8c70
CY
2397 * shell.el (shell): Require ansi-color (Bug#5113).
2398
2399 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2400
503edac9
CY
2401 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2402
8fea6b33
AM
24032009-12-05 Alan Mackenzie <acm@muc.de>
2404
2405 * progmodes/cc-mode.el (c-before-hack-hook)
2406 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2407 `c-file-style' to work again. This reversion restores the current
212c5aef 2408 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 2409
5d1fd962
CY
24102009-12-05 Kevin Ryde <user42@zip.com.au>
2411
2412 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2413 comment-start-skip to comment-end-skip as comment (Bug#4781).
2414
30760c8b
JL
24152009-12-05 Juri Linkov <juri@jurta.org>
2416
2417 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2418 for virtual nodes. (Bug#4147)
2419 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2420 when moving from a virtual node.
2421 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2422 (Info-mode): Add `Info-virtual-index' to the docstring.
2423
1dc5c6f3
CY
24242009-12-05 Eric Ludlam <zappo@gnu.org>
2425
2426 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2427 Describe project macro symbols.
2428
2429 * cedet/semantic/complete.el (semantic-complete-do-completion):
2430 Don't call semantic-collector-current-exact-match.
2431
2432 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2433 ede-objects as targets.
2434
2435 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2436 a target's object list even if compiler vars are already in the
2437 Makefile.
2438
2439 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2440 list of headers producing necessary macros.
2441
403111a8
RW
24422009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2443
2444 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2445 track of the buffer position of the end of a BibTeX entry as this
2446 position may change during reformatting.
2447 (bibtex-format-entry): Remove whitespace before processing
2448 numerical fields so that we recognize the latter properly.
2449 (bibtex-reformat): Do not use push which changes the global value
2450 of bibtex-entry-format.
2451 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2452 (bibtex-field-re-init): Replace only space characters by regexp
2453 for whitespace.
365b9a62 2454 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
2455 (bibtex-initialize): Also update bibtex-strings.
2456 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
2457 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2458 Update bibtex-reference-keys.
403111a8 2459
25b54627
SM
24602009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2463 point after a star, if that's the only place where modifications can
2464 make progress.
2465
35639eb4
DN
24662009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2467
2468 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2469 in docstrings.
2470
8b78760b
JL
24712009-12-04 Juri Linkov <juri@jurta.org>
2472
2473 * proced.el (proced): Call `(proced-update t)' to update process
2474 information instead of only running proced-post-display-hook.
2475 (proced-send-signal): Add a leading space to the buffer name
2476 " *Marked Processes*" to make this buffer ephemeral.
2477
2b3489a7
JL
24782009-12-04 Juri Linkov <juri@jurta.org>
2479
2480 * dired.el (dired-auto-revert-buffer): New defcustom.
2481 (dired-internal-noselect): Use it.
2482
9b9debd1
JL
24832009-12-04 Juri Linkov <juri@jurta.org>
2484
2485 Change roles of modes and functions in image-mode.el (Bug#5062).
2486
2487 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2488 in `auto-mode-alist'.
2489 (image-mode-previous-major-mode): New variable.
2490 (image-minor-mode-map): Rename from `image-mode-text-map'.
2491 (image-mode): Move graceful error-handling code from
2492 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2493 (image-minor-mode): Remove all image-handling code.
2494 Replace `image-mode-text-map' with `image-minor-mode-map'.
2495 Check for `image-type' in mode-line format string.
2496 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2497 (image-mode-as-text): New function with most code from
2498 `image-mode-maybe'.
2499 (image-toggle-display-text): Move code that removes image
2500 properties from `image-toggle-display' to here.
2501 (image-toggle-display-image): New function with code that adds
2502 image properties copied from `image-toggle-display'.
2503 (image-toggle-display): Remove most code with leaving only code
2504 that toggles between `image-mode-as-text' and `image-mode'.
2505
0c74a301
UJ
25062009-12-04 Ulf Jasper <ulf.jasper@web.de>
2507
2508 * net/newst-treeview.el
2509 (newsticker--treeview-list-highlight-start): Restored call to
2510 save-excursion: Selected item was stuck.
2511 (newsticker--treeview-list-select): New.
2512 (newsticker--treeview-item-show-text)
2513 (newsticker--treeview-item-show)
2514 (newsticker--treeview-item-update): Use new
2515 newsticker-treeview-item-mode.
2516 (newsticker-treeview-update): Keep current item.
2517 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2518 (newsticker--treeview-first-feed): Doc change.
2519 (newsticker-treeview-list-menu)
2520 (newsticker-treeview-item-menu): Added menu entries.
2521 (newsticker-treeview-item-mode): New.
2522
5ce6e4f4 2523 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
2524 windows.
2525
9eaeec5b
SS
25262009-12-04 Sam Steingold <sds@gnu.org>
2527
2528 * log-view.el (log-view-mode-map): "q" calls quit-window,
2529 like in all the other non-self-insert buffers.
2530
b2bf5be5
SM
25312009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2532
2533 Minor cleanup.
2534 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2535 key decoding rather than do it manually via last-input-event +
2536 ascii-character.
2537 (term-exec): Use delete-and-extract-region.
2538 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2539 (term-process-pager): Remove unused var `i'.
2540 (term-dynamic-simple-complete): Make obsolete.
2541 (serial-update-config-menu): Remove unused vars `y' and `str'.
2542 (term-update-mode-line): Remove unused var `temp'.
2543
46e5c897
DN
25442009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2545
2546 Limit the number of log entries displayed by default.
2547 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2548 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2549 using a prefix argument.
2550
627e0a14
GM
25512009-12-03 Glenn Morris <rgm@gnu.org>
2552
2553 * progmodes/idlwave.el (class): Restore still useful declaration.
2554
8578c224
AM
25552009-12-03 Alan Mackenzie <acm@muc.de>
2556
4abc318c 2557 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 2558
b2bf5be5
SM
2559 * progmodes/cc-mode.el (c-basic-common-init):
2560 Call c-state-cache-init.
9762b219 2561 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 2562 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 2563 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
2564
2565 * progmodes/cc-langs.el (c-before-font-lock-function):
2566 c-extend-and-neutralize-syntax-in-CPP has been renamed
2567 c-neutralize-syntax-in-and-mark-CPP.
2568
2569 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2570 with `category' properties now, not `syntax-table' ones.
2571
2572 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2573 enhanced (but slower) version of c-end-of-macro that won't land
2574 inside a literal or on another awkward character.
2575 (c-state-cache-too-far, c-state-cache-start)
2576 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2577 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2578 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2579 (c-state-min-scan-pos, c-state-brace-pair-desert)
2580 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2581 buffer local variables.
2582 (c-state-literal-at, c-state-lit-beg)
2583 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2584 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2585 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2586 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2587 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2588 (c-renarrow-state-cache)
2589 (c-append-lower-brace-pair-to-state-cache)
2590 (c-state-push-any-brace-pair, c-append-to-state-cache)
2591 (c-remove-stale-state-cache)
2592 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2593 (c-invalidate-state-cache-1, c-parse-state-1)
2594 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
2595 (c-parse-state): Enhance and refactor.
2596 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
2597
2598 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2599 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
2600 modify to use category text properties rather than syntax-table ones.
2601 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
2602 to switch off/on the syntactic paren property of C++ template
2603 delimiters using the category property.
2604 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2605 template delims suppressed.
2606 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2607 New constant/macros which apply category properties to the start
2608 and end of preprocessor constructs.
b2bf5be5 2609 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
2610 "comment out" the syntactic value of characters in preprocessor
2611 constructs.
2612 (c-with-cpps-commented-out)
2613 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2614 with characters in all or all but one preprocessor constructs
2615 "commented out".
2616
0d4dc442
RW
26172009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2618
2619 * proced.el (proced-filter-alist): Use regexp-quote.
2620
a09dc9bf
MA
26212009-12-03 Michael Albinus <michael.albinus@gmx.de>
2622
2623 Cleanup.
2624 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2625 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2626 arguments. Expand `default-directory'.
2627
2628 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2629 the benefit of returning an expanded localname.
2630 (tramp-tramp-file-p): Handle the case NAME is not a string.
2631
3f6bd790
DN
26322009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2633
4dfb3b9c
DN
2634 Add support for bzr shelve/unshelve.
2635 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2636 (vc-bzr-extra-menu-map): New variables.
2637 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2638 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2639 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2640 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2641 (vc-bzr-dir-extra-headers): Display shelves.
2642
3f6bd790
DN
2643 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2644
842d73a1
SM
26452009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2646
2647 * textmodes/bibtex.el (bibtex-complete-internal):
2648 Use completion-in-region.
2649 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2650
7fa4876f
DN
26512009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2652
2653 Support applying stashes. Improve UI.
2654 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2655 (vc-git-stash-apply, vc-git-stash-pop)
2656 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2657 (vc-git-stash-menu): New functions.
2658 (vc-git-stash-menu-map): New variable.
2659 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2660
d6e82452
GM
26612009-12-03 Glenn Morris <rgm@gnu.org>
2662
2663 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2664 (vc-print-log-internal): Fix previous change.
2665 (vc-revert): Correct pluralization.
2666
8d222148
SM
26672009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2668
ea52206b
SM
2669 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2670 it to be an alist any more.
2671 (makefile-complete): Use completion-in-region.
2672
69a94a37
SM
2673 * progmodes/octave-mod.el (octave-complete-symbol):
2674 Use completion-in-region.
2675
8d222148
SM
2676 Misc cleanup.
2677 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2678 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2679 (idlwave-complete-class): Don't quote lambda.
2680 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2681 (idlwave-mode-map): Move initialization into declaration.
2682 (idlwave-action-and-binding): Use backquotes.
2683 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2684 Simplify.
2685 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2686 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2687 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2688 `parts', and `all-parts'.
2689 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2690 (idlwave-convert-xml-system-routine-info): Remove unused string
2691 `version-string'.
2692 (idlwave-display-user-catalog-widget): Use dolist.
2693 (idlwave-scanning-lib): Declare dynamically-scoped var.
2694 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2695 (completion-highlight-first-word-only): Declare to silence bytecomp.
2696 (idlwave-popup-select): Tighten scope of `resp'.
2697 (idlwave-find-struct-tag): Remove unused var `beg'.
2698 (idlwave-after-load-rinfo-hook): Declare.
2699 (idlwave-sintern-class-info): Remove unused var `taglist'.
2700 (idlwave-find-class-definition): Remove unused var `list'.
2701 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2702 (idlwave-what-module-find-class): Remove unused var `classes'.
2703
3bb8691b
JB
27042009-12-03 Juanma Barranquero <lekktu@gmail.com>
2705
2706 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2707
f72f0c23
SM
27082009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2709
2710 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2711 buffers visited. Remove redundant current-buffer-saving.
2712
601a9508
SM
27132009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 Use completion-in-buffer and remove uses of dynamic scoping.
2716 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2717 (pascal-buffer-to-use, pascal-flag): Don't declare.
2718 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2719 (pascal-get-completion-decl, pascal-keyword-completion):
2720 Add `pascal-str' argument, save-excursion,
2721 return the found completions, and don't filter with pascal-pred.
2722 (pascal-completion-cache): New var.
2723 (pascal-completion): Don't switch buffer any more (it was never
2724 necessary). Don't save-excursion any more (it's done by the called
2725 subroutines). Use a cache to avoid redundant computations.
2726 Use complete-with-action rather than pascal-completion-response and
2727 let it apply the predicate as well.
2728 (pascal-complete-word): Use completion-in-buffer when
2729 pascal-toggle-completions is nil.
2730 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2731 not used any more.
2732 (pascal-comp-defun): Don't change buffer any more.
2733 Use complete-with-action rather than pascal-completion-response and
2734 let it apply the predicate as well.
2735 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2736 when neded.
2737
1ff4cb98
KH
27382009-12-02 Kenichi Handa <handa@m17n.org>
2739
2740 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2741 shape for all Indic scripts.
2742
bb12edf1
SM
27432009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 Use completion-in-buffer.
2746 * wid-edit.el (widget-field-text-end): New function.
2747 (widget-field-value-get): Use it.
2748 (widget-string-complete, widget-file-complete)
2749 (widget-color-complete): Use it and completion-in-region.
2750 (widget-complete): Don't narrow the buffer.
2751
5813f6ef
GM
27522009-12-02 Glenn Morris <rgm@gnu.org>
2753
c920f222
GM
2754 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2755 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
2756 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2757 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 2758
5813f6ef
GM
2759 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2760 save-excursion with save-current-buffer.
2761 Widen before searching. (Bug#5093)
2762 (diary-list-sexp-entries): Remove superfluous save-excursion.
2763
34b1d750
GM
27642009-12-02 Michael Welsh Duggan <mwd@cert.org>
2765
2766 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2767 name. (Bug#5038)
2768
b2d5f31a
GM
27692009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2770
2771 * ido.el (ido-file-internal): Handle filenames at point that do
2772 not have a directory part. (Bug#5049)
2773
c710ac3c
JB
27742009-12-02 Juanma Barranquero <lekktu@gmail.com>
2775
2776 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2777 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2778
9946be46
SM
27792009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2780
2781 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2782 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2783 any more.
2784
b08016f2
SM
27852009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2786
e7440df4
SM
2787 * comint.el (comint-insert-input): Ignore clicks to the right of
2788 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2789
3bb8691b 2790 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
2791 terminate before setting up the major mode.
2792
f3b757f5
SM
2793 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2794 in case.
2795
a2877f1d
SM
2796 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2797 the last element.
2798
b08016f2
SM
2799 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2800
782d6e30
GM
28012009-12-01 Glenn Morris <rgm@gnu.org>
2802
2803 * window.el (window--display-buffer-2): Fix previous changes.
2804
28f57f7e
CY
28052009-12-01 Chong Yidong <cyd@stupidchicken.com>
2806
2807 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2808
c31a2fdc
GM
28092009-12-01 Glenn Morris <rgm@gnu.org>
2810
2811 * Makefile.in (ELCFILES): Add mpc.elc.
2812
e1ada222
SM
28132009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * mpc.el: New file.
2816
0c9ff2c5
GM
28172009-12-01 Glenn Morris <rgm@gnu.org>
2818
3689984f
GM
2819 * window.el (window-to-use): Define for compiler.
2820
3ab4308b
GM
2821 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2822 consistent with others (no final period).
2823
0c9ff2c5
GM
2824 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2825 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2826
fb0c18ff
DN
28272009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2828
2829 Make vc-print-log buttons work.
045b9da7 2830 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 2831
2ac7e73e
JB
28322009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2833
2834 * savehist.el (savehist-autosave-interval): Allow setting to nil
2835 through customize. (Bug#5056)
2836
5237d741
JB
28372009-11-30 Juanma Barranquero <lekktu@gmail.com>
2838
2839 Fix references to jit-lock properties.
2840 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2841 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2842 (perl-font-lock-special-syntactic-constructs):
2843 Quote jit-lock-defer-multiline property.
2844
379241fa
DN
28452009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2846
2847 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2848
054ae856
JL
28492009-11-30 Juri Linkov <juri@jurta.org>
2850
2851 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2852 value `buffer' of `multi-isearch-next-buffer-current-function'.
2853 Use `(current-buffer)' when `buffer' is nil.
2854 (multi-isearch-next-buffer-from-list): Don't fallback to
2855 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2856
67296dda
JL
28572009-11-30 Juri Linkov <juri@jurta.org>
2858
2859 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2860 of buffers with `get-buffer' to `multi-isearch-buffers'.
2861 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2862 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2863 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2864 FILES with `expand-file-name' converting relative file names
2865 to absolute. Doc fix. (Bug#4727)
2866
c585bf32
JL
28672009-11-30 Juri Linkov <juri@jurta.org>
2868
2869 * misearch.el (multi-isearch-read-buffers)
2870 (multi-isearch-read-matching-buffers): New functions.
2871 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2872 Use them in the `interactive' spec. Doc fix.
2873 (multi-isearch-read-files, multi-isearch-read-matching-files):
2874 New functions.
2875 (multi-isearch-files, multi-isearch-files-regexp):
2876 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2877
0a745733
JL
28782009-11-30 Juri Linkov <juri@jurta.org>
2879
2880 * doc-view.el (doc-view-continuous):
2881 Rename from `doc-view-continuous-mode'.
2882 (doc-view-menu): Move "Toggle display" to the top.
2883 Add submenu "Continuous" with radio buttons "Off"/"On"
2884 and "Save as Default".
2885 (doc-view-scroll-up-or-next-page)
2886 (doc-view-scroll-down-or-previous-page)
2887 (doc-view-next-line-or-next-page)
2888 (doc-view-previous-line-or-previous-page): Rename
2889 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2890
1f9689eb
JL
28912009-11-30 Juri Linkov <juri@jurta.org>
2892
2893 * comint.el (comint-mode-map): Rebind `M-r' from
2894 `comint-previous-matching-input' to
2895 `comint-history-isearch-backward-regexp'.
2896 Unbind `M-s' to allow global key binding `M-s'.
2897 Add menu items for `comint-history-isearch-backward' and
2898 `comint-history-isearch-backward-regexp'. (Bug#3746)
2899
2952b1ae
JL
29002009-11-30 Juri Linkov <juri@jurta.org>
2901
2902 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2903 For def=recenter, replace `recenter' with `recenter-top-bottom'
2904 that is called with `this-command' and `last-command' let-bound
2905 to `recenter-top-bottom'. When the last `def' was not `recenter',
2906 set `recenter-last-op' to nil. (Bug#4981)
2907
7a9547ca
SM
29082009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2909
20565545
SM
2910 Minor cleanup and simplification.
2911 * filecache.el (file-cache-add-directory)
2912 (file-cache-add-directory-recursively)
2913 (file-cache-add-from-file-cache-buffer)
2914 (file-cache-delete-file-regexp, file-cache-delete-directory)
2915 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2916 (file-cache-temp-minibuffer-message): Delete function.
2917 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2918
7a9547ca
SM
2919 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2920 Don't signal an error when bumping into EOB in tr, s, or y.
2921
08e968f3
JL
29222009-11-29 Juri Linkov <juri@jurta.org>
2923
2924 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2925 (Bug#4960)
2926
2927 * descr-text.el (describe-char-unidata-list): Use lowercase name
2928 for "Unicode name" like in other tags.
2929
f8d170a4
JL
29302009-11-29 Juri Linkov <juri@jurta.org>
2931
2932 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2933 New compatibility macro.
7a9547ca 2934 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 2935
0116abbd
JL
29362009-11-29 Juri Linkov <juri@jurta.org>
2937
2938 Add defcustom to define the cycling order of `recenter-top-bottom'.
2939 (Bug#4981)
2940
2941 * window.el (recenter-last-op): Doc fix.
2942 (recenter-positions): New defcustom.
2943 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2944 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2945
61eef560
MA
29462009-11-29 Michael Albinus <michael.albinus@gmx.de>
2947
2948 Improve integration of Tramp and ange-ftp in eshell.
2949
e4070cdc 2950 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
2951 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2952 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2953
2954 * eshell/esh-util.el (top): Require also Tramp when compiling.
2955 (eshell-directory-files-and-attributes): Check for FTP remote
2956 connection.
2957 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2958 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2959 (eshell-file-attributes): Handle ".". Return `entry'.
2960
2961 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2962 (ange-ftp-directory-files-and-attributes)
2963 (ange-ftp-real-directory-files-and-attributes): New defuns.
2964
2965 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2966 shell with "exec" when possible. This prevents trailing prompts
2967 in `start-file-process'.
2968
f5467d3f
SM
29692009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2970
21f49db9
SM
2971 Try and remove assumptions about point-min==1.
2972 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2973 (rng-compute-mode-line-string): Show the validation percentage in
2974 terms of the narrowed text, not the widened text.
2975 (rng-do-some-validation): Don't catch internal errors when debugging.
2976 (rng-first-error): Simplify.
2977 (rng-after-change-function): Remove work around. AFAIK the bug has
2978 been fixed a while ago.
2979
26224faf
SM
2980 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2981 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2982
d7117720
SM
2983 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2984
f5467d3f
SM
2985 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2986 `cd' doesn't always do it for us (bug#5067).
2987
2988 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2989 on 2009-10-25 as part of some other change (bug#5067).
2990
c5269f1c
SM
29912009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2992
62a258a7
SM
2993 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2994 `suspicious'.
2995 (byte-compile-warnings): Use byte-compile-warning-types.
2996 (byte-compile-save-excursion): Warn about use of set-buffer right
2997 after save-excursion.
2998
c5269f1c
SM
2999 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3000 the excursion as well.
3001
3ba30eb8
MA
30022009-11-27 Michael Albinus <michael.albinus@gmx.de>
3003
3004 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3005 providing a Tramp related implementation of "su" and "sudo".
3006 (eshell-unix-initialize): Add "su" and "sudo".
3007
6c6f788d
DU
30082009-11-27 Daiki Ueno <ueno@unixuser.org>
3009
3010 * net/socks.el (socks-send-command): Convert binary request to
3011 unibyte before sending. This fixes mishandling of some port
3012 numbers such as 129.
3013
10c877fe
SM
30142009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3015
6f06a171
SM
3016 * help.el (describe-bindings-internal): Remove `interactive'.
3017
10c877fe
SM
3018 * man.el (Man-completion-table): Trim a terminating "(".
3019 Remove the space between name page a section.
3020 Add the command's description on the `help-echo' property.
c5269f1c
SM
3021 Remove `process-connection-type' binding since it's unused by
3022 call-process.
10c877fe
SM
3023 Provide completion for the "<section> <name>" format as well.
3024 (Man-default-man-entry): Remove spurious var shadowing the argument.
3025
c44a4822
KR
30262009-11-26 Kevin Ryde <user42@zip.com.au>
3027
3028 * log-view.el: Add "Keywords: tools", since its other keywords
3029 aren't in finder-known-keywords, and following vc.el.
3030
9d58f081
KR
3031 * sha1.el (sha1-string-external): default-directory "/" in case
3032 otherwise non-existent. process-connection-type pipe for touch of
3033 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3034
72fe6b25
SM
30352009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 Misc coding convention cleanups.
3038 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3039 hfy-init-kludge-hooks.
3040 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3041 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3042 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3043 and push.
3044 (hfy-slant, hfy-weight): Use tables rather than code.
3045 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3046 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3047 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3048 (hfy-face-to-css): Remove `nconc' with single arg.
3049 (hfy-p-to-face-lennart): Use `or'.
3050 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3051 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3052 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3053 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3054 (hfy-force-fontification): Use run-hooks.
3055
85e0a536
SM
30562009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3057
3058 Various minor fixes.
3059 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3060 Javascript belongs in the header, not the body.
3061 (hfy-javascript): Remove.
3062 (hfy-fontify-buffer): Don't insert it any more.
3063 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3064 Fix bug in invis handling when there were no invis props in a chunk.
3065
62ccc42c
SM
30662009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3067
3068 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3069
2643c7aa
DN
30702009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3071
3072 * finder.el (finder-mode-map): Add a menu.
3073
0e5c8aed
DN
30742009-11-26 Michael McNamara <mac@mail.brushroad.com>
3075
bf0b361c 3076 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
3077 "unsigned" structs.
3078
3079 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3080 fork" statement better.
3081
30822009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3083
bf0b361c
JB
3084 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3085 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3086 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3087 Reported by Clay Douglass.
0e5c8aed
DN
3088
3089 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
3090 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3091 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
3092 Pierre-David Pfister.
3093
7629c4e7
GM
30942009-11-26 Glenn Morris <rgm@gnu.org>
3095
62ccc42c
SM
3096 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3097 the scope.
7629c4e7 3098
a5d358f8
JB
30992009-11-25 Johan Bockgård <bojohan@gnu.org>
3100
3101 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3102 Really use previous revision.
3103
002cbde5
KR
31042009-11-25 Kevin Ryde <user42@zip.com.au>
3105
3106 * man.el (Man-completion-table): default-directory "/" in case
3107 doesn't otherwise exist. process-environment COLUMNS=999 so as
3108 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
3109 any chance of hitting the pseudo-tty TIOCGWINSZ.
3110 (man): completion-ignore-case t for friendliness and since man
3111 itself is case-insensitive on the command line.
3112 Further to Bug#3717.
002cbde5 3113
8cb5ffe8
KR
3114 * arc-mode.el: Add "Keywords: files", so the details in its
3115 commentary can be reached from finder-by-keyword.
34607612
KR
3116 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3117 editing mode, but it's comms related and sgml-mode.el has "comm"
3118 on that basis too.
b8dfcf54 3119 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
3120 * international/isearch-x.el, international/ja-dic-cnv.el:
3121 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 3122 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 3123
1e2d9ba1
JL
31242009-11-25 Juri Linkov <juri@jurta.org>
3125
3126 * man.el (Man-completion-table): Modify regexp to include
3127 section names to completion strings. (Bug#3717)
3128
a601d313
JL
31292009-11-25 Juri Linkov <juri@jurta.org>
3130
3131 Search recursively in gzipped files. (Bug#4982)
3132
3133 * progmodes/grep.el (grep-highlight-matches): Add new options
3134 `always' and `auto'. Doc fix.
3135 (grep-process-setup): Check `grep-highlight-matches' for
3136 `auto-detect' to determine the need to compute grep defaults.
3137 Move Windows/DOS specific --colors settings handling
3138 to `grep-compute-defaults'. Check `grep-highlight-matches'
3139 to get the value of "--color=".
3140 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3141 has the value `auto-detect'. Move Windows/DOS specific settings
3142 from `grep-process-setup'.
3143 (zrgrep): New command with alias `rzgrep'.
3144
bde04ea9
JL
31452009-11-25 Juri Linkov <juri@jurta.org>
3146
3147 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3148 to nil instead of switching off view-mode. (Bug#4896)
3149
7d6b4d3c
JL
31502009-11-25 Juri Linkov <juri@jurta.org>
3151
3152 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3153
3154 * mwheel.el (mwheel-scroll-up-function)
3155 (mwheel-scroll-down-function): New defvars.
3156 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3157 `scroll-up', and `mwheel-scroll-down-function' instead of
3158 `scroll-down'.
3159
3160 * doc-view.el (doc-view-scroll-up-or-next-page)
3161 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3162 Use this ARG in the call to image-scroll-up/image-scroll-down.
3163 Change `interactive' spec to "P". Goto next/previous page only
3164 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3165 SPC/DEL case). Doc fix.
3166 (doc-view-next-line-or-next-page)
3167 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3168 for consistency.
3169 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3170 `doc-view-scroll-up-or-next-page', and buffer-local
3171 `mwheel-scroll-down-function' to
3172 `doc-view-scroll-down-or-previous-page'.
3173
e237085f
JL
31742009-11-25 Juri Linkov <juri@jurta.org>
3175
3176 Provide additional default values (directories at other Dired
3177 windows) via M-n in the minibuffer of some Dired commands.
3178
3179 * dired-aux.el (dired-diff, dired-compare-directories)
3180 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3181 `minibuffer-default' in `minibuffer-with-setup-hook'.
3182 (dired-dwim-target-directory): Find a window that displays Dired
3183 buffer instead of failing when the next window is not Dired.
3184 Use `get-window-with-predicate' to find for the next Dired window.
3185 (dired-dwim-target-defaults): New function.
3186
3187 * ediff-util.el (ediff-read-file-name):
3188 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3189 in `minibuffer-with-setup-hook'.
3190
7d371eac
JL
31912009-11-25 Juri Linkov <juri@jurta.org>
3192
3193 Provide additional default values (file name at point or at the
3194 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3195
3196 * minibuffer.el (read-file-name-defaults): New function.
3197 (read-file-name): Reset `minibuffer-default' to nil when
3198 it duplicates initial input `insdef'.
3199 Bind `minibuffer-default-add-function' to lambda that
3200 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3201 (minibuffer-insert-file-name-at-point): New command.
3202
3203 * files.el (file-name-at-point-functions): New defcustom.
3204 (find-file-default): Remove defvar.
3205 (find-file-read-args): Don't use `find-file-default'.
3206 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3207 to `read-file-name'.
3208 (find-file-literally): Use `read-file-name' with
3209 `confirm-nonexistent-file-or-buffer'.
3210
3211 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3212
3213 * dired.el (dired-read-dir-and-switches):
3214 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3215 to `read-file-name'.
3216 (dired-file-name-at-point): New function.
3217 (dired-mode): Add hook `dired-file-name-at-point' to
3218 `file-name-at-point-functions'.
3219
04ae543a
SM
32202009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3221
3222 Really make the *Completions* window soft-dedicated (bug#5030).
3223 * window.el (window--display-buffer-2): Add `dedicated' argument.
3224 (display-buffer): Pass it when needed so the dedicated flag is set
3225 after calling set-window-buffer, which would otherwise reset it.
3226
eb708e66
SM
32272009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3228
d6b8d4e7
SM
3229 * progmodes/meta-mode.el (meta-complete-symbol):
3230 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
3231 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3232 Use completion-in-region.
3233
5f24557b
SM
3234 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3235 (dabbrev-completion): Use completion-in-region.
3236 (dabbrev--abbrev-at-point): Simplify regexp.
3237
fe4346f0
SM
3238 * abbrev.el (abbrev--before-point): Use word-motion functions
3239 if :regexp is not specified (bug#5031).
3240
cb190d7d
SM
3241 * subr.el (string-prefix-p): New function.
3242
e2ec6dd5
SM
3243 * man.el (Man-completion-cache): New var.
3244 (Man-completion-table): Use it.
3245
eb708e66
SM
3246 * vc.el (vc-print-log-internal): Make `limit' optional for better
3247 compatibility (e.g. with vc-annotate.el).
3248
4cf8971b
KR
32492009-11-24 Kevin Ryde <user42@zip.com.au>
3250
eb708e66 3251 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 3252 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 3253
4cf8971b
KR
3254 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3255 when .el source file not found or other error.
3256
d204c46c
SM
32572009-11-24 Markus Triska <markus.triska@gmx.at>
3258
3259 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3260
bb301b9a
SM
32612009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3262
449c27f0
SM
3263 Handle the [back] button properly (bug#4979).
3264 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3265 Use help-setup-xref, help-buffer, and with-help-window.
3266 (describe-char): Add `buffer' argument.
3267 Pass proper command to help-setup-xref. Don't meddle with
3268 help-xref-stack-item directly.
3269 (describe-text-category): Use with-help-window and help-buffer.
3270
32fe5377
SM
3271 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3272 for the displayed buffer (bug#4887).
3273
bb301b9a
SM
3274 * man.el (Man-completion-table): New function.
3275 (man): Use it.
3276
35179414
DR
32772009-11-24 David Reitter <david.reitter@gmail.com>
3278
bb301b9a 3279 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
3280 .git is) rather than the file's directory and a relative path spec
3281 to work around a bug in git.
3282
605a20a9
MA
32832009-11-24 Michael Albinus <michael.albinus@gmx.de>
3284
3285 Improve handling of processes on remote hosts.
3286
3287 * eshell/esh-util.el (eshell-path-env): New defvar.
3288 (eshell-parse-colon-path): New defun.
3289 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3290
bb301b9a
SM
3291 * eshell/esh-ext.el (eshell-search-path):
3292 Use `eshell-parse-colon-path'.
605a20a9
MA
3293 (eshell-remote-command): Remove argument HANDLER.
3294 (eshell-external-command): Check for FTP remote connection.
3295
bb301b9a
SM
3296 * eshell/esh-proc.el (eshell-gather-process-output):
3297 Use `file-truename', in order to start also symlinked files.
3298 Apply `start-file-process' instead of `start-process'.
3299 Shorten `command' to the local file name part.
605a20a9 3300
bb301b9a
SM
3301 * eshell/em-cmpl.el (eshell-complete-commands-list):
3302 Use `eshell-parse-colon-path'.
605a20a9
MA
3303
3304 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3305
3306 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3307 to `eshell-directory-change-hook'.
3308
d1d33062
TH
33092009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3310
3311 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 3312 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 3313
a34d8565 33142009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 3315
a34d8565
MK
3316 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3317 made on 2009-11-22.
d1d33062 3318
c83b8d1b
GM
33192009-11-24 Glenn Morris <rgm@gnu.org>
3320
3321 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3322 deleted variable bookmark-bmenu-bookmark-column.
3323
65235b0a
GM
3324 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3325 Move after definition of global-semantic-idle-tag-highlight-mode.
3326
83505cfe
SM
33272009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3328
3329 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3330
5241b291
CY
33312009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3332
3333 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3334 two slashes to the "file:" prefix.
3335 (browse-url-file-url): De-munge Cygwin filenames before passing
3336 them to Windows browser.
3337 (browse-url-default-windows-browser): Use call-process.
3338
aefcadb6
JL
33392009-11-23 Juri Linkov <juri@jurta.org>
3340
3341 Implement DocView Continuous mode. (Bug#4896)
3342 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
3343 (doc-view-mode-map): Bind C-n/<down> to
3344 `doc-view-next-line-or-next-page', C-p/<up> to
3345 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
3346 (doc-view-next-line-or-next-page)
3347 (doc-view-previous-line-or-previous-page): New commands.
3348
0d62bcea
JL
33492009-11-23 Juri Linkov <juri@jurta.org>
3350
3351 Implement Isearch in comint input history. (Bug#3746)
3352 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3353 `isearch-mode-hook'.
3354 (comint-history-isearch): New defcustom.
3355 (comint-history-isearch-backward)
3356 (comint-history-isearch-backward-regexp): New commands.
3357 (comint-history-isearch-message-overlay): New buffer-local variable.
3358 (comint-history-isearch-setup, comint-history-isearch-end)
3359 (comint-goto-input, comint-history-isearch-search)
3360 (comint-history-isearch-message, comint-history-isearch-wrap)
3361 (comint-history-isearch-push-state)
3362 (comint-history-isearch-pop-state): New functions.
3363
b593f105
MA
33642009-11-23 Michael Albinus <michael.albinus@gmx.de>
3365
3366 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3367 return.
3368 (tramp-handle-make-symbolic-link)
3369 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3370 Quote file names.
3371 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3372 (tramp-handle-process-file): Use it.
3373
0f202d5d
SM
33742009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * window.el (move-to-window-line-last-op): Remove.
3377 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3378
216349f8
SM
33792009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3380
0f202d5d 3381 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
3382 * window.el (move-to-window-line-last-op): New var.
3383 (move-to-window-line-top-bottom): New command.
3384 (global-map): Bind M-r move-to-window-line-top-bottom.
3385
c10e0633
GM
33862009-11-23 Sven Joachim <svenjoac@gmx.de>
3387
3388 * dired-x.el (dired-guess-shell-alist-default):
3389 Support xz format. (Bug#4953)
3390
e96ec425
CY
33912009-11-22 Chong Yidong <cyd@stupidchicken.com>
3392
2054a44c
CY
3393 * cedet/srecode/map.el (srecode-get-maps):
3394 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3395 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3396 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3397 (semantic-toggle-decoration-style):
3398 * cedet/semantic/decorate/include.el
3399 (semantic-decoration-include-describe)
3400 (semantic-decoration-unknown-include-describe)
3401 (semantic-decoration-unparsed-include-describe)
3402 (semantic-decoration-all-include-summary):
3403 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3404 * cedet/semantic/analyze/complete.el
3405 (semantic-analyze-possible-completions):
3406 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3407 (semantic-show-unmatched-syntax-mode)
3408 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3409 (semantic-highlight-func-mode):
3410 * cedet/semantic/util.el (semantic-describe-buffer):
3411 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3412 (semantic-symref-find-tags-by-name)
3413 (semantic-symref-find-tags-by-regexp)
3414 (semantic-symref-find-tags-by-completion)
3415 (semantic-symref-find-file-references-by-name)
3416 (semantic-symref-find-text):
3417 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3418 (senator-yank-tag):
3419 * cedet/semantic/scope.el (semantic-calculate-scope):
3420 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3421 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3422 (define-semantic-idle-service):
3423 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3424 (semantic-complete-analyze-inline-idle):
3425 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3426 * cedet/mode-local.el (describe-mode-local-bindings)
3427 (describe-mode-local-bindings-in-mode):
3428 * cedet/ede/make.el (ede-make-check-version):
3429 * cedet/ede/locate.el (ede-enable-locate-on-project):
3430 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3431 (cedet-idutils-version-check):
3432 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3433 (cedet-gnu-global-version-check):
3434 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3435 (cedet-cscope-version-check): Use called-interactively-p instead
3436 of interactive-p.
3437
e96ec425
CY
3438 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3439 Use semantic-format-tag-prototype.
3440
953e0c1a
GM
34412009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3442
3443 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3444 last-command-char/last-command-event.
3445 (viper-prefix-arg-value): Do correct conversion of event-char for
3446 XEmacs.
3447
83505cfe
SM
3448 * emulation/viper-util.el, emulation/viper.el:
3449 Use viper-last-command-char instead of
3450 last-command-char/last-command-event.
953e0c1a 3451
83505cfe
SM
3452 * ediff-init.el, ediff-mult.el, ediff-util.el:
3453 Replace last-command-char and last-command-event
3454 with (ediff-last-command-char) everywhere.
953e0c1a
GM
3455
3456 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3457 created in fundamental mode.
3458
3459 * ediff.el (ediff-version): Revert the change of interactive-p to
3460 called-interactively-p.
3461
9ee12eee
TH
34622009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3463
3464 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3465 generation from word-movement command names.
3466
ab2c15d4
CY
34672009-11-21 Chong Yidong <cyd@stupidchicken.com>
3468
3469 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
3470 (semantic-complete-jump-local, semantic-complete-jump):
3471 Improve prompt string.
ab2c15d4 3472
8b571bf3
JD
34732009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3474
3475 * cus-start.el (all): Add native condition for font-use-system-font.
3476
4121db47
AM
34772009-11-21 Nathaniel Flath <flat0103@gmail.com>
3478
83505cfe
SM
3479 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3480 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 3481
d71f5e0c
TH
34822009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3483
3484 * progmodes/subword.el: Rename from lisp/subword.el.
3485
3486 * subword.el: Rename to progmodes/subword.el.
3487
3488 * Makefile.in (ELCFILES): Adapt to subword.el move.
3489
fc9d6ad6
SM
34902009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3491 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3494 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3495 (bookmark-bmenu-show-filenames): Use push.
3496 (bookmark-bmenu-hide-filenames): Use local var instead of
3497 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3498 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3499 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3500 filenames now that the bookmark names are always available.
3501
26d9285f
SM
35022009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3503
3504 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3505 (bookmark-search-pattern): Move and leave unbound.
3506 (bookmark-bmenu-mode-map): Change binding.
3507 (bookmark-read-search-input): Simplify.
3508 Don't use text-char-description. Don't error on non-char events.
3509 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3510 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3511 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3512 Use a local var for the timer.
3513 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3514 (i.e. bookmark-bmenu-search).
3515
d73a0317
GM
35162009-11-21 Glenn Morris <rgm@gnu.org>
3517
3518 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3519
e572025f
CY
35202009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3521
26d9285f
SM
3522 * net/browse-url.el (browse-url-default-windows-browser):
3523 Use cygstart for cygwin.
e572025f 3524
6aeaa3dc
KF
35252009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3526
e4070cdc 3527 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
3528 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3529 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3530 Minor grammar and punctuation fixes in doc string.
3531 (bookmark-read-search-input): Adjust to fit within 80 columns.
3532
a9b76eec
TH
35332009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3534
3535 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3536 (c-backward-into-nomenclature): Adapt to subword renaming.
3537
3538 * subword.el (subword-forward, subword-backward, subword-mark)
3539 (subword-kill, subword-backward-kill, subword-transpose)
3540 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
3541 (subword-forward-internal, subword-backward-internal):
3542 Rename from forward-subword, backward-subword, mark-subword,
3543 kill-subword, backward-kill-subword, transpose-subwords,
3544 downcase-subword, upcase-subword, capitalize-subword,
3545 forward-subword-internal, backward-subword-internal.
a9b76eec 3546
1e7d4475
SM
35472009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3548
26d9285f
SM
3549 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3550 New options.
1e7d4475
SM
3551 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3552 New vars.
3553 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3554 (bookmark-bmenu-filter-alist-by-regexp)
3555 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3556 (bookmark-bmenu-search): New command.
3557 (bookmark-bmenu-mode-map): Bind it.
3558
acfad775
CY
35592009-11-20 Chong Yidong <cyd@stupidchicken.com>
3560
1e7d4475 3561 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
3562
3563 * cedet/semantic/idle.el (define-semantic-idle-service)
3564 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3565
653d1554
TH
35662009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3567
ab84bfa0
TH
3568 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3569 backward-subword to quit the byte-compiler.
3570
1f35fda9
TH
3571 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3572
3573 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3574
653d1554 3575 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
3576 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3577 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
3578
3579 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3580 subword.el functions instead of cc-subword.el.
3581
1e7d4475
SM
3582 * progmodes/cc-subword.el: Rename to subword.el.
3583 * subword.el: Rename from progmodes/cc-subword.el.
3584 (subword-mode-map): Rename from c-subword-mode-map.
3585 (subword-mode): Rename from c-subword-mode.
653d1554 3586 (global-subword-mode): New global minor mode.
1e7d4475
SM
3587 (forward-subword): Rename from c-forward-subword.
3588 (backward-subword): Rename from c-backward-subword.
3589 (mark-subword): Rename from c-mark-subword.
3590 (kill-subword): Rename from c-kill-subword.
3591 (backward-kill-subword): Rename from c-backward-kill-subword.
3592 (transpose-subwords): Rename from c-tranpose-subword.
3593 (downcase-subword): Rename from c-downcase-subword.
3594 (capitalize-subword): Rename from c-capitalize-subword.
3595 (forward-subword-internal): Rename from c-forward-subword-internal.
3596 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 3597
9717f119
DN
35982009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3599
8de724f3
DN
3600 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3601 from a dired buffer.
3602 (vc-dired-deduce-fileset): New function.
3603 (vc-root-diff, vc-print-root-log): Use it.
3604
9717f119
DN
3605 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3606 nil LIMIT argument to vc-print-log-internal.
3607
af4999b8
GM
36082009-11-20 Glenn Morris <rgm@gnu.org>
3609
3610 * Makefile.in (ELCFILES): Regenerate.
3611
725bff06
CY
36122009-11-20 Chong Yidong <cyd@stupidchicken.com>
3613
3614 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3615
3616 * cedet/semantic.el: Enable idle-mode menu items only if
3617 global-semantic-idle-scheduler-mode is enabled.
3618 (semantic-default-submodes): Doc fix.
3619
3620 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3621 When turning off, disable other idle modes.
3622
b58edcb6
JB
36232009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3624
02e1b488
SM
3625 * calc/calc.el (calc-set-mode-line):
3626 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3627 (math-format-number): Rename `math-format-complement-signed' to
3628 `math-format-twos-complement'.
3629
02e1b488 3630 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
3631 math-format-complement-signed.
3632 (calc-radix): Rename `calc-complement-signed-mode' to
3633 `calc-twos-complement-mode'.
02e1b488
SM
3634 (calc-octal-radix, calc-hex-radix): Add an argument for
3635 two's complement.
b58edcb6 3636
02e1b488
SM
3637 * calc/calc-embed.el (calc-embedded-mode-vars):
3638 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 3639
02e1b488
SM
3640 * calc/calc-ext.el (calc-init-extensions):
3641 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3642 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3643
02e1b488
SM
3644 * calc/calc-units.el (math-build-units-table-buffer):
3645 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
3646
3647 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3648 entries.
3649
3650 * calc/calc-vec.el (calcFunc-vunpack):
3651 * calc/calc-aent.el (calc-do-calc-eval):
3652 * calc/calc-forms.el (math-format-date):
3653 * calc/calc-graph.el (calc-graph-plot):
3654 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
3655 * calc/calccomp.el (math-compose-expr):
3656 Let `calc-twos-complement-mode' be nil.
3657
36582009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3661 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3662 * minibuffer.el (completion-in-region-functions): New hook.
3663 (completion-in-region): New function.
3664 * emacs-lisp/lisp.el (lisp-complete-symbol):
3665 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 3666
e3353a78
SM
36672009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3668
eff77808
SM
3669 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3670 (latex-complete-alist): New vars.
3671 (latex-string-prefix-p, latex-complete-bibtex-keys)
3672 (latex-complete-envnames, latex-complete-refkeys)
3673 (latex-complete-data): New functions.
3674 (latex-complete, latex-indent-or-complete): New commands.
3675
d2c9fc42
SM
3676 * window.el (display-buffer-mark-dedicated): New var.
3677 (display-buffer): Obey it.
3678 * minibuffer.el (minibuffer-completion-help): Use it.
3679
31a1c477
SM
3680 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3681
bed4c972
SM
3682 * filecache.el (file-cache-add-file): Use push and cons.
3683 (file-cache-delete-file-regexp): Use push.
3684 (file-cache-complete): Use completion-in-region.
3685
8c22699f
SM
3686 * simple.el (with-wrapper-hook): Fix thinko.
3687
e3353a78
SM
3688 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3689 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3690 Use with-current-buffer and string-to-number.
3691 (hfy-fallback-colour-values): Use assoc-string.
3692 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3693 (hfy-face-at): Remove unused var `found-face'.
3694 (hfy-compile-stylesheet): Remove unused var `css'.
3695 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3696 and `orig-buffer'.
3697 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3698 Use with-current-buffer.
3699 (hfy-text-p): Use expand-file-name and fewer setq.
3700
acca02b0
SM
37012009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3702
3703 * htmlfontify.el, hfy-cmap.el: New files.
3704
042b7cc6
JL
37052009-11-19 Juri Linkov <juri@jurta.org>
3706
3707 * minibuffer.el (completions-format): New defcustom.
3708 (completion--insert-strings): Implement vertical format.
3709
3710 * simple.el (switch-to-completions): Move point to the first
3711 completion when point was at the beginning of the buffer.
3712
da205913
JL
37132009-11-19 Juri Linkov <juri@jurta.org>
3714
3715 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3716
3717 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3718
0b8ee421
CY
37192009-11-19 Chong Yidong <cyd@stupidchicken.com>
3720
3721 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3722 (mail-signature): Change default to t.
3723 (mail-from-style): Deprecate `system-default' value.
3724 (mail-insert-from-field): For default value of mail-from-style,
3725 default to `angles' unless `angles' needs quoting and `parens'
3726 does not.
3727 (mail-citation-prefix-regexp): Use citation regexp from
3728 message-mode.
3729
4265deab
MA
37302009-11-19 Michael Albinus <michael.albinus@gmx.de>
3731
acca02b0
SM
3732 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3733 Set variables for computing the prompt for reading password.
4265deab 3734
27cacd2d
GM
37352009-11-19 Glenn Morris <rgm@gnu.org>
3736
470bce7d
GM
3737 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3738
7e705a1d
GM
3739 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3740
27cacd2d
GM
3741 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3742 (newsticker-treeview-listwindow-height): Fix custom type.
3743
b2f0be0f
KH
37442009-11-19 Kenichi Handa <handa@m17n.org>
3745
3746 * descr-text.el (describe-char-padded-string): Compose with TAB
3747 only if there's a font for CH.
02e1b488 3748 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 3749
03446045 37502009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
3751
3752 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 3753 more accurate version of the regexp. (Bug#3910)
b96337b0 3754
03446045 37552009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
3756
3757 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3758
e0620570
JB
37592009-11-18 Juanma Barranquero <lekktu@gmail.com>
3760
3761 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3762 (font-setting-change-default-font): Fix typo in docstring.
3763
6cc6582e
AM
37642009-11-18 Alan Mackenzie <acm@muc.de>
3765
3766 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3767
dfb3c4c6
JD
37682009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3769
02e1b488 3770 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
3771
3772 * cus-start.el (all): ... to here.
3773
e268e987
MA
37742009-11-17 Michael Albinus <michael.albinus@gmx.de>
3775
3776 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3777 Don't set `ad-return-value' if `ad-do-it' doesn't.
3778
303ffde8
MA
3779 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3780 modification time.
3781
637fa988
JD
37822009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3783
3784 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 3785 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
3786
3787 * loadup.el: If feature system-font-setting or font-render-setting is
3788 there, load font-setting.
3789
02e1b488 3790 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
3791 * font-setting.el: New file.
3792
1d16a255
GM
37932009-11-17 Glenn Morris <rgm@gnu.org>
3794
3795 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3796
2d84f804
GM
3797 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3798 Preserve point in the list buffer. (Bug#4939)
3799 Use point-at-eol.
3800 (newsticker--treeview-list-update-highlight)
3801 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3802
14467b99
JB
38032009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3804
3805 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3806 Remove.
3807
3808 * calc/calc-ext.el (calc-init-extensions): Remove references to
3809 symclip.
3810
3811 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3812
3813 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 3814 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
3815 `calc-symclip'.
3816
e3c39c01
KR
38172009-11-16 Kevin Ryde <user42@zip.com.au>
3818
02e1b488 3819 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 3820 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 3821
497de631
KR
3822 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3823 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3824 Ignore trailing spaces by omit-nulls to split-string (fixing
3825 regression from Emacs 21 due to the incompatible split-string
14467b99 3826 change). (Bug #4928.)
497de631 3827
48b27575
DN
38282009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3829
5237d741 3830 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
3831 (vc-print-log-internal): Insert buttons to request more entries
3832 when limiting the output.
3833
3834 * vc-sccs.el (vc-sccs-print-log):
3835 * vc-rcs.el (vc-rcs-print-log):
3836 * vc-cvs.el (vc-cvs-print-log):
3837 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3838 LIMIT is non-nil.
3839
d3e97185
MA
38402009-11-16 Michael Albinus <michael.albinus@gmx.de>
3841
3842 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3843 error when `tramp-gvfs-dbus-event-vector' is set.
3844 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3845
68d87786
SM
38462009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3847
3848 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3849
c0a39702
MA
38502009-11-16 Michael Albinus <michael.albinus@gmx.de>
3851
3852 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 3853 (dbus-register-property): Register the handlers of
c0a39702
MA
3854 "org.freedesktop.DBus.Properties" for SERVICE.
3855 (dbus-property-handler): Fix docstring.
3856
1e857121
YM
38572009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3858
3859 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3860 Quote doc string reference in defvaralias as it is not in special form.
3861 (byte-compile-output-docform): Doc fix.
3862
887484c1
JB
38632009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3864
3865 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3866 (calc-complement-signed-mode): New variables.
3867 (calc-set-mode-line): Add indicator for twos-complements.
3868 (math-format-number): Format twos-complement notation.
3869
3870 * calc/calc-bin.el (calc-word-size): Reset the variables
3871 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
3872 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3873 (calc-symclip): New functions.
887484c1
JB
3874
3875 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3876
68d87786
SM
3877 * calc/calc-embed.el (calc-embedded-mode-vars):
3878 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
3879
3880 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 3881 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
3882
3883 * calc/calc-ext.el (math-read-number-fancy): Read complement
3884 signed numbers.
68d87786
SM
3885 (calc-init-extensions): Add binding for `calc-symclip'.
3886 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
3887
3888 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3889 `calc-symclip'.
68d87786 3890 (calc-modes-menu): Add item for twos complement mode.
887484c1 3891
5237d741 3892 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 3893
4cf1d7e3
CY
38942009-11-15 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * register.el (jump-to-register, insert-register): Handle Semantic
3897 tags. From commented-out advice in semantic/senator.el.
3898
f8e65267
DN
38992009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3900
6616006b
DN
3901 * vc.el (vc-log-show-limit): New variable.
3902 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3903 when using a prefix argument.
3904 (vc-print-log-internal): Add new argument LIMIT.
3905
3906 * vc-svn.el (vc-svn-print-log):
3907 * vc-mtn.el (vc-mtn-print-log):
3908 * vc-hg.el (vc-hg-print-log):
3909 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 3910 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
3911 non-optional.
3912
3913 * vc-sccs.el (vc-sccs-print-log):
3914 * vc-rcs.el (vc-rcs-print-log):
3915 * vc-git.el (vc-git-print-log):
3916 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3917 ignore it. Make the BUFFER argument non-optional
3918
f8e65267
DN
3919 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3920
0566c4bc
CY
39212009-11-15 Chong Yidong <cyd@stupidchicken.com>
3922
7cce3c91
CY
3923 * dired.el (dired-mode-map): Move encryption items to "Operate"
3924 menu (Bug#4703).
3925
d7063de9
CY
3926 * strokes.el (strokes-update-window-configuration): Make strokes
3927 buffer current before erasing (Bug#4906).
3928
0566c4bc
CY
3929 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3930 (semantic-idle-summary-mode): Define using define-minor-mode
3931 instead of define-semantic-idle-service.
3932 (semantic-idle-summary-mode): New function.
3933 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3934 that mouse motion does not reset the echo area.
3935
0fc10137
JL
39362009-11-15 Juri Linkov <juri@jurta.org>
3937
3938 * simple.el (set-mark-default-inactive): Add :type, :group
3939 and :version. (Bug#4876)
3940
f5fce4ec
MA
39412009-11-15 Michael Albinus <michael.albinus@gmx.de>
3942
3943 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3944 (archive-unique-fname): ... here. (Bug#4929)
3945
8d720a00
SM
39462009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3947
589888fe
SM
3948 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3949 with a real fix.
3950
8d720a00
SM
3951 * novice.el (disabled-command-function): Add useful args.
3952 Setup the help buffer so that [back] works.
3953 Remove redundant call to help-mode.
3954 (disabled-command-function): Use `case'.
3955 (en/disable-command): New function extracted from enable-command.
3956 (enable-command, disable-command): Use it.
3957
a61344d6
GM
39582009-11-14 Glenn Morris <rgm@gnu.org>
3959
497f0cdd
GM
3960 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3961 constants. (Bug#4913)
3962
a61344d6
GM
3963 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3964
d501801e
GM
39652009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3966
3967 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3968 defined in C that have no doc-strings. (Bug#1063)
3969
5af27ac2
GM
39702009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3971
3972 * cus-edit.el (data, files):
3973 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3974
aec5395b
CY
39752009-11-14 Chong Yidong <cyd@stupidchicken.com>
3976
e7791447
CY
3977 * simple.el (shell-command): Doc fix (Bug#4891).
3978
aec5395b
CY
3979 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3980
7a41cd7f
GM
39812009-11-14 Glenn Morris <rgm@gnu.org>
3982
c3583c94
GM
3983 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3984 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3985 If they are already loaded, eval-after-load will do the right thing.
3986
73900d1f
GM
3987 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3988 compiling.
3989
0028351d
GM
3990 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3991
f6714ede
GM
3992 * simple.el (x-selection-owner-p): Declare.
3993 (read-mail-command): Use custom radio type rather than choice.
3994 (completion-no-auto-exit): Doc fix.
3995
7a41cd7f 3996 * custom.el (defgroup):
5af27ac2 3997 * epg-config.el (epg): Doc fixes.
7a41cd7f 3998
2d0659ec
DN
39992009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4000
4001 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4002 * international/ccl.el (define-ccl-program): Do not purecopy the
4003 docstring, defconst does it anyway.
4004
7fdbcd83
SM
40052009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4006
d499c5b9
SM
4007 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4008 a second time.
4009
7fdbcd83
SM
4010 * x-dnd.el (x-dnd-maybe-call-test-function):
4011 * window.el (split-window-vertically):
4012 * whitespace.el (whitespace-help-on):
4013 * vc-rcs.el (vc-rcs-consult-headers):
4014 * userlock.el (ask-user-about-lock-help)
4015 (ask-user-about-supersession-help):
4016 * type-break.el (type-break-force-mode-line-update):
4017 * time-stamp.el (time-stamp-conv-warn):
4018 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 4019 (te-sentinel, terminal-emulator):
7fdbcd83
SM
4020 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4021 (term-write-input-ring, term-check-source, term-start-output-log):
4022 (term-display-buffer-line, term-dynamic-list-completions):
4023 (term-ansi-make-term, serial-term):
4024 * subr.el (selective-display):
4025 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4026 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4027 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4028 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4029 (speedbar-remove-localized-speedbar-support)
4030 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4031 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4032 (speedbar-buffers-line-directory):
4033 * simple.el (shell-command-on-region, append-to-buffer)
4034 (prepend-to-buffer):
4035 * shadowfile.el (shadow-save-todo-file):
4036 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4037 (scroll-bar-maybe-set-window-start):
4038 * sb-image.el (speedbar-image-dump):
4039 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4040 (load-save-place-alist-from-file):
4041 * ps-samp.el (ps-print-message-from-summary):
4042 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4043 (ps-background-image, ps-begin-job, ps-do-despool):
4044 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4045 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4046 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4047 (pr-call-process, pr-file-list, pr-interface-save):
4048 * novice.el (disabled-command-function)
4049 (enable-command, disable-command):
4050 * mouse.el (mouse-buffer-menu-alist):
4051 * mouse-copy.el (mouse-kill-preserving-secondary):
4052 * macros.el (kbd-macro-query):
4053 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4054 * informat.el (batch-info-validate):
4055 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4056 * hippie-exp.el (try-expand-dabbrev-visible):
4057 * help-mode.el (help-make-xrefs):
4058 * help-fns.el (describe-variable):
4059 * generic-x.el (bat-generic-mode-run-as-comint):
4060 * finder.el (finder-mouse-select):
4061 * find-dired.el (find-dired-sentinel):
4062 * filesets.el (filesets-file-close):
4063 * files.el (list-directory):
4064 * faces.el (list-faces-display, describe-face):
4065 * facemenu.el (list-colors-display):
4066 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4067 * epg.el (epg--process-filter, epg-cancel):
4068 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4069 (epa--read-signature-type):
4070 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4071 (emerge-file-names):
4072 * ehelp.el (electric-helpify):
4073 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4074 * ediff-vers.el (rcs-ediff-view-revision):
4075 * ediff-util.el (ediff-setup):
4076 * ediff-mult.el (ediff-append-custom-diff):
4077 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4078 (ediff-wordify):
4079 * echistory.el (Electric-command-history-redo-expression):
4080 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4081 * disp-table.el (describe-display-table):
4082 * dired.el (dired-find-buffer-nocreate):
4083 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4084 * dabbrev.el (dabbrev--same-major-mode-p):
4085 * chistory.el (list-command-history):
4086 * apropos.el (apropos-documentation):
4087 * allout.el (allout-obtain-passphrase):
4088 (allout-copy-exposed-to-buffer):
4089 (allout-verify-passphrase): Use with-current-buffer.
4090
2ccbc060
GM
40912009-11-13 Glenn Morris <rgm@gnu.org>
4092
4093 * Makefile.in (ELCFILES): Regenerate.
4094
b172ed20
MA
40952009-11-13 Michael Albinus <michael.albinus@gmx.de>
4096
7fdbcd83
SM
4097 * net/dbus.el (dbus-registered-objects-table): Rename from
4098 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
4099 (dbus-unregister-object): Unregister also properties.
4100 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4101 Use a timeout of 500 msec, in order to not block.
4102 (dbus-register-property, dbus-property-handler): New defuns.
4103
e96d62cd
SM
41042009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4105
4106 * simple.el (minibuffer-default-add-completions): Drop deprecated
4107 4th arg.
4108
14bd267d
EZ
41092009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4110
e96d62cd
SM
4111 * textmodes/artist.el (artist-mouse-choose-operation):
4112 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 4113 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
4114 (artist-compute-up-event-key): New function.
4115 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4116
bf89fd7b
KH
41172009-11-13 Kenichi Handa <handa@m17n.org>
4118
4119 * language/japan-util.el: Make sure that the value of jisx0208
4120 property is jisx0208 character.
4121
f70b8925
DN
41222009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4123
4124 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4125 car or each item, not the whole list.
4126
4d93a9e0
SM
41272009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * minibuffer.el (minibuffer-completion-help):
4130 Use minibuffer-hide-completions.
4131
05404988
SM
41322009-11-12 Per Starbäck <per@starback.se> (tiny change)
4133
4134 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4135 (dired-revert): Use them (bug#4880).
4136
5297bc10
DN
41372009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4138
4139 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4140
e2685eb7
JL
41412009-11-12 Juri Linkov <juri@jurta.org>
4142
4143 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4144 New functions.
4145 (find-file-literally-at-point): Alias of `ffap-literally'.
4146
76410c3e
DN
41472009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4148
6d341a2a
DN
4149 * textmodes/ispell.el (ispell-skip-region-alist):
4150 * textmodes/css-mode.el (auto-mode-alist):
4151 * progmodes/compile.el (auto-mode-alist):
4152 * international/mule.el (ctext-non-standard-encodings-alist)
4153 (ctext-non-standard-encodings-regexp):
4154 * simple.el (shell-command-switch, text-read-only):
4155 * replace.el (occur-mode-map):
4156 * paths.el (rmail-file-name):
4157 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4158 * find-file.el (ff-special-constructs):
4159 * files.el (file-name-handler-alist):
4160 * composite.el: Purecopy strings.
4161
76410c3e
DN
4162 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4163
aaa448c9
DN
41642009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4165
4166 * widget.el (define-widget): Purecopy the docstring.
4167 * international/mule-cmds.el (charset): Do not purecopy the
4168 docstring here, define-widget does it.
4169
4170 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4171 * textmodes/bibtex-style.el (auto-mode-alist):
4172 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4173 * progmodes/compile.el (compile-command):
4174 * language/korea-util.el (default-korean-keyboard):
4175 * international/mule-conf.el (file-coding-system-alist):
4176 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4177 * tooltip.el (tooltip-frame-parameters):
4178 * newcomment.el (comment-end, comment-padding):
4179 * dired.el (dired-trivial-filenames):
4180 * comint.el (comint-file-name-prefix): Purecopy initial values.
4181
bbe650fd
MA
41822009-11-11 Michael Albinus <michael.albinus@gmx.de>
4183
4184 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4185 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4186 `tramp-unload'.
4187 (tramp-advice-make-auto-save-file-name)
4188 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4189 after removing the advice.
4190
6bdad9ae
DN
41912009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4192
2f7f4bee
DN
4193 * progmodes/grep.el (grep-regexp-alist):
4194 * international/mule-cmds.el (iso-2022-control-alist):
4195 * emacs-lisp/timer.el (timer-duration-words):
4196 * subr.el (version-separator, version-regexp-alist):
4197 * minibuffer.el (completion-styles-alist):
4198 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4199 Change defvars to defconsts.
4200
a042de45
DN
4201 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4202 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4203 * international/mule-conf.el: Allow to be byte compiled.
4204
3b6acc72
DN
4205 * international/mule.el (define-charset): Purecopy props.
4206 (load-with-code-conversion): Purecopy doc string and file name.
4207 (put-charset-property): Purecopy strings.
4208 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4209
1c2efdfb 4210 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
4211 (define-char-code-property): Correctly purecopy the table.
4212
62591911
DN
4213 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4214
8b908da6
DN
4215 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4216
ff917d63
DN
4217 * subr.el (add-hook): Purecopy strings.
4218 (eval-after-load): Purecopy load-history-regexp and the form.
4219
af89cf77
DN
4220 * custom.el (custom-declare-group): Purecopy load-file-name.
4221
a3c20c83 4222 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
4223 * net/eudc.el (eudc-tools-menu):
4224 * international/mule-cmds.el (set-coding-system-map)
4225 (mule-menu-keymap):
4226 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4227 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
4228 * replace.el (occur-mode-map):
4229 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 4230 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
4231 (menu-bar-custom-menu, menu-bar-showhide-menu)
4232 (menu-bar-options-menu, menu-bar-tools-menu)
4233 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4234 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4235 (menu-bar-help-menu):
4236 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4237 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4238
6bdad9ae
DN
4239 * term/x-win.el (x-gtk-stock-map):
4240 * progmodes/vera-mode.el (auto-mode-alist):
4241 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4242 (inferior-lisp-program, inferior-lisp-load-command):
4243 * progmodes/hideshow.el (hs-special-modes-alist):
4244 * progmodes/gud.el (same-window-regexps):
4245 * progmodes/grep.el (grep-program, find-program, xargs-program):
4246 * net/telnet.el (same-window-regexps):
4247 * net/rlogin.el (same-window-regexps):
4248 * language/ethiopic.el (font-ccl-encoder-alist):
4249 * vc-sccs.el (vc-sccs-master-templates):
4250 * vc-rcs.el (vc-rcs-master-templates):
4251 * subr.el (cl-assertion-failed):
4252 * simple.el (next-error-overlay-arrow-position):
4253 * lpr.el (lpr-command):
4254 * locate.el (locate-ls-subdir-switches):
4255 * info.el (same-window-regexps, info)
4256 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4257 * image-mode.el (image-mode, auto-mode-alist):
4258 * hippie-exp.el (hippie-expand-ignore-buffers):
4259 * format.el (format-alist):
4260 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4261 (find-name-arg):
4262 * facemenu.el (facemenu-keybindings):
4263 * dired.el (dired-listing-switches, dired-chown-program):
4264 * diff.el (diff-switches, diff-command):
4265 * cus-edit.el (same-window-regexps):
4266 * bindings.el (mode-line-mule-info)
4267 (mode-line-buffer-identification): Purecopy strings.
4268
e0987650
JL
42692009-11-11 Juri Linkov <juri@jurta.org>
4270
3570691b 4271 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
4272 Tell the byte-compiler about dired-get-filename.
4273 (shell-command): In Dired mode, get filename from the current line
4274 as the default value.
4275
b16ff465
GM
42762009-11-10 Glenn Morris <rgm@gnu.org>
4277
e8a11b22
GM
4278 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4279 * calendar/holidays.el, progmodes/cperl-mode.el:
4280 Update x-popup-menu declarations.
4281
b16ff465
GM
4282 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4283 (list-load-path-shadows): Use dolist.
4284 (list-load-path-shadows): Use with-current-buffer.
4285
032c3399
JL
42862009-11-10 Juri Linkov <juri@jurta.org>
4287
4288 * minibuffer.el (read-file-name): Support a list of default values
4289 in `default-filename'. Use the first file name where only one
4290 element is required. Doc fix.
4291
8fb1629f
MA
42922009-11-09 Michael Albinus <michael.albinus@gmx.de>
4293
4294 * net/dbus.el (dbus-unregister-object): Release service, if no
4295 other method is registered for it.
4296
a51203ee 42972009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
4298
4299 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4300 bookmark-sort-flag is non-nil (Bug#4653).
4301
9bf7dc8a
CY
43022009-11-08 Chong Yidong <cyd@stupidchicken.com>
4303
4304 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4305 the progress reporter entirely.
4306
15207e74
CY
4307 * emulation/cua-base.el: Add CUA property to some CC mode commands
4308 (Bug#4100).
4309
8bf7ed70
KR
43102009-11-08 Kevin Ryde <user42@zip.com.au>
4311
4312 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 4313 at end of sentence (Bug#4818).
8bf7ed70 4314
951802d0
CY
43152009-11-08 Jared Finder <jfinder@crypticstudios.com>
4316
4317 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4318 Handle "see declaration of" MSFT statements (Bug#4100).
4319
e8244310
MA
43202009-11-08 Michael Albinus <michael.albinus@gmx.de>
4321
4322 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4323 (tramp-advice-file-expand-wildcards): Unload via
4324 `ad-remove-advice'.
4325
4326 * net/trampver.el: Update release number.
4327
a51203ee 43282009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
4329
4330 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4331 `ad-do-it'.
4332
a51203ee 43332009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
4334
4335 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4336 in order to keep context in SELinux.
4337
bedd8a58
CY
43382009-11-08 Chong Yidong <cyd@stupidchicken.com>
4339
4340 * dired-aux.el (dired-query): Place cursor in echo area and allow
4341 C-g.
4342
4343 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4344 menu item if not on a directory (Bug#4701).
4345
0484d600
MA
43462009-11-07 Michael Albinus <michael.albinus@gmx.de>
4347
4348 Sync with Tramp 2.1.17.
4349
4350 * net/tramp.el (tramp-handle-copy-directory): Don't use
4351 `file-remote-p' (due to compatibility).
4352
4353 * net/tramp-compat.el (tramp-compat-copy-directory)
4354 (tramp-compat-delete-directory): New defuns.
4355
4356 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4357 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4358 `tramp-compat-delete-directory'.
4359
4360 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 4361 (tramp-smb-handle-delete-directory): Use
0484d600
MA
4362 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4363
4364 * net/trampver.el: Update release number.
4365
b42b2189
CY
43662009-11-07 Chong Yidong <cyd@stupidchicken.com>
4367
6960d7b9
CY
4368 * tar-mode.el (tar-copy): Call write-region on the right buffer
4369 (Bug#4857).
4370
b42b2189
CY
4371 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4372 by hand, if necessary (Bug#4878).
4373
0ad57dfd
CY
43742009-11-06 Chong Yidong <cyd@stupidchicken.com>
4375
d19e23ae
CY
4376 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4377 align size column (Bug#4839).
4378
0ad57dfd
CY
4379 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4380 statement.
4381
0b7f397c
DN
43822009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4383
4384 * progmodes/ld-script.el (auto-mode-alist):
4385 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4386
4387 * cus-face.el (custom-declare-face): Purecopy face spec.
4388
495bd5ca
KH
43892009-11-06 Kenichi Handa <handa@m17n.org>
4390
4391 * international/uni-bidi.el: Re-generated.
4392 * international/uni-category.el: Re-generated.
4393 * international/uni-combining.el: Re-generated.
4394 * international/uni-mirrored.el: Re-generated.
4395
1e8780b1
DN
43962009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4397
4398 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4399 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4400 (tex-start-options, slitex-run-command, latex-run-command)
4401 (tex-run-command, tex-directory):
4402 * textmodes/ispell.el (ispell-html-skip-alists)
4403 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4404 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4405 (adaptive-fill-regexp):
4406 * textmodes/dns-mode.el (auto-mode-alist):
4407 * progmodes/python.el (interpreter-mode-alist):
4408 * progmodes/etags.el (tags-compression-info-list):
4409 * progmodes/etags.el (tags-file-name):
4410 * net/browse-url.el (browse-url-galeon-program)
4411 (browse-url-firefox-program):
4412 * mail/sendmail.el (mail-signature-file)
4413 (mail-citation-prefix-regexp):
4414 * international/mule-conf.el (eight-bit):
4415 * international/latexenc.el (latex-inputenc-coding-alist):
4416 * international/fontset.el (x-pixel-size-width-font-regexp):
4417 * emacs-lisp/warnings.el (warning-type-format):
4418 * emacs-lisp/trace.el (trace-buffer):
4419 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4420 (emacs-lisp-mode-map):
4421 * calendar/holidays.el (holiday-solar-holidays)
4422 (holiday-bahai-holidays, holiday-islamic-holidays)
4423 (holiday-christian-holidays, holiday-hebrew-holidays)
4424 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4425 (hebrew-holidays-1, holiday-oriental-holidays)
4426 (holiday-general-holidays):
4427 * x-dnd.el (x-dnd-known-types):
4428 * tool-bar.el (tool-bar):
4429 * startup.el (site-run-file):
4430 * shell.el (shell-dumb-shell-regexp):
4431 * rfn-eshadow.el (file-name-shadow-tty-properties)
4432 (file-name-shadow-properties):
4433 * paths.el (remote-shell-program, news-directory):
4434 * mouse.el ([C-down-mouse-3]):
4435 * menu-bar.el (menu-bar-tools-menu):
4436 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4437 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4438 (jka-compr-compression-info-list):
4439 * isearch.el (search-whitespace-regexp):
4440 * image-file.el (image-file-name-extensions):
4441 * find-dired.el (find-ls-option):
4442 * files.el (directory-listing-before-filename-regexp)
4443 (directory-free-space-args, insert-directory-program)
4444 (list-directory-brief-switches, magic-fallback-mode-alist)
4445 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4446 (automount-dir-prefix):
4447 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4448 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4449 (face-font-registry-alternatives, face-font-registry-alternatives)
4450 (face-font-family-alternatives):
4451 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4452 (facemenu-foreground-menu, facemenu-face-menu):
4453 * epa-hook.el (epa-file-name-regexp):
4454 * dnd.el (dnd-protocol-alist):
4455 * textmodes/rst.el (auto-mode-alist):
a51203ee 4456 * button.el (default-button): Purecopy strings.
1e8780b1 4457
0adae11f
GM
44582009-11-06 Glenn Morris <rgm@gnu.org>
4459
4460 * Makefile.in (ELCFILES): Update.
4461
2adaf057
SM
44622009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4463
8f72f03c
SM
4464 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4465 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4466
2adaf057
SM
4467 * nxml/xsd-regexp.el (xsdre-gen-categories):
4468 * nxml/xmltok.el (xmltok-parse-entity):
4469 * nxml/rng-parse.el (rng-parse-validate-file):
4470 * nxml/rng-maint.el (rng-format-manual)
4471 (rng-manual-output-force-new-line):
4472 * nxml/rng-loc.el (rng-save-schema-location-1):
4473 * nxml/rng-cmpct.el (rng-c-parse-file):
4474 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4475 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4476
14862301
SM
44772009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4478
bf0b361c 4479 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
4480 Remove extra save-excursions and make-variable-buffer-local's.
4481 Suggested by Stefan Monnier.
4482
4483 (verilog-getopt-file, verilog-module-inside-filename-p)
4484 (verilog-set-define): Merge GNU 1.35 and repair changes from
4485 switching to using with-current-buffer.
4486
4487 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4488 being treated as a number and confusing AUTORESET.
4489 Reported by Dan Dever.
4490
4491 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4492 Add verilog-auto-ignore-concat to fix backward compatibility with
4493 older verilog-modes. Reported by Dan Katz.
4494
4495 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4496 containing closing anchors "...$".
4497
4498 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4499 Reported by Wade Smith.
4500
48c2d18a 4501 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
4502
45032009-11-05 Michael McNamara <mac@mail.brushroad.com>
4504
bf0b361c
JB
4505 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4506 for labels.
14862301
SM
4507
4508 (verilog-label-re, verilog-calc-1): Support proper indent of named
4509 asserts.
4510
4511 (verilog-backward-token, verilog-basic-complete-re)
4512 (verilog-beg-of-statement, verilog-indent-re): Support proper
4513 indent of the assert statement at the beginning of a block of text.
4514
4515 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4516 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4517 tokens as begins.
4518
4f8f657f
GM
45192009-11-05 Glenn Morris <rgm@gnu.org>
4520
775adc51
GM
4521 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4522 Emacs 19. (Bug#1531)
4523 (byte-compile-fix-header): Update for the above change.
4524 Drop test for epoch::version.
4525
4ad6a5e7 4526 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
4527 * cus-dep.el (custom-make-dependencies):
4528 * finder.el (finder-compile-keywords):
4529 Use autoload-rubric's feature argument.
4ad6a5e7 4530
4f8f657f
GM
4531 * calendar/diary-lib.el (top-level): Make load behave more like require.
4532
881e4184
GM
4533 * vc-git.el (vc-git-stash-map): Move definition before use.
4534
ba214964 45352009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 4536
b6f8ba09
DN
4537 * custom.el (custom-declare-group): Purecopy standard-value.
4538 (custom-declare-group): Purecopy custom-prefix.
4539
7fdbcd83
SM
4540 * international/mule.el (load-with-code-conversion):
4541 Call do-after-load-evaluation unconditionally.
eb6f577b 4542
f6195dfb
DN
4543 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4544
56f14120
SM
45452009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4548
e5c89ce9
GM
45492009-11-04 Glenn Morris <rgm@gnu.org>
4550
4551 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4552 (byte-compile-compatibility): Remove option.
4553 (byte-compile-close-variables, byte-compile-fix-header)
4554 (byte-compile-insert-header, byte-compile-output-docform)
4555 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4556 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4557 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4558 (byte-compile-insert, byte-compile-defun):
4559 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
4560 (byte-defop-compiler19): Remove.
4561 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4562 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 4563
e24f42ab
JL
45642009-11-04 Juri Linkov <juri@jurta.org>
4565
4566 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4567 (menu-bar-options-menu): Don't quote the `prop' arg of
4568 `menu-bar-make-mm-toggle'.
4569
d3d5f4f5
JB
45702009-11-04 Juanma Barranquero <lekktu@gmail.com>
4571
4572 * calendar/calendar.el (cal-loaddefs):
4573 * calendar/diary-lib.el (diary-loaddefs):
4574 * calendar/holidays.el (hol-loaddefs):
4575 * eshell/esh-module.el (esh-groups): Load rather than require.
4576
6e39d3b2
SM
45772009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4578
e96d62cd
SM
4579 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4580 point-min==1.
7e83e8b4
SM
4581 (todo-top-priorities): Only display-buffer when called interactively.
4582 (todo-item-start): Don't save excursion point.
4583 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4584 (todo-insert-item-here, todo-file-item, todo-remove-item):
4585 Adjust uses of todo-item-start and todo-item-end.
4586
fae4e5b9
SM
4587 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4588 (autoload-rubric): Don't use any more.
4589 * cedet/semantic/fw.el (semantic/loaddefs):
4590 * cedet/srecode.el (srecode/loaddefs):
4591 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
4592 * cedet/ede/cpp-root.el:
4593 * cedet/ede/emacs.el:
4594 * cedet/ede/files.el:
4595 * cedet/ede/linux.el:
4596 * cedet/ede/locate.el:
4597 * cedet/ede/make.el:
4598 * cedet/ede/shell.el:
4599 * cedet/ede/speedbar.el:
4600 * cedet/ede/system.el:
4601 * cedet/ede/util.el:
4602 * cedet/semantic/analyze.el:
4603 * cedet/semantic/bovine.el:
4604 * cedet/semantic/complete.el:
4605 * cedet/semantic/ctxt.el:
4606 * cedet/semantic/db-file.el:
4607 * cedet/semantic/db-find.el:
4608 * cedet/semantic/db-global.el:
4609 * cedet/semantic/db-mode.el:
4610 * cedet/semantic/db-typecache.el:
4611 * cedet/semantic/db.el:
4612 * cedet/semantic/debug.el:
4613 * cedet/semantic/dep.el:
4614 * cedet/semantic/doc.el:
4615 * cedet/semantic/edit.el:
4616 * cedet/semantic/find.el:
4617 * cedet/semantic/format.el:
4618 * cedet/semantic/html.el:
4619 * cedet/semantic/ia-sb.el:
4620 * cedet/semantic/ia.el:
4621 * cedet/semantic/idle.el:
4622 * cedet/semantic/lex-spp.el:
4623 * cedet/semantic/lex.el:
4624 * cedet/semantic/mru-bookmark.el:
4625 * cedet/semantic/scope.el:
4626 * cedet/semantic/senator.el:
4627 * cedet/semantic/sort.el:
4628 * cedet/semantic/symref.el:
4629 * cedet/semantic/tag-file.el:
4630 * cedet/semantic/tag-ls.el:
4631 * cedet/semantic/tag-write.el:
4632 * cedet/semantic/tag.el:
4633 * cedet/semantic/util-modes.el:
4634 * cedet/semantic/analyze/complete.el:
4635 * cedet/semantic/analyze/refs.el:
4636 * cedet/semantic/bovine/c.el:
4637 * cedet/semantic/bovine/gcc.el:
4638 * cedet/semantic/bovine/make.el:
4639 * cedet/semantic/bovine/scm.el:
4640 * cedet/semantic/decorate/include.el:
4641 * cedet/semantic/decorate/mode.el:
4642 * cedet/semantic/symref/cscope.el:
4643 * cedet/semantic/symref/global.el:
4644 * cedet/semantic/symref/grep.el:
4645 * cedet/semantic/symref/idutils.el:
4646 * cedet/semantic/symref/list.el:
4647 * cedet/semantic/wisent/java-tags.el:
4648 * cedet/semantic/wisent/javascript.el:
4649 * cedet/srecode/compile.el:
4650 * cedet/srecode/cpp.el:
4651 * cedet/srecode/document.el:
4652 * cedet/srecode/el.el:
4653 * cedet/srecode/expandproto.el:
4654 * cedet/srecode/getset.el:
4655 * cedet/srecode/insert.el:
4656 * cedet/srecode/java.el:
4657 * cedet/srecode/map.el:
4658 * cedet/srecode/mode.el:
4659 * cedet/srecode/template.el:
4660 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
4661 generated-autoload-feature.
4662
6e39d3b2
SM
4663 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4664 and only put a prop if it is non-nil.
4665
c9753fb4
JL
46662009-11-03 Juri Linkov <juri@jurta.org>
4667
4668 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4669 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4670
4671 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4672 and "Menu" to make top-level menu item visually one unit (like
4673 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4674 multi-word menu items). Fix :help string for quit-window.
4675
db04f33f
GM
46762009-11-03 Glenn Morris <rgm@gnu.org>
4677
df8fff6c
GM
4678 * cedet/mode-local.el (with-mode-local): Doc fix.
4679
2aea6521
GM
4680 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4681 (byte-compile-file-form-define-abbrev-table)
4682 (byte-compile-file-form-custom-declare-variable)
4683 (byte-compile-variable-ref, byte-compile-defvar):
4684 Whether or not a warning is enabled should only affect whether we issue
4685 the warning, not whether or not we collect the relevant data.
4686 Eg warnings can be turned on and off throughout the course of a file.
4687
db04f33f
GM
4688 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4689 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4690
937e6a56
SM
46912009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4694 * play/mpuz.el (mpuz-create-buffer):
4695 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4696 (lm-print-y,s,noise, lm-print-w0, lm-init):
4697 * play/gomoku.el (gomoku-prompt-for-move):
4698 * play/fortune.el (fortune-in-buffer):
4699 * play/dissociate.el (dissociated-press):
4700 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 4701 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
4702 * mail/supercite.el (sc-eref-show):
4703 * mail/smtpmail.el (smtpmail-send-it):
4704 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4705 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4706 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4707 (rmail-summary-goto-msg, rmail-summary-expunge)
4708 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4709 (rmail-summary-add-label, rmail-summary-output-menu)
4710 (rmail-summary-output-body):
4711 * mail/rfc822.el (rfc822-addresses):
4712 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4713 * mail/mailpost.el (post-mail-send-it):
4714 * mail/hashcash.el (hashcash-generate-payment):
4715 * mail/feedmail.el (feedmail-run-the-queue)
4716 (feedmail-queue-send-edit-prompt-help-first)
4717 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4718 (feedmail-deduce-address-list):
4719 * eshell/esh-ext.el (eshell-remote-command):
4720 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4721 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4722 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4723 (viper-save-string-in-file, viper-valid-marker):
4724 * emulation/viper-keym.el (viper-toggle-key):
4725 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4726 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4727 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4728 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4729 (viper-exec-form-in-emacs, viper-brac-function):
4730 * emulation/viper.el (viper-delocalize-var):
4731 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4732 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4733 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4734 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4735 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4736 * emulation/edt.el (edt-electric-helpify):
4737 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4738 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4739 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4740 (cua-indent-to-global-mark-column):
4741 * calendar/diary-lib.el (calendar-mark-1):
4742 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4743 Use with-current-buffer.
4744 * emulation/viper.el (viper-delocalize-var): Use dolist.
4745
5b955562
CY
47462009-11-03 Chong Yidong <cyd@stupidchicken.com>
4747
4748 * comint.el (comint-replace-by-expanded-history-before-point):
4749 Replace !! with the previous input string literally (Bug#1795).
4750
6292c599
JB
47512009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4752
4753 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4754 to be made up of whitespace.
4755
8368c14e
CY
47562009-11-02 Chong Yidong <cyd@stupidchicken.com>
4757
4758 * minibuffer.el (read-file-name): Don't use file dialogs for
4759 remote directories (Bug#99).
4760
6f750f0d
CY
47612009-11-01 Chong Yidong <cyd@stupidchicken.com>
4762
4763 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4764
97ab3f47
AS
47652009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4766
4767 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4768 instead of deleting the window or frame.
4769
673c1168
CY
47702009-10-31 Chong Yidong <cyd@stupidchicken.com>
4771
4772 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4773 Support face colors.
4774
937e6a56
SM
4775 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4776 New function. Support face colors (Bug#1168).
673c1168
CY
4777 (tex-common-initialization): Use it.
4778
4779 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4780 mode allows it (Bug#1168).
4781
c9349f0a
CY
47822009-10-31 Juri Linkov <juri@jurta.org>
4783
4784 * facemenu.el (list-colors-display): Don't mark buffer as
4785 modified (Bug#3948).
4786
ebf5c4f5
CY
47872009-10-31 Chong Yidong <cyd@stupidchicken.com>
4788
5c2dce75
CY
4789 * international/mule-diag.el (list-character-sets-1): Minor
4790 message fix (Bug#3526).
4791
26581f0e
CY
4792 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4793 face property (Bug#4834).
4794 (etags-list-tags, etags-tags-apropos-additional)
4795 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4796 property.
4797
ebf5c4f5
CY
4798 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4799 items.
4800
4801 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4802 items.
4803
4804 * cedet/ede.el (ede-minor-mode):
4805 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4806
9a529312
SM
48072009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * textmodes/two-column.el (2C-split):
4810 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4811 * textmodes/tex-mode.el (tex-set-buffer-directory):
4812 * textmodes/spell.el (spell-region, spell-string):
4813 * textmodes/reftex.el (reftex-erase-buffer):
4814 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4815 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4816 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4817 (reftex-select-item):
4818 * textmodes/reftex-ref.el (reftex-label-info-update)
4819 (reftex-offer-label-menu):
4820 * textmodes/reftex-index.el (reftex-index-change-entry)
4821 (reftex-index-phrases-info):
4822 * textmodes/reftex-global.el (reftex-create-tags-file)
4823 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4824 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4825 (reftex-view-crossref-from-bibtex):
4826 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4827 (reftex-extract-bib-entries-from-thebibliography)
4828 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4829 * textmodes/refbib.el (r2b-capitalize-title):
4830 (r2b-convert-buffer, r2b-help):
4831 * textmodes/page-ext.el (pages-directory)
4832 (pages-directory-goto-with-mouse):
4833 * textmodes/bibtex.el (bibtex-validate-globally):
4834 * textmodes/bib-mode.el (bib-capitalize-title):
4835 * textmodes/artist.el (artist-clear-buffer, artist-system):
4836 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4837 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4838 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4839 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4840 (xscheme-send-control-g-interrupt, xscheme-start-process)
4841 (xscheme-process-sentinel, xscheme-cd):
4842 * progmodes/verilog-mode.el (verilog-read-always-signals)
4843 (verilog-set-define, verilog-getopt-file)
4844 (verilog-module-inside-filename-p):
4845 * progmodes/sh-script.el:
4846 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4847 (python-pdbtrack-grub-for-buffer, python-execute-file):
4848 * progmodes/octave-inf.el (inferior-octave):
4849 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4850 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4851 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4852 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4853 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4854 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4855 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4856 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4857 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4858 (idlwave-shell-examine-display, idlwave-shell-run-region)
4859 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4860 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4861 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4862 (idlwave-help-get-help-buffer):
4863 * progmodes/gud.el (gud-basic-call, gud-find-class)
4864 (gud-tooltip-activate-mouse-motions-if-enabled):
4865 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4866 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4867 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4868 (ebrowse-tags-next-file):
4869 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4870 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4871 (ebnf-eps-finish-and-write):
4872 * progmodes/cpp.el (cpp-edit-save):
4873 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4874 * progmodes/cc-defs.el (c-emacs-features):
4875 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4876 (antlr-directory-dependencies):
4877 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4878 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4879 (ada-find-any-references, ada-make-filename-from-adaname)
4880 (ada-make-body-gnatstub):
4881 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 4882 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
4883 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4884 * net/rcirc.el (rcirc-debug):
4885 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4886 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4887 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4888 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 4889 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
4890 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4891 (newsticker--treeview-list-clear-highlight)
4892 (newsticker--treeview-list-update-highlight)
4893 (newsticker--treeview-list-highlight-start)
4894 (newsticker--treeview-tree-update-highlight)
4895 (newsticker--treeview-get-selected-item)
4896 (newsticker-treeview-mark-list-items-old)
4897 (newsticker--treeview-set-current-node):
4898 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4899 * net/newst-backend.el (newsticker--get-news-by-funcall)
4900 (newsticker--get-news-by-wget, newsticker--image-get)
4901 (newsticker--image-sentinel):
4902 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4903 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4904 (eudc-ph-close-session):
4905 * net/eudc.el (eudc-save-options):
4906 * language/thai-word.el (thai-update-word-table):
4907 * language/japan-util.el (japanese-string-conversion):
4908 * international/titdic-cnv.el (tsang-quick-converter)
4909 (ziranma-converter, ctlau-converter):
4910 * international/mule-cmds.el (describe-language-environment):
4911 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4912 (skkdic-convert-postfix, skkdic-convert-prefix):
4913 (skkdic-convert-okuri-nasi, skkdic-convert):
4914 * emacs-lisp/re-builder.el (reb-update-overlays):
4915 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4916 * emacs-lisp/gulp.el (gulp-send-requests):
4917 * emacs-lisp/find-gc.el (trace-call-tree):
4918 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4919 (eieio-describe-generic):
4920 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4921 * emacs-lisp/edebug.el (edebug-outside-excursion):
4922 * emacs-lisp/debug.el (debugger-make-xrefs):
4923 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4924 * emacs-lisp/chart.el (chart-new-buffer):
4925 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4926 Use with-current-buffer.
4927 * textmodes/artist.el (artist-system): Don't call
4928 copy-sequence on a fresh string.
4929 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4930
d566f228
GM
49312009-10-31 Stephen Berman <stephen.berman@gmx.net>
4932
4933 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 4934 is no item to edit. (Bug#4820)
d566f228 4935 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 4936 buffer. (Bug#4820)
d566f228 4937
f3628edd
GM
49382009-10-31 Glenn Morris <rgm@gnu.org>
4939
5cf3709c
GM
4940 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4941 (comint-last-output-start, comint-last-input-start)
4942 (comint-last-input-end): Don't defvar when compiling.
4943 (ange-ftp-process-file): Use bound-and-true-p.
4944
4c814fd2
GM
4945 * pcmpl-rpm.el (top-level): Move provide statement to end.
4946 (pcmpl-rpm): Remove unused custom group.
4947
113b8dcc
GM
4948 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4949
31c615e4
GM
4950 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4951
416d3588
GM
4952 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4953 (byte-compile-warnings): Add `constants' as an option.
4954 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4955 (display-call-tree): Update for byte-compile-fdefinition possibly
4956 returning `(macro lambda ...)'. (Bug#4778)
4957 (byte-compile-variable-ref, byte-compile-setq-default):
4958 Respect `constants' member of byte-compile-warnings.
4959
8aedfd3b
GM
4960 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4961 Use mapc rather than mapcar because the return value is never used.
4962
f3628edd
GM
4963 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4964 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4965 * cedet/semantic/html.el:
4966 Suppress harmless warnings about setting up semantic-imenu (not
4967 part of Emacs) variables.
4968
00f71f39
SM
49692009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4972 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4973 to "submit:".
4974
4fa4a838
SM
4975 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4976 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4977 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4978 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4979 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4980 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4981 (semantic-analyzer-debug-global-symbol)
4982 (semantic-analyzer-debug-missing-innertype)
4983 (semantic-analyzer-debug-insert-include-summary):
4984 * cedet/semantic/util.el (semantic-file-tag-table):
4985 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4986 (semantic-recursive-find-nonterminal-by-name):
4987 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4988 * cedet/semantic/tag-file.el (semantic-prototype-file):
4989 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4990 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4991 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4992 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4993 (semantic-idle-summary-maybe-highlight):
4994 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4995 (semantic-ia-sb-tag-info):
4996 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4997 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4998 * cedet/semantic/ede-grammar.el (project-compile-target):
4999 (ede-proj-makefile-insert-variables):
5000 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5001 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5002 (semantic-debug-mode, semantic-debug):
5003 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5004 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5005 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5006 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5007 (semanticdb-find-translate-path-includes--internal)
5008 (semanticdb-reset-log, semanticdb-find-log-activity):
5009 * cedet/semantic/db-file.el (object-write):
5010 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5011 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5012 (semanticdb-create-ebrowse-database):
5013 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5014 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5015 (semantic-collector-calculate-completions-raw)
5016 (semantic-complete-read-tag-analyzer):
5017 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5018 * cedet/ede/util.el (ede-update-version-in-source):
5019 * cedet/ede/proj.el (project-delete-target):
5020 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5021 (ede-proj-flush-autoconf):
5022 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5023 (ede-proj-configure-synchronize):
5024 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5025 * cedet/ede/linux.el (ede-linux-version):
5026 * cedet/ede/emacs.el (ede-emacs-version):
5027 * cedet/ede/dired.el (ede-dired-add-to-target):
5028 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5029 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5030 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5031 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5032 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5033 (cedet-idutils-version-check):
5034 * cedet/cedet-global.el (cedet-gnu-global-call):
5035 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5036 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5037 * cedet/cedet-cscope.el (cedet-cscope-call)
5038 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5039 Use with-current-buffer.
5040 * cedet/ede.el (ede-make-project-local-variable)
5041 (ede-set-project-variables, ede-set): Use dolist.
5042
ca0a881a
DN
50432009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5044
5045 * textmodes/ispell.el (ispell-skip-region-alist):
5046 * international/mule-conf.el (eight-bit):
5047 * international/fontset.el (font-encoding-alist):
5048 * startup.el (pure-space-overflow-message):
5049 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5050 * paths.el (gnus-nntp-service, rmail-spool-directory)
5051 (term-file-prefix):
5052 * files.el (save-some-buffers-action-alist):
5053 * cmuscheme.el (same-window-buffer-names):
5054 * ielm.el (same-window-buffer-names):
5055 * shell.el (same-window-buffer-names):
5056 * mail/sendmail.el (same-window-buffer-names):
5057 * progmodes/inf-lisp.el (same-window-buffer-names):
5058 * bindings.el (mode-line-client)
5059 (mode-line-column-line-number-mode-map):
5060 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5061 (tibetan-precomposed-regexp): Purecopy string arguments.
5062
b861e45e
SM
50632009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5064
6df9b6d7
SM
5065 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5066 (calcDigit-nondigit):
5067 * calc/calc-yank.el (calc-copy-to-buffer):
5068 * calc/calc-units.el (calc-invalidate-units-table):
5069 * calc/calc-trail.el (calc-trail-yank):
5070 * calc/calc-store.el (calc-insert-variables):
5071 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5072 * calc/calc-prog.el (calc-read-parse-table):
5073 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5074 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5075 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5076 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5077 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5078 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5079 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5080 * calc/calc-ext.el (calc-realign):
5081 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5082 (calc-embedded-finish-edit, calc-embedded-make-info)
5083 (calc-embedded-finish-command, calc-embedded-stack-change):
5084 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5085
5a916e35
SM
5086 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5087 (overload-docstring-extension): Use that info.
5088 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5089 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5090 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5091 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5092 (semantic-nonterminal-full-name): Add the new `when' info.
5093 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5094 `assert'.
5095
70f44c65
SM
5096 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5097 shell-dynamic-complete-filename in preference to
5098 comint-dynamic-complete-filename.
5099
b861e45e
SM
5100 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5101 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5102 Don't consider whether the display supports colors.
5103 (bookmark-import-new-list): Use dolist.
5104 (bookmark-bmenu-mode-map): Move initialization into declaration.
5105 (bookmark-bmenu-list): Use dolist, simplify.
5106 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5107 (menu-bar-final-items): Use push.
5108
8549241d 51092009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
5110
5111 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5112 it works on remote files.
5113 (vc-hg-diff): Don't pass any `--cwd' argument.
5114
30644573
KR
51152009-10-27 Kevin Ryde <user42@zip.com.au>
5116
cc63d28f
SM
5117 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5118 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
5119 (Further to Bug#3921).
5120
9be01a63
MA
51212009-10-27 Michael Albinus <michael.albinus@gmx.de>
5122
5123 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5124 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5125 calling `tramp-imap-put-file'. Add file size to the call.
5126 (tramp-imap-get-file-entries): Compute also user name, file size,
5127 and date.
5128 (tramp-imap-handle-insert-directory): Insert uid and gid.
5129 (tramp-imap-handle-file-attributes): Transform uid and gid
5130 according to `id-format'.
5131 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5132 size in header X-Size.
5133
41849bf9
JB
51342009-10-26 Juanma Barranquero <lekktu@gmail.com>
5135
5136 * simple.el (transpose-subr): Give clearer error when the mark
5137 is not set. (Bug#4807)
5138
293c24f9
MA
51392009-10-26 Michael Albinus <michael.albinus@gmx.de>
5140
cc63d28f
SM
5141 * net/tramp.el (tramp-perl-file-truename): New defconst.
5142 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 5143 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
5144 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5145 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 5146
cc63d28f
SM
5147 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5148 Ignore `dired-call-process'.
293c24f9
MA
5149 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5150
51512009-10-26 Julian Scheid <julians37@gmail.com>
5152
cc63d28f 5153 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
5154 (tramp-get-remote-readlink): New defun.
5155 (tramp-handle-file-truename): Use it.
5156 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5157 file exists if cache value present.
48c2d18a 5158 (tramp-check-cached-permissions): New defun.
293c24f9
MA
5159 (tramp-handle-file-readable-p): Use it.
5160 (tramp-handle-file-writable-p): Likewise.
5161 (tramp-handle-file-executable-p): Likewise.
5162 (tramp-handle-file-name-all-completions): Try using Perl to get
5163 partial completions. When perl not available, combine `cd' and
5164 `ls' into single remote operation and use shell expansion to get
5165 partial remote directory contents. Set `file-exists-p' cache for
5166 directory and any files returned by ls. Change cache handling to
5167 support partial directory contents. Use error message emitted by
5168 remote `cd' or Perl code for local tramp-error.
5169 (tramp-do-copy-or-rename-file-directly): Avoid separate
5170 tramp-send-command-and-check call.
cc63d28f
SM
5171 (tramp-handle-process-file): Merge three remote ops into one.
5172 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
5173 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5174 file-attributes shows uid/gid to be set already.
5175
a7610c52
DN
51762009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5177
5178 * textmodes/tex-mode.el (tex-dvi-view-command)
5179 (tex-show-queue-command, tex-open-quote):
5180 * progmodes/ruby-mode.el (auto-mode-alist)
5181 (interpreter-mode-alist): Purecopy strings.
5182
5183 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5184
5185 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5186 string for the hook, keymap and abbrev table.
5187
5188 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5189
5190 * x-dnd.el (x-dnd-xdnd-to-action):
5191 * startup.el (fancy-startup-text, fancy-about-text): Change to
5192 defconst from defvar.
5193
5194 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5195
5196 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5197 Purecopy initialization strings.
5198
5199 * mail/sendmail.el (mail-header-separator)
5200 (mail-personal-alias-file):
5201 * mail/rmail.el (rmail-default-dont-reply-to-names)
5202 (rmail-ignored-headers, rmail-retry-ignored-headers)
5203 (rmail-highlighted-headers, rmail-secondary-file-directory)
5204 (rmail-secondary-file-regexp):
5205 * files.el (null-device, file-name-invalid-regexp)
5206 (locate-dominating-stop-dir-regexp)
cc63d28f 5207 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
5208 (interpreter-mode-alist): Use mapcar instead of mapc.
5209
5210 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5211
5212 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5213 (completion-ignored-extensions):
5214 (debug-ignored-errors): Purecopy strings.
5215
4fcc3d32
SM
52162009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5217
0667de21
SM
5218 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5219 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5220 (pcomplete--here): Use push.
5221
4fcc3d32
SM
5222 * subr.el (all-completions): Declare the 4th arg obsolete.
5223
955ef430
SM
52242009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5225
2d085307
SM
5226 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5227 (pcomplete-unquote-argument): New function.
5228 (pcomplete--common-suffix): Always pay attention to case.
5229 (pcomplete--table-subvert): Quote and unquote the text.
5230 (pcomplete--common-quoted-suffix): New function.
5231 (pcomplete-std-complete): Use it and pcomplete-begin.
5232
955ef430
SM
5233 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5234 we're inside a dedicated or minibuffer window.
5235
4fcc3d32
SM
52362009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5237
5238 * cedet/semantic/fw.el (semantic-alias-obsolete)
5239 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5240 (define-mode-overload-implementation):
5241 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5242 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5243 * cedet/semantic/util.el (semantic-file-token-stream)
5244 (semantic-something-to-stream):
5245 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5246 (semantic-expand-nonterminal):
5247 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5248 (semantic-find-dependency, semantic-find-nonterminal)
5249 (semantic-find-dependency):
5250 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5251 (semantic-flex-text, semantic-flex-make-keyword-table)
5252 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5253 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5254 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5255 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5256 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5257 (semantic-after-idle-scheduler-reparse-hooks):
5258 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5259 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5260 * cedet/semantic.el (semantic-toplevel-bovine-table)
5261 (semantic-toplevel-bovine-cache)
5262 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5263 (semantic-init-mode-hooks, semantic-init-db-hooks)
5264 (semantic-bovination-working-type): Provide the `when' arg.
5265
7c85c02b
KF
52662009-10-24 Karl Fogel <kfogel@red-bean.com>
5267
5268 * bookmark.el: Update documentation, especially documentation
5269 of `bookmark-alist' and of the bookmark file format.
5270 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5271
3e8ae8a6
CY
52722009-10-24 Chong Yidong <cyd@stupidchicken.com>
5273
3e425845
CY
5274 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5275 keybindings apply to the mail buffer (Bug#4003). Shrink help
5276 window to buffer.
5277
cdd47d48
CY
5278 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5279 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
5280 (whitespace-toggle-options, global-whitespace-toggle-options):
5281 Doc fix (Bug#3660).
cdd47d48 5282
ba07c9ad
CY
5283 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5284 of xmltok-start before the end tag was inserted (Bug#2840).
5285
3e8ae8a6
CY
5286 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5287 patterns that are preceded by an open-paren (Bug#1320).
5288
ab276820
CY
52892009-10-24 Sven Joachim <svenjoac@gmx.de>
5290
5291 * files.el (delete-directory): Delete symlinks to directories with
5292 delete-file (Bug#4739).
5293
86f1602f
CY
52942009-10-24 Chong Yidong <cyd@stupidchicken.com>
5295
5296 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5297 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5298 argument to make-obsolete.
5299
5300 * cedet/semantic/fw.el (semantic-alias-obsolete)
5301 (semantic-varalias-obsolete): Add optional WHEN argument.
5302
905a9ed3
DN
53032009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5304
a9a2a6db
DN
5305 * vc.el (vc-backend-for-registration): Rename from
5306 vc-get-backend-for-registration. Update callers.
5307
cc63d28f
SM
5308 * international/mule-cmds.el (set-language-info-alist):
5309 Purecopy lang-env.
905a9ed3
DN
5310 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5311 (charset): Purecopy the name.
5312 (define-char-code-property): Purecopy string arguments.
5313
5314 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5315 Purecopy string arguments.
5316
5317 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5318 * ediff-hook.el (menu-bar-ediff-menu):
5319 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5320 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5321
d270305a
GM
53222009-10-24 Glenn Morris <rgm@gnu.org>
5323
6c74d523 5324 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
5325 * term.el (term-dynamic-list-completions): Use choose-completion rather
5326 than obsolete alias mouse-choose-completion.
5327
ae732337
GM
5328 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5329 file-cache-choose-completion.
5330 (file-cache-choose-completion): Handle an optional event argument.
5331 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5332
cc63d28f
SM
5333 * progmodes/octave-mod.el (octave-complete-symbol):
5334 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 5335
9847dc91
GM
5336 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5337 use.
5338
e8f2a5d5
GM
5339 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5340 compiler.
5341
d270305a
GM
5342 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5343
c6432f1e
SM
53442009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5347 Ignore `pred' now that we receive one.
5348 Handle test-completion specially.
5349
6ab196f9
DN
53502009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5351
5352 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 5353 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
5354 REGISTER ...
5355 (vc-get-backend-for-registration): ... here. New function.
5356 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5357 of vc-responsible-backend, pass the file name instead of the
5358 directory name.
5359
48feed59
SM
53602009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5361
5362 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5363 New funs.
5364 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5365 (pcomplete-comint-setup): Don't modify a global var via
5366 accidental side-effects.
5367 (pcomplete-shell-setup): Adjust call accordingly.
5368 (pcomplete-parse-comint-arguments): Use push.
5369
00006066
CY
53702009-10-23 Chong Yidong <cyd@stupidchicken.com>
5371
36bfa3af
CY
5372 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5373 Allow uncapitalized info node names (Bug#3921).
5374
00006066
CY
5375 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5376 to the DEBUG file (Bug#3781).
5377
aa311d6e
CY
53782009-10-23 Jari Aalto <jari.aalto@cante.net>
5379
5380 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5381 dictionary entry (Bug#4579).
5382
b88f2d0a
MA
53832009-10-23 Michael Albinus <michael.albinus@gmx.de>
5384
5385 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5386 from `rfn-eshadow-update-overlay-hook' when unloading.
5387 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5388 "rsyncc". Adjust doc string.
48c2d18a 5389 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
5390 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5391 Keep temporary file when indicated by method ("rsync" and
5392 "rsyncc").
5393 (tramp-handle-write-region): Handle APPEND.
5394 (tramp-delete-temp-file-function): New defun. Added to
5395 `kill-buffer-hook'.
5396
1becddbb
JB
53972009-10-23 Juanma Barranquero <lekktu@gmail.com>
5398
5399 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5400
8f43cbf3
DN
54012009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5402
5403 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5404 (color-name-rgb-alist, tty-standard-colors)
5405 (tty-color-mode-alist): Change to defconst.
5406
5407 * simple.el (mark-inactive): Purecopy message.
5408
5409 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5410 (global-map, yank-menu):
5411 * textmodes/ispell.el (ispell-menu-map):
5412 * net/eudc.el (eudc-tools-menu):
5413 * international/mule-cmds.el (describe-language-environment-map)
5414 (setup-language-environment-map, set-coding-system-map)
5415 (mule-menu-keymap):
5416 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5417 * replace.el (occur-mode-map):
5418 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5419
1d228a31
JB
54202009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5421
5422 * calc/calc.el (math-read-number, math-read-number-simple): Use
5423 `save-match-data'.
5424
3b067af1
SM
54252009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5426
28a90c44
SM
5427 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5428 rather than fiddling with global-map bindings, since it should only
5429 affect per-terminal settings.
5430 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5431
a452eee8
SM
5432 * minibuffer.el (completion-table-with-terminator): Allow to specify
5433 the terminator-regexp.
5434
ab14d7d5
SM
5435 * simple.el (switch-to-completions): Look for *Completions* in other
5436 frames as well.
5437
3b067af1
SM
5438 * pcomplete.el: Allow the use of completion-tables.
5439 (pcomplete-std-complete): New command.
5440 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5441 (pcomplete--here): Use a function for `form' rather than an expression,
5442 so it can be byte-compiled.
5443 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5444 Add edebug declaration.
5445 (pcomplete-show-completions): Remove unused var `curbuf'.
5446 (pcomplete-do-complete, pcomplete-stub):
1becddbb 5447 Don't assume `completions' is a list of strings any more.
3b067af1 5448
5480359e
JB
54492009-10-22 Juanma Barranquero <lekktu@gmail.com>
5450
5451 * find-dired.el (find-name-arg): Fix typo in docstring.
5452
3170b794
SM
54532009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5454
48c23a25
SM
5455 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5456 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5457
56b14058
SM
5458 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5459 pcomplete-entries.
5460
3170b794
SM
5461 * comint.el (comint-read-input-ring, comint-write-input-ring)
5462 (comint-substitute-in-file-name)
5463 (comint-dynamic-complete-as-filename)
5464 (comint-dynamic-simple-complete)
5465 (comint-dynamic-list-filename-completions)
5466 (comint-dynamic-list-completions)
5467 (comint-redirect-results-list-from-process): Minor simplifications.
5468
2affef34
KR
54692009-10-21 Kevin Ryde <user42@zip.com.au>
5470
3170b794
SM
5471 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5472 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 5473 the first form. And insert a blank line after ";;; Code" since
d8194864 5474 that's usual style. (Bug#4612)
2affef34 5475
e7b94bbb
KR
5476 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5477
528c56e2
SM
54782009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * minibuffer.el (completion-table-with-terminator): Properly implement
5481 boundaries, in case `terminator' appears in the suffix.
5482 (completion--embedded-envvar-table): Don't return boundaries if
5483 there's no valid completion. Simplify.
5484 (completion-file-name-table): New completion table extracted from
5485 completion--file-name-table.
5486 (completion--file-name-table): Use it.
5487 (read-file-name-predicate): Declare obsolete.
5488 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5489 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5490 completion-file-name-table, and use the `pred' argument.
5491 * files.el (locate-file-completion-table): Use the `pred' arg rather
5492 than read-file-name-predicate.
5493 (abbreviate-file-name): Use \` rather than ^ for BOS.
5494
f9ed9b4f
DN
54952009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5496
5497 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5498 vc-responsible-backend to register, it causes problems.
5499
5f2022a3
SM
55002009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5503
8d106ea0
CY
55042009-10-21 Eric Ludlam <zappo@gnu.org>
5505
5506 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5507 (semantic-c-debug-mode-init-pch): New functions.
5508 (semantic-c-debug-mode-init-last-mode): New var.
5509 (semantic-c-parse-lexical-token): Use them.
5510
5511 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5512 When extracting the argument list, limit only by point-max.
5513
fc754ea1
MA
55142009-10-21 Michael Albinus <michael.albinus@gmx.de>
5515
5516 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5517 (tramp-smb-handle-file-attributes): Use it.
5518 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5519 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
5520 `mapcar'. Use `tramp-smb-get-stat-capability'.
5521 Add `dired-filename' text properties.
fc754ea1
MA
5522 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5523 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5524 version.
5525
79bd5ba1
SM
55262009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5527
5528 * subr.el (read-key-delay): Reduce to 0.01.
5529 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5530 (bug#4751).
5531
3c13704d
SM
55322009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5533
554efd10
SM
5534 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5535
c2a37b78
SM
5536 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5537 (Info-menu): Remove unused vars `last' and `completions'.
5538 (Info-index-nodes): Remove unused var `node'.
5539
3c13704d
SM
5540 * info.el (Info-complete-menu-item): Use complete-with-action.
5541
d1e4c403
DN
55422009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5543
5544 Make vc-annotate work through copies and renames.
3c13704d
SM
5545 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5546 Return the file name too.
d1e4c403
DN
5547 (vc-annotate-revision-at-line)
5548 (vc-annotate-find-revision-at-line)
5549 (vc-annotate-revision-previous-to-line)
5550 (vc-annotate-show-log-revision-at-line): Update to get the file
5551 name from vc-annotate-extract-revision-at-line.
5552 (vc-annotate-show-diff-revision-at-line-internal): Change the
5553 argument to mean whether to show a file diff or not. Get the file
5554 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
5555 (vc-annotate-show-diff-revision-at-line):
5556 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
5557 (vc-annotate-warp-revision): Add an optional file argument.
5558
5559 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5560 (vc-git-annotate-extract-revision-at-line): Also return the file
5561 name if found.
5562
5563 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5564 command. Remove unused code.
5565 (vc-hg-annotate-re): Update to match --follow output.
5566 (vc-hg-annotate-extract-revision-at-line): Also return the file
5567 name if found.
5568
5569 * vc.el: Update annotate-extract-revision-at-line documentation.
5570
b0b0ef98
KR
55712009-10-18 Kevin Ryde <user42@zip.com.au>
5572
5573 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5574 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5575
a9e7f03d
KR
5576 * net/browse-url.el (browse-url): Identify alist with "consp and
5577 not functionp" and let all other things go down the `apply' leg,
5578 as suggested by Stefan. (Further to bug#4531.)
5579
7346a407
CY
55802009-10-18 Chong Yidong <cyd@stupidchicken.com>
5581
5582 * minibuffer.el (read-file-name): Check for repeat before putting
5583 a default argument in file-name-history (Bug#4657).
5584
5585 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5586 read syntax (Bug#4737).
5587
3c13704d 5588 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 5589
1da94541
CY
55902009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5591
5592 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5593 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5594 entries and make note of obsolete tags.
5595
2b93080a
SM
55962009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5599
18b5ffb5
GM
56002009-10-18 Glenn Morris <rgm@gnu.org>
5601
5602 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5603 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 5604 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
5605 now, and in any case the file header format has changed.
5606
c2e161b2
GM
56072009-10-17 Glenn Morris <rgm@gnu.org>
5608
5609 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5610 (flyspell-get-word, flyspell-large-region)
5611 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5612
a1eb44f5
CY
56132009-10-17 Chong Yidong <cyd@stupidchicken.com>
5614
5615 * Makefile.in (ELCFILES): Add ede/shell.
5616
4418646e
DN
56172009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5618
5619 * term/common-win.el (x-colors): Purecopy it.
5620
4062011e
SM
56212009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5624 permissive for when the buffer is empty.
5625 (tar-header-block-tokenize): Decode the username and groupname.
5626 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5627
67d3ffe4
CY
56282009-10-17 Chong Yidong <cyd@stupidchicken.com>
5629
5630 * cedet/srecode/srt.el:
5631 * cedet/srecode/compile.el:
5632 * cedet/semantic/mru-bookmark.el:
5633 * cedet/semantic/debug.el:
5634 * cedet/semantic/complete.el:
5635 * cedet/semantic/analyze.el: Require CL when compiling.
5636
56372009-10-17 Eric Ludlam <zappo@gnu.org>
5638
5639 * cedet/semantic/scope.el
5640 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5641 tmpscope so that the regular scope will continue to work.
5642
4062011e
SM
5643 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5644 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
5645
5646 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5647 contains multibyte characters, choose first applicable coding
5648 system automatically.
5649
5650 * cedet/ede/project-am.el (project-run-target): New method.
5651 (project-run-target): New method.
5652
5653 * cedet/ede.el (ede-target): Add run target menu item.
5654 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5655 (ede-run-target): New function.
5656 (ede-target::project-run-target): New method.
5657
5658 * cedet/ede/proj.el (project-run-target): New method.
5659
5660 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5661 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5662 Add :rules.
5663 (ede-proj-target-makefile-shared-object): Only libtool compilers
5664 now available. Add linkers for libtool.
5665 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5666 (ede-proj-makefile-target-name): Always use .la extension.
5667
5668 * cedet/ede/proj-prog.el (project-run-target): New method.
5669
4062011e 5670 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
5671 (ede-g++-linker): Change Change link lines.
5672
4062011e
SM
5673 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5674 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
5675 search backward from there.
5676 (ede-proj-makefile-automake-insert-subdirs)
5677 (ede-proj-makefile-automake-insert-extradist): New methods.
5678 (ede-proj-makefile-create): Use them.
5679
5680 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5681 Force FILE to expand to the current target. Use file-exists-p to
5682 check that it exists.
5683
5684 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
5685 (ede-linux-load): Wrap dir in file-name-as-directory.
5686 Set :version slot.
67d3ffe4
CY
5687
5688 * cedet/ede/files.el (ede-get-locator-object): When enabling
5689 locate, do so on "top".
5690
5691 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5692 file-name-as-directory during compare.
4062011e
SM
5693 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5694 Get version number from different places. Don't call egrep.
67d3ffe4
CY
5695 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5696 to set the directory.
5697
5698 * cedet/ede/shell.el: New file.
5699
5700 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5701 alpha/beta variants.
5702
2df48a87
SM
57032009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5704
5705 * international/mule-cmds.el (select-safe-coding-system): If the file
5706 has a coding cookie, use it regardless of any other setting (bug#4712).
5707
fd7dd48c
GM
57082009-10-17 Glenn Morris <rgm@gnu.org>
5709
547776f9
GM
5710 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5711 All errors should have messages.
5712
3ee0b477 5713 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
5714 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5715
2550e4b1
GM
5716 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5717 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5718 (dired-keep-marker-symlink, dired-dwim-target)
5719 (dired-copy-preserve-time): Do not autoload these defcustoms.
5720
fd7dd48c
GM
5721 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5722 messages from messing up the file coding. (Bug#4623)
5723
f3e3a990
GM
57242009-10-17 Jari Aalto <jari.aalto@cante.net>
5725
5726 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5727 if no match is found for the current dictionary. (Bug#4578)
5728
5729 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5730 optional, since that is how it is documented, and this is often called
5731 with a nil argument. (Bug#4577)
5732 (flyspell-external-point-words, flyspell-auto-correct-word)
5733 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5734 (flyspell-word-search-backward): Remove nil argument in calls to
5735 flyspell-get-word, since it is not needed now.
5736
57372009-10-17 Ulrich Mueller <ulm@gentoo.org>
5738
1becddbb 5739 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 5740
b61374ab
GM
57412009-10-16 Glenn Morris <rgm@gnu.org>
5742
5743 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5744
412707c2
SM
57452009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5746
5747 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5748 (ange-ftp-file-size): New function.
5749 (ange-ftp-file-attributes): Use it.
5750
0c6f436e
MA
57512009-10-16 Michael Albinus <michael.albinus@gmx.de>
5752
5753 * net/tramp-smb.el (tramp-smb-version): New defvar.
5754 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5755 repeated checks.
5756
850bfd04
GM
57572009-10-16 Glenn Morris <rgm@gnu.org>
5758
5759 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5760 Maybe copy some custom properties from old to new name. (Bug#4706)
5761
f3ed9aca
JB
57622009-10-16 Juanma Barranquero <lekktu@gmail.com>
5763
5764 * subr.el (error, sit-for, start-process-shell-command)
5765 (start-file-process-shell-command): Set the calling convention
5766 after the function definition.
5767
fd6c5134
SM
57682009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5769
5770 * subr.el (error, sit-for, start-process-shell-command)
5771 (start-file-process-shell-command): Use the new
5772 set-advertised-calling-convention feature.
5773
73874eb7
KH
57742009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5775
fd6c5134
SM
5776 * international/ucs-normalize.el (ucs-normalize-version):
5777 Change to 1.2.
5778 (check-range): Adjust for Unicode 5.2.
73874eb7 5779
03fb33cf
JL
57802009-10-15 Juri Linkov <juri@jurta.org>
5781
5782 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5783 to the `menu-item' format.
5784
4260b402
MA
57852009-10-15 Michael Albinus <michael.albinus@gmx.de>
5786
5787 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5788 if the environment variable does not exist.
5789
5790 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5791 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5792 parameter.
5793 (tramp-smb-handle-add-name-to-file)
5794 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5795 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5796 (tramp-smb-handle-file-attributes)
5797 (tramp-smb-do-file-attributes-with-stat)
5798 (tramp-smb-handle-file-local-copy)
5799 (tramp-smb-handle-insert-directory)
5800 (tramp-smb-handle-make-directory)
5801 (tramp-smb-handle-make-directory-internal)
5802 (tramp-smb-handle-make-symbolic-link)
5803 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5804 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5805 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5806 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5807 Handle long file names.
5808 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5809 process is running.
5810 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5811 Read share names with "-g" option.
5812
d7a0fd6f
GM
58132009-10-15 Ryan Yeske <rcyeske@gmail.com>
5814
5815 * net/rcirc.el (rcirc-view-log-file): New command.
5816 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5817 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5818 specified.
5819
0b44494a
GM
58202009-10-15 Glenn Morris <rgm@gnu.org>
5821
af9fb32f
GM
5822 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5823 from the second command-line argument.
5824 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5825 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5826 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5827 w32-batch-update-autoloads.
5828 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5829 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5830
0b44494a
GM
5831 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5832 the headers cannot be located. Simplify, subtracting superflous
5833 save-excursions.
5834
d5e63715
SM
58352009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5836
5837 Replace completion-base-size by completion-base-position to fix bugs
5838 such as (bug#4699).
5839 * simple.el (completion-base-position): New var.
5840 (completion-base-size): Mark as obsolete.
5841 (choose-completion): Make it work for mouse events as well.
5842 Pass the new base-position to choose-completion-string.
5843 (choose-completion-guess-base-position): New function, extracted from
5844 choose-completion-delete-max-match.
5845 (choose-completion-delete-max-match): Use it. Make obsolete.
5846 (choose-completion-string): Use the new base-position info.
5847 (completion-root-regexp): Delete.
5848 (completion-setup-function): Preserve completion-base-position.
5849 Eliminate obsolete base-size manipulation.
5850 * minibuffer.el (display-completion-list): Don't mess with base-size.
5851 (minibuffer-completion-help): Set completion-base-position instead.
5852 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5853 choose-completion.
5854 * textmodes/bibtex.el (bibtex-complete):
5855 * emacs-lisp/crm.el (crm--choose-completion-string):
5856 Adjust to new calling convention.
5857 * complete.el (partial-completion-mode): Use minibufferp to avoid
5858 bumping into incompatible change to choose-completion-string-functions.
5859 * ido.el (ido-choose-completion-string): Make its calling convention
5860 more permissive.
5861 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5862 base-size manipulation.
5863 (comint-dynamic-list-input-ring): Use dotimes and push.
5864 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5865 fundamental-mode. Use `or'.
5866
92f8bfc7
JL
58672009-10-14 Juri Linkov <juri@jurta.org>
5868
5869 * misearch.el (multi-isearch-next-buffer-from-list)
5870 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5871
e78e280d
SM
58722009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5873
384ca163
SM
5874 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5875 `bytecomp.el'.
5876
681e0e7c
SM
5877 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5878 string we return is all made up of text from the completions rather
5879 than part from the completions and part from the input (bug#4219).
5880
e78e280d
SM
5881 * ido.el (ido-everywhere): Use define-minor-mode.
5882
5883 * buff-menu.el (list-buffers, ctl-x-map):
5884 Mark the entry points with ;;;###autoload cookies.
5885
b4e813ca
DN
58862009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5887
52964e54
DN
5888 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5889 correctly in the detached head case.
5890 (vc-git-print-log): Remove unused binding.
5891
b4e813ca
DN
5892 * vc.el (vc-responsible-backend): When a directory is passed for
5893 for registration create a VC repository if no backend is
5894 responsible for the directory argument.
5895 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
5896
5897 * vc.el: Move comments about RCS and SCCS ...
5898 * vc-rcs.el:
5899 * vc-sccs.el: ... here, respectively.
5900
40ba9882
SM
59012009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * minibuffer.el (completion--file-name-table): Return nil if there's
5904 no file completion, even if substitute-in-file-name changed
5905 the string (bug#4708).
5906
04e0f59b
JL
59072009-10-13 Juri Linkov <juri@jurta.org>
5908
5909 * files-x.el (read-file-local-variable-value): Don't filter out
5910 minor modes from mode name completion (bug#4664).
5911
314c8e25
JB
59122009-10-13 Juanma Barranquero <lekktu@gmail.com>
5913
5914 * international/mule-cmds.el (ucs-names): Remove exclusion of
5915 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5916
5c9b7d36
KH
59172009-10-13 Kenichi Handa <handa@m17n.org>
5918
5919 * international/uni-name.el: Regenerated.
5920
1e7a80f2
JB
59212009-10-13 Juanma Barranquero <lekktu@gmail.com>
5922
5923 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5924 should be automatically buffer-local, but isn't.)
5925
cd29f88b
SS
59262009-10-12 Sam Steingold <sds@gnu.org>
5927
5928 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 5929 timestamps if the buffer has been visited before.
0cd16af4
SS
5930 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5931 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 5932
37493a98
GM
59332009-10-12 Glenn Morris <rgm@gnu.org>
5934
5935 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5936 Let-bind `size'.
5937
3b56b1e6
JB
59382009-10-12 Juanma Barranquero <lekktu@gmail.com>
5939
7422a4bb
JB
5940 * proced.el (proced-unload-function): New function.
5941
fa72d075
JB
5942 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5943 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5944 Doc fix.
5945
3b56b1e6
JB
5946 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5947
4d9b4323
JL
59482009-10-11 Juri Linkov <juri@jurta.org>
5949
5950 * files-x.el (read-file-local-variable-value):
5951 Provide default value only for bound variables (bug#4664).
5952
f6f7e059
MA
59532009-10-11 Michael Albinus <michael.albinus@gmx.de>
5954
5955 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5956 connection methods like smb.
5957
5958 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5959 can be empty.
5960
5961 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5962 (tramp-smb-file-name-handler-alist): Add handlers for
5963 `add-name-to-file', `make-symbolic-link'.
5964 (tramp-smb-handle-add-name-to-file)
2992485f 5965 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
5966 (tramp-smb-handle-make-symbolic-link)
5967 (tramp-smb-get-cifs-capabilities): New defuns.
5968 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5969 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5970 (tramp-smb-handle-file-local-copy)
5971 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
5972 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5973 The file name syntax depends on cifs capabilities.
5974 (tramp-smb-handle-file-attributes):
5975 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5976 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5977 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 5978
67868d26
CY
59792009-10-11 Chong Yidong <cyd@stupidchicken.com>
5980
5981 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5982 (eieio-defclass): Apply deftype handler and setf-method properties
5983 directly.
5984 (eieio-add-new-slot): Avoid union function from cl library.
5985 (eieio--typep): New function.
5986 (eieio-perform-slot-validation): Use it.
5987
6d6a5b7e
KF
59882009-10-10 Karl Fogel <kfogel@red-bean.com>
5989
3b56b1e6 5990 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
5991 Update documentation to refer to the variables documented in r1.135.
5992 (Bug#4188)
5993
67b70de9
KF
59942009-10-10 Karl Fogel <kfogel@red-bean.com>
5995
5996 * bookmark.el (Info-suffix-list): Remove this unused variable.
5997 (bookmark-current-point): Remove this obsolete variable.
5998 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5999 Adjust for removal of bookmark-current-point.
6000
6001 (bookmarks-already-loaded, bookmark-current-buffer)
6002 (bookmark-yank-point): Document. (Bug#4188)
6003
58ae51ae
GM
60042009-10-10 Glenn Morris <rgm@gnu.org>
6005
4619ff5e
GM
6006 * frame.el (frame-height): Doc fix.
6007
58ae51ae
GM
6008 * calendar/calendar.el (calendar-split-width-threshold): New option.
6009 (calendar-basic-setup): Use calendar-split-width-threshold.
6010
3b56b1e6 60112009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 6012
3b56b1e6
JB
6013 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6014 Use .la for Automake.
d751f122 6015
fa63f49c
CY
60162009-10-09 Chong Yidong <cyd@stupidchicken.com>
6017
3b56b1e6
JB
6018 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6019 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 6020
d364386c
JB
60212009-10-09 Juanma Barranquero <lekktu@gmail.com>
6022
6023 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6024 Ideographic Supplement" range (U+1F200..U+1F2FF).
6025
33e97a28
KF
60262009-10-09 Karl Fogel <kfogel@red-bean.com>
6027
02d0f051 6028 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 6029 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
6030
60312009-10-09 Karl Fogel <kfogel@red-bean.com>
6032
d364386c 6033 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
6034 (bookmark-bmenu-execute-deletions): Don't save here, as
6035 bookmark-delete will now do so if necessary.
d364386c 6036 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
6037 (Bug#4348)
6038
9656d87b
GM
60392009-10-09 Glenn Morris <rgm@gnu.org>
6040
6041 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6042
e6227f06
KF
60432009-10-09 Karl Fogel <kfogel@red-bean.com>
6044
6045 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6046 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6047 argument now, so the two function's behaviors will match. (Bug#3645)
6048
35c7e413
CY
60492009-10-08 Chong Yidong <cyd@stupidchicken.com>
6050
4f54db4b
CY
6051 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6052 Fix filename test.
35c7e413
CY
6053 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6054 to expand file names.
6055
288f783b
MA
60562009-10-08 Michael Albinus <michael.albinus@gmx.de>
6057
6058 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 6059 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 6060 Apply `save-match-data'.
288f783b
MA
6061
6062 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6063 case both directories are remote.
6064 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 6065 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 6066
c2a81032
CY
60672009-10-08 Chong Yidong <cyd@stupidchicken.com>
6068
a6b98754
CY
6069 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6070 (ede-proj-target-makefile-objectcode): Use it.
6071
c2a81032 6072 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
6073 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6074 Return search result. This error was introduced while merging.
c2a81032 6075
872a1ea4
JB
60762009-10-07 Juanma Barranquero <lekktu@gmail.com>
6077
6078 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6079
ab2baced
GM
60802009-10-07 Glenn Morris <rgm@gnu.org>
6081
e78e280d
SM
6082 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6083 of concat.
ab2baced 6084
5c4634c1
SM
60852009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6086
6087 * files-x.el (read-file-local-variable): Include some
6088 non-user-variables in the completion table (bug#4664).
6089
c2dc9732
MA
60902009-10-07 Michael Albinus <michael.albinus@gmx.de>
6091
6092 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6093 message.
6094
6095 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6096 (tramp-smb-file-name-handler-alist): Add handler for
6097 `copy-directory', `expand-file-name', `set-file-modes'.
6098 (tramp-smb-handle-copy-directory)
6099 (tramp-smb-handle-expand-file-name)
6100 (tramp-smb-handle-set-file-modes): New defuns.
6101 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6102 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6103 entry.
6104 (tramp-smb-handle-insert-directory): Don't flush the cache.
6105 (tramp-smb-maybe-open-connection): Check for samba client and
6106 server versions.
6107
11be40a6
EZ
61082009-10-07 Eli Zaretskii <eliz@gnu.org>
6109
6110 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6111 to not error out of search for "^lisp=" fails.
6112
8c4afe20
JB
61132009-10-07 Juanma Barranquero <lekktu@gmail.com>
6114
6115 * makefile.w32-in (WINS_UPDATES): New macro.
6116 (custom-deps, finder-data, autoloads): Use it.
6117
429a1506
GM
61182009-10-07 Glenn Morris <rgm@gnu.org>
6119
ee2e93e2
GM
6120 * Makefile.in (autoloads): Revert previous change.
6121 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6122 the list of preloaded files passed on the command-line, get
6123 it from src/Makefile.
6124
429a1506
GM
6125 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6126 show the original buffer rather than a random one.
6127
a51203ee 61282009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
6129
6130 * help.el (describe-no-warranty): Place point in a slightly better
6131 position in the GPLv3 text.
6132
f58f7520
SS
61332009-10-06 Sam Steingold <sds@gnu.org>
6134
6135 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6136 the comm attribute is present before calling regexp-quote.
6137
bde79dc0
JB
61382009-10-06 Juanma Barranquero <lekktu@gmail.com>
6139
6140 * play/animate.el (animate-string): For good effect, make sure
6141 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6142
6143 * play/animate.el (animate-sequence, animate-birthday-present):
6144 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6145
25ab0302
GM
61462009-10-06 Glenn Morris <rgm@gnu.org>
6147
73fe714a
GM
6148 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6149
3405d98c
GM
6150 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6151 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6152 (batch-update-autoloads): Process a string value of autoload-excludes,
6153 set during the build process.
6154 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6155
9fb2cdc5
GM
6156 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6157 inside with-parsed... macro so that `v' is defined.
6158
7938ab41
GM
6159 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6160 * progmodes/fortran.el (fortran-end-of-block)
6161 (fortran-beginning-of-block):
6162 Also push mark in the macro case.
6163
eaf9b564
GM
6164 * emerge.el (emerge-show-file-name):
6165 * calc/calc.el (calc-quit):
6166 * calc/calc-misc.el (calc-big-or-small):
6167 * calc/calc-graph.el (calc-graph-view):
6168 * calc/calc-ext.el (calc-reset):
6169 * calendar/calendar.el (calendar-basic-setup):
6170 Use window-full-height-p.
6171
25ab0302
GM
6172 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6173 header we don't understand, don't insert another. (Bug#4624)
6174 If changing mime charset, insert the new one in the right place.
6175
00169eb6
GM
61762009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6177
6178 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6179 (cal-tex-cursor-month): Correctly increment the end date for diary and
6180 holiday listing. (Bug#4626)
6181
82882188
SM
61822009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6183
40ba9882 6184 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
6185 a symbol.
6186
a8f316ca
JB
61872009-10-05 Juanma Barranquero <lekktu@gmail.com>
6188
6189 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6190 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6191 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6192 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6193
6194 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6195 (eieio-default-superclass): Reflow docstrings.
6196 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6197 (eieio-unbind-method-implementations, defmethod)
6198 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6199 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6200 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6201 (eieio-slot-originating-class-p, eieio-slot-name-index)
6202 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6203 (constructor, initialize-instance, no-next-method, object-print)
6204 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6205 Fix typos in docstrings.
6206 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6207 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6208 (next-method-p): Doc fixes.
6209 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6210 Fix typos in error messages.
6211 (eieio-defmethod): Fix typo in description of generic method.
6212
6213 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6214 (eieio-persistent-save-interactive, slot-missing):
6215 Fix typos in docstrings.
6216 (eieio-instance-inheritor-slot-boundp): Doc fix.
6217
6218 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6219 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6220
6221 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6222 (eieio-custom-object-apply-reset):
6223 Fix typos in docstrings and error messages.
6224
6225 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6226 Fix typo in docstring.
6227
6228 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6229 (eieio-browse-tree): Doc fix.
6230 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6231 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6232 Fix typos in docstrings.
6233
6234 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6235 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6236 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6237 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6238 Reflow docstrings.
6239
c66b7ac0
DN
62402009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6241
4a827e0a 6242 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
6243 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6244 Set log-view-vc-backend so that diff can work.
4a827e0a 6245
c66b7ac0
DN
6246 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6247 vc-version-diff.
6248 (vc-diff-internal): Autoload this instead of vc-version-diff.
6249
1902a98c
EZ
62502009-10-05 Eli Zaretskii <eliz@gnu.org>
6251
a7a8618b
EZ
6252 * simple.el (eval-expression): Doc fix.
6253
1902a98c
EZ
6254 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6255
0e1f2ee6
MA
62562009-10-05 Michael Albinus <michael.albinus@gmx.de>
6257
6258 * files.el (directory-files-no-dot-files-regexp): New defconst.
6259 (delete-directory): Use it.
6260 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6261
263c02ef 6262 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
6263 (tramp-methods): Add recursive option to `tramp-copy-args'.
6264 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 6265 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 6266 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
6267 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6268 Add handler for `copy-directory'.
6269 (tramp-handle-copy-directory): New defun.
6270 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
6271 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6272 Optimize sent command.
263c02ef 6273
72aa7df4
SM
62742009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6275
4a34f065
SM
6276 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6277 window if necessary.
6278
72aa7df4
SM
6279 * calendar/calendar.el (calendar-basic-setup): Don't call
6280 switch-to-buffer in a dedicated window.
6281
5feb1ba7
KF
62822009-10-05 Karl Fogel <kfogel@red-bean.com>
6283
6284 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6285 don't do anything related to relocating, just return nil.
6286 (bookmark-error-no-filename): New error.
6287 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6288 bookmark has no file. Don't even attempt to handle things that
6289 are not files; the whole point of custom handlers is to keep that
6290 knowledge elsewhere anyway. Tighten some comments.
6291 (bookmark-file-or-variation-thereof): Remove now-unused function.
6292 (bookmark-location): Doc string fix.
6293 (Bug#4250)
6294
1bd49952
KF
62952009-10-04 Karl Fogel <kfogel@red-bean.com>
6296
6297 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6298 don't use a file dialog, because they usually don't know how to read
6299 a directory target from the user. (Bug#4230)
6300 Also, make sure the prompt can display directories as well as files.
6301
825382c0
KF
63022009-10-04 Karl Fogel <kfogel@red-bean.com>
6303
6304 * bookmark.el (bookmark-set, bookmark-buffer-name):
6305 Improve doc strings. (Bug#1193)
6306
13901bcb
KF
63072009-10-04 Karl Fogel <kfogel@red-bean.com>
6308
4a34f065
SM
6309 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6310 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6311 (bookmark-get-annotation, bookmark-set-annotation)
6312 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6313 (bookmark-set-position, bookmark-get-front-context-string)
6314 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6315 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6316 (bookmark-jump-other-window, bookmark-handle-bookmark)
6317 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6318 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6319 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6320 Improve doc strings to say whether bookmark can be a string or
6321 a record or both, and make other consistency and clarity fixes.
6322 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6323 (bookmark-default-annotation-text, bookmark-yank-word)
6324 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6325 (bookmark-import-new-list, bookmark-maybe-rename)
6326 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6327 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb
KF
6328 (bookmark-bmenu-check-position): Give this a doc string, but also
6329 add a FIXME comment about how the function may be pointless.
6330 (bookmark-default-handler): Rework doc string and change a
6331 parameter name, to clarify that this takes a bookmark record
6332 not a bookmark name.
6333 (bookmark-set): Change a parameter name to indicate its meaning,
6334 and improve the doc string a bit.
6335 (Bug#4188)
6336
5c1b3e94
KF
63372009-10-04 Karl Fogel <kfogel@red-bean.com>
6338
6339 * bookmark.el (bookmark-alist): Document the new `handler' element
6340 in the param alist.
6341 (bookmark-make-record-function): Adjust documentation for above.
6342 (Bug#4193)
6343
8559076d
KF
63442009-10-04 Karl Fogel <kfogel@red-bean.com>
6345
6346 * info.el (Info-bookmark-make-record): Document this function.
6347 (Info-bookmark-jump): Document with a doc string, not just a comment.
6348 (Bug#4203)
6349
82481502
CY
63502009-10-04 Chong Yidong <cyd@stupidchicken.com>
6351
4a34f065 6352 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
6353 (semantic-new-buffer-fcn): Call parser setup functions here.
6354 (semantic-mode): Don't call parser setup functions here, it's done
6355 in semantic-new-buffer-fcn now.
d436f538 6356 (semantic-mode): Parse all existing buffers when enabled.
82481502 6357
4a34f065
SM
6358 * cedet/srecode/compile.el (srecode-compile-file):
6359 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 6360
2e7eba60
CY
63612009-10-04 Chong Yidong <cyd@stupidchicken.com>
6362
d91485a9
CY
6363 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6364
6365 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6366 (proj-comp-insert-variable-once): New macro, renamed from
6367 ede-pmake-insert-variable-once in ede/pmake.edl.
6368 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 6369
b4583b8c
MA
63702009-10-04 Michael Albinus <michael.albinus@gmx.de>
6371
6372 * files.el (copy-directory): New defun.
6373
6374 * dired-aux.el (dired-copy-file-recursive): Use it.
6375
04075952
JB
63762009-10-04 Juanma Barranquero <lekktu@gmail.com>
6377
6378 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6379 (makefile-end-of-command):
6380 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6381 (semantic-end-of-context): Fix previous change. Doc fixes.
6382
131ae8f2
JB
63832009-10-04 Juanma Barranquero <lekktu@gmail.com>
6384
a30e71ae
JB
6385 * files-x.el (modify-dir-local-variable)
6386 (copy-dir-locals-to-file-locals-prop-line):
6387 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6388 (makefile-end-of-command):
6389 * cedet/semantic/lex.el (semantic-lex-token):
6390 * cedet/semantic/analyze/fcn.el
6391 (semantic-analyze-dereference-metatype-1):
6392 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6393 (semantic-lex-cpp-undef):
6394 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6395 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6396 (semantic-end-of-context): Fix typos in docstrings.
6397
131ae8f2
JB
6398 * recentf.el (recentf-unload-function): New function.
6399
0fd9cb9c
CY
64002009-10-04 Chong Yidong <cyd@stupidchicken.com>
6401
a30e71ae 6402 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
6403 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6404 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 6405 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 6406
ccafbf06
GM
64072009-10-04 Glenn Morris <rgm@gnu.org>
6408
6409 * window.el (window-full-height-p): Add doc string.
6410
02c6f098
GM
64112009-10-04 Martin Rudalics <rudalics@gmx.at>
6412
6413 * window.el (window-full-height-p): New function. (Bug#4543)
6414
e6e267fc
CY
64152009-10-03 Chong Yidong <cyd@stupidchicken.com>
6416
a70bfe61
CY
6417 * cedet/srecode/insert.el: Require srecode/args.
6418
6419 * cedet/srecode/args.el: Require srecode/dictionary instead of
6420 srecode/insert.
6421
e6e267fc
CY
6422 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6423
6424 * files.el (auto-mode-alist): Add .srt and Project.ede.
6425
4a34f065
SM
6426 * cedet/semantic.el (semantic-mode):
6427 Handle srecode-template-mode-hook as well.
0b8cafba 6428 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
6429
6430 * cedet/srecode/template.el: Remove hook variable.
6431
6432 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6433
6434 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6435 projects exist.
8b440f71
CY
6436 (ede-project-placeholder-cache-file): Default to a file in
6437 user-emacs-directory.
e6e267fc
CY
6438
6439 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6440 templates in data-directory.
4a34f065 6441 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
6442
6443 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6444 directory.
6445
64462009-09-30 Eric Ludlam <zappo@gnu.org>
6447
131ae8f2
JB
6448 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6449 Doc fix.
e6e267fc
CY
6450
6451 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6452 Only insert each variable once.
6453
6454 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6455 (ede-pmake-insert-variable-shared): Use it.
6456
6457 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6458 for lexical table iff table is nil.
6459
ed6b0195
DN
64602009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6461
6462 * vc.el: Remove commented out code.
6463 (vc-derived-from-dir-mode): Remove, unused.
6464 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6465
1b8d1cc7
MA
64662009-10-03 Michael Albinus <michael.albinus@gmx.de>
6467
4a34f065
SM
6468 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6469 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
6470 there could be recursive loading when `default-directory' is a
6471 remote file name. (Bug#4614)
6472
ac3c593c
GM
64732009-10-03 Glenn Morris <rgm@gnu.org>
6474
686ea556
GM
6475 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6476 the frame is wide.
6477 (calendar-generate-window): Test for shrinkability rather than width.
6478
619392fc
GM
6479 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6480 declaration, currently false.
6481
ac3c593c
GM
6482 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6483 reusing existing buffers, in case we happen to visit two files with the
6484 same basename. (Bug#4593)
6485
573709fd
EZ
64862009-10-02 Eli Zaretskii <eliz@gnu.org>
6487
4a34f065 6488 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
6489 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6490 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6491 subdirs of cedet as well.
8f885d01 6492 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 6493
8d6c1239
SM
64942009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6497 Obey advertised-signature-table.
6498
6499 * help-fns.el (help-function-arglist): Don't check
6500 advertised-signature-table.
6501 (describe-function-1): Do it here instead so it also applies to subrs.
6502
c4861de0
MA
65032009-10-02 Michael Albinus <michael.albinus@gmx.de>
6504
6505 * simple.el (start-file-process): Say in the doc-string, that file
6506 handlers might not support pty association, if PROGRAM is nil.
6507
6508 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6509 HOST and USER are strings. They are nil, when there are
6510 incomplete entries in ~/.netrc, for example.
6511 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6512 root directory ("device busy" error otherwise).
6513
8d6c1239
SM
6514 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6515 Flush file properties of created directory.
c4861de0 6516
d2bda74f
EZ
65172009-10-02 Eli Zaretskii <eliz@gnu.org>
6518
6519 * makefile.w32-in (WINS_BASIC): Remove cedet.
6520 (WINS_CEDET): Add cedet.
6521 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6522
895d1904
GM
65232009-10-02 Kevin Ryde <user42@zip.com.au>
6524
6525 * net/browse-url.el (browse-url): Pass any symbol in
6526 browse-url-browser-function to `apply', since if you've mistakenly put
6527 an unbound symbol then the error is clearer. (Bug#4531)
6528
32226619
JB
65292009-10-02 Juanma Barranquero <lekktu@gmail.com>
6530
6531 * allout.el (allout-init, allout-back-to-current-heading)
6532 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6533 (allout-ascend, allout-up-current-level, allout-end-of-level)
6534 (allout-previous-visible-heading, allout-forward-current-level)
6535 (allout-backward-current-level, allout-show-children):
6536 * apropos.el (apropos-describe-plist):
6537 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6538 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6539 * completion.el (add-completion, add-permanent-completion):
6540 * descr-text.el (describe-text-category, describe-char):
6541 * desktop.el (desktop-lazy-abort):
6542 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6543 * dired.el (dired-build-subdir-alist):
6544 * ediff.el (ediff-version):
6545 * elide-head.el (elide-head, elide-head-show):
6546 * emerge.el (emerge-version):
6547 * env.el (getenv):
6548 * face-remap.el (variable-pitch-mode):
6549 * faces.el (describe-face):
6550 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6551 (dired-at-point):
6552 * files.el (find-file-existing, auto-save-mode):
6553 * font-lock.el (font-lock-fontify-buffer):
6554 * help-fns.el (describe-function, describe-variable)
6555 (describe-syntax, describe-categories):
6556 * help.el (view-lossage, describe-bindings, describe-key)
6557 (describe-mode):
6558 * hexl.el (hexl-current-address):
6559 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6560 * info.el (Info-goto-emacs-key-command-node):
6561 * log-edit.el (log-edit-insert-cvs-template)
6562 (log-edit-insert-cvs-rcstemplate):
6563 * menu-bar.el (menu-bar-mode):
6564 * mouse.el (mouse-appearance-menu):
6565 * newcomment.el (comment-indent-new-line):
6566 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6567 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 6568 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
6569 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6570 * recentf.el (recentf-mode):
6571 * savehist.el (savehist-mode, savehist-save):
6572 * shadowfile.el (shadow-copy-files):
6573 * simple.el (kill-ring-save, next-line, previous-line)
6574 (normal-erase-is-backspace-mode):
6575 * strokes.el (strokes-update-window-configuration)
6576 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6577 (strokes-xpm-for-stroke):
6578 * time.el (emacs-uptime, emacs-init-time):
6579 * tutorial.el (tutorial--describe-nonstandard-key)
6580 (tutorial--detailed-help):
6581 * type-break.el (type-break-mode)
6582 (type-break-mode-line-message-mode, type-break-query-mode)
6583 (type-break-guesstimate-keystroke-threshold):
6584 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6585 * version.el (emacs-version):
6586 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6587 * winner.el (winner-mode):
6588 * calendar/timeclock.el (timeclock-in, timeclock-out)
6589 (timeclock-status-string, timeclock-change)
6590 (timeclock-workday-remaining-string)
6591 (timeclock-workday-elapsed-string)
6592 (timeclock-when-to-leave-string):
6593 * calendar/todo-mode.el (todo-add-category):
6594 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6595 * emacs-lisp/autoload.el (update-file-autoloads):
6596 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6597 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6598 (checkdoc-message-text, checkdoc-defun):
6599 * emacs-lisp/debug.el (debugger-list-functions):
6600 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6601 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6602 (eieio-describe-generic):
6603 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6604 * emacs-lisp/shadow.el (list-load-path-shadows):
6605 * emulation/cua-base.el (cua-mode):
6606 * emulation/edt.el (edt-set-scroll-margins):
6607 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6608 (tpu-toggle-regexp, tpu-toggle-search-direction)
6609 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6610 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6611 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6612 (viper-set-parsing-style-toggling-macro)
6613 (viper-set-emacs-state-searchstyle-macros):
6614 * emulation/viper.el (viper-set-hooks):
6615 * eshell/esh-mode.el (eshell-truncate-buffer):
6616 * international/mule-cmds.el (prefer-coding-system)
6617 (describe-input-method, describe-language-environment):
6618 * international/mule-diag.el (list-character-sets)
6619 (describe-character-set, describe-coding-system)
6620 (describe-fontset, list-fontsets, list-input-methods):
6621 * mail/sendmail.el (mail-signature):
6622 * net/ange-ftp.el (ange-ftp-copy-file):
6623 * net/browse-url.el (browse-url):
6624 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6625 * net/quickurl.el (quickurl-add-url):
6626 * net/rcirc.el (names, topic):
6627 * net/xesam.el (xesam-mode):
6628 * play/5x5.el (5x5-new-game):
6629 * play/yow.el (apropos-zippy):
6630 * progmodes/ada-mode.el (ada-mode-version):
6631 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6632 (f90-end-of-block)
6633 (f90-beginning-of-block):
6634 * progmodes/fortran.el (fortran-end-of-block)
6635 (fortran-beginning-of-block):
6636 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6637 * progmodes/python.el (python-describe-symbol, python-shell):
6638 * term/ns-win.el (ns-print-buffer):
6639 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6640 * textmodes/flyspell.el (flyspell-mode-on):
6641 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6642 (pages-directory-for-addresses):
6643 * textmodes/table.el (table-recognize-cell)
6644 (table-query-dimension, table-generate-source)
6645 (table-insert-sequence, table--warn-incompatibility):
6646 * textmodes/tex-mode.el (tex-validate-buffer):
6647 * textmodes/texinfmt.el (texinfmt-version)
6648 (texinfo-format-buffer):
6649 Use `called-interactively-p' instead of `interactive-p'.
6650
12a3c28c
JB
66512009-10-02 Juanma Barranquero <lekktu@gmail.com>
6652
6653 * image-mode.el (image-toggle-display):
6654 * emacs-lisp/elp.el (elp-instrument-function):
6655 * emacs-lisp/advice.el (ad-make-advised-definition):
6656 * emacs-lisp/easy-mmode.el (define-minor-mode):
6657 * net/browse-url.el (browse-url-maybe-new-window):
6658 * progmodes/sh-script.el (sh-learn-buffer-indent):
6659 Pass new argument 'any to `called-interactively-p'.
6660
171fda8a
JB
66612009-10-01 Juanma Barranquero <lekktu@gmail.com>
6662
171fda8a
JB
6663 * international/uni-bidi.el:
6664 * international/uni-category.el:
6665 * international/uni-combining.el:
6666 * international/uni-comment.el:
6667 * international/uni-decimal.el:
9c3c9fdf 6668 * international/uni-decomposition.el:
171fda8a
JB
6669 * international/uni-digit.el:
6670 * international/uni-lowercase.el:
6671 * international/uni-mirrored.el:
6672 * international/uni-name.el:
6673 * international/uni-numeric.el:
6674 * international/uni-old-name.el:
6675 * international/uni-titlecase.el:
6676 * international/uni-uppercase.el:
6677 Regenerate from Unicode 5.2.0 data.
6678
dcb9734a
GM
66792009-10-01 Glenn Morris <rgm@gnu.org>
6680
6681 * Makefile.in (ELCFILES): Regenerate.
6682
ced10a4c
SM
66832009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6684
9d28c33e
SM
6685 * subr.el (interactive-p): Mark obsolete.
6686 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6687 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6688 advertised-signature-table for subroutines as well.
6689
ced10a4c
SM
6690 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6691 (set-advertised-calling-convention): New function.
6692 (make-obsolete, define-obsolete-function-alias)
6693 (make-obsolete-variable, define-obsolete-variable-alias):
6694 Make the optional-ness of `when' obsolete.
6695 (define-obsolete-face-alias): Make `when' non-optional.
6696 * help-fns.el (help-function-arglist):
6697 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6698 Use advertised-signature-table.
6699
cc3dda16
MA
67002009-10-01 Michael Albinus <michael.albinus@gmx.de>
6701
6702 * files.el (delete-directory): New defun. The original function
6703 in fileio.c has been renamed to `delete-directory-internal'.
6704
6705 * dired.el (dired-delete-file): Call `delete-directory' with
6706 RECURSIVE parameter.
6707
5ce6e4f4 6708 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
6709 parameter RECURSIVE. Implementation is missing.
6710
6711 * net/tramp.el (tramp-handle-make-directory): Flush upper
6712 directory's file properties.
ced10a4c 6713 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
6714 (tramp-handle-dired-recursive-delete-directory): Flush directory
6715 properties after the remove command only.
6716
ced10a4c
SM
6717 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6718 Handle optional parameter RECURSIVE.
cc3dda16 6719
ced10a4c
SM
6720 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6721 Handle optional parameter RECURSIVE.
cc3dda16
MA
6722
6723 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6724 connection timeout.
6725 (tramp-smb-handle-delete-directory): Handle optional parameter
6726 RECURSIVE.
6727
cf885595
SM
67282009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6729
e3a6b82f
SM
6730 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6731 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6732 (byte-compile-defmacro): Use backquotes.
6733
7201bfbb
SM
6734 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6735
cf885595
SM
6736 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6737 has no associated file.
6738 (vc-resynch-buffer): Use vc-dir-buffers.
6739
a4d2c321
GM
67402009-10-01 Glenn Morris <rgm@gnu.org>
6741
9ffe3f52
GM
6742 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6743 (chart-file-count):
6744 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6745 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6746 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6747 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6748 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6749 (eieio-copy-parents-into-subclass, make-instance, class-children)
6750 (eieio-generic-form):
bd2afec2
GM
6751 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6752 * cedet/cedet-idutils.el (cedet-idutils-search)
6753 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6754 (cedet-idutils-version-check):
6755 * cedet/cedet.el (cedet-version):
6756 * cedet/data-debug.el (data-debug-insert-overlay-button)
6757 (data-debug-insert-overlay-list-button)
6758 (data-debug-insert-buffer-button)
6759 (data-debug-insert-buffer-list-button)
6760 (data-debug-insert-process-button, data-debug-insert-ring-button)
6761 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6762 (data-debug-insert-stuff-vector-button)
6763 (data-debug-insert-symbol-button, data-debug-insert-string)
6764 (data-debug-insert-number, data-debug-insert-lambda-expression)
6765 (data-debug-insert-nil, data-debug-insert-simple-thing)
6766 (data-debug-insert-custom, data-debug-edebug-expr):
6767 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6768 (global-ede-mode-map, ede-new, ede-debug-target)
6769 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6770 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6771 (semantic-fetch-tags, semantic-submode-list)
6772 (semantic-default-submodes):
a785b776
GM
6773 * cedet/ede/source.el (ede-source-match):
6774 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6775 (project-am-package-info):
6776 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6777 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6778 * cedet/ede/proj-comp.el (ede-current-build-list):
6779 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6780 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6781 * cedet/ede/cpp-root.el (initialize-instance):
6782 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6783 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
6784 * cedet/semantic/wisent.el (wisent-lex-eoi):
6785 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6786 (semantic-show-parser-state-mode):
6787 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6788 * cedet/semantic/tag.el (semantic-tag-new-variable)
6789 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6790 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6791 (semantic--tag-deep-copy-tag-list)
6792 (semantic-tag-components-with-overlays-default):
6793 * cedet/semantic/symref.el (semantic-symref-find-text):
6794 * cedet/semantic/senator.el (senator-yank-tag)
6795 (senator-transpose-tags-up):
6796 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6797 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6798 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6799 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6800 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6801 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6802 * cedet/semantic/lex-spp.el
6803 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6804 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6805 * cedet/semantic/idle.el
6806 (semantic-idle-summary-current-symbol-info-brutish)
6807 (semantic-idle-summary-current-symbol-info-default):
6808 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6809 (semantic--grammar-macro-compl-dict):
6810 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6811 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6812 (semantic-format-tag-canonical-name-default):
6813 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6814 (semantic-find-tags-for-completion)
6815 (semantic-find-tags-by-scope-protection-default)
6816 (semantic-deep-find-tags-for-completion):
6817 * cedet/semantic/edit.el
6818 (semantic-edits-incremental-reparse-failed-hook)
6819 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6820 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6821 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6822 * cedet/semantic/dep.el (semantic-dependency-include-path):
6823 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6824 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6825 (semanticdb-project-roots):
6826 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6827 (semanticdb-find-adebug-insert-scanned-tag-cons)
6828 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6829 (semanticdb-brute-deep-find-tags-for-completion):
6830 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6831 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6832 (semantic-end-of-context-default)
6833 (semantic-ctxt-current-function-default)
6834 (semantic-ctxt-scoped-types-default):
6835 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6836 (semantic-complete-inline-tag-engine)
6837 (semantic-complete-inline-custom-type)
6838 (semantic-complete-read-tag-analyzer):
6839 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6840 (semantic-chart-database-size):
6841 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6842 (semantic-analyze-current-context):
6843 * cedet/semantic/symref/list.el (semantic-symref)
6844 (semantic-symref-hide-buffer, semantic-symref-symbol):
6845 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6846 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6847 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6848 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6849 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6850 (semantic-c-dereference-template):
6851 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6852 (semantic--analyze-refs-full-lookup-with-parents)
6853 (semantic--analyze-refs-full-lookup-simple):
6854 * cedet/semantic/analyze/complete.el
6855 (semantic-analyze-possible-completions):
2f10955c
GM
6856 * cedet/srecode/table.el (srecode-mode-table-new):
6857 * cedet/srecode/srt.el (srecode-read-variable-name):
6858 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6859 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6860 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6861 * cedet/srecode/map.el (srecode-current-map):
6862 * cedet/srecode/insert.el (srecode-insert)
6863 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6864 (srecode-template-inserter-point-override)
6865 (srecode-insert-include-lookup):
6866 * cedet/srecode/getset.el (srecode-auto-choose-class):
6867 * cedet/srecode/extract.el (srecode-inserter-extract):
6868 * cedet/srecode/document.el
6869 (srecode-document-autocomment-return-last-alist)
6870 (srecode-document-autocomment-param-type-alist)
6871 (srecode-document-insert-function-comment)
6872 (srecode-document-insert-variable-one-line-comment)
6873 (srecode-document-function-name-comment):
6874 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6875 (srecode-compound-toString):
6876 * cedet/srecode/compile.el (srecode-flush-active-templates):
6877 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
6878 Doc/message fixes.
6879
9515cdcc
GM
6880 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6881 match-data. (Bug#4555).
6882
57b0083a
GM
6883 * cedet/semantic/bovine/gcc.el
6884 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6885 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6886
a4d2c321
GM
6887 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6888 rather than parsing it as a regexp. This relaxes the layout
6889 requirements and makes errors easier to detect.
6890 (check-declare-verify): Check file is regular.
6891 (check-declare-directory): Doc fix.
6892 * subr.el (declare-function): Doc fix.
6893
b15c31c7
GM
6894 * ibuffer.el (ibuffer-format-qualifier):
6895 * isearch.el (hi-lock-regexp-okay):
6896 * calc/calc.el (math-zerop):
6897 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6898 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6899 Remove unused declarations.
6900
0376249d
JB
69012009-10-01 Juanma Barranquero <lekktu@gmail.com>
6902
6903 * cedet/semantic/wisent/javat-wy.el
6904 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6905
9a589407
JB
69062009-09-30 Juanma Barranquero <lekktu@gmail.com>
6907
6908 * cedet/srecode/expandproto.el: Fix provide statement.
6909
722ff82f
CY
69102009-09-30 Eric Ludlam <zappo@gnu.org>
6911
cf885595 6912 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
6913
69142009-09-30 Sascha Wilde <wilde@sha-bang.de>
6915
6916 * cedet/ede/srecode.el: Fix provide statement.
6917
1fc28a2c
GM
69182009-09-30 Glenn Morris <rgm@gnu.org>
6919
8240628d 6920 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 6921 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
6922 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6923 (ede-misc-source):
d16d4acd
GM
6924 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6925 (semantic-mrub-switch-tags): Fix doc typos.
6926
40f9bf94
GM
6927 * cedet/semantic/db-global.el (data-debug-new-buffer)
6928 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6929 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6930
494f4fc7
GM
6931 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6932
cf885595
SM
6933 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6934 use of CL function `remove-if-not'.
1fc28a2c
GM
6935
6936 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6937
494f4fc7
GM
6938 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6939 filename is not a string.
6940
561580e9
CY
69412009-09-29 Chong Yidong <cyd@stupidchicken.com>
6942
6943 * files.el (safe-local-eval-forms): Fix typo.
6944
dcbbecd4
SM
69452009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6946
6947 * vc-hooks.el (vc-dir-buffers): New var.
6948 (vc-state-refresh): New function.
6949 (vc-state): Use it.
6950 (vc-after-save): Always ask the backend to recompute the new state.
6951 Always call vc-dir if necessary, using vc-dir-buffers.
6952 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6953 Use vc-dir-buffers.
6954 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6955 (vc-dir-prepare-status-buffer, vc-dir-update)
6956 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6957 Don't call expand-file-name on default-directory.
6958
d88444f2
JB
69592009-09-29 Juanma Barranquero <lekktu@gmail.com>
6960
6961 * speedbar.el (speedbar-item-delete):
6962 * calc/calc-prog.el (calc-kbd-if):
6963 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6964
6965 * epa.el (epa-key-list-mode-map):
6966 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6967
6968 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6969 (hs-show-hook): Fix typo in docstring.
6970
5da62d41
GM
69712009-09-29 Glenn Morris <rgm@gnu.org>
6972
d037e45a
GM
6973 * cedet/semantic/symref/idutils.el:
6974 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6975
ae715515
GM
6976 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6977
6978 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6979 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6980 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6981 Mark declarations not understood by check-declare.
6982
8360fce0
GM
6983 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6984 file-name-nondirectory call preventing location of cedet files.
6985 (check-declare-verify): Use literal search rather than re-search.
ae715515 6986 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
6987
6988 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6989 Use tramp-compat-file-attributes rather than nonexistent
6990 tramp-compat-handle-file-attributes.
6991
5da62d41
GM
6992 * Makefile.in (lisptagsfiles4): New.
6993 (AUTOGENEL): Add cedet loaddefs files.
6994 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6995 (update-elclist, compile-always, backup-compiled-files)
6996 (bootstrap-clean): Add yet another directory level.
6997 (update-elclist): Use LC_COLLATE rather than COLLATE.
6998 (ELCFILES): Update, via `make update-elclist'.
6999
48267264
JB
70002009-09-29 Juanma Barranquero <lekktu@gmail.com>
7001
7002 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7003 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7004 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7005
2c4cd0b0
AS
70062009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7007
7008 * Makefile.in (lisptagsfiles3): Define.
5da62d41 7009 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
7010 (update-elclist): Add third directory level to look for elc files.
7011 (compile-always): Likewise.
7012 (backup-compiled-files): Likewise.
7013 (bootstrap-clean): Likewise.
7014 (ELCFILES): Update.
7015
a2533e47
CY
70162009-09-28 Chong Yidong <cyd@stupidchicken.com>
7017
7018 * Makefile.in (ELCFILES): Add CEDET files.
7019
b90caf50 70202009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 7021
b90caf50 7022 CEDET (development tools) package merged.
a2095e2e 7023
b90caf50
CY
7024 * cedet/*.el:
7025 * cedet/ede/*.el:
7026 * cedet/semantic/*.el:
7027 * cedet/srecode/*.el: New files.
a2095e2e 7028
eefbedb1
MA
70292009-09-28 Michael Albinus <michael.albinus@gmx.de>
7030
7031 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7032
7033 * net/tramp.el (top): Require tramp-imap.
7034
7035 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7036 Use `tramp-compat-handle-file-attributes'.
7037
70382009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7039
7040 * net/tramp-imap.el: New package.
7041
66635e2f 70422009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
7043
7044 * emacs-lisp/chart.el:
7045 * emacs-lisp/eieio-base.el:
7046 * emacs-lisp/eieio-comp.el:
7047 * emacs-lisp/eieio-custom.el:
e608e7be 7048 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
7049 * emacs-lisp/eieio-opt.el:
7050 * emacs-lisp/eieio-speedbar.el:
7051 * emacs-lisp/eieio.el: New files.
7052
666fd2cc
CY
7053 * cedet/cedet-cscope.el:
7054 * cedet/cedet-files.el:
7055 * cedet/cedet-global.el:
7056 * cedet/cedet-idutils.el:
7057 * cedet/data-debug.el:
7058 * cedet/inversion.el:
7b232be9 7059 * cedet/mode-local.el:
666fd2cc
CY
7060 * cedet/pulse.el: New files.
7061
748e3d67
VJL
70622009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7063
7064 * whitespace.el (whitespace-trailing-regexp)
7065 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7066 Fix doc string.
7067
15120dec
CY
70682009-09-27 Chong Yidong <cyd@stupidchicken.com>
7069
7070 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7071 menu.
7072
7073 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7074 menu-bar-ediff-menu.
7075
7076 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7077 define-overloadable-function.
7078
7079 * progmodes/autoconf.el: Provide autoconf as well, so that this
7080 file can be `require'd.
7081
7082 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7083
7084 * emacs-lisp/autoload.el (generated-autoload-feature)
7085 (generated-autoload-load-name): New vars.
7086 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7087 (make-autoload): Recognize define-overloadable-function and
7088 defclass forms (for EIEIO).
7089
7090 * Makefile.in (update-subdirs): Exclude cedet directory.
7091
135abf91
AR
70922009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7093
1becddbb 7094 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
7095
7096 * faces.el: Default light-background background for region face to
7097 ns_selection_color under NS.
7098
3d994264
TZ
70992009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7100
7101 * net/imap-hash.el: New library, see NEWS.
7102
7103 * Makefile.in (ELCFILES): Add imap-hash.el.
7104
ce9a0ccb
SM
71052009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7108 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7109 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7110 definition where the docstring could be taken for the return value.
7111
a92cdd49
GM
71122009-09-26 Glenn Morris <rgm@gnu.org>
7113
7114 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7115 Add option to only show images below a certain size.
7116 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7117 save-excursion calls.
7118
416ac2f1
EZ
71192009-09-26 Eli Zaretskii <eliz@gnu.org>
7120
7121 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7122 subdirectories) and eieio.
7123
d9a13f68
AM
71242009-09-26 Alan Mackenzie <acm@muc.de>
7125
9c3c9fdf 7126 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 7127 buggy bracketing. (Bug#4289)
d9a13f68
AM
7128
7129 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 7130 character constants (as case labels). (Bug#4289)
d9a13f68 7131
182b3bec
CY
71322009-09-25 Juri Linkov <juri@jurta.org>
7133
7134 * files.el (safe-local-eval-forms): Allow time-stamp in
7135 before-save-hook (Bug#4554).
7136
8f75f2da
JB
71372009-09-25 Drew Adams <drew.adams@oracle.com>
7138
7139 * menu-bar.el (list-buffers-directory): Doc fix.
7140
8390fb80
SM
71412009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7142
7143 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7144 Try and avoid copying twice the same paragraph.
7145 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7146 Remove save-excursion.
7147 (log-edit-changelog-entry): Do it here instead.
7148
11ee8d90
JB
71492009-09-25 Juanma Barranquero <lekktu@gmail.com>
7150
027b1942
JB
7151 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7152 when available, instead of hardcoding mode names. Doc fix.
7153
11ee8d90
JB
7154 * menu-bar.el (list-buffers-directory): Add docstring.
7155 Make automatically buffer-local.
7156
7157 * dired.el (dired-mode):
7158 * files.el (cd-absolute):
7159 * pcvs.el (cvs-temp-buffer):
7160 * pcvs-util.el (cvs-get-buffer-create):
7161 * shell.el (shell-mode):
7162 * vc-dir.el (vc-dir-mode):
7163 Don't make `list-buffers-directory' buffer local.
7164
21289c5d
CY
71652009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7166
8390fb80
SM
7167 * comint.el (comint-exec, comint-run, make-comint):
7168 Doc fixes (Bug#4542).
21289c5d 7169
e8652dd9
GM
71702009-09-25 Glenn Morris <rgm@gnu.org>
7171
7172 * mail/rmailmm.el (rmail-mime): New custom group.
7173 Move all defcustoms in this file into this group.
7174 (rmail-mime-media-type-handlers-alist): Revert previous change.
7175 (rmail-mime-show-images): New option.
7176 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7177 references to it, since it wasn't actually used for anything.
7178 (rmail-mime-insert-image): New function.
7179 (rmail-mime-image): Use rmail-mime-insert-image.
7180 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
7181 obey the value of `rmail-mime-show-images' option. Print the size of
7182 attachments.
e8652dd9 7183
fb652bb5
JB
71842009-09-25 David Engster <deng@randomsample.de>
7185
7186 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7187
32a9841c
VJL
71882009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7189
7190 * whitespace.el: Does not highlight trailing spaces While point is
7191 at end of line. Does not highligt spaces at beginning of buffer
7192 while point is at beginning of buffer. Does not highlight spaces
7193 at end of buffer while point is at end of buffer. (Bug#4177)
7194 New version 12.0.
7195 (whitespace-display-mappings): Adjust initialization.
7196 (whitespace-point, whitespace-font-lock-refontify): New vars.
7197 (whitespace-color-on, whitespace-color-off): Adjust code.
7198 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7199 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7200 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7201
e477ca84
CY
72022009-09-24 Chong Yidong <cyd@stupidchicken.com>
7203
7204 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7205
7206 * textmodes/sgml-mode.el: Remove xml-mode alias.
7207
7208 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 7209 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 7210
68712602
AM
72112009-09-24 Alan Mackenzie <acm@muc.de>
7212
7213 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7214 c-forward-conditionals, but it doesn't move point and doesn't set
7215 the mark.
7216 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7217 (c-down-conditional-with-else, c-backward-conditional)
7218 (c-forward-conditional): Refactor to use c-scan-conditionals.
7219
1659ada0
JB
72202009-09-24 Juanma Barranquero <lekktu@gmail.com>
7221
7222 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7223 (help-default-arg-highlight): Remove.
7224 (help-highlight-arg): New function.
7225 (help-do-arg-highlight): Use it.
7226 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7227
b3f01e46
SM
72282009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7229
7230 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7231 Undo last change, which didn't fix the problem and introduced others.
7232
107ef54a
NR
72332009-09-24 Nick Roberts <nickrob@snap.net.nz>
7234
7235 * progmodes/gdb-mi.el: Don't require speedbar.
7236 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7237
ffa1fed6
GM
72382009-09-24 Glenn Morris <rgm@gnu.org>
7239
2157a2be
GM
7240 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7241
6125167c
GM
7242 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7243
ffa1fed6
GM
7244 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7245 there is no newline after the final mime boundary. (Bug#4539)
7246 Move markers on insertion so that any buttons inserted don't end up in
7247 the next part of a multipart message.
2e9075d3
GM
7248 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7249 (rmail-mime-bulk-handler): Optionally handle images.
7250 (rmail-mime-image): New button action.
7251 (rmail-mime-image-handler): New function.
7252 (rmail-mime-mode): New mode.
7253 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 7254
4a814992
SM
72552009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7256
075518b5
SM
7257 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7258 than just dropping elements from it (bug#4504).
7259
8ad2defc
SM
7260 * term.el (term-set-scroll-region): Don't move cursor any more.
7261 (term-handle-ansi-escape): Call term-goto here instead.
7262 Suggested by Ivan Kanis <apple@kanis.eu>.
7263
4a814992
SM
7264 * term.el: Require CL.
7265 (term-ansi-reset): New function.
7266 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7267 (term-handle-colors-array): Simplify.
7268
5a0c3f56
JB
72692009-09-24 Juanma Barranquero <lekktu@gmail.com>
7270
7271 * allout.el (allout-overlay-interior-modification-handler)
7272 (allout-obtain-passphrase):
7273 * epa-file.el (epa-file-write-region):
7274 * ps-print.el (ps-begin-job):
7275 * vc-hooks.el (vc-toggle-read-only):
7276 * vc-rcs.el (vc-rcs-rollback):
7277 * vc-sccs.el (vc-sccs-rollback):
7278 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7279 (vc-version-diff, vc-revert, vc-rollback):
7280 * wdired.el (wdired-check-kill-buffer):
7281 * emacs-lisp/authors.el (authors):
7282 * net/socks.el (socks-open-connection):
7283 * net/zeroconf.el (zeroconf-service-add-hook):
7284 * obsolete/vc-mcvs.el (vc-mcvs-register):
7285 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7286 (gdb-select-frame):
7287 * progmodes/grep.el (lgrep, rgrep):
7288 * progmodes/idlw-help.el (idlwave-help-check-locations)
7289 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7290 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7291 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7292 (reftex-toc-rename-label): Fix typos in error messages.
7293
7294 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7295 (dired-copy-how-to-fn): Doc fix.
7296 (dired-files-attributes, dired-read-shell-command):
7297 Fix typos in docstrings.
7298
7299 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7300 (dired-x-find-file-other-window): Reflow docstrings.
7301 (dired-omit-marker-char, dired-read-shell-command)
7302 (dired-x-submit-report): Fix typos in docstrings.
7303
7304 * shell.el (shell-mode-hook):
7305 * view.el (View-scroll-line-forward):
7306 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7307 Fix typos in docstrings.
7308
7309 * net/dig.el (dig-invoke): Fix typo in docstring.
7310 (query-dig): Reflow docstring.
7311
7312 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7313 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7314 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7315 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7316 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7317 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7318 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7319 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7320 (idlwave-completion-map, idlwave-current-indent)
7321 (idlwave-custom-ampersand-surround, idlwave-customize)
7322 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7323 (idlwave-define-abbrev, idlwave-determine-class-special)
7324 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7325 (idlwave-end-block-reg, idlwave-end-of-statement)
7326 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7327 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7328 (idlwave-explicit-class-listed, idlwave-file-header)
7329 (idlwave-fill-paragraph, idlwave-find-class-definition)
7330 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7331 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7332 (idlwave-in-quote, idlwave-indent-action-table)
7333 (idlwave-indent-expand-table, idlwave-indent-line)
7334 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7335 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7336 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7337 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7338 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7339 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7340 (idlwave-outlawed-buffers, idlwave-popup-select)
7341 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7342 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7343 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7344 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7345 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7346 (idlwave-statement-type, idlwave-struct-skip)
7347 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7348 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7349 (idlwave-what-module-find-class): Fix typos in docstrings.
7350 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7351 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7352 (idlwave-find-module, idlwave-find-structure-definition)
7353 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7354 (idlwave-list-load-path-shadows, idlwave-next-statement)
7355 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7356 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7357 (idlwave-template): Reflow docstrings.
7358
7359 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7360 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7361 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7362 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7363 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7364 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7365 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7366 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7367 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7368 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7369 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7370 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7371 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7372 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7373 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7374 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7375 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7376 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7377 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7378 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7379 Fix typos in docstrings.
7380 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7381 (idlwave-shell-hide-output, idlwave-shell-mode)
7382 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7383 Reflow docstrings.
7384
7385 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7386
62136c5d
SM
73872009-09-24 Ivan Kanis <apple@kanis.eu>
7388
7389 * term.el (term-bold-attribute): New var.
7390 (term-handle-colors-array): Use it.
7391
9c1a45ed
NR
73922009-09-23 Nick Roberts <nickrob@snap.net.nz>
7393
7394 * progmodes/gdb-mi.el (gdb-version): New variable.
7395 (gdb-non-stop-handler): Set gdb-version.
7396 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7397 Condition "--thread" option on gdb-version.
7398 (gdb-invalidate-threads): Remove unused argument.
7399
03304f31
SM
74002009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7401
7402 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7403 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7404
4f02f0c9
GM
74052009-09-23 Glenn Morris <rgm@gnu.org>
7406
7407 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7408 replying to mail without References or Message-Id. (Bug#4525)
7409
a3b4b363
AR
74102009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7411
7412 * term/ns-win.el (ns-reg-to-script): New variable.
7413
7bda18cc
DU
74142009-09-23 Daiki Ueno <ueno@unixuser.org>
7415
7416 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7417
72169e55
SS
74182009-09-22 Sam Steingold <sds@gnu.org>
7419
7420 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
7421 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7422 to 1 because hg returns status 1 when nothing is found.
0aa4f295 7423 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 7424
905b7d38
SM
74252009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7426
b0459dec
SM
7427 * textmodes/fill.el: Convert to utf-8 encoding.
7428 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7429 pre-unicode days.
7430
905b7d38
SM
7431 * add-log.el (change-log-fill-forward-paragraph): New function.
7432 (change-log-mode): Use it so fill-region DTRT.
7433 Set fill-indent-according-to-mode here rather than in
7434 change-log-fill-paragraph.
7435 (change-log-fill-paragraph): Remove.
7436
baa7f3de
JB
74372009-09-22 Juanma Barranquero <lekktu@gmail.com>
7438
7439 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7440 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7441
a8d789f0
GM
74422009-09-22 Glenn Morris <rgm@gnu.org>
7443
daedbbc2
GM
7444 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7445 the scroll-bar scroll the calendar window rather than the buffer.
7446
d8899a74
GM
7447 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7448 commands that move point (as opposed to scrolling).
7449
a8d789f0
GM
7450 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7451
7452 * emacs-lisp/elint.el (elint): New custom group.
7453 (elint-log-buffer): Make it a defcustom.
7454 (elint-scan-preloaded, elint-ignored-warnings)
7455 (elint-directory-skip-re): New options.
7456 (elint-builtin-variables): Doc fix.
7457 (elint-preloaded-env): New variable.
7458 (elint-unknown-builtin-args): Add an entry for encode-time.
7459 (elint-extra-errors): Make it a variable rather than a constant.
7460 (elint-preloaded-skip-re): New constant.
7461 (elint-directory): Skip files matching elint-directory-skip-re.
7462 (elint-features): New variable, local to linted buffers.
7463 (elint-update-env): Initialize elint-features. Possibly add
7464 elint-preloaded-env to the buffer's environment.
7465 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7466 Skip quoted forms.
7467 (elint-init-form): New function, extracted from elint-init-env.
7468 Make non-list forms a warning rather than an error.
7469 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7470 easy-menu-define, put that adds an error-condition, and provide.
7471 When requiring cl, also require cl-macs. Really require cl, to handle
7472 some cl macros. Store required libraries in the list elint-features,
7473 so as not to re-load them. Treat cc-require like require.
7474 (elint-init-env): Call elint-init-form to do the work.
7475 Handle eval-and-compile and such like.
7476 (elint-add-required-env): Do not clear messages.
7477 (elint-special-forms): Add handlers for function, defalias, if, when,
7478 unless, and, or.
7479 (elint-form): Add optional argument to ignore elint-special-forms,
7480 useful to prevent recursive calls from handlers. Doc fix.
7481 Respect elint-ignored-warnings.
7482 (elint-form): Respect elint-ignored-warnings.
7483 (elint-bound-variable, elint-bound-function): New variables.
7484 (elint-unbound-variable): Respect elint-bound-variable.
7485 (elint-get-args): Respect elint-bound-function.
7486 (elint-check-cond-form): Add some simple handling for (f)boundp and
7487 featurep tests.
7488 (elint-check-defalias-form): New handler.
7489 (elint-check-let-form): Make an empty let a warning rather than an
7490 error.
7491 (elint-check-setq-form): Make an empty setq a warning rather than an
7492 error. Respect elint-ignored-warnings.
7493 (elint-check-defvar-form): Accept null doc-strings.
7494 (elint-check-conditional-form): New handler. Does some simple-minded
7495 checking of featurep and (f)boundp tests.
7496 (elint-put-function-args): New function.
7497 (elint-initialize): Use elint-scan-doc-file rather than
7498 elint-find-builtin-variables. Use elint-put-function-args.
7499 Possibly scan preloaded-file-list.
7500 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7501 extend to handle functions as well.
7502
245be23c
JB
75032009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7504
7505 * linum.el (linum-delete-overlays, linum-update-window):
7506 Do not modify the right margin. (Bug#3971)
7507
91fdbd6f
CY
75082009-09-21 Chong Yidong <cyd@stupidchicken.com>
7509
7510 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7511 nxml-mode instead of xml-mode.
7512
7589d38e
JB
75132009-09-21 Kevin Ryde <user42@zip.com.au>
7514
7515 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7516
5ac42715
SM
75172009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7518
7519 * net/dig.el (dig-mode): Use define-derived-mode.
7520
09c01323
DN
75212009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7522
4096c5f2
DN
7523 * vc-dispatcher.el (vc-do-command): Return the process object in
7524 the asynchronous case. Use when instead of if. Do not run
5480359e 7525 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 7526
0e172cc2
DN
7527 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7528 properties to the stash strings.
7529 (vc-git-stash-list): Return a list of strings.
7530 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7531 (vc-git-stash-show-at-point): New functions.
7532 (vc-git-stash-map): New keymap.
7533
03304f31
SM
7534 * register.el (ctl-x-r-map): Define the keys here instead of
7535 using autoload.
09c01323 7536
03304f31 75372009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
7538
7539 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7540 list, to workaround performance problem (bug#4485).
7541
2f5fc4d7
NR
75422009-09-20 Nick Roberts <nickrob@snap.net.nz>
7543
7544 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7545
b0f5fd2e
DU
75462009-09-20 Daiki Ueno <ueno@unixuser.org>
7547
7548 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7549 Document that this option is not recommended to use.
7550
f3445fab
GM
75512009-09-19 Glenn Morris <rgm@gnu.org>
7552
547c6921
GM
7553 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7554 variable `var'.
7555
f3445fab
GM
7556 * calc/calc-alg.el (var):
7557 * calc/calcalg2.el (var): Define for compiler.
7558
946c009b
CY
75592009-09-19 Chong Yidong <cyd@stupidchicken.com>
7560
e3f36d03
SM
7561 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7562 Doc fix (Bug#3932).
e2045997 7563
24aedbca
CY
7564 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7565
327dd27a
CY
7566 * time-stamp.el (time-stamp-month-dd-yyyy)
7567 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7568 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7569 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
7570 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7571 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 7572
946c009b
CY
7573 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7574 indent buffer only if called interactively (Bug#4452).
7575
3e70541a
JB
75762009-09-19 Juanma Barranquero <lekktu@gmail.com>
7577 Eli Zaretskii <eliz@gnu.org>
7578
7579 This fixes bug#4197 (merged to bug#865, though not identical).
7580 * server.el (server-auth-dir): Add docstring note about FAT32.
7581 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7582 but warn against using them.
7583
9b94c32e
NR
75842009-09-19 Nick Roberts <nickrob@snap.net.nz>
7585
7586 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7587 older GDB where there is no has_more field.
7588
66590684
GM
75892009-09-19 Glenn Morris <rgm@gnu.org>
7590
7591 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7592
9a1337f9
CY
75932009-09-18 Chong Yidong <cyd@stupidchicken.com>
7594
7595 * files.el (auto-mode-alist): Change default for XML files to nXML
7596 mode (Bug#4169).
7597
d7554167
JB
75982009-09-18 Juanma Barranquero <lekktu@gmail.com>
7599
7600 * server.el (server-ensure-safe-dir): Pass 'integer
7601 to `file-attributes', as suggested.
7602
35a3f9a4
SM
76032009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7606 (dired-query): Use read-key.
7607
044f9b05
AR
76082009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7609
7610 * cus-start.el (ns-use-qd-smoothing): Remove.
7611
6188ea49
GM
76122009-09-18 Glenn Morris <rgm@gnu.org>
7613
08cf18e4
GM
7614 * allout.el (top-level): Remove unnecessary progn.
7615
07eae5c5
GM
7616 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7617
6726c25e
GM
7618 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7619 definition of abbrev table.
7620
3f527154 7621 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
7622 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7623 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
7624 * net/newst-backend.el (newsticker--cache-read-feed):
7625 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
7626 condition-case handlers.
7627
ccb4c30c
NR
76282009-09-18 Nick Roberts <nickrob@snap.net.nz>
7629
7630 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7631 (gdb-var-list): Add an element for has_more field.
7632 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7633 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7634 (gdb-var-update-handler-1): Parse output of dynamic variable
7635 objects (STL containers).
7636 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7637 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7638
7639 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7640 gdb-var-list.
7641 (gud-speedbar-buttons): Make node expandable if expression "has more"
7642 children.
7643
8686ac71
JB
76442009-09-17 Juanma Barranquero <lekktu@gmail.com>
7645
7646 * startup.el (emacs-quick-startup): Remove variable and all uses.
7647 (command-line): Set `inhibit-x-resources' instead.
7648 (command-line-1): Use `inhibit-x-resources' instead.
7649
a69c67e8
CY
76502009-09-17 Chong Yidong <cyd@stupidchicken.com>
7651
7652 * subr.el: Fix last change to avoid using the `unless' macro,
7653 which breaks bootstrapping.
7654
354f0faf
SM
76552009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7658 extended definitions, in case we reload subr.el after having
7659 loaded CL.
7660 (eval-next-after-load): Mark as obsolete.
7661
98b9bf40
JL
76622009-09-17 Juri Linkov <juri@jurta.org>
7663
7664 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7665 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7666 (menu-bar-showhide-menu, menu-bar-tools-menu)
7667 (menu-bar-describe-menu, menu-bar-help-menu)
7668 (minibuffer-local-completion-map, minibuffer-local-map):
7669 Fix list quoting.
7670
28fab7b5
GM
76712009-09-17 Glenn Morris <rgm@gnu.org>
7672
88d5190c
GM
7673 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7674 arguments, whether or not it has a handler.
7675
74f24ba7
GM
7676 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7677
28fab7b5
GM
7678 * simple.el (hard-newline): Give it a doc-string.
7679
a8106aec
GM
7680 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7681 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 7682
76251ad7
DN
76832009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7684
72033dbe
DN
7685 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7686 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7687 (menu-bar-options-menu, menu-bar-showhide-menu)
7688 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7689 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7690 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7691 (menu-bar-options-menu, menu-bar-tools-menu)
7692 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7693 (menu-bar-help-menu):
7694 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7695 string arguments.
7696
76251ad7
DN
7697 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7698 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7699 calls for the menu names and :help.
7700
97b952b7
SM
77012009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7702
7703 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7704 to :minor-mode-function (bug#4455).
7705
8f38189e
SM
77062009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7707
d2fd733e
SM
7708 * startup.el (command-line): Initialize the window-system after
7709 processing the command-line.
7710
8f38189e
SM
7711 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7712 page-delimiter matches the empty string.
7713
77564fa4
GM
77142009-09-16 Glenn Morris <rgm@gnu.org>
7715
7716 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7717 byte-compile-not-obsolete-var. It's a list now.
7718 (byte-compile-not-obsolete-funcs): New variable.
7719 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7720 byte-compile-not-obsolete-funcs.
7721 (byte-compile-variable-ref, byte-compile-defvar): Update for
7722 byte-compile-not-obsolete-vars name-change and list nature.
7723 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7724 and variables behind (f)boundp tests.
7725 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7726
79d316d3
DN
77272009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7728
7729 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7730
8fed6934
SM
77312009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7732
7733 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7734 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7735 Don't autoload.
7736
4078fd57
SE
77372009-09-15 Stephen Eglen <stephen@gnu.org>
7738
7739 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 7740 the virtual-buffers, use the name of the buffer specified by
4078fd57 7741 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 7742 problem if the target and the symlink had different names.)
4078fd57 7743
838ff458
SM
77442009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7745
b3c7c12d
SM
7746 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7747
13dc2bc2
SM
7748 * desktop.el (desktop-path): Check user-emacs-directory.
7749
49fec531
SM
7750 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7751
0e328d37
SM
7752 * loadup.el: Use after-load-functions to GC after loading each file.
7753 Remove the explicit GC calls that used to be sprinkled around.
7754
838ff458
SM
7755 * subr.el (after-load-functions): New hook.
7756 (do-after-load-evaluation): Run it. Use string-match-p to detect
7757 `obsolete' packages, rather than painfully extracting the relevant
7758 directory name.
7759
a62f564f
GM
77602009-09-15 Glenn Morris <rgm@gnu.org>
7761
7762 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7763 free variable `doc'.
7764
7765 * dired.el (dired-mode-map): Add menu entry for async shell command.
7766
7767 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7768 variables, also consider the .elc files, since the .el files are
7769 normally gzipped (subsequent code locates the .el.gz from the .elc).
7770
7771 * calc/calc-prog.el (arglist): Define for compiler.
7772
7773 * calendar/diary-lib.el (diary-display-function): Change the default to
7774 fancy display.
7775 (body): Define for compiler.
7776
7777 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7778 (byte-compile-file-form, byte-compile-lambda)
7779 (byte-compile-top-level-body, byte-compile-form)
7780 (byte-compile-variable-ref, byte-compile-setq)
7781 (byte-compile-setq-default, byte-compile-body)
7782 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7783 (batch-byte-compile): Give some more local variables with common names
7784 a "bytecomp-" prefix to avoid masking warnings about free variables.
7785
cd05fe7f
GM
7786 * startup.el (command-line-1): Give local variables with common names a
7787 distinguishing prefix, so as not to hide free variable warnings during
7788 bootstrap.
7789
a62f564f
GM
7790 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7791 clever and add a suffix to make a unique name, just let the user decide
7792 whether or not to overwrite it. If the input is a directory, write the
7793 default filename to that directory. (Bug#4388)
7794 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7795 is a filename-as-a-directory.
7796
fbc88440
SM
77972009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * textmodes/page.el (what-page): Don't move to beginning of line.
7800 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7801
60308853
DN
78022009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7803
7804 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7805
32ba3abc
DN
78062009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7807
9cd39aff
DN
7808 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7809 * help.el (help-for-help-internal): Add purecopy calls for text.
7810
32ba3abc
DN
7811 * vc.el (top): print-log method now takes an optional SHORTLOG
7812 argument. Add a new method: root.
32ba3abc
DN
7813 (vc-root-diff, vc-print-root-log): New functions.
7814 (vc-log-short-style): New variable.
7815 (vc-print-log-internal): Add support for showing short logs.
7816
7817 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7818 vc-print-root-log and vc-print-root-diff.
7819
7820 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7821 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7822 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7823 short logs.
7824
7825 * vc-cvs.el (vc-cvs-print-log):
7826 * vc-mtn.el (vc-mtn-print-log):
7827 * vc-rcs.el (vc-rcs-print-log):
7828 * vc-sccs.el (vc-sccs-print-log):
7829 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7830 that is ignored for now.
7831
837b0e99
DN
7832 * vc-mtn.el (vc-mtn-annotate-command):
7833 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7834
31cd2dd4
SM
78352009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7836
7837 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7838 to function-key-map, and give them ascii-character property.
7839 * term/x-win.el (x-alternatives-map):
7840 * term/ns-win.el (ns-alternatives-map):
7841 * term/internal.el (msdos-key-remapping-map):
7842 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7843
d62e5bf2
GM
78442009-09-14 Glenn Morris <rgm@gnu.org>
7845
7846 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7847 temp-buffers (2009-09-12).
7848
7d0105e5
SM
78492009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7850
7851 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7852 the new read-key function.
7853
e17ed9ad
CY
78542009-09-13 Chong Yidong <cyd@stupidchicken.com>
7855
7856 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7857 is defined (Bug#4405).
7858
1fc26e29
CY
78592009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7860
7861 * recentf.el (recentf-cleanup): Use a hash table to find
7862 duplicates (Bug#4407).
7863
61dc96a2 78642009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
7865
7866 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7867 kp-0 to ascii equivalents (Bug#4325).
7868
42c3a9e3
CY
78692009-09-13 Chong Yidong <cyd@stupidchicken.com>
7870
1f5c1626
CY
7871 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7872
42c3a9e3 7873 * eshell/em-hist.el:
31cd2dd4
SM
7874 * eshell/em-dirs.el (eshell-complete-user-reference):
7875 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
7876
78772009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7878
7879 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7880 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7881 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
7882 * eshell/em-hist.el (eshell-history-file-name):
7883 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 7884
1e2b6acf
GM
78852009-09-13 Glenn Morris <rgm@gnu.org>
7886
7887 * ediff-merg.el (ediff-do-merge):
7888 * filesets.el (filesets-run-cmd):
7889 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7890 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7891 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7892 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7893 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7894 Replace empty `let's with `progn'.
7895
adba8116
SM
78962009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7897
7898 * mail/sendmail.el (send-mail-function):
7899 * tooltip.el (tooltip-mode):
7900 * simple.el (transient-mark-mode):
7901 * rfn-eshadow.el (file-name-shadow-mode):
7902 * frame.el (blink-cursor-mode):
7903 * font-core.el (global-font-lock-mode):
7904 * files.el (temporary-file-directory)
7905 (small-temporary-file-directory, auto-save-file-name-transforms):
7906 * epa-hook.el (auto-encryption-mode):
7907 * composite.el (global-auto-composition-mode):
7908 Use custom-initialize-delay.
7909 * startup.el (command-line): Don't explicitly call
7910 custom-reevaluate-setting for all the above vars.
7911 * custom.el (custom-initialize-safe-set)
7912 (custom-initialize-safe-default): Delete.
7913
0a4afea9
SM
79142009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7915
9f94990d
SM
7916 * term/x-win.el (x-initialize-window-system):
7917 * term/w32-win.el (w32-initialize-window-system):
7918 * term/ns-win.el (ns-initialize-window-system): Don't call
7919 mouse-wheel-mode since it's enabled globally by default already.
7920
0a4afea9
SM
7921 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7922 actually define the variable, but only silences the byte-compiler.
7923 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7924 before looking it up.
7925 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7926 is changed.
7927
bf01513f
GM
79282009-09-12 Glenn Morris <rgm@gnu.org>
7929
7930 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7931 1000.
7932 (elint-add-required-env): Don't beep on error.
7933 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
7934 (elint-init-env): Skip non-list forms.
7935 (elint-log): Handle unknown file positions.
bf01513f 7936
d85889e4
DU
79372009-09-12 Daiki Ueno <ueno@unixuser.org>
7938
7939 * epg.el (epg-make-context): Add autoload cookie.
7940 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7941 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7942 (epg-verify-string, epg-start-sign, epg-sign-file)
7943 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7944 (epg-encrypt-string, epg-start-export-keys)
7945 (epg-export-keys-to-file, epg-export-keys-to-string)
7946 (epg-start-import-keys, epg-import-keys-from-file)
7947 (epg-import-keys-from-string, epg-start-receive-keys)
7948 (epg-receive-keys, epg-import-keys-from-server)
7949 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7950 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
7951 (epg-generate-key-from-file, epg-generate-key-from-string):
7952 Remove autoload cookie.
d85889e4 7953
8f825ee6
EZ
79542009-09-12 Eli Zaretskii <eliz@gnu.org>
7955
36b434ee
EZ
7956 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7957 reevaluation of trash-directory.
7958
8f825ee6
EZ
7959 * mwheel.el: Fix last change.
7960 (mouse-wheel-mode): New defvar.
7961 (mouse-wheel-mode): Remove autoload cookie.
7962
5766c380
SM
79632009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7964
ab5c0fcd
SM
7965 * mwheel.el (mwheel-installed-bindings): New var.
7966 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7967 the bindings we set last time. Use custom-initialize-delay.
7968 * loadup.el: Load mwheel after term/*-win.el.
7969 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7970 and mouse-wheel-up-event now that their first evaluation is done
7971 sufficiently late to be correct.
7972
45448e64
SM
7973 * startup.el (tutorial-directory): Make it a defcustom.
7974 Use custom-initialize-delay rather than eval-at-startup to set it.
7975 * image.el (image-load-path): Make it a defcustom.
7976 Use custom-initialize-delay rather than eval-at-startup to set it.
7977 * subr.el (eval-at-startup): Remove.
7978 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7979
5766c380
SM
7980 * subr.el (do-after-load-evaluation): Warn the user after loading an
7981 obsolete package.
7982
d6549da4
GM
79832009-09-12 Glenn Morris <rgm@gnu.org>
7984
7985 * proced.el (proced-mark-alt): Remove alias.
7986 (proced-mode-map): Remove proced-mark-alt.
7987
7988 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7989 Elint file and directory. Remove initialization entry.
7990
7991 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7992 commands.
7993 (elint-current-buffer): Set mode-line-process.
7994 (elint-init-env): Handle define-derived-mode.
7995 Fix declare-function with unspecified arglist. Guard against odd
7996 defalias statements (eg iso-insert's 8859-1-map).
7997 (elint-add-required-env): Use a temp buffer.
7998 (elint-form): Just print the function/macro name, not the whole form.
7999 Return env unchanged if we fail to parse a macro.
8000 (elint-forms): Guard against parse errors.
8001 (elint-output): New function, to handle batch mode.
8002 (elint-log-message): Add optional argument. Use elint-output.
8003 (elint-set-mode-line): New function.
8004
30194d4d
CY
80052009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8006
8007 * emacs-lisp/elp.el (elp-not-profilable): Add more
8008 functions (Bug#4233).
8009
a035f9b0
CY
80102009-09-12 Chong Yidong <cyd@stupidchicken.com>
8011
8012 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8013 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8014
dad61164
NR
80152009-09-11 Nick Roberts <nickrob@snap.net.nz>
8016
8017 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8018 (gdb-var-list-children): Use json parsing.
8019
9c3c9fdf 80202009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
8021
8022 * progmodes/js.el (js--proper-indentation): Handle the case where
8023 char-before is null. Reported by Deniz Dogan.
8024
b4587710
JB
80252009-09-11 Juanma Barranquero <lekktu@gmail.com>
8026
8027 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8028
13890796
DU
80292009-09-11 Daiki Ueno <ueno@unixuser.org>
8030
8031 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8032 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 8033 (epg-context-set-passphrase-callback)
97d4bdba 8034 (epg-context-set-progress-callback): Add description about
b18508dd 8035 callback function.
13890796 8036
2efb64a8
SM
80372009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8038
790d0270
SM
8039 * custom.el (custom-delayed-init-variables): New var.
8040 (custom-initialize-delay): New function.
8041 * startup.el (command-line): "Re"evaluate all vars in
8042 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8043 explicitly any more.
8044 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8045 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8046
8047 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 8048
ac243a40
NR
80492009-09-11 Nick Roberts <nickrob@snap.net.nz>
8050
8051 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8052 (gdb-var-update-handler): Use json parsing.
8053
657bc6fc
JB
80542009-09-11 Juanma Barranquero <lekktu@gmail.com>
8055
8056 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8057 decode annotated text, regardless of language environment. (Bug#2741)
8058
b6fe8102
SM
80592009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8060
8061 * Makefile.in (autoloads): Make rmail.el writable as well.
8062
5cc443fe
GM
80632009-09-11 Glenn Morris <rgm@gnu.org>
8064
5515c54e
GM
8065 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8066 loaddefs.el.
8067 * dired.el: Regenerate with extracted autoloads.
8068 * Makefile.in (autoloads): Make dired.el writable.
8069
15067158
GM
8070 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8071 * ibuffer.el: Regenerate with extracted autoloads.
8072 * Makefile.in (autoloads): Make ibuffer.el writable.
8073
d35d0238
GM
8074 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8075 * version.el (emacs-copyright, emacs-major-version)
8076 (emacs-minor-version): Reformat doc-strings for make-docfile.
8077
5cc443fe
GM
8078 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8079 functions and variables, since they must be stuff specific to some other
8080 platform.
8081 (apropos-print): Make mouse-click message less specific about button.
8082
8083 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8084 that records where a macro was defined.
8085 * help-fns.el (describe-function-1): Mention if a function has a
8086 compiler-macro.
8087 * help-mode.el (help-function-cmacro): New button.
8088
8089 * locate.el (top-level): Always require dired.
8090 (locate-mode-map): Initialize inside the defvar.
8091
8092 * net/ange-ftp.el (dired-compress-file): Declare.
8093 (ange-ftp-dired-compress-file): Add doc string.
8094
8095 * term/ns-win.el (x-display-name, x-setup-function-keys):
8096 Unify doc-strings with X versions.
8097
8cb95edf
SM
80982009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8099
726a4d09
SM
8100 * emulation/crisp.el (crisp-mode-map): Move initialization
8101 into declaration.
8102 (crisp-mode): Use define-minor-mode.
8103
8cb95edf
SM
8104 * progmodes/xscheme.el (xscheme-evaluation-commands):
8105 Put a :advertised-binding property rather than using
8106 advertised-xscheme-send-previous-expression.
8107 (advertised-xscheme-send-previous-expression): Declare obsolete.
8108 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8109 `advertised-undo'.
8110 (crisp-mode): Add corresponding bindings to
8111 undo's :advertised-binding instead.
8112 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8113 than using dired-advertised-find-file.
8114 (dired-advertised-find-file):
8115 * simple.el (advertised-undo):
8116 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8117 (widget-keymap): Put a :advertised-binding property rather
8118 than using advertised-widget-backward.
8119 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8120 than using advertised-undo.
8121 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8122
07db5857
SS
81232009-09-10 Simon South <ssouth@slowcomputing.org>
8124
8125 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8126 Mark mode is enabled and region is active; otherwise indent or
8127 insert TAB as usual.
8128 (delphi-mode): Update description of TAB-key binding.
8129
50d4ba39
SM
81302009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8131
8132 * subr.el (define-key-rebound-commands): Mark obsolete.
8133 * startup.el (precompute-menubar-bindings): Remove.
8134 (normal-top-level): Remove obsolete code that tried to precompute
8135 menubar bindings.
8136 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8137 define-key-rebound-commands and precompute-menubar-bindings.
8138
ffa894db
KY
81392009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8140
8141 * net/imap.el (imap-interactive-login): Better messages.
8142 (imap-open): Fix bug with renamed buffer on reconnect.
8143 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8144 for easier debugging and cleaner code. On successful (guessed based on
8145 server capabilities) secondary authentication, set imap-state
8146 correctly.
8147 (imap-last-authenticator): Define imap-last-authenticator as a variable
8148 to avoid warnings.
8149
9477096c
GM
81502009-09-10 Glenn Morris <rgm@gnu.org>
8151
8152 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8153
8154 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8155 (byte-compile-file-form-autoload): Don't warn about unknown functions
8156 where the autoload statement comes after the use.
8157 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8158 that any handlers inside the body (eg require) are in turn respected.
8159
8160 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8161 effects.
8162
8163 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8164 and syntax and abbrev tables basic docs, if they don't have any.
8165
8166 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8167
8168 * international/mule-cmds.el (top-level): Require cl when compiling.
8169 (view-hello-file): Use default-value rather than
8170 default-enable-multibyte-characters.
8171
8172 * progmodes/fortran.el: Move all safe and risky properties into the
8173 defcustoms.
8174
8175 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8176 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8177 * mail/undigest.el:
8178 Put autoloads in rmail.el rather than loaddefs.el.
8179 * mail/rmail.el: Regenerate with extracted autoloads.
8180
8181 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8182 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8183
9f16c547
NR
81842009-09-10 Nick Roberts <nickrob@snap.net.nz>
8185
8186 Reported in thread for Bug#4375.
8187 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8188 "-data-evaluate-expression" instead of print.
8189 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8190 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
8191 (gdb): Revert 2009-08-11 change. User should detach inferior
8192 manually.
9f16c547
NR
8193
8194 Remove the word "separate" from IO functions as inferior
8195 output is now never displayed in the GUD buffer.
8196
50405cd0
JB
81972009-09-10 Juanma Barranquero <lekktu@gmail.com>
8198
8199 * startup.el (command-line-normalize-file-name): On Windows and
8200 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8201
7ae62430
JL
82022009-09-10 Juri Linkov <juri@jurta.org>
8203
8204 * isearch.el (isearch-text-char-description): Propertize escape
8205 character sequences with the `escape-glyph' face. (Bug#4344)
8206
8207 * simple.el (shell-command): Set asynchronous process filter to
8208 `comint-output-filter'. (Bug#4343)
8209
8210 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8211 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8212 the list. Move "asm" to the bottom.
8213 (grep-find-ignored-directories): Add `choice' with nil value
8214 to empty the list easily.
8215 (grep-find-ignored-files): New option.
8216 (grep-files-history): Set to nil by default instead of '("ch" "el").
8217 (grep-compute-defaults): Add "<X>" to `grep-template'.
8218 (grep-read-files): Bind new local variables `default-alias' and
8219 `default-extension'. Use a list of default values for the file prompt.
8220 (lgrep): Add `--exclude=' command line options composed from
8221 `grep-find-ignored-files'.
8222 (rgrep): Add `-name' command line options composed from
8223 `grep-find-ignored-files'. (Bug#4301)
8224
cd875252
SM
82252009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8226
8227 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8228 (bug#4368).
8229
cdce0b33
KY
82302009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8231
8232 * calendar/time-date.el (autoload):
8233 Expand define-obsolete-function-alias into defalias and make-obsolete
8234 for old Emacsen that Gnus supports.
8235 (with-no-warnings): Define it for old Emacsen.
8236 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8237 is available.
8238 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8239 float-time is available; suppress compile warning for time-to-seconds.
8240
82412009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8242
8243 * net/imap.el (imap-message-map): Docstring fix.
8244
2b2eb431
GM
82452009-09-09 Glenn Morris <rgm@gnu.org>
8246
8247 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8248 line numbers too. (Bug#4374)
8249
83a5aac5
SM
82502009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8251
755e0210
SM
8252 * smerge-mode.el (smerge-remove-props, smerge-refine):
8253 Use with-silent-modifications (bug#4342).
8254
83a5aac5
SM
8255 * subr.el (with-silent-modifications): New macro.
8256
79f01fa7
JB
82572009-09-07 Juanma Barranquero <lekktu@gmail.com>
8258
8259 * files.el (top-level): Require `cl' when compiling.
8260
448ecec3
GM
82612009-09-07 Glenn Morris <rgm@gnu.org>
8262
8263 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8264
8f09a02f
GM
8265 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8266 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8267
76ff67bf
NR
82682009-09-06 Nick Roberts <nickrob@snap.net.nz>
8269
8270 * vc-git.el (vc-git-annotate-command): Use separator to parse
8271 arguments correctly.
8272
943c8b75
EZ
82732009-09-06 Eli Zaretskii <eliz@gnu.org>
8274
8275 * proced.el (proced-mode): Doc fix.
8276
680db9ac
MA
82772009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8278
8279 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8280 lstat fails.
8281 (tramp-do-file-attributes-with-ls): Check for file existence at
8282 remote end.
8283 (tramp-do-file-attributes-with-stat): Likewise.
8284 (tramp-convert-file-attributes): Return nil when attr is nil.
8285
3f12e5bd
GM
82862009-09-05 Glenn Morris <rgm@gnu.org>
8287
c8dc27bf
GM
8288 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8289 properties to this button.
8290 (diary-fancy-display): Don't extend the button to the final newline.
8291 (diary-fancy-display-mode): Continue to define "q" as a local key.
8292
cca065d8
GM
8293 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8294 efficient.
8295
cddaedb6
GM
8296 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8297
3f12e5bd
GM
8298 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8299 (byte-compile-dest-file-function): New option.
8300 (byte-compile-dest-file): Doc fix.
8301 Obey byte-compile-dest-file-function.
8302 (byte-compile-cl-file-p): New function.
8303 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8304 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8305 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8306 than for file being previously loaded.
8307 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8308 (byte-compile-file-form-require): Handle the case where requiring a file
8309 indirectly causes CL to be loaded.
8310
049a231b
KF
83112009-09-05 Karl Fogel <kfogel@red-bean.com>
8312
8313 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8314 before killing the old buffer, since by the time `kill-buffer' is
8315 run so many buffer variables have been set to nil that it may not
8316 behave as expected. (Bug#4061)
8317
ef7ef2a0
KF
83182009-09-05 Karl Fogel <kfogel@red-bean.com>
8319
8320 * files.el (find-alternate-file): If the old buffer is modified
8321 and visiting a file, behave similarly to `kill-buffer' when
8322 killing it, thus reverting to the pre-1.878 behavior; see
8323 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8324 for discussion. Also, consult `buffer-file-name' as a variable
8325 not as a function, for consistency with the rest of the code.
8326
73d854cd
MA
83272009-09-04 Michael Albinus <michael.albinus@gmx.de>
8328
8329 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8330 also when adding a new directory.
8331
8332 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8333 defun.
8334
df120481
SM
83352009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8336
8337 * files.el (locate-file-completion-table): Make it provide boundary
8338 information, so partial-completion works better.
8339
c0bc6d79
SM
83402009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8341
8342 * mail/footnote.el (Footnote-text-under-cursor):
8343 Check footnote-text-marker-alist before using it (bug#4324).
8344
f76a9756
GM
83452009-09-04 Glenn Morris <rgm@gnu.org>
8346
67d110f1
GM
8347 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8348 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8349 * play/solitaire.el, play/tetris.el:
8350 Remove leading * from defcustom and defface docs.
8351
b42d4989
GM
8352 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8353 necessary.
8354 (diary-fancy-overriding-map): New variable.
8355 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8356 Use view-mode.
8357
f76a9756
GM
8358 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8359 goto-line.
8360
e605eeeb
GM
83612009-09-03 Glenn Morris <rgm@gnu.org>
8362
597e2240
GM
8363 * arc-mode.el (archive-mode):
8364 * dos-fns.el (set-default-process-coding-system):
8365 * man.el (Man-getpage-in-background):
8366 * menu-bar.el (menu-bar-describe-menu):
8367 * server.el (server-process-filter):
8368 * startup.el (command-line):
8369 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8370 * w32-fns.el (set-default-process-coding-system):
8371 * x-dnd.el (x-dnd-handle-file-name):
8372 * international/mule-cmds.el (mule-menu-keymap)
8373 (set-default-coding-systems, language-info-alist, set-language-info)
8374 (set-language-environment, standard-display-european-internal)
8375 (set-locale-environment):
8376 * international/mule-diag.el (mule-diag):
8377 * mail/emacsbug.el (report-emacs-bug):
8378 * mail/rmail.el (rmail-mode):
8379 * mail/sendmail.el (mail-setup):
8380 Use default-value rather than default-enable-multibyte-characters.
8381
f38184aa
GM
8382 * progmodes/f90.el: Move all safe properties into the defcustoms.
8383 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8384
e605eeeb
GM
8385 * calendar/appt.el (appt-check):
8386 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8387 (diary-check-diary-file, diary-list-entries)
8388 (diary-include-other-diary-files, diary-simple-display)
8389 (diary-fancy-display, diary-print-entries)
8390 (diary-mark-included-diary-files, diary-make-entry):
8391 Don't call substitute-in-file-name on diary-file.
8392
734db384
SM
83932009-09-03 Eduard Wiebe <usenet@pusto.de>
8394 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8397 (footnote-mode-map): Move initialization into the declaration.
8398 (footnote-minor-mode-map): Define it rather than changing global-map.
8399 (footnote-mode): Use define-minor-mode.
8400
e5aa47f9
MA
84012009-09-02 Michael Albinus <michael.albinus@gmx.de>
8402
8403 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8404 (tramp-do-file-attributes-with-perl)
8405 (tramp-do-file-attributes-with-stat): Rename from
8406 `tramp-handle-file-attributes-with-*'.
8407 (tramp-handle-file-attributes): Use them.
8408 (tramp-do-directory-files-and-attributes-with-perl)
8409 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8410 `tramp-handle-directory-files-and-attributes-with-*'.
8411 (tramp-handle-directory-files-and-attributes): Use them.
8412 (tramp-method-out-of-band-p): Additional parameter SIZE.
8413 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8414 (tramp-handle-write-region): Use it.
734db384 8415 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
8416 (tramp-handle-vc-registered): Check, whether the first run did
8417 return files to be tested.
8418 (tramp-advice-make-auto-save-file-name): Do not call directly
8419 `tramp-handle-make-auto-save-file-name', because this would bypass
8420 the locking mechanism.
8421
734db384 8422 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
8423 (file-remote-p, process-file, start-file-process, set-file-times)
8424 (tramp-compat-file-attributes): Compatibility functions shall not
8425 call directly `tramp-handle-*', because this would bypass the
8426 locking mechanism.
8427 (tramp-compat-number-sequence): New defun.
8428
6e2ca895
GM
84292009-09-02 Glenn Morris <rgm@gnu.org>
8430
697c7714
GM
8431 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8432 alias for float-time.
8433 (time-to-number-of-days): In Emacs, use float-time.
8434 * net/newst-backend.el (time-add): Suppress warnings from compat
8435 function.
8436 * time.el (emacs-uptime, emacs-init-time):
8437 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8438 Use float-time rather than time-to-seconds.
8439
6e2ca895
GM
8440 * minibuffer.el (completion-initials-expand): Fix typo.
8441
8442 * faces.el (modeline, modeline-inactive, modeline-highlight)
8443 (modeline-buffer-id):
8444 * info.el (info-menu-5): Mark these face aliases as obsolete.
8445
ed17efec
NR
84462009-09-01 Nick Roberts <nickrob@snap.net.nz>
8447
8448 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8449 space ...
8450 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8451 no "--thread" option.
8452 (gdb-stopped): Don't print "Switched to thread" message when it is
8453 unchanged.
8454
fcb68f70
SM
84552009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * minibuffer.el (completion-try-completion)
8458 (completion-all-completions): Remove ill-defined (and
8459 mistakenly installed and luckily never used nor documented)
8460 `completion-styles' property.
8461 (completion-initials-expand, completion-initials-all-completions)
8462 (completion-initials-try-completion): New functions.
8463 (completion-styles-alist): Add doc to each entry.
8464 Add new `initials' entry.
8465
83318a6d
NR
84662009-09-01 Nick Roberts <nickrob@snap.net.nz>
8467
8468 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8469 MI command -var-evaluate-expression.
8470 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8471 and tweak for case of string child.
734db384 8472 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 8473
d63eb0e7
GM
84742009-09-01 Glenn Morris <rgm@gnu.org>
8475
c4f6e489
GM
8476 * add-log.el (change-log-date-face, change-log-name-face)
8477 (change-log-email-face, change-log-file-face, change-log-list-face)
8478 (change-log-conditionals-face, change-log-function-face)
8479 (change-log-acknowledgement-face):
8480 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8481 (custom-modified-face, custom-set-face, custom-changed-face)
8482 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8483 (custom-documentation-face, custom-state-face, custom-comment-face)
8484 (custom-comment-tag-face, custom-variable-tag-face)
8485 (custom-variable-button-face, custom-face-tag-face)
8486 (custom-group-tag-face-1, custom-group-tag-face):
8487 * diff-mode.el (diff-header-face, diff-file-header-face)
8488 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8489 (diff-added-face, diff-changed-face, diff-function-face)
8490 (diff-context-face, diff-nonexistent-face):
8491 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8492 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8493 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8494 (Info-title-4-face):
8495 * isearch.el (isearch-lazy-highlight-face):
8496 * log-view.el (log-view-file-face, log-view-message-face):
8497 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8498 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8499 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8500 (cvs-msg-face):
8501 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8502 (smerge-base-face, smerge-markers-face):
8503 * wid-edit.el (widget-documentation-face, widget-button-face)
8504 (widget-field-face, widget-single-line-field-face)
8505 (widget-inactive-face, widget-button-pressed-face):
8506 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8507 (woman-addition-face):
2fb1ec93
GM
8508 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8509 (eshell-ls-executable-face, eshell-ls-readonly-face)
8510 (eshell-ls-unreadable-face, eshell-ls-special-face)
8511 (eshell-ls-missing-face, eshell-ls-archive-face)
8512 (eshell-ls-backup-face, eshell-ls-product-face)
8513 (eshell-ls-clutter-face):
8514 * eshell/em-prompt.el (eshell-prompt-face):
8515 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 8516 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
8517 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8518 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8519 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8520 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8521 (antlr-font-lock-literal-face):
c4f6e489
GM
8522 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8523 (ebrowse-root-class-face, ebrowse-file-name-face)
8524 (ebrowse-default-face, ebrowse-member-attribute-face)
8525 (ebrowse-member-class-face, ebrowse-progress-face):
8526 * progmodes/make-mode.el (makefile-space-face):
8527 * progmodes/sh-script.el (sh-heredoc-face):
8528 * textmodes/flyspell.el (flyspell-incorrect-face)
8529 (flyspell-duplicate-face):
8530 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 8531 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
8532 Mark face aliases with "-face" suffix as obsolete.
8533
d80619fa
GM
8534 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8535 compiler.
8536
5f68c1b7
GM
8537 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8538 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8539 easy-menu-define wants to modify these.
8540
8541 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8542
8543 * net/browse-url.el (browse-url-file-url):
8544 * term/internal.el (dos-codepage-setup):
8545 Use default-value rather than default-enable-multibyte-characters.
8546
d80619fa 8547 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
8548 * progmodes/flymake.el (flymake-highlight-line)
8549 (flymake-goto-file-and-line, flymake-goto-line):
8550 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8551 (gdb-goto-breakpoint):
8552 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8553 * progmodes/python.el (python-find-function)
8554 (python-pdbtrack-track-stack-file):
8555 * progmodes/verilog-mode.el (verilog-surelint-off):
8556 * term/ns-win.el (ns-open-file-select-line):
8557 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8558 Use forward-line rather than goto-line.
8559
d63eb0e7
GM
8560 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8561 * textmodes/reftex-index.el (reftex-display-index):
8562 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8563 * textmodes/reftex-toc.el (reftex-toc):
8564 Remove unnecessary bindings of default-major-mode (all are followed by
8565 major-mode check and possible mode switch).
8566
0afad278
NR
85672009-08-31 Nick Roberts <nickrob@snap.net.nz>
8568
8569 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8570 Handle watchpoints (bug#4282).
8571 (def-gdb-thread-buffer-command): Enable thread to be selected by
8572 clicking without selecting threads buffer first.
8573 (gdb-current-context-command): Use selected frame so that "up",
8574 "down" etc work in the GUD buffer.
8575 (gdb-update): Find selected frame before rendering stack buffer.
8576 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8577
4e135dd2
SM
85782009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * progmodes/sym-comp.el (displayed-completions): Remove.
8581 (symbol-complete): Use minibuffer-complete.
8582
e61eba34
GM
85832009-08-31 Glenn Morris <rgm@gnu.org>
8584
8585 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8586
734db384
SM
8587 * apropos.el (apropos-symbols-internal):
8588 Handle (obsolete) face aliases.
e61eba34
GM
8589
8590 * faces.el (describe-face): Adjust the output format to be more like
8591 describe-variable, and to mention (obsolete) face aliases.
8592 Adjust the whitespace so that help-setup-xref works.
8593
8594 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8595 * calendar/diary-lib.el (diary-button-face):
8596 Mark these face aliases as obsolete.
8597
8598 * calendar/calendar.el (calendar-today): Doc fix.
8599
4cf71456
NR
86002009-08-31 Nick Roberts <nickrob@snap.net.nz>
8601
8602 * progmodes/gdb-mi.el (gdb-control-all-threads)
8603 (gdb-control-current-thread): Force tool bar update.
8604 (gdb-non-stop-handler): New function.
8605 (gdb-init-1): Use it to test if non-stop mode is supported.
8606 Remove unused gdbmi buffer type.
8607
e61eba34 86082009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
8609
8610 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 8611 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 8612
4324f7ca
NR
86132009-08-30 Nick Roberts <nickrob@snap.net.nz>
8614
8615 * comint.el (comint-exec-1): Check command is non-null first.
8616 Part of gdb-mi.el change (2009-08-28).
8617
a1bf889a
SM
86182009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8619
8620 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8621
060c08b5
JB
86222009-08-30 Juanma Barranquero <lekktu@gmail.com>
8623
8624 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8625 instead of `dolist' to avoid a recursive require when bootstrapping.
8626
ab22be48
SM
86272009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8628
73ebf88f
SM
8629 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8630
80629cfc
SM
8631 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8632
206d0387 8633 * net/imap.el (imap-send-command): Simplify.
734db384 8634 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 8635
844f7784
SM
8636 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8637
5ca4661e
SM
8638 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8639 with constant argument.
8640
c61dc887
SM
8641 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8642
7eb73deb
SM
8643 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8644
5fe443de
SM
8645 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8646 Change default, since most of our files don't have a history.
8647 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8648 the user.
8649
6444d64a
SM
8650 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8651 Add comint-run.
8652
5cb16bfc
SM
8653 * calc/calc.el: Improve commenting convention.
8654 (calc-digit-map, toplevel): Simplify.
8655
0aeb71a7
SM
8656 * comint.el (comint-insert-input): Be careful to only set point if we
8657 don't delegate to some other command.
8658
9a9af856
SM
8659 * proced.el (proced-signal-list): Make it an alist.
8660 (proced-grammar-alist): Capitalize names.
8661 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8662 Disable undo manually and make it read-only.
8663 Use completion-annotate-function.
8664
ab22be48
SM
8665 * minibuffer.el (minibuffer-message): If the current buffer is not
8666 a minibuffer, insert the message in the echo area rather than at the
8667 end of the buffer.
8668 (completion-annotate-function): New variable.
8669 (minibuffer-completion-help): Use it.
8670 (completion--embedded-envvar-table): Environment vars are
8671 always case-sensitive.
8672
4a948dbf
GM
86732009-08-30 Glenn Morris <rgm@gnu.org>
8674
8675 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8676 from fortran-current-defun.
8677 (fortran-beginning-of-subprogram): Be more precise about finding the
8678 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8679 (fortran-end-of-subprogram): Simplify.
8680 (fortran-current-defun): Use fortran-start-prog-re.
8681
486cf3b8
JB
86822009-08-29 Juanma Barranquero <lekktu@gmail.com>
8683
8684 * subr.el (do-after-load-evaluation): Simplify.
8685
db167d28
DN
86862009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8687
8688 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8689
8690 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8691 (vc-rcs-print-log): Use it.
8692
8693 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8694
efbc652a
SM
86952009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8696
2aa0e5bf
SM
8697 * paths.el (abbrev-file-name): Move to abbrev.el.
8698 * abbrev.el (abbrev-file-name): Move from paths.el.
8699 Obey user-emacs-directory.
8700 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8701 user-emacs-directory.
8702 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8703 abbrev-file-name and calc-settings-file any more.
8704 * startup.el (command-line): Recompute abbrev-file-name and
8705 abbreviated-home-dir.
8706 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8707 of the special code for when C-h bindings haven't been changed.
8708 (display-startup-echo-area-message): Use with-current-buffer.
8709 (command-line-1): Use a list of strings, rather than a list of lists
8710 of strings for longopts.
8711
51da8fe2
SM
8712 * files.el (get-free-disk-space): Use / for default-directory.
8713
0c3cc4dd
SM
8714 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8715 Use with-current-buffer.
8716
d988dbf6
SM
8717 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8718 Recognize immutable variables like most-positive-fixnum.
8719 (byte-compile-setq-default): Check and warn if trying to assign
8720 to an immutable variable, or a non-variable.
8721
efbc652a
SM
8722 * progmodes/cc-vars.el (c-comment-continuation-stars):
8723 * progmodes/cc-engine.el (c-looking-at-bos):
8724 * progmodes/cc-cmds.el (c-toggle-auto-state)
8725 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8726 (c-comment-line-break-function): Add version of obsolescence.
8727
d30a05d1
JL
87282009-08-28 Juri Linkov <juri@jurta.org>
8729
8730 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8731 associated with `archive-mode'.
8732
8733 * image.el (image-type-header-regexps): Use only JPEG magic number
8734 to determine JPEG images, and don't use `image-jpeg-p' because
8735 Emacs can display non-JFIF non-Exif JPEG images.
8736
1e8eecea
JB
87372009-08-28 Juanma Barranquero <lekktu@gmail.com>
8738
8739 * arc-mode.el (archive-mode):
8740 * emacs-lisp/re-builder.el (re-builder-unload-function):
8741 Protect against the default value of `major-mode' being nil.
8742
dd4fbf56
JB
87432009-08-28 Juanma Barranquero <lekktu@gmail.com>
8744
8745 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8746 Fix typos in docstrings.
8747
8748 * progmodes/js.el (js--macro-decl-re): Doc fix.
8749 (js--plain-method-re, js--split-name): Refloc docstring.
8750 (js--class-styles, js--make-merged-item, js--splice-into-items):
8751 Fix typos in docstrings; reflow docstrings.
8752 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8753 (js--variable-decl-matcher, js--inside-pitem-p)
8754 (js--parse-state-at-point, js--get-all-known-symbols)
8755 (js--symbol-history, js-find-symbol, js--js-references)
8756 (js--moz-interactor, js--js-encode-value, js--read-tab):
8757 Fix typos in docstrings.
8758
72f16325
SM
87592009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8760
14acf2f5
SM
8761 * textmodes/reftex.el (reftex-get-file-buffer-force):
8762 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8763 * emulation/viper.el (viper-go-away, viper-set-hooks):
8764 * emacs-lisp/re-builder.el (re-builder-unload-function):
8765 * emacs-lisp/bytecomp.el (byte-compile-file):
8766 * ses.el (ses-unload-function):
8767 * hexl.el (hexl-find-file):
8768 * files.el (normal-mode):
8769 * ehelp.el (with-electric-help):
8770 * autoinsert.el (auto-insert-alist):
8771 * arc-mode.el (archive-mode):
8772 Use (default-value 'major-mode) instead of default-major-mode.
8773
72f16325
SM
8774 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8775 * international/mule.el (load-with-code-conversion):
8776 * emacs-lisp/debug.el (debug):
8777 * ediff-vers.el (ediff-rcs-get-output-buffer):
8778 * dired.el (dired-internal-noselect): Don't let-bind
8779 default-major-mode around code that doesn't use it.
8780 E.g. buffer creation via get-buffer-create doesn't use it.
8781
aa485f7c
MA
87822009-08-28 Michael Albinus <michael.albinus@gmx.de>
8783
8784 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8785 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8786 when writing the temp file. Otherwise, epa-file gets confused.
8787 (tramp-register-file-name-handlers): Make it a defun. Move also
8788 `epa-file-handler' to the front of `file-name-handler-alist'.
8789
87902009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8791
8792 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8793 start right after a ^M.
8794 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8795 (tramp-completion-file-name-regexp-separate)
8796 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
8797 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8798 Don't modify last-coding-system-used by accident.
aa485f7c
MA
8799 (tramp-completion-file-name-handler): Apply the checks here,
8800 instead during registration.
48c2d18a 8801 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
8802 `tramp-register-file-name-handler'. Register both
8803 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 8804 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 8805
3f0c2b92
NR
88062009-08-28 Nick Roberts <nickrob@snap.net.nz>
8807
72f16325
SM
8808 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8809 Remove variable ...
3f0c2b92
NR
8810 (gdb-init-1, gdb-display-separate-io-buffer)
8811 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8812 references to it.
8813 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8814 (gdb-inferior-filter): Use comint-output-filter to stop
8815 echoing and remove ^M characters.
8816
705e5bd9
SM
88172009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8818
009fdc2e
SM
8819 * emulation/viper-init.el (viper-restore-cursor-type):
8820 * emulation/cua-base.el (cua--update-indications):
8821 Replace default-cursor-type with (default-value 'cursor-type).
8822
b56a5ae0
SM
8823 * mail/sendmail.el (mail-recover-1):
8824 * international/mule-diag.el (describe-current-coding-system-briefly)
8825 (describe-current-coding-system):
8826 * international/mule-cmds.el (select-safe-coding-system)
8827 (select-message-coding-system)
8828 (set-language-environment-coding-systems, set-locale-environment):
8829 * hexl.el (hexl-insert-multibyte-char):
8830 * dos-w32.el (find-buffer-file-type-coding-system):
8831 * simple.el (what-cursor-position):
8832 Replace uses of default-buffer-file-coding-system
8833 with (default-value 'buffer-file-coding-system).
8834
de70529f
SM
8835 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8836 Replace uses of default-cursor-in-non-selected-windows
8837 with (default-value 'cursor-in-non-selected-windows).
8838 Use with-current-buffer.
8839
705e5bd9
SM
8840 * mail/feedmail.el: Use CL macros.
8841 (feedmail-run-the-queue, feedmail-send-it-immediately):
8842 * dos-w32.el (find-buffer-file-type): Replace uses of
8843 default-buffer-file-type with (default-value 'buffer-file-type).
8844
4d985ac2
GM
88452009-08-28 Glenn Morris <rgm@gnu.org>
8846
8847 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8848 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8849 Use default-value of major-mode rather than default-major-mode.
8850
17c15b81
SM
88512009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8852
3a68ab06
SM
8853 * Makefile.in (update-elcfiles): Report left over elc files.
8854
9421bdd1
SM
8855 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8856 expand-file-name and with-current-buffer.
8857 (mail-get-names, mail-directory): Use with-current-buffer.
8858
17c15b81
SM
8859 * vc.el (vc-read-revision): New function.
8860 (vc-version-diff, vc-merge): Use it.
8861
ba83a64e
SS
88622009-08-27 Sam Steingold <sds@gnu.org>
8863
8864 * simple.el (kill-do-not-save-duplicates): New user option.
8865 (kill-new): When it is non-nil, and the new string is the same as
8866 the latest kill, set replace to t to avoid duplicates in kill-ring.
8867
be3e598a 88682009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
8869
8870 * net/tramp.el (tramp-handle-process-file): Do not flush all
8871 caches when `process-file-side-effects' is set.
8872 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
8873 instead of `tramp-find-file-exists-command'.
8874 Unset `process-file-side-effects'.
d5b5c94a
MA
8875
88762009-08-27 Michael Albinus <michael.albinus@gmx.de>
8877
8878 * net/tramp.el (tramp-methods): New method "rsyncc".
8879 (top): Add completion function for "rsyncc".
8880 (tramp-message-show-message): New defvar.
8881 (tramp-message, tramp-error): Use it.
8882 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8883 remote copying.
8884 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8885 `tramp-methods' entry `copy-env' of "rsyncc".
8886 (tramp-vc-registered-read-file-names): New defconst.
8887 (tramp-vc-registered-file-names): New defvar.
8888 (tramp-handle-vc-registered): Implement optimization strategy.
8889 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8890 (tramp-vc-file-name-handler): New defun.
8891 (tramp-get-ls-command, tramp-get-test-command)
8892 (tramp-get-file-exists-command, tramp-get-remote-ln)
8893 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 8894 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
8895
8896 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8897 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8898 timestamps.
8899 (tramp-get-file-property): Check for timestamps in
8900 `tramp-cache-inhibit-cache'.
8901 (tramp-set-file-property): Write timestamp.
8902
1339cf20
KH
89032009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8904
8905 * language/japan-util.el (japanese-symbol-table): Add entries for
8906 cp932-2-byte.
8907
8908 * international/characters.el: Add category `j' to cp932-2-byte.
8909
726e3f1d
KH
89102009-08-27 Kenichi Handa <handa@m17n.org>
8911
8912 * international/fontset.el (build-default-fontset-data): New macro.
8913 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 8914 tibetan, ethiopic, and ipa.
726e3f1d 8915
4e3b4528
SM
89162009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8917
8918 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8919 (enable-multibyte-characters): Not customizable any more.
8920
8921 * subr.el (default-mode-line-format, default-header-line-format)
8922 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8923 (default-direction-reversed, default-truncate-lines)
8924 (default-left-margin, default-tab-width, default-case-fold-search)
8925 (default-left-margin-width, default-right-margin-width)
8926 (default-left-fringe-width, default-right-fringe-width)
8927 (default-fringes-outside-margins, default-scroll-bar-width)
8928 (default-vertical-scroll-bar, default-indicate-empty-lines)
8929 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8930 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8931 (default-scroll-down-aggressively, default-fill-column)
8932 (default-cursor-type, default-buffer-file-type)
8933 (default-cursor-in-non-selected-windows)
8934 (default-buffer-file-coding-system, default-major-mode)
8935 (default-enable-multibyte-characters): Mark as obsolete.
8936
b3cca6a6
DN
89372009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8938
652cc1a2
DN
8939 * vc-dir.el (vc-dir-update): Remove debug helper.
8940
b3cca6a6
DN
8941 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8942
4ed8c7aa
SS
89432009-08-26 Sam Steingold <sds@gnu.org>
8944
8945 * simple.el (save-interprogram-paste-before-kill): New user option.
8946 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8947 save the interprogram-paste into kill-ring before overriding it
8948 with the Emacs kill.
8949
3b64d86b
DN
89502009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8951
8952 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8953 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8954 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8955 and move to vc-rcs.el.
8956 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8957 move to vc-rcs.el.
8958 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8959 (vc-rcs-update-changelog): Remove.
8960 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8961 and move to vc-rcs.el.
8962
8963 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8964 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8965 renaming.
8966 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 8967 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
8968 vc.el, renamed to be RCS specific.
8969
72f16325
SM
8970 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8971 New functions.
8972 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
8973
8974 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8975 New functions.
8976
636a36a0
SM
89772009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8978
8979 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8980
239b3340
DN
89812009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8982
b91f0762 8983 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
8984 (vc-git-stash, vc-git-stash-show): New functions.
8985 (vc-git-extra-menu-map): Bind them.
b91f0762 8986
b8e54362
DN
8987 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8988 directory correctly in case the item is a directory itself.
8989
239b3340
DN
8990 * vc.el: Document the desired behavior for reverted files in the
8991 `added' state.
dc810649
DN
8992 (vc-default-prettify-state-info): Remove function, unused.
8993
8994 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 8995
e49c0179
GM
89962009-08-26 Glenn Morris <rgm@gnu.org>
8997
8998 * bindings.el (standard-mode-line-format): Reposition dashes in
8999 which-func entry. (Bug#4217)
9000
3029e594
GM
9001 * files.el (enable-local-variables, enable-local-eval)
9002 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9003 the defcustoms.
9004 (auto-mode-alist, ignored-local-variables)
9005 (save-some-buffers-action-alist): Move risky declarations to the
9006 definitions.
9007 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9008 (font-lock-defaults, format-alist, imenu--index-alist)
9009 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9010 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9011 (mode-line-modified, mode-line-mule-info, mode-line-position)
9012 (mode-line-process, mode-line-remote, outline-level)
9013 (parse-time-rules, rmail-output-file-alist)
9014 (special-display-buffer-names, vc-mode):
9015 Move risky declarations to the relevant files.
72f16325
SM
9016 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9017 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
9018 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9019 * font-core.el (font-lock-defaults):
9020 * format.el (format-alist):
9021 * vc-hooks.el (vc-mode):
9022 * window.el (special-display-buffer-names):
9023 * international/mule-cmds.el (input-method-alist):
9024 Define riskiness here (dumped file) rather than in files.el.
9025 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9026 * imenu.el (imenu-generic-expression, imenu--index-alist):
9027 * outline.el (outline-level):
9028 * time.el (display-time-string):
9029 * calendar/parse-time.el (parse-time-rules):
9030 * mail/rmailout.el (rmail-output-file-alist):
9031 Autoload riskiness here, rather than placing in files.el.
9032
8476cfaf
SM
90332009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9034
9035 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9036
0b35b48e
MA
90372009-08-25 Michael Albinus <michael.albinus@gmx.de>
9038
9039 * simple.el (process-file-side-effects): New defvar.
9040
9041 * dired-aux.el (dired-show-file-type):
9042 * vc.el (vc-diff-internal):
9043 * vc-arch.el (vc-arch-diff):
9044 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9045 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9046 * vc-git.el (vc-git-registered, vc-git-working-revision)
9047 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9048 (vc-git--empty-db-p):
9049 * vc-hooks.el (vc-user-login-name):
9050 * vc-svn.el (vc-svn-registered, vc-svn-state)
9051 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9052 * progmodes/grep.el (grep-probe): Let-bind
9053 `process-file-side-effects' with nil.
9054
9055 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9056
9057 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9058 daemon. Replace ping by checking for running service for bluez
9059 and zeroconf. (Bug#4239)
9060
d54cc599
GM
90612009-08-25 Kevin Ryde <user42@zip.com.au>
9062
9063 * net/dig.el (dig): Add autoload cookie.
9064
7bfd055d
GM
90652009-08-25 Glenn Morris <rgm@gnu.org>
9066
bac9c66c
GM
9067 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9068 load-history for absolute file-names.
9069 (byte-compile-file-form-require): Warn about use of the cl package.
9070
7bfd055d
GM
9071 * format.el (format-alist): Doc fix.
9072
5ac1f9e0
GM
9073 * play/bubbles.el (top-level): Don't require cl at run-time.
9074
af62aa88
GM
9075 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9076 run-time cl).
9077
71e036af
DD
90782009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9079
9080 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9081 from cl package.
9082 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9083
42110eaf
JB
90842009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9085
9086 * calc/calc-alg.el (math-trig-rewrite)
9087 (math-hyperbolic-trig-rewrite): New functions.
9088 (calc-simplify): Simplify trig functions when asked.
9089
88421f3e
SM
90902009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9091
9092 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9093
dbd9624e
KH
90942009-08-24 Kenichi Handa <handa@m17n.org>
9095
9096 * language/ind-util.el (mapthread): Delete it.
9097 (combinatorial): New function.
9098 (indian--puthash-cv): Use combinatorial instead of mapthread.
9099
9b89e3ee
GM
91002009-08-22 Kevin Ryde <user42@zip.com.au>
9101
9102 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9103 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9104 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9105 Clarify docstring that the value is strings not symbols.
9106 (checkdoc-list-of-strings-p): New function.
9107
e6ce8c42
GM
91082009-08-22 Glenn Morris <rgm@gnu.org>
9109
2ddf2ea6 9110 * files.el (auto-mode-alist):
a3374680
GM
9111 * hippie-exp.el (he-concat-directory-file-name):
9112 * lpr.el (lpr-windows-system, printer-name):
9113 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9114 * ps-print.el (ps-windows-system):
9115 * startup.el (command-line):
9116 * emulation/viper-ex.el (viper-glob-function):
9117 * international/mule-cmds.el (set-language-environment-coding-systems):
9118 * net/ange-ftp.el (ange-ftp-write-region):
9119 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 9120 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
9121 unisoft-unix, vax-vms, win32, w32.
9122
977955fa
GM
9123 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9124 given name if the pattern is not more specific.
9125
b4deec2e
GM
9126 * calendar/lunar.el (lunar-phase-names): New option.
9127 (lunar-phase): Doc fix.
9128 (lunar-cycles-per-year): New constant.
9129 (lunar-index): New function.
9130 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9131 (lunar-phase-name): Use lunar-phase-names.
9132 (calendar-lunar-phases): Use format.
9133 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9134
47e83968
GM
9135 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9136 Copy imenu-example--name-and-position function here for own use.
9137 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9138
e6ce8c42
GM
9139 * bs.el (bs--redisplay):
9140 * cus-edit.el (custom-redraw):
9141 * ibuffer.el (ibuffer-bury-buffer):
9142 * server.el (server-goto-line-column):
9143 * startup.el (command-line-1):
9144 * strokes.el (strokes-xpm-for-stroke):
9145 * term.el (term-display-buffer-line):
9146 * view.el (View-goto-line):
9147 * calc/calc.el (calc-do, calc-trail-buffer):
9148 * play/gamegrid.el (gamegrid-add-score-insecure):
9149 * progmodes/ada-mode.el (ada-compile-goto-error):
9150 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9151 (ebrowse-select-1st-to-9nth):
47e83968 9152 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
9153 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9154 * progmodes/gud.el (gud-display-line):
9155 (idlwave-shell-display-line):
9156 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9157 * progmodes/make-mode.el (makefile-browser-toggle):
9158 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9159 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9160 * textmodes/picture.el (picture-draw-rectangle):
9161 * textmodes/reftex-index.el (reftex-index-goto-letter):
9162 (reftex-select-jump-to-previous):
9163 * textmodes/reftex-sel.el (reftex-find-start-point)
9164 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9165 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9166 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9167 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9168 * textmodes/two-column.el (2C-associated-buffer):
9169 Use forward-line rather than goto-line.
9170
9171 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9172 goto-line.
9173
4b18bdb3
GM
9174 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9175 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9176 (quick-check-list-to-regexp): Declare.
e6ce8c42 9177
72f16325
SM
9178 * progmodes/make-mode.el (makefile-browser-insert-selection):
9179 Use goto-char rather than goto-line.
e6ce8c42
GM
9180
9181 * progmodes/prolog.el (compilation-error-regexp-alist)
9182 (compilation-forget-errors): Declare.
9183
32a2cf25
JL
91842009-08-22 Juri Linkov <juri@jurta.org>
9185
9186 * progmodes/grep.el (lgrep, rgrep): At the beginning
9187 set `dir' to `default-directory' unless `dir' is a non-nil
9188 readable directory. (Bug#4052)
9189 (lgrep, rgrep): Change a weird way to report an error
9190 from using `read-string' to using `error'.
9191 Instead of using interactive arguments in the function body,
9192 add new argument `confirm'.
9193
5443c9b7
SM
91942009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9195
cb5b40ee
SM
9196 * textmodes/remember.el (remember-buffer):
9197 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9198 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9199 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
9200 * net/newst-treeview.el (newsticker-groups-filename):
9201 * net/newst-backend.el (newsticker-cache-filename):
9202 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9203 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9204 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9205 (speedbar-buffers-line-path, speedbar-path-line)
9206 (speedbar-buffers-line-path):
9207 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9208 (epg-sign-keys):
9209 * epa.el (epa-display-verify-result):
9210 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9211
d6261cc1
GM
92122009-08-21 Glenn Morris <rgm@gnu.org>
9213
3e1ea342
GM
9214 * progmodes/js.el (inferior-moz-process): Fix declaration.
9215
ce86eeb5
GM
9216 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9217
fff28970
GM
9218 * obsolete/rnewspost.el (news-mail-reply):
9219 Use goto-char rather than goto-line.
9220
d93e053b
GM
9221 * term/ns-win.el (ns-open-file-select-line):
9222 Use line-beginning-position rather than goto-line.
9223
d5d105e8
GM
9224 * apropos.el (apropos-command):
9225 * ehelp.el (electric-helpify):
9226 * printing.el (pr-show-setup):
9227 * strokes.el (strokes-help):
9228 * tutorial.el (tutorial--describe-nonstandard-key)
9229 (tutorial--detailed-help):
9230 * woman.el (woman-mini-help, woman-display-extended-fonts):
9231 * calc/calc-help.el (calc-describe-key):
9232 * emulation/edt.el (edt-electric-helpify):
9233 * international/mule-diag.el (mule-diag):
9234 * play/yow.el (apropos-zippy):
9235 * progmodes/python.el (python-describe-symbol):
9236 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9237 * textmodes/table.el (*table--cell-describe-mode)
9238 (*table--cell-describe-bindings):
9239 Use help-print-return-message rather than the now obsolete alias.
9240
a8ab722f 9241 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
9242 (calendar-cursor-to-visible-date):
9243 * play/5x5.el (5x5-position-cursor):
9244 * play/decipher.el (decipher):
9245 * play/gomoku.el (gomoku-goto-xy):
9246 * play/landmark.el (lm-goto-xy):
9247 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9248 (mpuz-paint-digit):
9249 Use forward-line, not goto-line.
a8ab722f 9250
d6261cc1
GM
9251 * mail/rmail.el (rmail-obsolete): Delete custom group.
9252 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9253 (rmail-remote-password, rmail-remote-password-required):
9254 Remove unneeded :set-after and :set properties.
9255
9e846523
MA
92562009-08-21 Michael Albinus <michael.albinus@gmx.de>
9257
9258 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9259
bbe1f502
DN
92602009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9261
bcc5db24
DN
9262 * loadup.el: Remove leftover macos code.
9263
bbe1f502
DN
9264 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9265 Explicitly pass the date format to git blame so that user local
9266 so that the output format can be parsed.
9267
6fd2d19a
MA
92682009-08-20 Michael Albinus <michael.albinus@gmx.de>
9269
9270 * net/dbus.el (top): Don't check for (getenv
9271 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9272
31764e15
SM
92732009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9274
9275 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 9276 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 9277
28930e39
SM
92782009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9279
4fd15622 9280 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 9281 Bug#3287
4fd15622 9282
b3d8e4a0
SM
9283 * help.el (help-print-return-message): Rename from
9284 print-help-return-message.
9285
c9829c70
SM
9286 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9287 cvs-mode-map parent hack.
9288 (log-view-mode): Derive from special-mode.
9289
b932657b
SM
9290 * linum.el (linum-mode): window-size-change-functions is redundant.
9291 Adapt to new window-configuration-change-hook behavior.
9292 (linum-after-size, linum-after-config): Remove.
9293
1b700bca
SM
9294 * imenu.el (imenu-example--name-and-position)
9295 (imenu-example--lisp-extract-index-name)
9296 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9297 Mark as obsolete.
9298
28930e39
SM
9299 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9300 (inferior-prolog-mode): Use it.
9301 (inferior-prolog-load-file): Reset list of errors.
9302
c9af0b68
KH
93032009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9304
9305 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9306
9307 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9308
720c7cd6
MA
93092009-08-19 Michael Albinus <michael.albinus@gmx.de>
9310
9311 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9312 is running already.
9313
03a74b84
SM
93142009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9315
9316 * subr.el (listify-key-sequence-1): Use normal syntax since those
9317 integers are nowadays always represented by the same (positive) number
9318 on all platforms.
9319 (read-key-empty-map): New const.
9320 (read-key-delay): New var.
9321 (read-key): New function.
9322 (force-mode-line-update): Use with-current-buffer.
9323 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9324 (start-process-shell-command, start-file-process-shell-command):
9325 Discourage the use of command-args.
9326
f43e88d4
GM
93272009-08-19 Glenn Morris <rgm@gnu.org>
9328
9329 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9330
890429cc
SM
93312009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9332
85be9ec4
SM
9333 * simple.el (choose-completion-string): Don't rely on
9334 minibuffer-completing-file-name and ad-hoc checks to decide whether
9335 to continue completion or not.
9336
890429cc
SM
9337 * minibuffer.el (minibuffer-hide-completions): New function.
9338 (completion--do-completion): Use it.
9339 (completions-annotations): New face.
9340 (completion--insert-strings): Use it.
9341 (completion-pcm--delim-wild-regex): Add docstring.
9342 (completion-pcm--string->pattern): Add support for 0-width delimiters
9343 in completion-pcm--delim-wild-regex.
9344
265d4549
SM
93452009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9346
d440b941
SM
9347 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9348 Remove unused var `buffer-modified-p'.
9349
265d4549
SM
9350 * minibuffer.el (completion--do-completion): Move point for the #b001
9351 case as well (bug#4176).
9352 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9353
ba6f7d86
MA
93542009-08-18 Michael Albinus <michael.albinus@gmx.de>
9355
9356 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9357 and :session buses.
9358
98819490
KH
93592009-08-18 Kenichi Handa <handa@m17n.org>
9360
265d4549
SM
9361 * international/ucs-normalize.el (ucs-normalize-version):
9362 Change to 1.1.
58627cf0
KH
9363 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9364 (utf-8-hfs): Make it perform normalization on encoding too.
9365
98819490
KH
9366 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9367 (sentence-end-without-space): Delete duplicated chars.
9368 (sentence-end-base): Likewise.
e739cc85
KH
9369
9370 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9371 (html-mode): Delete duplicated chars from sentence-end-base.
9372
9373 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9374 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 9375
645b9326
CY
93762009-08-17 Chong Yidong <cyd@stupidchicken.com>
9377
9378 * files.el (hack-one-local-variable): If the mode function is for
9379 a minor mode, pass it an argument (Bug#4148).
9380
56c195af
MA
93812009-08-17 Michael Albinus <michael.albinus@gmx.de>
9382
9383 * net/tramp.el (tramp-register-completion-file-name-handler):
9384 Check also for (member 'partial-completion completion-styles).
9385
7a55c78b
CY
93862009-08-16 Chong Yidong <cyd@stupidchicken.com>
9387
9388 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9389 abbrev (Bug#3943).
9390
be3e598a 93912009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
9392
9393 * progmodes/cperl-mode.el: Merge upstream 6.2.
9394 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9395 (cperl-forward-re): Check cperl-brace-recursing.
9396 (cperl-highlight-charclass): New function.
9397 (cperl-find-pods-heres): Use it.
31cd2dd4 9398 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 9399 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 9400 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
9401 (cperl-beautify-level): Don't process entire regexp.
9402 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9403 calling man.
9404 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9405 (cperl-init-faces): Build a list in the normal way.
9406
81b1f9c9
CY
94072009-08-16 Chong Yidong <cyd@stupidchicken.com>
9408
9409 * calendar/parse-time.el (parse-time-string-chars): Save match
9410 data.
9411
c3732cb8
SM
94122009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9413
55659495
SM
9414 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9415 (sql-product): Use it.
9416 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9417 (sql-set-product): Add completion.
9418 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9419 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9420 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9421 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9422 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9423 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9424 (sql-highlight-db2-keywords): Remove.
9425 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9426 (sql-highlight-product): Use derived-mode-p.
9427 (sql-set-sqli-buffer): Use with-current-buffer.
9428 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9429 Simplify.
9430
1ae79427
SM
9431 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9432
c3732cb8
SM
9433 * term.el: Fix commenting convention, turn comments into docstrings.
9434
f24b8bf3
CY
94352009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9436
9437 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9438
7b6fefac 94392009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 9440
1200ac26 9441 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
9442 character classes, to handle non-ascii characters (Bug#3190).
9443
94442009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 9445
1abbe4e5
CY
9446 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9447 another heredoc if the user adds another < (Bug#3226).
9448
c3732cb8
SM
9449 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9450 Don't initialize based on window-system (Bug#4124).
19261da4 9451
daad00fc
CY
9452 * facemenu.el (facemenu-read-color): Use a completion function
9453 that accepts any defined color, such as RGB triplets (Bug#3677).
9454
e1bdde78
CY
9455 * files.el (get-free-disk-space): Change fallback default
9456 directory to /. Expand DIR argument before switching to fallback.
9457 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9458
9d73a99e
CY
94592009-08-15 Chong Yidong <cyd@stupidchicken.com>
9460
9461 * files.el (load-library): Doc fix.
9462
68b962d4 94632009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 9464
953e0c1a 9465 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 9466 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 9467 incremental search string.
9d73a99e 9468
c3732cb8 9469 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 9470 XEmacs.
9d73a99e 9471
c3732cb8
SM
9472 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9473 (ediff-merge-region-is-non-clash)
9474 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 9475 Also check if the job is really a merge job.
9d73a99e 9476
c3732cb8 9477 * ediff.el (ediff-current-file): New function.
9d73a99e 9478
2e330adc
CY
94792009-08-15 Chong Yidong <cyd@stupidchicken.com>
9480
9481 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9482 conventions.
c3732cb8 9483 (js-insert-and-indent): Delete function.
2e330adc
CY
9484 (js-mode-map): Don't bind keys to js-insert-and-indent.
9485 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9486 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 9487 (js-auto-indent-flag): Delete variable.
2e330adc 9488
17b5d0f7
CY
94892009-08-14 Chong Yidong <cyd@stupidchicken.com>
9490
c3732cb8
SM
9491 * progmodes/js.el: Remove proclaim statement.
9492 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 9493
ba2d8894
CY
9494 * files.el (auto-mode-alist): Use js-mode for .js files.
9495
c3732cb8 9496 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
9497
9498 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9499
9500 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9501
c3732cb8 9502 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
9503
95042009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 9505 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
9506
9507 * progmodes/js.el: New file.
9508
b6377f1d
MH
95092009-08-14 Mark A. Hershberger <mah@everybody.org>
9510
9511 * timezone.el (timezone-parse-date): Add ability to understand ISO
9512 basic format (minimal separators) dates in addition to the
9513 already-supported extended format dates.
9514
bc0eef46
EZ
95152009-08-14 Eli Zaretskii <eliz@gnu.org>
9516
4e021e65
EZ
9517 * international/ucs-normalize.el: Add a `coding' file variable.
9518
bc0eef46
EZ
9519 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9520
53dab179
SS
95212009-08-14 Sam Steingold <sds@gnu.org>
9522
6801c38a 9523 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 9524
6c58c39c
CY
95252009-08-13 Chong Yidong <cyd@stupidchicken.com>
9526
9527 * faces.el (help-argument-name): Define it here instead of
9528 help-fns.el, because in daemon mode help-fns.el may be loaded when
9529 faces are still uninitialized (Bug#1078).
9530
9531 * help-fns.el (help-argument-name): Move defface to faces.el.
9532
c7baf7e9
NR
95332009-08-13 Nick Roberts <nickrob@snap.net.nz>
9534
9535 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9536 create buffer with a pty but no process so that GDB can make the
9537 inferior the controlling process.
9538
9c40e995 95392009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
9540
9541 * international/ucs-normalize.el: New file.
9542
8cdba32b
RS
95432009-08-13 Richard Stallman <rms@gnu.org>
9544
5c950923
RS
9545 * mail/rmail.el (rmail-get-attr-names):
9546 Accept an attribute header that is too short.
9547
76e1e40b
RS
9548 * mail/rmail.el (rmail-forget-messages):
9549 Ignore nil elt in rmail-message-vector. Use dotimes.
9550
1fc01b08
RS
9551 * progmodes/compile.el (compilation-goto-locus):
9552 Use next-error-move-function.
9553
8cdba32b
RS
9554 * simple.el (next-error-move-function): New variable.
9555
99910cf4
JL
95562009-08-12 Juri Linkov <juri@jurta.org>
9557
9558 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9559 always non-nil. (Bug#4052)
9560
9561 * replace.el (read-regexp): Return empty string when
9562 `default-value' is nil.
9563 (keep-lines-read-args): Don't use empty string as the
9564 default value for `read-regexp'. (Bug#2495)
9565
fc5bdf6c
JL
95662009-08-12 Juri Linkov <juri@jurta.org>
9567
9568 * international/mule-cmds.el (ucs-insert): Change arguments
9569 from `arg' to `character', `count', `inherit' to be the same
9570 as in `insert-char'. Doc fix. (Bug#4039)
9571
9572 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9573
77748848
JL
95742009-08-12 Juri Linkov <juri@jurta.org>
9575
9576 * files-x.el: New file.
9577
9578 * files.el: Move code that deals with adding/deleting
9579 file/directory-local variables to files-x.el.
9580
9581 * Makefile.in (ELCFILES): Add files-x.elc.
9582
c8a44c4e
DD
95832009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9584
27a9fd5a
DD
9585 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9586 to use `goto-line'.
9587 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9588 `goto-line'.
9589 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 9590 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 9591 threads list.
107ef54a 9592 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
9593 (gdb-starting): Moved -data-list-register-names...
9594 (gdb-stopped): ...here so it's sent when first thread stops.
9595 (gdb-registers-handler-custom): Do nothing if register names are
9596 unknown yet.
27a9fd5a 9597
c8a44c4e
DD
9598 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9599 from `gdb-mi.el' to avoid extra tangling.
9600
9601 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 9602 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
9603 (gdb-update-gud-running): No extra fuss for updating frame number.
9604
dfd4e693
SM
96052009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9606
51c4341f
SM
9607 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9608 (describe-language-environment-map, setup-language-environment-map)
9609 (set-coding-system-map): Move initialization into declaration.
9610 (set-language-info-alist): Last arg to define-key-after can be skipped.
9611
9612 * international/quail.el (quail-completion-1): Simplify.
9613 (quail-define-rules): Use slightly more compact code.
9614 (quail-insert-decode-map): Propertize keys, compact columns.
9615
dfd4e693
SM
9616 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9617 Add goto-line.
9618
83326559
MB
96192009-08-10 Miles Bader <miles@gnu.org>
9620
9621 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9622 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9623 (js2-instance-member, js2-private-member, js2-private-function-call)
9624 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9625 (js2-magic-paren, js2-external-variable):
9626 Remove "-face" suffix from face names.
9627 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9628 (js2-highlight-undeclared-vars, js2-peek-token)
9629 (js2-parse-function-params, js2-mode-show-errors)
9630 (js2-mode-show-warnings, js2-make-magic-delimiter)
9631 (js2-mode-highlight-magic-parens): Update to use new face names.
9632
8e754ea2
MA
96332009-08-09 Michael Albinus <michael.albinus@gmx.de>
9634
9635 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9636 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9637
1c292fc7
CY
96382009-08-09 Chong Yidong <cyd@stupidchicken.com>
9639
18d433a7
CY
9640 * subr.el: Provide hashtable-print-readable.
9641
1c292fc7
CY
9642 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9643 hs-c-like-adjust-block-beginning.
9644 (hs-hide-block-at-point): Stop hiding at the beginning of
9645 hs-block-end-regexp (Bug#700).
9646
2db0ae07
DD
96472009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9648
9649 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9650 a macro.
9651 (gdb-registers-handler-custom): Do not fail when register names
9652 are unavailable.
9653
fe4740a6
DD
96542009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9655
9656 * progmodes/gdb-mi.el (gdb-control-all-threads)
9657 (gdb-control-current-thread): Interactive setters for
9658 `gdb-gud-control-all-threads' to use in menu.
9659 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 9660 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
9661 gud/thread.xpm and gud/all.xpm.
9662
ce299d55
CY
96632009-08-08 Yoni Rabkin <yoni@rabkins.net>
9664
9665 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9666 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
9667 (net-utils-mode): New mode for viewing diagnostic network output.
9668 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9669 (net-utils-run-simple): New function.
9670 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 9671
7c4654ad
DD
96722009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9673
9674 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9675 (gdb-memory-set-address, def-gdb-set-positive-number)
9676 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9677 after changing settings.
9678 (gdb-invalidate-disassembly): Update when first shown.
9679 (gdb-edit-locals-value): Fixed.
9680 (gdb-registers-handler-custom): Print registers in right order and
9681 allow changing register values (only for current thread yet).
9cbac26b
DD
9682 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9683 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9684 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9685 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9686 info in mode name.
9687 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 9688
0f25a277
EZ
96892009-08-08 Eli Zaretskii <eliz@gnu.org>
9690
9691 * mail/rmail.el (rmail-add-mbox-headers)
9692 (rmail-set-message-counters-counter): Search for
9693 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9694
b971be60
GM
96952009-08-08 Glenn Morris <rgm@gnu.org>
9696
9697 * Makefile.in (ELCFILES): Update.
9698
a35d3ad8
EZ
96992009-08-07 Eli Zaretskii <eliz@gnu.org>
9700
60c2df40
EZ
9701 * mail/sendmail.el (mail-yank-original): Set
9702 buffer-file-coding-system from the one used by the message whose
9703 text is yanked.
9704
8b0bcc2e
EZ
9705 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9706 to "windows" when "pgnuplot" is used.
9707 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9708 call accept-process-output if "pgnuplot" is used.
9709 (calc-graph-init): Don't send -display and -geometry to
9710 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9711 running "pgnuplot -V" with shell-command-to-string.
9712
9713 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9714 the default.
9715
97162009-08-07 Eli Zaretskii <eliz@gnu.org>
9717
9718 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
9719 org/org-latex.elc.
9720
3bca7ca5
DN
97212009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9722
3c53763c
DN
9723 * vc-dispatcher.el (vc-resynch-window): Update comment.
9724
3bca7ca5
DN
9725 * term.el (term-handle-ansi-escape): Add comments with the
9726 terminfo capabilities implemented.
9727
7b217360
DD
97282009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9729
9730 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9731 (gdb-var-create-handler): Rewritten using JSON parser.
9732 (gdb-propertize-header): Moved earlier.
9733 (gdb-set-header): Removed to avoid duplication.
9734 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9735 Refresh disassembly buffers only after threads list have been
9736 update.
9737 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9738 variables.
9739
b4d84ecf
JL
97402009-08-04 Juri Linkov <juri@jurta.org>
9741
9742 * files.el: Commands to add/delete file/directory-local variables.
9743 (read-file-local-variable, read-file-local-variable-value)
9744 (read-file-local-variable-mode, modify-file-local-variable)
9745 (modify-file-local-variable-prop-line)
9746 (modify-dir-local-variable): New functions.
9747 (add-file-local-variable, delete-file-local-variable)
9748 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9749 (add-dir-local-variable, delete-dir-local-variable)
9750 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9751 (copy-dir-locals-to-file-locals-prop-line): New commands.
9752
42da39c1
CY
97532009-08-04 Chong Yidong <cyd@stupidchicken.com>
9754
9755 * abbrev.el (insert-abbrev-table-description): Prettify output.
9756 Suggested by Karl Chen.
9757
98bf8494
DD
97582009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9759
78b9fb28 9760 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 9761 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
9762 (gdb-overlay-arrow-position, gdb-thread-position)
9763 (gdb-disassembly-position): Declare variables.
9764 (gdb-wait-for-pending): Function now.
9765 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9766 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9767 compilation goes smoothly.
9768 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9769 (gdb-non-stop-setting): New customization setting which replaces
9770 `gdb-non-stop' so changing it doesn't break active GDB session.
9771 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9772 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9773 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9774 (gdb-show-threads-by-default): New customization options.
9775 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9776 routines.
9777 (gdb-get-buffer-create): Send buffers update signal when they are
9778 created.
9779 (gdb-invalidate-locals, gdb-invalidate-registers)
9780 (gdb-invalidate-breakpoints)
9781 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9782 (gdb-invalidate-memory): Accept update signal.
9783 (gdb-current-context-command): Use --frame option.
9784 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9785 Implement `gdb-frame-number' selection logic.
9786 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9787 whether to show GUD toolbar buttons.
9788 (gdb-thread-exited): Unselect current thread when it exits.
9789 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9790 (gdb-mark-line): Routine which sets overlay arrow or inverses
9791 video on fringeless displays.
9792 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9793 to build aligned columns of data in GDB buffers and set text
9794 properties line-by-line.
9795 (gdb-invalidate-breakpoints)
9796 (gdb-breakpoints-list-handler-custom)
9797 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9798 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9799 (gdb-registers-handler-custom): Align data columns.
9800 (gdb-locals-handler-custom): Now prints data like in variable
9801 declarations.
9802 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9803 Removed confusing buttons.
9804 (gdb-invalidate-threads): Append --frame.
9805 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9806 between breakpoints/threads buffers.
9807 (gdb-set-window-buffer): Now can ignore dedicated windows.
9808 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9809 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9810 (def-gdb-thread-buffer-gud-command): Replaces
9811 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9812 for fine thread control.
9813 (gdb-preempt-existing-or-display-buffer): New function used to
9814 display bound buffers without breaking window layout.
9815 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9816 (gdb-select-frame): New version of `gdb-frames-select' which now
9817 sets `gdb-frame-number' so commands may use --frame option instead
9818 of inner debugger state.
9819 (gdb-frame-handler): Do not set `gdb-frame-number'.
9820 (gdb-threads-mode-map): Select threads with mouse.
9821
9822 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9823 avoid compilation warning.
9824 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9825 `gdb-show-stop-p`.
9826
566f3909
DD
9827 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9828 Argument `key' renamed to `buffer-type'.
9829 (gdb-current-context-buffer-name): Do not add thread info to
9830 buffer name when no thread is selected.
9831 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9832 command (bug 3794).
9833 (gdb-thread-selected): Handle `=thread-selected' notification.
9834 (gdb-wait-for-pending): New macro to deal with congestion problems.
9835 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9836 breakpoints.
7b6fefac
JB
9837 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9838 This fixes problem similar to one described in bug 3947.
566f3909
DD
9839 (gud-menu-map): More menu items.
9840 (gdb-init-1): Reset `gdb-thread-number' to nil.
9841
4a31122c
DD
9842 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9843 non-stop settings.
9844
9845 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9846 (gdb-current-context-command): Do not append --thread if
9847 `gdb-thread-number' is nil.
9848 (gdb-running-threads-count, gdb-stopped-threads-count): New
9849 variables.
9850 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9851 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9852 customization options.
9853 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9854 GUD commands.
7b6fefac 9855 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
9856 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9857 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9858 set `gdb-thread-number' and update `gud-running' properly.
9859 (gdb-running): Update threads list when new threads appear.
9860 (gdb-stopped): Support non-stop operation and new thread switching
9861 logic.
9862 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9863 (gdb-json-partial-output): New set of JSON routines.
9864 (def-gdb-auto-update-trigger): New `signal-list' optional
9865 argument.
9866 (gdb-thread-list-handler-custom): Update `gud-running',
9867 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9868 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9869 (gdb-continue-thread, gdb-step-thread): New commands for fine
9870 thread execution control.
9871 (gud-menu-map): New menu items to switch non-stop options.
9872 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 9873 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
9874
9875 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9876 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9877 gdb-buffer-rules.
9878 (def-gdb-auto-update-handler): New nopreserve optional argument.
9879 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9880
9881 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9882 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9883 (gdb-parent-mode): New mode to derive other GDB modes from.
9884 (gdb-display-disassembly-for-thread)
9885 (gdb-frame-disassembly-for-thread): New commands for threads
9886 buffer.
9887
9888 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9889 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
9890 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9891 (gdb-update): We now store all GDB buffers in a list so that they
9892 can be updated by traversing a list instead of calling invalidate
7b6fefac 9893 triggers explicitly.
a5c9f540
DD
9894 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9895 pair for GDB buffer.
9896 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
9897 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9898 handle pending triggers.
9899 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9900 (def-gdb-thread-buffer-simple-command)
9901 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9902 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
9903 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9904 New commands which show buffers bound to thread.
e7086683 9905 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 9906
7b6fefac
JB
9907 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9908 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
9909 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9910 to (gud-comint-buffer) in *-buffer-name functions
9911 because (gdb-get-target-string) already does that.
9912 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9913 (gdb-changed-registers-handler): Rewritten without regexps.
9914
ba214964 9915 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
9916 (gdb-thread-number): New variable.
9917 (gdb-current-context-command): New macro which adds --thread
9918 option to command.
7b6fefac 9919 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 9920 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 9921 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
9922 (gdb-select-thread): New command which selects current thread.
9923 (gdb-invalidate-frames, gdb-invalidate-locals)
9924 (gdb-invalidate-registers): Use --thread option.
20f12ed8 9925
2ac33804
MA
99262009-08-04 Michael Albinus <michael.albinus@gmx.de>
9927
9928 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 9929 robust. (Bug#3977)
2ac33804
MA
9930 (tramp-handle-insert-file-contents): `unwind-protect' must be
9931 inside `with-parsed-tramp-file-name'.
9932
9933 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9934 fails.
9935
39d0296f
NR
99362009-08-03 Nick Roberts <nickrob@snap.net.nz>
9937
9938 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9939 directory if CLASSPATH is not set.
9940
adcbca53
MA
99412009-08-03 Michael Albinus <michael.albinus@gmx.de>
9942
7b6fefac
JB
9943 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9944 New defconst.
7ef849b6 9945 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 9946
30924b0b
CY
99472009-08-02 Kevin Ryde <user42@zip.com.au>
9948
7b6fefac
JB
9949 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9950 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 9951
b6ce92f1
CY
99522009-08-02 Chong Yidong <cyd@stupidchicken.com>
9953
d977a092
CY
9954 * select.el (x-set-selection): Doc fix (Bug#4021).
9955
9956 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9957
b6ce92f1
CY
9958 * help-fns.el (describe-variable): Treat list return values from
9959 dir-locals-find-file properly (Bug#4005).
9960
7b6fefac 99612009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
9962
9963 * net/tramp.el (tramp-debug-message): Print also microseconds.
9964
99652009-08-02 Michael Albinus <michael.albinus@gmx.de>
9966
9967 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9968 or END is non-nil.
9969 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9970 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9971 format.
9972
5ce6e4f4 9973 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
9974 (tramp-get-file-property): Use it.
9975
9976 * autorevert.el (auto-revert-handler): Allow
9977 `auto-revert-tail-mode' for remote files.
9978
2aafe808
JR
99792009-08-02 Jason Rumney <jasonr@gnu.org>
9980
9981 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 9982 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 9983
e094097c
CY
99842009-08-02 Chong Yidong <cyd@stupidchicken.com>
9985
9986 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9987 (font-lock-variable-name-face, font-lock-constant-face): Darken
9988 the colors for light backgrounds.
9989
de94f281
EZ
99902009-08-01 Eli Zaretskii <eliz@gnu.org>
9991
9992 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9993 month names. (Bug#3987)
9994
54b99340
CY
99952009-07-31 Chong Yidong <cyd@stupidchicken.com>
9996
9997 * simple.el (line-move-finish): Pass whole number to
9998 line-move-to-column.
34be836c 9999 (line-move-visual): Perform hscroll to the recorded position.
54b99340 10000
38216c30
JB
100012009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10002
10003 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10004
c779896d
CY
100052009-07-29 Alan Mackenzie <acm@muc.de>
10006
10007 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10008
592ccae0
DD
100092009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10010
35edc6c6
DD
10011 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10012 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 10013
5a9e3ab7
JB
100142009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10015
10016 * calc/calc.el (calc-mode-map): Add keybinding for
10017 `calc-transpose-lines'.
10018
7b6fefac 100192009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
10020
10021 * calc/calc-misc.el (calc-transpose-lines): New function.
10022
905fb90e
MA
100232009-07-28 Michael Albinus <michael.albinus@gmx.de>
10024
10025 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10026 Simplify check for out-of-band methods.
10027 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10028 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10029
76e14464
DN
100302009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10031
10032 * vc-git.el (vc-git-checkin): Fix typo.
10033
6088b51f 100342009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
10035
10036 * progmodes/js2-mode.el: New file.
10037
b85157fe
NR
100382009-07-28 Nick Roberts <nickrob@snap.net.nz>
10039
10040 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10041 (gud-menu-map): Adjust tooltip accordingly.
10042
d43c2b06
DN
100432009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10044
1c0f0c3b
DN
10045 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10046 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10047
d43c2b06
DN
10048 * add-log.el (change-log-mode-map): Add a menu.
10049
3dec5c36
MA
100502009-07-27 Michael Albinus <michael.albinus@gmx.de>
10051
10052 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10053 function returns nil.
10054 (dbus-handle-event): Handle special return value :ignore.
10055 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10056
5704140c
CY
100572009-07-26 Chong Yidong <cyd@stupidchicken.com>
10058
10059 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10060 it's not needed.
10061
3077d1f6
EZ
100622009-07-25 Eli Zaretskii <eliz@gnu.org>
10063
10064 Fix Bug#3888:
10065
10066 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10067
10068 * term/pc-win.el (x-display-name, x-colors)
10069 (x-select-enable-clipboard, x-select-text): Doc fix.
10070
10071 * term/common-win.el (x-display-name, x-colors): Doc fix.
10072
10073 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10074 (xw-defined-colors): Doc fix.
10075
10076 * w32-fns.el (x-select-text, x-setup-function-keys)
10077 (x-get-selection, x-set-selection): Doc fix.
10078
10079 * term/x-win.el (x-select-text, x-setup-function-keys)
10080 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10081
10082 * select.el (x-set-selection): Doc fix.
10083
51768bc8
MA
100842009-07-25 Michael Albinus <michael.albinus@gmx.de>
10085
10086 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10087 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10088 "IsNSSSupportAvailable" method is not available. Reported by
10089 Steve Youngs <steve@sxemacs.org>.
10090
b11c2874
KH
100912009-07-24 Kenichi Handa <handa@m17n.org>
10092
10093 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 10094 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
10095 (build-unicode-category-table): Fix range checks.
10096
ba83b7b6
DN
100972009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10098
10099 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10100 the buffer we try to sync is current when calling
10101 vc-resynch-buffer.
10102
10103 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10104 not show up to date files.
10105
7a8ae964
GM
101062009-07-24 Glenn Morris <rgm@gnu.org>
10107
10108 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10109 Add autoload cookies. If necessary, initialize.
10110 (elint-log): Handle non-file buffers.
10111 (elint-initialize): Add optional argument to reinitialize.
10112 (elint-find-builtin-variables): Save excursion.
10113
a707eb05
DN
101142009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10115
10116 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10117 for Lint.
10118
0a2ddfa6
DN
101192009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10120
d6a62b0d
DN
10121 * vc.el (vc-print-log-internal): New function, split out from ...
10122 (vc-print-log): ... here.
10b5dcad 10123 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 10124
0a2ddfa6
DN
10125 * vc-git.el (vc-git-add-signoff): New variable.
10126 (vc-git-checkin): Use it.
10127 (vc-git-toggle-signoff): New function.
10128 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
10129 (vc-git--run-command-string): Accept a nil FILE argument.
10130 (vc-git-stash-list): New function.
10131 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 10132
589a99f2
GM
101332009-07-23 Glenn Morris <rgm@gnu.org>
10134
10135 * help-fns.el (describe-variable): Describe ignored and risky local
10136 variables in a similar way to that in which we describe safe ones.
10137
10138 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10139 (byte-compile-output-file-form, byte-compile-output-docform)
10140 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10141 Give some more local variables with common names a "bytecomp-" prefix,
10142 so as not to shadow things during compilation.
10143 * emacs-lisp/cl-macs.el (load-time-value)
10144 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10145 `outbuffer' to `bytecomp-outbuffer'.
10146
10147 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10148 since the next two variables cover them automatically now.
10149 (elint-builtin-variables, elint-autoloaded-variables): New.
10150 (elint-unknown-builtin-args): Remove all members, since they can be
10151 parsed automatically now.
10152 (elint-extra-errors): New.
10153 (elint-env-add-env, elint-env-add-macro): Use cadr.
10154 (elint-current-buffer): Use or. Change final message.
10155 (elint-get-top-forms): Use line-end-position.
10156 (elint-init-env): Use cadr. Handle autoload, declare-function,
10157 and defalias.
10158 (elint-add-required-env): Doc fix. Use or. Standardize error.
10159 (regexp-assoc): Remove unused function.
10160 (elint-top-form): Set elint-current-pos, to record the start of the
10161 top-level form, for compilation-mode.
10162 (elint-form): Trap errors in macro expansion. Use dolist.
10163 (elint-unbound-variable): Use elint-builtin-variables and
10164 elint-autoloaded-variables.
10165 (elint-get-args): Use cadr, or.
10166 (elint-check-cond-form): Use dolist, cadr.
10167 (elint-check-condition-case-form): Doc fix. Use cadr.
10168 Use elint-extra-errors.
10169 (elint-log): New function.
10170 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10171 Distinguish errors and warnings.
10172 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10173 Use a bytecomp-style format.
10174 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10175 (elint-get-log-buffer): Use compilation mode. Disable undo.
10176 Don't truncate lines.
10177 (elint-initialize): Set builtin and autoloaded variable lists.
10178 Only process elint-unknown-builtin-args if non-nil.
10179 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10180 New functions.
10181 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10182
855b42a2
GM
101832009-07-22 Kevin Ryde <user42@zip.com.au>
10184
10185 * net/newst-backend.el (newsticker--parse-atom-1.0)
10186 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10187 (newsticker--parse-rss-1.0):
10188 * progmodes/idlwave.el (idlwave-mode):
10189 * progmodes/idlw-shell.el (idlwave-shell-mode):
10190 * progmodes/vera-mode.el (vera-mode):
10191 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10192 * progmodes/vhdl-mode.el (vhdl-mode):
10193 * textmodes/table.el (table-generate-source)
10194 (table--warn-incompatibility):
10195 Hyperlink urls in docstrings with URL `...'.
10196
fd413a37
GM
101972009-07-22 Glenn Morris <rgm@gnu.org>
10198
cb711556
GM
10199 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10200 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10201 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10202 Remove leading * from defcustom docs.
10203
fd413a37
GM
10204 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10205
10206 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10207 defcustom doc.
10208 (list-load-path-shadows): Optionally, just return shadows as a string.
10209
10210 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10211
a4f69701
CY
102122009-07-21 Chong Yidong <cyd@stupidchicken.com>
10213
10214 * mail/rmailedit.el (rmail-edit-mode): Use
10215 auto-save-include-big-deletions.
10216
10217 * mail/rmail.el (rmail-variables): Use
10218 auto-save-include-big-deletions.
10219
10220 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10221 changes.
10222
ec06459c
JB
102232009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10224
10225 * calc/calc.el (calc-undo-length): New variable.
10226 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10227
b41b0976
RS
102282009-07-21 Richard Stallman <rms@gnu.org>
10229
10230 * files.el (auto-save-mode): Handle buffer-save-size = -2
10231 for toggling mode.
10232
4ed32706
GM
102332009-07-21 Glenn Morris <rgm@gnu.org>
10234
531b1264
GM
10235 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10236
55d27f41
GM
10237 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10238
02df3f4d
GM
10239 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10240 silence compiler. Instead...
10241 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10242 (ps-print-ensure-fontified): Update for above function name changes.
10243
fdd8417e
GM
10244 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10245 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10246 silence compiler. Instead...
10247 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10248 (mh-show-buffer): Only define for compiler.
10249 (pr-mh-current-message): Update for above function name changes.
10250
4ed32706
GM
10251 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10252 as an argument.
10253 (find-file-noselect, insert-file-1): Update for above change.
10254
10255 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10256
10257 * mail/mailclient.el (mailclient-send-it): Fix message.
10258
10259 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10260 (edebug-eval): Check cl-debug-env is bound.
10261 (print-level, print-circle): Don't redefine built-in variables.
10262
10263 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10264 (custom-print-vectors): Remove old comments from doc.
10265
10266 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10267 (emerge-version): Make the variable an obsolete alias for the
10268 emacs-version variable. Make the function obsolete.
10269 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10270 Emerge options, rather than merging in into the main Options menu.
10271 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10272 and auto advance modes. Disable edit/fast items when not relevant.
10273
86812144
CY
102742009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10275
10276 * term/vt420.el (terminal-init-vt420): Fix typo.
10277
6bb90094
SS
102782009-07-20 Sam Steingold <sds@gnu.org>
10279
10280 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10281 variable (removed from compile.el on 2004-03-11).
10282
42e0a725
CY
102832009-07-20 Chong Yidong <cyd@stupidchicken.com>
10284
10285 * files.el (hack-local-variables-filter): Fix last change.
10286
2ee20f24
JL
102872009-07-19 Juri Linkov <juri@jurta.org>
10288
10289 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10290 (dir-local-variables-alist): New buffer-local variable.
10291 (hack-local-variables-filter): If variable is not dir-local,
10292 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10293 because file-local overrides dir-local.
3570691b 10294 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
10295 Remove obsolete declaration.
10296 (hack-dir-local-variables): Add dir-local variable/value pair to
10297 `dir-local-variables-alist' and remove duplicates. Doc fix.
10298
10299 * help-fns.el (describe-variable): Add information about
10300 file-local and dir-local variables.
10301
89bf83cd
CY
103022009-07-19 Chong Yidong <cyd@stupidchicken.com>
10303
10304 * files.el (hack-local-variables-filter): Rewrite.
10305
1a8d3541
GM
103062009-07-19 Glenn Morris <rgm@gnu.org>
10307
d9e8a018
GM
10308 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10309 Silence compiler by only defining on XEmacs.
10310
da332cfb
GM
10311 * international/mule.el (auto-coding-regexp-alist): Only match
10312 BABYL... at the start of buffer, not of lines. (Bug#3790)
10313
1a8d3541
GM
10314 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10315 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10316 (cal-menu-context-mouse-menu): Doc fix.
10317
10318 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10319
10320 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10321
d842b103
JL
103222009-07-18 Juri Linkov <juri@jurta.org>
10323
10324 * info.el: Virtual Info keyword finder.
3570691b 10325 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
10326 (Info-finder-file): New variable.
10327 (Info-finder-find-file): New function.
10328 (finder-known-keywords, finder-package-info)
10329 (find-library-name, lm-commentary): Use defvar and
10330 declare-function to silence compiler warnings.
10331 (Info-finder-find-node): New function.
10332 (info-finder): New command.
10333
10334 * subr.el (process-kill-buffer-query-function): New function.
10335 (add-hook)<kill-buffer-query-functions>: Add hook
10336 `process-kill-buffer-query-function'.
10337
10d37df7
AM
103382009-07-18 Alan Mackenzie <acm@muc.de>
10339
7b6fefac 10340 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
10341 (c-postprocess-file-styles): Give invocation of `c-set-style'
10342 DONT-OVERRIDE parameter of t. Already set style variables will
10343 thus not be overridden by style settings given by `c-file-syle'.
10344
10345 * files.el (hack-local-variables-filter): Remove entries with
10346 duplicate keys from `file-local-variables-alist'.
10347
102e1a41
EZ
103482009-07-18 Eli Zaretskii <eliz@gnu.org>
10349
10350 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10351 x-set-selection if display-selections-p returns nil for the
10352 current frame.
10353
16f2e9fc
CY
103542009-07-18 Chong Yidong <cyd@stupidchicken.com>
10355
10356 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10357
f22693fc
EZ
103582009-07-18 Eli Zaretskii <eliz@gnu.org>
10359
a6c2c80c
EZ
10360 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10361 Accept nil in addition to a regexp.
10362 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10363 Accept nil in addition to a regexp.
10364 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10365 buffers that have an associated file. Handle nil values of
10366 desktop-buffers-not-to-save and desktop-files-not-to-save.
10367 (Bug#3833)
10368
f22693fc
EZ
10369 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10370 (x-disown-selection-internal): New functions.
10371
e456379a
NR
103722009-07-18 Nick Roberts <nickrob@snap.net.nz>
10373
10374 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10375 warning.
10376 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10377 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10378
0013b70f
CY
103792009-07-18 David De La Harpe Golden <david@harpegolden.net>
10380
10381 * simple.el (set-mark): Revert last change.
10382
0855c2ca
CY
103832009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10384
10385 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10386 rendering of pngs is not possible instead of messaging a long
10387 description.
10388
3f5c9cad
CY
103892009-07-17 David De La Harpe Golden <david@harpegolden.net>
10390
10391 * w32-fns.el (x-selection-owner-p): New function.
10392
10393 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
10394 (mouse-yank-at-click, mouse-yank-primary): If
10395 select-active-regions is non-nil, deactivate the mark before
10396 insertion.
3f5c9cad
CY
10397
10398 * simple.el (deactivate-mark, set-mark): Only save selection if we
10399 own it.
10400
1fc87f9b
KH
104012009-07-17 Kenichi Handa <handa@m17n.org>
10402
10403 * case-table.el (describe-buffer-case-table): Fix for the case
10404 that KEY is a cons.
10405
d56fdcd2
DN
104062009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10407
10408 * vc-rcs.el (vc-rcs-find-file-hook):
10409 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10410
bede3e9f
MA
104112009-07-16 Michael Albinus <michael.albinus@gmx.de>
10412
10413 * net/tramp.el (tramp-wait-for-output): Handle the case when
10414 commands do not return a newline but a null byte before the shell
10415 prompt. (Bug#3858)
10416
7653ca1d
YM
104172009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10418
10419 * term/ns-win.el (ns-set-alpha): Don't declare.
10420 (ns-set-background-alpha): Remove function.
10421
ed2a52e9
SM
104222009-07-16 Kevin Ryde <user42@zip.com.au>
10423
10424 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10425 y-or-n-p, for safety.
10426
7a907299
RS
104272009-07-16 Richard Stallman <rms@gnu.org>
10428
10429 * files.el (auto-save-mode): If buffer-saved-size is -2,
10430 don't clobber it.
10431
10432 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10433 (rmail-retry-ignored-headers): Add more uninteresting fields.
10434
c0db3477
CY
104352009-07-15 Jari Aalto <jari.aalto@cante.net>
10436
10437 * net/rcirc.el (rcirc): Use history variables.
10438 (rcirc-server-name-history, rcirc-nick-name-history)
10439 (rcirc-server-port-history): New variables.
10440
6c875452
KH
104412009-07-15 Kenichi Handa <handa@m17n.org>
10442
bf974dc9
KH
10443 * international/mule-cmds.el (set-language-environment-charset):
10444 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10445 ignore them.
10446
6c875452
KH
10447 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10448 Delete unibyte-display.
10449
2066b4fe
CY
104502009-07-15 Chong Yidong <cyd@stupidchicken.com>
10451
10452 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10453
f9be2e35
CY
104542009-07-15 Chong Yidong <cyd@stupidchicken.com>
10455
10456 * simple.el (deactivate-mark): Optional argument FORCE.
10457 (set-mark): Use deactivate-mark.
10458
10459 * info.el (Info-search): No need to check transient-mark-mode
10460 before calling deactivate-mark.
10461
10462 * select.el (x-set-selection): Doc fix.
10463 (x-valid-simple-selection-p): Allow buffer values.
10464 (xselect--selection-bounds): Handle buffer values. Suggested by
10465 David De La Harpe Golden.
10466
10467 * mouse.el (mouse-set-region, mouse-drag-track): Call
10468 copy-region-as-kill before setting the mark, to let
10469 select-active-regions work.
10470
be3e598a 104712009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
10472
10473 * simple.el (deactivate-mark): If select-active-regions is
10474 non-nil, copy the selection data into a string.
10475 (activate-mark): If select-active-regions is non-nil, set the
10476 selection to the current buffer.
10477 (set-mark): Update selection if select-active-regions is non-nil.
10478
10479 * select.el (x-valid-simple-selection-p): Allow buffer values.
10480
cbd61418
SM
104812009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10482
10483 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10484 and more featureful message-mode.
10485
f470187f
CY
104862009-07-14 Chong Yidong <cyd@stupidchicken.com>
10487
10488 * select.el (x-set-selection): Doc fix.
10489 (x-valid-simple-selection-p): Disallow selection data consisting
10490 of a list or cons of integers, since that is not used.
10491 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10492 (xselect-convert-to-string, xselect-convert-to-length)
10493 (xselect-convert-to-filename, xselect-convert-to-charpos)
10494 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10495
bfc99364
DD
104962009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10497
10498 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10499 output in -break-info command (Emacs bug #3794).
10500
e32721f5
GM
105012009-07-14 Glenn Morris <rgm@gnu.org>
10502
1e46f9e4
GM
10503 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10504 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10505 (edebug-print-length, edebug-print-level, edebug-print-circle)
10506 (edebug-sit-for-seconds, edebug-view-outside)
10507 (edebug-bounce-point, edebug-set-global-break-condition)
10508 (edebug-Go-nonstop-mode, edebug-trace-mode)
10509 (edebug-Trace-fast-mode, edebug-continue-mode)
10510 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10511 (edebug-visit-eval-list): Doc fixes.
10512
e32721f5
GM
10513 * subr.el (def-edebug-spec): Doc fix.
10514
66a85e76
KH
105152009-07-14 Kenichi Handa <handa@m17n.org>
10516
10517 * international/characters.el: Fix setting of category ?C.
10518
28571246
JD
105192009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10520
7b6fefac 10521 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
10522 ns-popup-font-panel instead of generate-fontset-menu.
10523
5d74672c
EZ
105242009-07-12 Eli Zaretskii <eliz@gnu.org>
10525
7b6fefac 10526 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 10527
eb1727a4
CY
105282009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10529
10530 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10531 the PK\003\004 header (Bug#3770).
10532
208384c5
CY
105332009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10534
10535 * pcomplete.el (pcomplete-comint-setup): Check for
10536 shell-dynamic-complete-filename too.
10537
774409a1
CY
105382009-07-11 Chong Yidong <cyd@stupidchicken.com>
10539
10540 * simple.el (temporary-goal-column): Change the value for
10541 line-move-visual to a cons cell.
10542 (line-move-visual): Record or set the window hscroll, if
10543 necessary (Bug#3494).
10544 (line-move-1): Handle cons value of temporary-goal-column.
10545
1639ee1d
KH
105462009-07-11 Kenichi Handa <handa@m17n.org>
10547
10548 * international/mule-diag.el (describe-character-set): Don't show
10549 width.
10550
2b1d2412
SS
105512009-07-10 Sam Steingold <sds@gnu.org>
10552
10553 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10554 Omake sometimes indents the errors it prints, so allow all
10555 regexps to start with spaces.
10556
ed3a5691
EZ
105572009-07-10 Eli Zaretskii <eliz@gnu.org>
10558
ed2a52e9
SM
10559 * cus-edit.el (customize-changed-options-previous-release):
10560 Bump value to 22.1. (Bug#3804)
ed3a5691 10561
49405d0e
SS
105622009-07-08 Sam Steingold <sds@gnu.org>
10563
10564 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10565 to be a cons cell (test . ignored-directory) to selectively ignore
10566 some directories depending on the location of the search.
10567
93c3eb7c
MA
105682009-07-08 Michael Albinus <michael.albinus@gmx.de>
10569
10570 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10571 remote user is root, on the local host.
10572 (tramp-local-host-p): Either the local user or the remote user
10573 must be root. (Bug#3771)
10574
6f2a8484
NR
105752009-07-08 Nick Roberts <nickrob@snap.net.nz>
10576
10577 * progmodes/gdb-mi.el (gdb): Remove description of
10578 gdb-use-separate-io-buffer.
69cb8d82 10579 (menu): Don't allow toggling of or enable
6f2a8484
NR
10580 gdb-use-separate-io-buffer from menubar.
10581
88d03607
CY
105822009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10583
10584 * mail/unrmail.el (unrmail): Make sure the message ends with two
10585 newlines (Bug#3769).
10586
7ef5b8b2
GM
105872009-07-08 Glenn Morris <rgm@gnu.org>
10588
10589 * calendar/calendar.el (calendar-current-date): Rework previous change.
10590
3ce82f97
GM
105912009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10592
10593 * calendar/calendar.el (calendar-current-date):
10594 Add an optional argument giving an offset from today.
10595
f35fc841
GM
105962009-07-08 Glenn Morris <rgm@gnu.org>
10597
10598 * tutorial.el (tutorial--describe-nonstandard-key):
10599 Adjust the message for when a key has been unbound.
10600 (help-with-tutorial): Hide the arch-tag.
10601
40149292
KH
106022009-07-08 Kenichi Handa <handa@m17n.org>
10603
69cb8d82
KH
10604 * international/fontset.el (setup-default-fontset): For each
10605 script, append (not set) font-specs.
10606
40149292
KH
10607 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10608 docstring.
10609
ff0c4194
NR
106102009-07-08 Nick Roberts <nickrob@snap.net.nz>
10611
10612 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10613 -data-list-register-names to ...
10614 (gdb-starting): ... here because GDB 7.0 requires execution to
10615 have started when using this MI command.
10616 (gdb-set-header): New function to distinguish select and
10617 unselected tabs in gdb buffers.
10618 (gdb-propertize-header): New macro that uses gdb-set-header.
10619 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 10620 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 10621
8954c675
CY
106222009-07-07 Chong Yidong <cyd@stupidchicken.com>
10623
10624 * Makefile.in (ELCFILES): Remove fadr.elc.
10625
0996385d
DD
106262009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10627
dc6b4519
DD
10628 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10629 may contain frame information, so `string-match' should be used.
10630 (gdb-update): Disassembly is invalidated through
10631 `gdb-get-selected-frame'.
10632 (gdb-pad-string): New function to pad string with spaces.
10633 (gdb-invalidate-disassembly): Invalidate only if the buffer
10634 exists.
10635 (gdb-disassembly-handler-custom): Column alignment.
10636 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10637 placing new ones.
10638 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10639 end of line, too.
10640 (gdb-frame-handler): Match convention to for disassembly buffer
10641 mode name.
17c1380b 10642 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
10643 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10644 not highlight breakpoints without line information.
69a197a2 10645 (gdb-input): Add trailing newline to command.
dc6b4519 10646
14340b25
DD
10647 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10648 buffer properly.
10649 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 10650 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
10651 now.
10652 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10653 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10654 to place breakpoints.
14340b25
DD
10655 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10656 functions.
10657 (gdb-disassembly-handler-custom): Show overlay arrow.
10658 (gdb-disassembly-place-breakpoints): Show breakpoints in
10659 disassembly buffer.
10660 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 10661 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 10662 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 10663 in `gud-menu-map'.
14340b25 10664
38d4f316 10665 * fadr.el: Remove.
1f2a6224 10666
7b6fefac 10667 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 10668 (gdb-memory-address): New variable which holds top address of
7b6fefac 10669 memory page shown in memory buffer.
0996385d
DD
10670 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10671 customization variables.
10672 New functions:
10673 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10674 display the memory buffer.
10675 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10676 buffer display parameters.
10677 (def-gdb-memory-format, gdb-memory-format-binary)
10678 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10679 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10680 Functions for setting memory buffer format.
10681 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10682 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10683 unit size used in memory buffer.
10684 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10685 to next/previous page of memory buffer.
28d67a53 10686 Now using (bindat-get-field) instead of fadr functions.
0996385d 10687
9ba562d3
SS
106882009-07-07 Sam Steingold <sds@gnu.org>
10689
10690 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10691 non-top-level files.
10692
a43977db
KH
106932009-07-07 Kenichi Handa <handa@m17n.org>
10694
10695 * international/mule-cmds.el (reset-language-environment): Put
10696 the highset priority to the charset iso-8859-1.
10697
d44d05e8
CY
106982009-07-06 Chong Yidong <cyd@stupidchicken.com>
10699
10700 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10701 to the end of the line when locating the block (Bug#700).
10702
3e2fa353
MA
107032009-07-06 Michael Albinus <michael.albinus@gmx.de>
10704
10705 * net/tramp.el (tramp-handle-write-region): Flush file properties
10706 in case of short track.
10707
be3e598a 107082009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 10709
bf0b361c
JB
10710 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10711 Coded custom representation of verilog error regular expressions
10712 to work with Emacs-22's new format.
d88782c3 10713 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 10714 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
10715 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10716 error recognition into XEmacs.
10717 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10718 error recognition into Emacs-22.
10719
25c6f63e
CY
107202009-07-06 Chong Yidong <cyd@stupidchicken.com>
10721
10722 * woman.el: Remove stand-alone closing parentheses.
10723 (woman-file-name, woman2-format-paragraphs)
10724 (woman-leave-blank-lines): Code cleanup.
10725 (woman-use-own-frame): Change default to nil.
10726 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10727 defaults to inherit from default faces.
10728 (woman2-process-escapes): Consume the newline after a stand-alone
10729 filler character (Bug#3651).
10730
f176290e
GM
107312009-07-06 Glenn Morris <rgm@gnu.org>
10732
10733 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10734 (top-level): Move provide to the end.
10735 (ffap): Remove defunct URL from custom group.
10736
10737 * subr.el (eval-after-load): Doc fix.
10738
7b6fefac 107392009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
10740
10741 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10742 `calc-embedded-word' is called twice.
10743
4b8b1ec5
SM
107442009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10745
10746 * files.el (find-alternate-file-other-window, find-alternate-file):
10747 Obey confirm-nonexistent-file-or-buffer.
10748
d6ceb380
MA
107492009-07-05 Michael Albinus <michael.albinus@gmx.de>
10750
10751 * dired-aux.el (dired-show-file-type): Handle remote files.
10752
be3e598a 107532009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 10754
4b8b1ec5
SM
10755 * desktop.el (desktop-globals-to-save):
10756 Add file-name-history (Bug#2750).
c760f19e 10757
6d00ce04
CY
107582009-07-05 Chong Yidong <cyd@stupidchicken.com>
10759
4b8b1ec5 10760 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 10761
6ee21b07
JB
107622009-07-04 Johan Bockgård <bojohan@gnu.org>
10763
10764 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10765 property on entire argument since this is what eshell-lisp-command
10766 expects.
10767
f0dbdc25
MA
107682009-07-03 Michael Albinus <michael.albinus@gmx.de>
10769
10770 * net/tramp-gvfs.el (tramp-gvfs-methods)
10771 (tramp-gvfs-zeroconf-domain)
10772 (tramp-bluez-discover-devices-timeout): Add version flag.
10773 (tramp-gvfs-handler-mounted-unmounted)
10774 (tramp-gvfs-connection-mounted-p): Polish handling of
10775 incompatibilities between GVFS 0.2 and 1.0.
10776
e044e4fc
JD
107772009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10778
4b8b1ec5 10779 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 10780
2e9b968b
JB
107812009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10782
bf0b361c 10783 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
10784 formatted correctly.
10785
baf1a55e
JL
107862009-07-02 Juri Linkov <juri@jurta.org>
10787
10788 * info.el: Virtual Info files and nodes.
10789 (Info-virtual-files, Info-virtual-nodes): New variables.
10790 (Info-current-node-virtual): New variable.
10791 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10792 New functions.
10793 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10794 to check for a virtual file instead of checking a fixed list
10795 of node names.
10796 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10797 instead of ad-hoc processing of "dir" and (apropos history toc).
10798 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10799 instead of ad-hoc processing of "dir" and (apropos history toc).
10800 Reread a file when moving from a virtual node.
10801 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10802 (Info-directory-toc-nodes, Info-directory-find-file)
10803 (Info-directory-find-node): New functions.
10804 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10805 (Info-history): Move part of code to
10806 `Info-history-find-node'.
10807 (Info-history-toc-nodes, Info-history-find-file)
10808 (Info-history-find-node): New functions.
10809 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10810 (Info-toc): Move part of code to `Info-toc-find-node'.
10811 (Info-toc-find-node): New function.
4b8b1ec5 10812 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
10813 the current Info file name to references because now the node
10814 "*TOC*" belongs to the same Info manual.
4b8b1ec5 10815 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
10816 (Info-toc-nodes): Rename input argument `file' to `filename'.
10817 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10818 instead of ad-hoc processing of ("dir" apropos history toc).
10819 (Info-index-nodes): Use Info-virtual-file-p
10820 to check for a virtual file instead of checking a fixed list
10821 of node names.
10822 (Info-index-node): Add check for `Info-current-node-virtual'.
10823 Raise `save-match-data' higher up the tree to contain
10824 `search-forward' too (bug fix).
10825 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10826 (Info-virtual-index-nodes): New variable.
10827 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10828 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10829 (Info-apropos-file, Info-apropos-nodes): New variables.
10830 (Info-apropos-toc-nodes, Info-apropos-find-file)
10831 (Info-apropos-find-node, Info-apropos-matches): New functions.
10832 (info-apropos): Move part of code to `Info-apropos-find-node' and
10833 `Info-apropos-matches'.
10834 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10835 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10836 for a virtual file instead of checking a fixed list of node names.
10837
10838 * simple.el (async-shell-command): New command.
10839
10840 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10841
10842 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10843 instead of `mount-info'.
10844
d04bc496
MA
108452009-07-02 Michael Albinus <michael.albinus@gmx.de>
10846
10847 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 10848 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 10849
af0403e0
KH
108502009-07-02 Kenichi Handa <handa@m17n.org>
10851
10852 * international/mule.el (set-keyboard-coding-system): Force *-unix
10853 coding-system to avoid eol conversion.
10854
99278f8a
MA
108552009-07-01 Michael Albinus <michael.albinus@gmx.de>
10856
4b8b1ec5
SM
10857 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10858 Add handler for `process-file', `shell-command' and
99278f8a
MA
10859 `start-file-process'.
10860 (tramp-gvfs-handle-shell-command)
10861 (tramp-gvfs-handle-start-file-process)
10862 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 10863 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 10864
3f1c6666
JD
108652009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10866
10867 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10868
3f396bac
KH
108692009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10870
10871 * language/korean.el (set-language-info-alist): Add korean-cp949,
10872 cp949 to spec.
10873
c1185193
KH
108742009-07-01 Kenichi Handa <handa@m17n.org>
10875
10876 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10877
10878 * international/encoded-kb.el: Deleted.
10879
10880 * international/mule.el (set-keyboard-coding-system): Perform the
10881 necessary setup here instead of calling encoded-kbd-setup-display.
10882
3f150a60
GM
108832009-07-01 Glenn Morris <rgm@gnu.org>
10884
10885 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10886
b0d5b05b
GM
108872009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10888
10889 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10890
4f4126e6
MA
108912009-06-30 Michael Albinus <michael.albinus@gmx.de>
10892
4b8b1ec5
SM
10893 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10894 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 10895 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 10896
7ae3ea65 10897 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
10898 (top): Add a default for "synce" in `tramp-default-user-alist'.
10899 Add completion function for "synce" method.
10900 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
10901 (tramp-hal-interface-manager, tramp-hal-interface-device):
10902 New defconst.
10903 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10904 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10905 New defuns.
d6ceb380
MA
10906
10907 * net/trampver.el: Update release number.
7ae3ea65 10908
0ad6626b
KH
109092009-06-30 Kenichi Handa <handa@m17n.org>
10910
10911 * international/fontset.el (setup-default-fontset): Add CJK fonts
10912 for symbols and the other miscellaneous characters.
10913
4b8b1ec5
SM
10914 * language/korea-util.el (setup-korean-environment-internal):
10915 Make char-width-table suitable for Korean environments.
0ad6626b
KH
10916 (exit-korean-environment): Cancel above.
10917
10918 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10919 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 10920 setup-function to make char-width-table suitable for respective
0ad6626b
KH
10921 environments, and an exit-function to cancel that.
10922
10923 * language/japan-util.el (setup-japanese-environment-internal):
10924 Call use-cjk-char-width-table with arg `ja_JP'.
10925
10926 * international/characters.el (cjk-char-width-table): Delete it.
10927 (cjk-char-width-table-list): New variable.
10928 (use-cjk-char-width-table): New arg local-name.
10929 (use-default-char-width-table): Fix for the case that Emacs is
10930 already using the default char-width-table.
10931
fd46e893
MA
109322009-06-29 Michael Albinus <michael.albinus@gmx.de>
10933
10934 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10935 modes mandatory. (Bug#3712)
10936
b87d9f96
AM
109372009-06-29 Alan Mackenzie <acm@muc.de>
10938
10939 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 10940 correction between the visible width of TABs and their number of bytes.
b87d9f96 10941
2d25aa5a
CY
109422009-06-29 Chong Yidong <cyd@stupidchicken.com>
10943
10944 * server.el (server-buffer-done): Prevent kill-buffer from
10945 prompting by clearing the buffer modification flag (Bug#3696).
10946
a3a8b002
DN
109472009-06-28 Michael McNamara <mac@mail.brushroad.com>
10948
bf0b361c 10949 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 10950 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
10951 (verilog-basic-complete-re): Support localparam lineup.
10952 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10953 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10954 commenting.
10955 (verilog-leap-to-case-head): Now support *nested* unique &
10956 priority case statements.
10957 (verilog-auto-lineup): Make just declarations the default (as it
10958 had been).
4b8b1ec5 10959 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 10960 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 10961 select the various styles of automatic lineup.
a3a8b002
DN
10962 (verilog-error-regexp-alist): Rework to support the XEmacs style
10963 of error regular expressions from compilers, lint tools &
10964 simulators. Note that GNU Emacs has made it impossible for a mode
10965 to load such things.
10966 (electric-verilog-terminate-line, verilog-indent-declaration)
10967 (verilog-auto-wiure): Rework for radio button selection of
10968 auto-lineup selection of specification of auto lineup.
10969 (verilog-beg-of-statement-1): Redesign to support proper operation
10970 in additional code, based on testing with auto-lineup.
10971 (verilog-calculate-indent, assignments & declarations)
10972 (verilog-backward-token): Enhance to support auto-lineup of
10973 assignments & declarations.
10974 (verilog-in-directive-p, verilog-at-struct-p): New function for
10975 easy test of whether we are.
10976 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10977 to support safe execution at almost anyline.
10978 (verilog-calc-1): Properly support indenting deep inside generate
10979 blocks.
48c2d18a 10980 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 10981 as it is redundant with font-lock-defaults.
a8f316ca 10982 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
10983 to avoid circular calls if syntax-ppss is a function (as is the
10984 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 10985 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
10986 (verilog-ovm-begin-re, verilog-ovm-end-re)
10987 (verilog-ovm-statement-re, verilog-leap-to-head)
10988 (verilog-backward-token): Add support for OVM macros. Some are
10989 complete statements, and others open and close scopes like begin
10990 and end.
10991 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10992 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 10993 compilation issue.
48c2d18a 10994 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 10995 coverpoint, constraint and cross statements.
a3a8b002
DN
10996 (verilog-defun-level-list, verilog-generate-defun-level-list)
10997 (verilog-all-defun-level-list): Redo these specifications - it is
10998 too hard to support eval-when compile aggregation of lists also
10999 built at when-compile time.
11000 (verilog-defun-level-list): Place defconsts of variables used in
11001 building regular expressions which are built in eval-when-compile
11002 bodies in the same eval-when-compile body to facilitate compile
11003 without load.
11004 (verilog-beg-block-re-ordered): Support indenting
11005 virtual/protected tasks and functions.
7b6fefac 11006 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
11007 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11008 indentation of some module items (generate items).
11009 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11010 across virtual/protected tasks and functions.
11011
110122009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11013
bf0b361c 11014 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 11015 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
11016 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11017 in concatenations. Reported by Yishay Belkind.
11018 (verilog-auto-ascii-enum): Support one-hot state machines in
11019 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11020 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11021 modport in AUTOINST and add vl-modport for users. Reported by
11022 David Rogoff.
11023 (verilog-auto-inout-module, verilog-auto-inst)
11024 (verilog-decls-get-interfaces, verilog-insert-definition)
11025 (verilog-insert-one-definition, verilog-read-decls)
11026 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11027 (verilog-sig-modport, verilog-signals-combine-bus)
11028 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11029 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11030 Suggested by David Rogoff.
11031 (verilog-repair-open-comma): Fix non-insertion of comma when
11032 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11033 (verilog-make-width-expression): Simplify [A-1:0] expression
11034 widths to just {A{1'b0}}.
11035 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
11036 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11037 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
11038 inputs/outputs or data type. Suggested by Vasu Kandadi.
11039 (next-error-last-buffer): Fix byte-compiler warning.
11040 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11041 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 11042 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 11043 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
11044 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11045 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 11046 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
11047 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11048 causing use of <= assignments. Reported by Alex Reed.
11049 (verilog-read-decls): Fix triand, trior, wand, wor to be
11050 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11051 (verilog-extended-complete-re): Support import "DPI-C" functions.
11052 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 11053 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
11054 (verilog-insert-date, verilog-insert-year)
11055 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11056 Windows systems. Reported by Michael Potts.
11057 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 11058 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 11059 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 11060 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
11061 (verilog-read-decls): Fix detecting "parameter int" when using
11062 AUTOINSTPARAM. Reported by Bruce T.
11063 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 11064 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 11065 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
11066 verilog-goto-defun will work. Reported by Lawrence Butcher.
11067 (verilog-getopt): Expand environment variables in -f file
11068 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 11069 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
11070 when reading enumerations.
11071 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11072 Suggested by Stephen Peltan.
4b8b1ec5 11073 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
11074 files. Reported by Steve Peltan.
11075
f7c0d931
CY
110762009-06-28 David De La Harpe Golden <david@harpegolden.net>
11077
11078 * files.el (trash-directory): Fix defcustom type.
11079
baf1a55e 110802009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
11081
11082 * help-fns.el (describe-function-1): Correctly locate adviced
11083 functions in hyperlink (Bug#2438).
11084
d63a01ef
CY
110852009-06-28 Chong Yidong <cyd@stupidchicken.com>
11086
11087 * files.el (trash-directory): Change default to nil.
11088 (move-file-to-trash): If trash-directory is nil and
11089 system-move-file-to-trash is unbound, perform freedesktop-style
11090 trashing.
11091
110922009-06-28 David De La Harpe Golden <david@harpegolden.net>
11093
11094 * files.el (move-file-to-trash): Add freedesktop trash
11095 support (Bug#973).
11096
fc2f6a26
GM
110972009-06-28 Glenn Morris <rgm@gnu.org>
11098
11099 * autorevert.el (global-auto-revert-non-file-buffers)
11100 (global-auto-revert-mode): Doc fixes.
11101
00242b07
JB
111022009-06-27 Johan Bockgård <bojohan@gnu.org>
11103
11104 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11105
f5594f03
CY
111062009-06-27 Chong Yidong <cyd@stupidchicken.com>
11107
e8a2b2da
CY
11108 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11109 opened an X connection before calling x-get-resource (Bug#3194).
11110
f5594f03
CY
11111 * play/doctor.el: Remove reference to obsolete website.
11112 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11113
3c3bf6ce
DN
111142009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11115
11116 Remove find-file-not-found-hook VC method. (Bug#2757)
11117 * vc-hooks.el (vc-file-not-found-hook)
11118 (vc-default-find-file-not-found-hook): Remove functions.
11119 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11120 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11121 * vc.el:
11122 * vc-hg.el:
11123 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11124
e26a7bc0
AM
111252009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11126
11127 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 11128 compatibility function for `looking-back'.
e26a7bc0 11129
4b8b1ec5 11130 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 11131 Use `ispell-looking-back'.
e26a7bc0 11132
d9848600
MA
111332009-06-24 Michael Albinus <michael.albinus@gmx.de>
11134
11135 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 11136 rather than `filename'.
d9848600 11137
05fbc4a9
MB
111382009-06-23 Miles Bader <miles@gnu.org>
11139
11140 * face-remap.el (text-scale-set): New function.
11141
f86ca715
GM
111422009-06-23 Glenn Morris <rgm@gnu.org>
11143
33e2c2e5
GM
11144 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11145
f529f302
GM
11146 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11147
34995333
GM
11148 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11149
cc80ccee
GM
11150 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11151
84cb770d
GM
11152 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11153 Simplify Persian conditionals.
11154
d916c965
GM
11155 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11156 variable `filename'.
11157
b6a44b27
GM
11158 * comint.el (comint-insert-input): Doc fix.
11159
f86ca715
GM
11160 * Makefile.in (ELCFILES): Fix typo in previous change.
11161
666e158e
MB
111622009-06-23 Miles Bader <miles@gnu.org>
11163
11164 * cus-start.el: Add entry for `recenter-redisplay'.
11165
be3e598a 111662009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
11167
11168 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11169 Add an optional argument for the backend, use it instead of
11170 calling vc-backend.
4b8b1ec5
SM
11171 (vc-mode-line): Add an optional argument for the backend.
11172 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
11173 special handling for vc-state being a buffer to ...
11174
11175 * vc-rcs.el (vc-rcs-find-file-hook):
11176 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11177
11178 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11179 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11180 vc-stay-local-p and vc-mode-line calls.
11181
11182 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11183 (vc-cvs-diff, vc-cvs-annotate-command)
11184 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11185 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11186 vc-mode-line calls.
11187
11188 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11189 direct comparison.
11190 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11191 backend when calling vc-mode-line.
11192 (vc-register): Do not create a closure for calling the vc register
11193 function, call it directly.
11194
2764748c
DN
111952009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11196
11197 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11198 to make it obvious item can be clicked.
f5a0b281
DN
11199
11200 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11201
d4a885b2
KH
112022009-06-23 Kenichi Handa <handa@m17n.org>
11203
11204 * language/korea-util.el (korean-key-bindings): Change the binding
11205 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11206 same command.
11207
e3610693
MA
112082009-06-22 Michael Albinus <michael.albinus@gmx.de>
11209
11210 Sync with Tramp 2.1.16.
11211
11212 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11213
11214 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11215 when a loading of a package fails. Completion function for rsync
11216 is `tramp-completion-function-alist-ssh'.
11217 (all): Replace all calls of `split-string' and
11218 `tramp-split-string' by `tramp-compat-split-string'.
11219 (tramp-default-method): Use `tramp-compat-process-running-p'.
11220 (tramp-default-proxies-alist): Allow also Lisp forms.
11221 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 11222 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
11223 (tramp-domain-regexp): Allow also "-", "_" and ".".
11224 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11225 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11226 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
11227 (tramp-handle-directory-files-and-attributes-with-stat):
11228 Care about filenames with spaces, or starting with "-".
e3610693
MA
11229 (tramp-handle-dired-uncache): New defun.
11230 (tramp-handle-insert-directory): Don't flush the directory from
11231 cache, this is handled by `dired-uncache' now.
11232 (tramp-handle-insert-file-contents): Improve error handling.
11233 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11234 Quote `tramp-end-of-output'.
11235 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
11236 (tramp-check-for-regexp): Both echoes must be present, before removing.
11237 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
11238 (tramp-compute-multi-hops): Eval cons cells of
11239 `tramp-default-proxies-alist'.
11240 (tramp-maybe-open-connection): Use the same command pattern for
11241 first hop and further hops.
11242 (tramp-wait-for-output): Remove handling of newlines.
11243 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11244 (tramp-split-string): Remove function. It is handled in
11245 tramp-compat now.
11246
4b8b1ec5
SM
11247 * net/tramp-cmds.el (tramp-bug):
11248 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
11249
11250 * net/tramp-compat.el (tramp-compat-split-string)
11251 (tramp-compat-process-running-p): New defuns.
11252
11253 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11254 for `dired-uncache'.
11255
11256 * net/tramp-gvfs.el: New package.
11257
4b8b1ec5
SM
11258 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11259 Add handler for `dired-uncache'.
e3610693
MA
11260 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11261
11262 * net/trampver.el: Update release number. Make version check fit
11263 for SXEmacs 22.
11264
13a3f374
JM
112652009-06-22 Jim Meyering <meyering@redhat.com>
11266
e0a28a3b 11267 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
11268 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11269 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11270
5242671e 112712009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 11272 Nick Roberts <nickrob@snap.net.nz>
13a3f374 11273
e0a28a3b 11274 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
11275 repository (http://sphinx.net.ru/hg/gdb-mi/).
11276
3fde45af
GM
112772009-06-22 Glenn Morris <rgm@gnu.org>
11278
46253b34
GM
11279 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11280 `mode' and `eval' entries. (Bug#3430)
11281
97e18192
GM
11282 * Makefile.in (ELCFILES): Add fadr.elc.
11283
731a00fb
GM
11284 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11285 differing behavior of \n and ^ in strings. (Bug#3385)
11286
c66cd0ff
GM
11287 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11288
3fde45af
GM
11289 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11290 property.
11291 (lisp-indent-function): Make it a defcustom.
11292
db2241a0
NR
112932009-06-21 Nick Roberts <nickrob@snap.net.nz>
11294
11295 * progmodes/gdb-ui.el: Replace with ...
5242671e 11296 * progmodes/gdb-mi.el: ... this file.
db2241a0 11297 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
11298
112992009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11300
db2241a0
NR
11301 * fadr.el: New file.
11302
38d4f316 11303See ChangeLog.14 for earlier changes.
e3d51b27
MR
11304
11305;; Local Variables:
11306;; coding: utf-8
e3d51b27
MR
11307;; End:
11308
4e5617ee 11309 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
11310
11311 This file is part of GNU Emacs.
11312
11313 GNU Emacs is free software: you can redistribute it and/or modify
11314 it under the terms of the GNU General Public License as published by
11315 the Free Software Foundation, either version 3 of the License, or
11316 (at your option) any later version.
11317
11318 GNU Emacs is distributed in the hope that it will be useful,
11319 but WITHOUT ANY WARRANTY; without even the implied warranty of
11320 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11321 GNU General Public License for more details.
11322
11323 You should have received a copy of the GNU General Public License
11324 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11325
38d4f316 11326;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1