Support TAGS targets in the w32 build.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
73077a9a
EZ
12010-10-01 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
4 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
5 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6
1ef075bb
GM
72010-10-01 Glenn Morris <rgm@gnu.org>
8
1fcaf927
GM
9 * obsolete/sc.el: Remove file.
10
1ef075bb
GM
11 * files.el (temporary-file-directory): On darwin, also try
12 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
13
a16f5f64
JB
142010-10-01 Juanma Barranquero <lekktu@gmail.com>
15
16 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
17 Let's not break compatibility gratuitously, shall we?
18
6b958814
G
192010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20
47e08896 21 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
22 (tls-find-starttls-argument): Use it.
23 (open-tls-stream): Ditto.
24
47e08896 25 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
26 entry.
27 (netrc-machine): Ditto.
28
cad90f3b
EZ
292010-09-30 Eli Zaretskii <eliz@gnu.org>
30
31 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
32
968ef9b4
JB
332010-09-30 Juanma Barranquero <lekktu@gmail.com>
34
35 * server.el (server-start): Don't write pid to the authentication file.
36 (server-create-tty-frame): Don't send pid.
37 (server-process-filter): Send pid at the start of every connection.
38
3536dea8
GM
392010-09-30 Glenn Morris <rgm@gnu.org>
40
8e378d88
GM
41 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
42 (show-all-diary-entries): Remove obsolete function aliases.
43
3536dea8
GM
44 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
45 Remove options, obsolete since 22.1.
46 (appt-display-format, appt-display-message): Remove
47 backwards-compatibility code.
48 (appt-check): No longer check appt-issue-message.
49 (appt-make-list): No longer autoload it. Doc fix. No longer
50 activate the package.
51
df7fcaff
LMI
522010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
53
54 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
55 (starttls-negotiate): Just call boot, and let the handshake be
56 triggered from the read loop.
df7fcaff 57
c2828614
GM
582010-09-29 Glenn Morris <rgm@gnu.org>
59
17a46341
GM
60 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
61 not displaying the diary.
62 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
63 * calendar/appt.el (appt-check): No longer need to kill diary.
64
7161e329
GM
65 * calendar/diary-lib.el (diary-list-entries): Move the
66 "Preparing..." message entirely here.
67 (diary-simple-display, diary-fancy-display): Move "Preparing..."
68 messages to diary-list-entries.
69 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
70 diary-display-function.
71
d0de6cba
GM
72 * calendar/diary-lib.el (diary-include-other-diary-files):
73 Trap some recursive includes.
74
c2828614
GM
75 * calendar/appt.el (appt-activate): Check diary file.
76
0c43b6f8
KY
772010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
78
79 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
80 construction.
81
82 * calendar/time-date.el: No need to require cl for Emacs 21.
83
97ce2730
GM
842010-09-28 Glenn Morris <rgm@gnu.org>
85
86 * calendar/appt.el (appt-check): Minor simplification.
87
e0a185ae
KY
882010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
89
90 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
91 citation prefix.
92
c19f76a1
AS
932010-09-27 Andreas Schwab <schwab@linux-m68k.org>
94
95b6d681
JB
95 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
96 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 97
fd057fd2
KH
982010-09-27 Kenichi Handa <handa@m17n.org>
99
100 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
101 "ustar" format.
102
368b3544
KH
1032010-09-27 Kenichi Handa <handa@m17n.org>
104
105 * international/mule.el (define-coding-system): Docstring fixed.
106
107 * international/mule-diag.el (describe-character-set): Use princ
108 with proper print-length and print-level instead of insert.
109
95b6d681 1102010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
111
112 * window.el (walk-windows): Doc fix (bug#7105).
113
99368725
SM
1142010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * emacs-lisp/float-sup.el (e): Remove.
117
8ed70bf3
LMI
1182010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
119
120 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
121 variable.
122 (starttls-negotiate): Use it.
123
d2e9d0bb
LMI
1242010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
125
126 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
127 back.
128
15413fb4
SM
1292010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
132
1821a7b4
LMI
1332010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
134
6303aba1
LMI
135 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
136
1821a7b4
LMI
137 * net/netrc.el (netrc-store-data): New function.
138
8af55556
TZ
1392010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
140
141 * net/gnutls.el: GnuTLS glue code to set up a connection.
142
42343747
JD
1432010-09-25 Julien Danjou <julien@danjou.info>
144
145 * notifications.el: Call dbus-register-signal only if it is bound.
146
ec60da52
GM
1472010-09-25 Glenn Morris <rgm@gnu.org>
148
149 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
150 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
151 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
152 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
153 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
154 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
155 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
156 * eshell/esh-util.el, eshell/esh-var.el:
157 Remove leading `*' from docs of faces and defcustoms.
158
4c964351
UM
1592010-09-25 Ulrich Mueller <ulm@gentoo.org>
160
161 * eshell/em-ls.el (eshell-ls-archive-regexp):
162 * eshell/esh-util.el (eshell-tar-regexp):
163 * ibuffer.el (ibuffer-compressed-file-name-regexp):
164 * info.el (Info-suffix-list):
165 * international/mule.el (auto-coding-alist):
166 * woman.el (woman-file-regexp, woman-file-compression-regexp):
167 * progmodes/etags.el (tags-compression-info-list):
168 Support xz compression.
169
41f54b73
CY
1702010-09-25 Chong Yidong <cyd@stupidchicken.com>
171
172 * files.el (get-free-disk-space): Don't assume the "df" output
173 columns line up (Bug#6995).
174
40b1a3a9
JB
1752010-09-25 Juanma Barranquero <lekktu@gmail.com>
176
177 * finder.el (finder-unknown-keywords):
178 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
179 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
180
ba3033ee
JB
1812010-09-25 Juanma Barranquero <lekktu@gmail.com>
182
183 * server.el (server-start): Revert part of 2010-08-08 change. Using
184 address 127.0.0.1 for local host is now done in Fmake_network_process.
185
5e339ee2
GM
1862010-09-24 Glenn Morris <rgm@gnu.org>
187
188 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
189 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
190 * textmodes/css-mode.el, textmodes/dns-mode.el:
191 Move autoloaded auto-mode-alist entries to files.el.
192 * files.el (auto-mode-alist): Move entries here.
193
af3ccb5c
GM
1942010-09-23 Glenn Morris <rgm@gnu.org>
195
196 * isearch.el (isearch-lazy-highlight-cleanup)
197 (isearch-lazy-highlight-initial-delay)
198 (isearch-lazy-highlight-interval)
199 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
200 * net/net-utils.el (ipconfig-program-options):
201 Move aliases to options before the associated definitions.
202
266a86bd 2032010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
204
205 * newcomment.el (comment-normalize-vars): Better test validity of
206 comment-end-skip.
207
27ffea71 2082010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
209
210 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
211 (float-e): New name for `e'.
212 (degrees-to-radians, radians-to-degrees):
213 * calendar/solar.el (solar-longitude):
214 * calculator.el (calculator-registers, calculator-funcall):
215 * textmodes/artist.el (artist-spray-random-points):
216 * play/bubbles.el (bubbles--initialize-images): Use new names.
217
27ffea71 2182010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
219
220 Update to CEDET 1.0's version of EIEIO.
221
9e0d4f9e
SM
222 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
223 New function.
a2930e43
EL
224 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
225 (eieio-default-eval-maybe): Eval val instead of unquoting only.
226 (class-precedence-list): If class is nil, return nil.
227 (eieio-generic-call): If class of first input arg is nil, don't
228 look up static methods, and do check for primary methods.
229 (initialize-instance): See if the default needs to be evaluated
230 during the constructor.
231 (eieio-perform-slot-validation-for-default): Don't do the check
232 for values that will eventually be evaluated.
233 (eieio-eval-default-p): New function.
234 (eieio-default-eval-maybe): Use it.
235
27ffea71 2362010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
237
238 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
239 method-invocation-order.
240 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
241 (eieio-class-precedence-dfs): Compute class precedence list using
242 dfs algorithm.
243 (eieio-class-precedence-bfs): Compute class precedence list using
244 bfs algorithm.
9e0d4f9e 245 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
246 c3 algorithm.
247 (class-precedence-list): New function.
248 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
249 (inconsistent-class-hierarchy): New error symbol.
250 (call-next-method): Stow the replacement argument list for future
251 call-next-method invocations.
252
266a86bd 2532010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 254
ea7f9ebf
GM
255 * calendar/appt.el (appt-check): If not displaying the diary,
256 use (diary 1) to only get the entries we need.
257 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
258 that it is in day order. (Bug#7019)
259
1bf6d075
GM
260 * calendar/appt.el (appt-check): Rather than showing the diary,
261 just turn off invisible display, and only if needed.
262
87e798a7
GM
263 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
264
1fc7dabf
GM
2652010-09-23 Glenn Morris <rgm@gnu.org>
266
7a16788b
GM
267 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
268 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 269 Start warnings with lower-case, like the majority.
7a16788b 270
19543b17
GM
271 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
272
54238e6d
GM
273 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
274
ce009d0b
GM
275 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
276 * files.el (auto-mode-alist): Move ld-script entries here, further down
277 the list.
278
7b344dfe
GM
279 * vc/add-log.el: Don't require timezone when compiling.
280 (timezone-make-date-sortable): Autoload it.
281 (change-log-sortable-date-at): Don't require timezone.
282 Use `ignore-errors'.
283
d9703498
GM
284 * comint.el (comint-use-prompt-regexp-instead-of-fields):
285 Move alias before definition, so it does not need autoloading.
286
1fc7dabf
GM
287 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
288 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
289 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
290 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
291 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
292 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
293 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
294 * textmodes/tex-mode.el, textmodes/two-column.el:
295 Remove leading `*' from docs of defcustoms etc.
296
7676efad
TZ
2972010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
298
299 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
300
b069e5a6
G
3012010-09-22 Dan Christensen <jdc@uwo.ca>
302
303 * calendar/time-date.el (date-to-time): Try using parse-time-string
304 first before using the slower timezone-make-date-arpa-standard.
305
1bf68d53
KY
3062010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
307
308 * calendar/time-date.el (format-seconds): Comment fix.
309
cd205c76
GM
3102010-09-22 Glenn Morris <rgm@gnu.org>
311
312 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
313 is not automatically buffer-local.
314
4ddea91b
SM
3152010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
318 (smie-indent-comment): Be more careful with comment-start-skip.
319 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
320 (smie-indent-functions): Use them.
321
b0f037ed
MA
3222010-09-21 Michael Albinus <michael.albinus@gmx.de>
323
324 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
325
8cf1771a
JD
3262010-09-21 Jan Djärv <jan.h.d@swipnet.se>
327
36a1b6db
JD
328 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
329 tool-bar-position. Don't modify frame parameters here.
180fb94a 330 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 331
8cf1771a
JD
332 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
333
0097720d
SM
3342010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
335
5d8e0d5d
SM
336 * textmodes/reftex-parse.el (reftex-what-macro)
337 (reftex-context-substring): Let-bind forward-sexp-function to nil
338 since we don't need/want to treat \begin...\end as a block (bug#7053).
339
984edd22
SM
340 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
341
342 * simple.el (blink-matching-open): Use syntax-class.
343
3672149f
SM
344 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
345 Set invisibility spec for pascal's outline mode.
346 (pascal-outline-change): Clean up calling convention.
347 (pascal-show-all, pascal-hide-other-defuns): Update callers.
348
549d0e1e
SM
349 * progmodes/prolog.el (prolog-smie-forward-token)
350 (prolog-smie-backward-token): New functions.
351 (prolog-mode-variables): Use them to parse "!," correctly.
352 Set up smie-blink-matching for ".".
353
a9cb95dd
SM
354 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
355 and `end'.
356 (ispell-region, ispell-process-line): Update users.
357
de558d10
SM
358 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
359 point-min==1.
360
94eb3112
SM
361 * textmodes/ispell.el: Fix commenting convention.
362 (ispell-parse-output): Simplify, use push.
363 (ispell-region): Use match-string-no-properties.
364 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
365 (ispell-minor-mode): Use define-minor-mode.
366 (ispell-message): Remove unused var `skip-regexp'.
367 (ispell-add-per-file-word-list): Use dynamic let-binding.
368 Try and use the proper comment marker.
369
1f7f45a5
SM
370 * mail/sendmail.el: Fix commenting convention.
371 (sendmail-send-it): Use line-beginning-position.
372
0097720d
SM
373 * help-fns.el (describe-variable): Add original value, if applicable.
374
596880ea
JB
3752010-09-20 Juanma Barranquero <lekktu@gmail.com>
376
f0713411
JB
377 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
378
596880ea
JB
379 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
380
37c0347e
SM
3812010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
382
2bc01104
SM
383 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
384 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
385 (smie-prec2-levels): Use them to better diagnose precedence cycles.
386 (smie-blink-matching-check): Don't signal a mismatch if car is t.
387 (smie-blink-matching-open): Rewrite to remove assumptions, so that
388 something like "." can also be a closer.
389 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
390 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
391 Rename internal functions to use "--". Update callers.
392
e2c3f530
SM
393 * frame.el (make-frame-names-alist): Don't list frames on other displays.
394
37c0347e
SM
395 * fringe.el (fringe-styles): New var.
396 (fringe-mode, fringe-query-style): Use it.
397
74790210
MM
3982010-09-18 Michael R. Mauger <mmaug@yahoo.com>
399
400 * progmodes/sql.el: Version 2.8
93acd23d 401 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
402 (sql-product-alist): Add :list-all and :list-table features for
403 SQLite, Postgres and MySQL products.
404 (sql-redirect): Handle default value.
405 (sql-execute, sql-execute-feature): New functions.
406 (sql-read-table-name): New function.
93acd23d 407 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
408 (sql-mode-map, sql-interactive-mode-map): Add key definitions
409 for above functions.
410 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
411 for above functions.
412 (sql-postgres-login-params): Add user and database defaults.
413 (sql-buffer-live-p): Bug fix.
93acd23d 414 (sql-product-history): New variable.
74790210
MM
415 (sql-read-product): New function. Use it.
416 (sql-set-product, sql-product-interactive): Use it.
417 (sql-connection-history): New variable.
93acd23d 418 (sql-read-connection): New function. Use it.
74790210
MM
419 (sql-connect): New function.
420 (sql-for-each-login): Redesign function interface.
421 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
422 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
423 (sql-comint): Check for program. Existing live buffer.
74790210
MM
424 (sql-comint-postgres): Add port parameter.
425
cec01cd2
SM
4262010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * emacs-lisp/warnings.el: Fix commenting convention.
429 (display-warning): Use special mode and make the buffer read-only.
430
c2a845b5
JB
4312010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
432
433 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
434 empty string when it follows a repeated or optional pattern.
435
f5632fb6
SM
4362010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
437
438 * indent.el (indent-according-to-mode): Apply syntax-propertize.
439 (indent-region): Use indent-according-to-mode.
440
71b961e8
EZ
4412010-09-18 Eli Zaretskii <eliz@gnu.org>
442
443 * fringe.el (fringe-mode): Doc fix.
444
dbbd7ad4
KRC
4452010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
446
447 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
448 refreshing the preview buffer.
449
b879a6e2
SM
4502010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
453 (latex-syntax-propertize-rules): New consts; replace
454 tex-font-lock-syntactic-keywords.
455 (tex-env-mark, latex-env-before-change): New functions.
456 (latex-electric-env-pair-mode): New minor mode.
457 (tex-font-lock-verb): Change arguments; do move point.
458 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
459 representation as a form of comment.
460 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
461 (doctex-syntax-propertize-rules): New const; replaces
462 doctex-font-lock-syntactic-keywords.
463 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
464
465 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
466 (fortran-make-syntax-propertize-function): New function; replaces
467 fortran-font-lock-syntactic-keywords.
468 (fortran-mode): Use it.
469 (fortran-line-length): Use it. Improve interactive spec.
470
471 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
472 (syntax-propertize-rules): Add var-ref case. Fix offset computation
473 when adding surrounding \(..\).
474
475 * progmodes/js.el (js-mode): Fix last change (bug#7054).
476
4be520fb
SM
4772010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
478
269c197e
SM
479 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
480 Use with-current-buffer.
481
4be520fb
SM
482 * isearch.el (isearch-face): Rename from `isearch'.
483 (isearch-highlight): Use new name.
484
a67597d6
EZ
4852010-09-17 Eli Zaretskii <eliz@gnu.org>
486
487 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
488 5, for `half' width fringes. (Bug#6933)
489
31c381e8
SM
4902010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
491
3fe6ef4e
SM
492 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
493 (byte-compile-defvar): "foo/bar" does not lack a prefix.
494
31c381e8
SM
495 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
496
fb0cf781
J
4972010-09-17 Stephen Berman <stephen.berman@gmx.net>
498
499 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
500 in calculating new frame position. Add more space between new and
501 parent on the left (Bug#7048).
502
1a9dc3b5
MA
5032010-09-17 Michael Albinus <michael.albinus@gmx.de>
504
505 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
506 defmacro.
507
dff0fdc3
CY
5082010-09-16 Chong Yidong <cyd@stupidchicken.com>
509
31c381e8 510 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 511
117c96c7
CY
512 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
513 obsolete alias for x-selection-value.
514
dff0fdc3
CY
515 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
516
c6f2191f
MA
5172010-09-16 Michael Albinus <michael.albinus@gmx.de>
518
519 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
520 cookie.
521
6139f995
MA
5222010-09-15 Michael Albinus <michael.albinus@gmx.de>
523
524 * net/tramp-compat.el (tramp-compat-with-temp-message)
525 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
526 (tramp-compat-process-put): New defuns.
527
528 * net/tramp.el (top):
529 * net/tramp-gvfs.el (top):
530 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
531
31c381e8
SM
532 * net/tramp.el (tramp-progress-reporter-update):
533 Use `tramp-compat-funcall'.
6139f995
MA
534
535 * net/tramp.el (tramp-process-actions):
536 * net/tramp-gvfs.el (tramp-handle-vc-registered):
537 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
31c381e8
SM
538 (tramp-get-remote-stat, tramp-get-remote-readlink):
539 Use `tramp-compat-with-temp-message'.
6139f995
MA
540
541 * net/tramp-sh.el (top): Require 'cl.
542 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
543 (tramp-open-connection-setup-interactive-shell):
544 Use `tramp-compat-process-put'.
6139f995 545
22c3ce97
AM
5462010-09-15 Alan Mackenzie <acm@muc.de>
547
548 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
549 indentation.
a4ee83cc 550 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 551
4f1e9960
SM
5522010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
555 `lexical' for warnings related to lexical scoping.
556 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
557 global vars which don't have a prefix and could hence affect lexical
558 scoping in unrelated files.
559
01e80360
LMI
5602010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
561
562 * net/imap.el: Revert back to version
563 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
564 seem problematic.
565
5e2a84e3
JB
5662010-09-14 Juanma Barranquero <lekktu@gmail.com>
567
568 * obsolete/old-whitespace.el (whitespace-unload-function):
569 Explicitly pass `obarray' to `unintern' to avoid a warning.
570
f3a30a50
SM
5712010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
572
573 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
574 Add `when' argument. Update callers.
575
576 * subr.el (unintern): Declare the obarray arg mandatory.
577
92b99a01
GM
5782010-09-14 Glenn Morris <rgm@gnu.org>
579
67ae9766
GM
580 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
581 Doc fixes.
582
92b99a01
GM
583 * calendar/diary-lib.el (diary-included-files): New variable.
584 (diary-list-entries): Maybe initialize diary-included-files.
585 (diary-include-other-diary-files): Append to diary-included-files.
586 * calendar/appt.el (appt-update-list): Also check the members of
587 diary-included-files. (Bug#6999)
08151ec5 588 (appt-check): Doc fix.
92b99a01 589
6664fc59 5902010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
591
592 * simple.el (line-move-visual): Do not truncate goal column to
593 integer size. (Bug#7020)
594
6664fc59 5952010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
596
597 * repeat.el (repeat): Allow repeating when the last event is a click.
598 Suggested by Drew Adams (bug#6256).
599
6664fc59 6002010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd
SM
601
602 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
603 Replace setting HGRCPATH to "" by some less invasive --config options.
604
6664fc59 6052010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
606
607 * font-lock.el (font-lock-beginning-of-syntax-function):
608 Mark as obsolete.
609
6664fc59 6102010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
611
612 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
613 and tool-bar modes. (Bug#6211)
614 (menu-bar-mode): Move setting of standard-value after the
615 minor-mode definition, otherwise it seems to have no effect.
616
6664fc59 6172010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
618
619 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
620 Fix typo. (Bug#6976)
621
6664fc59 6222010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
623
624 * whitespace.el: Allow cleaning up blanks without blank
625 visualization (Bug#6651). Adjust help window for
626 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
627 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
628 (whitespace-style): Add new value 'face. Adjust docstring.
629 (whitespace-space, whitespace-hspace, whitespace-tab):
630 Adjust foreground property face.
9c405a86
CY
631 (whitespace-line-column): Adjust docstring and type declaration.
632 (whitespace-style-value-list, whitespace-toggle-option-alist)
633 (whitespace-help-text): Adjust const initialization.
634 (whitespace-toggle-options, global-whitespace-toggle-options):
635 Adjust docstring.
636 (whitespace-display-window, whitespace-interactive-char)
637 (whitespace-style-face-p, whitespace-color-on): Adjust code.
638 (whitespace-help-scroll): New fun.
639
ba96ddf5
KY
6402010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
641
642 * calendar/time-date.el (format-seconds): Comment fix.
643
a386ac70
MM
6442010-09-13 Michael R. Mauger <mmaug@yahoo.com>
645
646 * progmodes/sql.el: Version 2.7.
647 (sql-buffer-live-p): Improve detection.
648 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
649 (sql-set-sqli-buffer): Use it.
650 (sql-product-interactive): Run `sql-set-sqli-hook'.
651 (sql-rename-buffer): Code cleanup.
652 (sql-redirect, sql-redirect-value): New functions. More to come.
653
5d921df2
JB
6542010-09-13 Juanma Barranquero <lekktu@gmail.com>
655
656 Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
657 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
658 (TRAMP_SRC): New macro.
659 ($(lisp)/net/tramp-loaddefs.el): New target.
660
03c1ad43
MA
6612010-09-13 Michael Albinus <michael.albinus@gmx.de>
662
663 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
664
665 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
666
667 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
668 'tramp-compat, everything else is required there.
669 Use `ignore-errors' where appropriate.
03c1ad43
MA
670 (tramp-inline-compress-start-size, tramp-copy-size-limit)
671 (tramp-terminal-type, tramp-end-of-output)
672 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
673 (tramp-completion-function-alist-ssh)
674 (tramp-completion-function-alist-telnet)
675 (tramp-completion-function-alist-su)
676 (tramp-completion-function-alist-putty, tramp-remote-path)
677 (tramp-remote-process-environment, tramp-sh-extra-args)
678 (tramp-actions-before-shell, tramp-uudecode)
679 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
680 (tramp-perl-file-attributes)
681 (tramp-perl-directory-files-and-attributes)
682 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
683 (tramp-perl-encode, tramp-perl-decode)
684 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
685 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
686 (tramp-handle-make-symbolic-link, tramp-handle-load)
687 (tramp-handle-file-name-as-directory)
688 (tramp-handle-file-name-directory)
689 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
690 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
691 (tramp-do-file-attributes-with-ls)
692 (tramp-do-file-attributes-with-perl)
693 (tramp-do-file-attributes-with-stat)
694 (tramp-handle-set-visited-file-modtime)
695 (tramp-handle-verify-visited-file-modtime)
696 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
697 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
698 (tramp-handle-file-selinux-context)
699 (tramp-handle-set-file-selinux-context)
700 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
701 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
702 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
703 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
704 (tramp-handle-file-ownership-preserved-p)
705 (tramp-handle-directory-file-name, tramp-handle-directory-files)
706 (tramp-handle-directory-files-and-attributes)
707 (tramp-do-directory-files-and-attributes-with-perl)
708 (tramp-do-directory-files-and-attributes-with-stat)
709 (tramp-handle-file-name-all-completions)
710 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
711 (tramp-handle-copy-file, tramp-handle-copy-directory)
712 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
713 (tramp-do-copy-or-rename-file-via-buffer)
714 (tramp-do-copy-or-rename-file-directly)
715 (tramp-do-copy-or-rename-file-out-of-band)
716 (tramp-handle-make-directory, tramp-handle-delete-directory)
717 (tramp-handle-delete-file)
718 (tramp-handle-dired-recursive-delete-directory)
719 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
720 (tramp-handle-insert-directory)
721 (tramp-handle-unhandled-file-name-directory)
722 (tramp-handle-expand-file-name)
723 (tramp-handle-substitute-in-file-name)
724 (tramp-handle-executable-find, tramp-process-sentinel)
725 (tramp-handle-start-file-process, tramp-handle-process-file)
726 (tramp-handle-call-process-region, tramp-handle-shell-command)
727 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
728 (tramp-handle-insert-file-contents)
729 (tramp-handle-insert-file-contents-literally)
730 (tramp-handle-find-backup-file-name)
731 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
732 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
733 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
734 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
735 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
736 (tramp-find-file-exists-command, tramp-open-shell)
737 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
738 (tramp-open-connection-setup-interactive-shell)
739 (tramp-local-coding-commands, tramp-remote-coding-commands)
740 (tramp-find-inline-encoding, tramp-call-local-coding-command)
741 (tramp-inline-compress-commands, tramp-find-inline-compress)
742 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 743 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
744 (tramp-send-command-and-check, tramp-barf-unless-okay)
745 (tramp-send-command-and-read, tramp-mode-string-to-int)
746 (tramp-convert-file-attributes, tramp-check-cached-permissions)
747 (tramp-file-mode-from-int, tramp-file-mode-permissions)
748 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
749 (tramp-method-out-of-band-p, tramp-local-host-p)
750 (tramp-get-remote-path, tramp-get-remote-tmpdir)
751 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
752 (tramp-get-test-command, tramp-get-test-nt-command)
753 (tramp-get-file-exists-command, tramp-get-remote-ln)
754 (tramp-get-remote-perl, tramp-get-remote-stat)
755 (tramp-get-remote-readlink, tramp-get-remote-trash)
756 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
757 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 758 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
759 tramp-sh.el.
760 (tramp-methods, tramp-default-method-alist)
761 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
762 Move initialization to tramp-sh.el.
763 (tramp-temp-name-prefix): Make it a defconst.
764 (tramp-dissect-file-name): Don't check anymore for multi-hop
765 methods.
766 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 767 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
768 (tramp-get-debug-buffer): Use it.
769
770 * net/tramp-cache.el (top): Set tramp-autoload cookie for
771 initialization forms.
772 (tramp-set-connection-property): Don't protect `tramp-message'
773 call, it isn't necessary any longer.
774 (tramp-dump-connection-properties): Use `ignore-errors'.
775
776 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
777 'password-cache and 'auth-source.
778
779 * net/tramp-gvfs.el (top):
780 * net/tramp-smb.el (top): Require 'tramp-sh.
781
782 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
783
784 * net/tramp-sh.el: New file, derived from tramp.el.
785 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 786 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
787 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
788 Use `ignore-errors' where appropriate.
789 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
790 `tramp-file-name-handler-alist'.
791 (tramp-send-command-and-check): Return t or nil. Remove all
792 `zerop' checks, where called.
793 (tramp-handle-set-file-modes)
794 (tramp-do-copy-or-rename-file-directly)
795 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 796 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
797 (tramp-sh-file-name-handler, tramp-send-command-and-check)
798 (tramp-get-remote-ln): Set tramp-autoload cookie.
799
800 * net/tramp-fish.el: Remove file.
801
c5fe4acb
DU
8022010-09-13 Daiki Ueno <ueno@unixuser.org>
803
804 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
805 buffer-file-name to avoid file-locking. (Bug#7026)
806
7ea2d383
MA
8072010-09-13 Julien Danjou <julien@danjou.info>
808
809 * notifications.el (notifications-notify): Add support for
810 image-path and sound-name.
811 (notifications-specification-version): Add this variable.
812
5616cc54
SM
8132010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
814
31c381e8 815 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 816
94c7243b
LL
8172010-09-12 Leo <sdl.web@gmail.com>
818
819 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
820 (rcirc-completion-start): New variables.
821 (rcirc-nick-completions): Rename to rcirc-completions.
822 (rcirc-nick-completion-start-offset): Delete.
823 (rcirc-completion-at-point): New function for constructing
824 completion data for both nicks and irc commands. Add to
825 completion-at-point-functions in rcirc mode.
826 (rcirc-complete): Rename from rcirc-nick-complete; use
827 rcirc-completion-at-point.
828 (defun-rcirc-command): Update rcirc-client-commands.
829
0f34ae28
GM
8302010-09-11 Glenn Morris <rgm@gnu.org>
831
832 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
833 atomically, to avoid parallel build errors. (Bug#4196)
834
9250002f
MM
8352010-09-11 Michael R. Mauger <mmaug@yahoo.com>
836
837 * progmodes/sql.el: Version 2.6
838 (sql-dialect): Synonym for "sql-product".
839 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
840 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
841 Set "sql-buffer" to buffer name not buffer object so multiple sql
842 interactive buffers work properly. Reverts misguided changes in
843 earlier work.
844 (sql-comint): Make sure different buffer name is used if "*SQL*"
845 buffer is for a different product.
846 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
847 login param.
848 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
849 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
850 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
851 Accept new buffer name or prompt for one.
852 (sql-port): Default to zero.
853 (sql-comint-mysql): Handle "sql-port" as a numeric.
854 (sql-port-history): Delete unused variable.
855 (sql-get-login): Default "sql-port" to a number.
31c381e8 856 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
857 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
858 "sqlite3" executables.
31c381e8 859 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
860 (sql-buffer-live-p): New function.
861 (sql-mode-menu, sql-send-string): Use it.
862 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
863 syntax pattern.
864 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
865 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
866
a9ec34f4
LMI
8672010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
868
31c381e8 869 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 870
cf38dd42
SM
8712010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
874 to replace texinfo-font-lock-syntactic-keywords.
875 (texinfo-mode): Use it.
876
877 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
878 Use syntax-propertize-function.
879
880 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
881 replace sgml-font-lock-syntactic-keywords.
882 (sgml-mode): Use it.
883
884 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
885 since we don't use it.
886
887 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
888
889 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
890 if available.
891 (vhdl-fontify-buffer): Adjust.
892
893 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
894 replace tcl-font-lock-syntactic-keywords.
895 (tcl-mode): Use it.
896
897 * progmodes/simula.el (simula-syntax-propertize-function): New var to
898 replace simula-font-lock-syntactic-keywords.
899 (simula-mode): Use it.
900
901 * progmodes/sh-script.el (sh-st-symbol): Remove.
902 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
903 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
904 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
905 (sh-font-lock-paren): Set syntax-multiline.
906 (sh-font-lock-syntactic-keywords): Remove.
907 (sh-syntax-propertize-function): New function to replace it.
908 (sh-mode): Use it.
909
910 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
911 Define while compiling.
912 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
913 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
914 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
915 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
916 (ruby-here-doc-end-syntax): Only define when
917 syntax-propertize is not available.
918 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
919 New functions.
920 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
921 (electric-indent-chars): Silence bytecompiler.
922 (ruby-mode): Use prog-mode, syntax-propertize-function, and
923 electric-indent-chars.
924
925 * progmodes/python.el (python-syntax-propertize-function): New var to
926 replace python-font-lock-syntactic-keywords.
927 (python-mode): Use it.
928 (python-quote-syntax): Simplify and adjust to new use.
929
930 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
931 replace perl-font-lock-syntactic-keywords.
932 (perl-syntax-propertize-special-constructs): New fun to replace
933 perl-font-lock-special-syntactic-constructs.
934 (perl-font-lock-syntactic-face-function): New fun.
935 (perl-mode): Use it.
936
937 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
938 to replace octave-font-lock-close-quotes.
939 (octave-syntax-propertize-function): New function to replace
940 octave-font-lock-syntactic-keywords.
941 (octave-mode): Use it.
942
943 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
944 replaces mixal-font-lock-syntactic-keywords.
945 (mixal-mode): Use it.
946
947 * progmodes/make-mode.el (makefile-syntax-propertize-function):
948 New var; replaces makefile-font-lock-syntactic-keywords.
949 (makefile-mode): Use it.
950 (makefile-imake-mode): Adjust.
951
952 * progmodes/js.el (js--regexp-literal): Define while compiling.
953 (js-syntax-propertize-function): New var; replaces
954 js-font-lock-syntactic-keywords.
955 (js-mode): Use it.
956
957 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
958 replaces gdb-script-font-lock-syntactic-keywords.
959 (gdb-script-mode): Use it.
960
961 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
962 (fortran--font-lock-syntactic-keywords): New var.
963 (fortran-line-length): Update syntax-propertize-function and
964 fortran--font-lock-syntactic-keywords.
965
966 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
967
968 * progmodes/cfengine.el (cfengine-mode):
969 Use syntax-propertize-function.
970 (cfengine-font-lock-syntactic-keywords): Remove.
971
972 * progmodes/autoconf.el (autoconf-mode):
973 Use syntax-propertize-function.
974 (autoconf-font-lock-syntactic-keywords): Remove.
975
976 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
977 (ada-after-change-function, ada-initialize-syntax-table-properties)
978 (ada-handle-syntax-table-properties): Only define when
979 syntax-propertize is not available.
980 (ada-mode): Use syntax-propertize-function.
981
982 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
983 (font-lock-fontify-syntactic-keywords-region): Move handling of
984 font-lock-syntactically-fontified to...
985 (font-lock-default-fontify-region): ...here.
986 Let syntax-propertize-function take precedence.
987 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
988
989 * emacs-lisp/syntax.el (syntax-propertize-function)
990 (syntax-propertize-chunk-size, syntax-propertize--done)
991 (syntax-propertize-extend-region-functions): New vars.
992 (syntax-propertize-wholelines, syntax-propertize-multiline)
993 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
994 (syntax-propertize): New functions.
995 (syntax-propertize-rules): New macro.
996 (syntax-ppss-flush-cache): Set syntax-propertize--done.
997 (syntax-ppss): Call syntax-propertize.
998
999 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1000
36f7d366
AM
10012010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1002
1003 * textmodes/ispell.el (ispell-init-process): Improve comments.
1004 XEmacs compatibility changes regarding (add-hook) 'local option
1005 and (set-process-query-on-exit-flag).
1006
8fca3921
MA
10072010-09-09 Michael Albinus <michael.albinus@gmx.de>
1008
cf38dd42
SM
1009 * net/tramp-cache.el (tramp-parse-connection-properties):
1010 Set tramp-autoload cookie.
8fca3921 1011
399653d6
GM
10122010-09-09 Glenn Morris <rgm@gnu.org>
1013
1014 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1015 (imagemagick-register-types): Doc fix.
1016
c34a9669
SM
10172010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1018
b073dc4b
SM
1019 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1020
1021 * progmodes/js.el (require): Require is already "eval-and-compile".
1022 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1023 (js--re-search-backward): Use js--re-search-forward.
1024
1025 * progmodes/fortran.el (fortran-line-length): Don't recompute
1026 syntactic keywords redundantly a second time.
1027
1028 * progmodes/ada-mode.el: Replace "(set '" with setq.
1029 (ada-mode): Simplify.
1030 (ada-create-case-exception, ada-adjust-case-interactive)
1031 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1032 (ada-search-ignore-string-comment, ada-move-to-start)
1033 (ada-move-to-end): Use with-syntax-table.
1034
1035 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1036 (font-lock-unfontify-region, font-lock-default-fontify-region):
1037 Update usage correspondingly.
1038 (font-lock-fontify-syntactic-keywords-region):
1039 Set parse-sexp-lookup-properties buffer-locally here.
1040 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1041
c34a9669
SM
1042 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1043
13639aab
GM
10442010-09-08 Glenn Morris <rgm@gnu.org>
1045
5a972c36
GM
1046 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1047 Error if not compiled with -DBYTE_CODE_METER.
1048
13639aab
GM
1049 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1050 Ignore dir-locals-file.
1051
331b2b90
SM
10522010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1053
1054 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1055 Not a const.
1056 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1057 for the `gnu' messages.
1058 (compilation-set-skip-threshold): New command.
1059 (compilation-start): Use \' rather than $.
1060 (compilation-forget-errors): Use clrhash.
1061
73b4d51a
AM
10622010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1063
1064 * textmodes/ispell.el (ispell-valid-dictionary-list):
1065 Simplify logic.
1066
0f34aa77
MA
10672010-09-08 Michael Albinus <michael.albinus@gmx.de>
1068
1069 Migrate to Tramp 2.2. Rearrange load dependencies.
1070 (Bug#1529, Bug#5448, Bug#5705)
1071
1072 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1073 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1074 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1075
1076 * net/tramp.el (top): Remove all other tramp-* loads except
1077 tramp-compat.el. Remove all changes to tramp-unload-hook for
1078 other tramp-* packages. Rearrange defun order. Change calls of
1079 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1080 `tramp-compat-octal-to-decimal' to new function names.
1081 (tramp-terminal-type, tramp-initial-end-of-output)
1082 (tramp-methods, tramp-foreign-file-name-handler-alist)
1083 (tramp-tramp-file-p, tramp-completion-mode-p)
1084 (tramp-send-command-and-check, tramp-get-remote-path)
1085 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1086 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1087 (with-file-property, with-connection-property): Move to
1088 tramp-cache.el.
1089 (tramp-local-call-process, tramp-decimal-to-octal)
1090 (tramp-octal-to-decimal): Move to tramp-compat.el.
1091 (tramp-handle-shell-command): Do not require 'shell.
1092 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1093 symbols.
1094 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1095
1096 * net/tramp-cache.el (top): Require 'tramp. Add to
1097 `tramp-unload-hook'.
1098 (tramp-cache-data, tramp-get-file-property)
1099 (tramp-set-file-property, tramp-flush-file-property)
1100 (tramp-flush-directory-property, tramp-get-connection-property)
1101 (tramp-set-connection-property, tramp-flush-connection-property)
1102 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1103 cookie.
1104 (with-file-property, with-connection-property): New defuns, moved
1105 from tramp.el.
1106 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1107 macro.
1108
1109 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1110 (tramp-version): Set tramp-autoload cookie.
1111
1112 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1113 changes to tramp-unload-hook for other tramp-* packages. Add to
1114 `tramp-unload-hook'.
1115 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1116 (tramp-compat-call-process): New defuns, moved from tramp.el.
1117
1118 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1119 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1120 to `tramp-unload-hook'. Change call of
1121 `tramp-compat-decimal-to-octal' to new function name.
1122 (tramp-fish-method): Make it a defconst.
1123 (tramp-fish-file-name-p): Make it a defsubst.
1124 (tramp-fish-method, tramp-fish-file-name-handler)
1125 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1126
1127 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1128 `tramp-foreign-file-name-handler-alist'. Add to
1129 `tramp-unload-hook'.
1130 (tramp-ftp-method): Make it a defconst.
1131 (tramp-ftp-file-name-p): Make it a defsubst.
1132 (tramp-ftp-method, tramp-ftp-file-name-handler)
1133 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1134
1135 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1136 `tramp-foreign-file-name-handler-alist'. Add to
1137 `tramp-unload-hook'. Change checks, whether package can be
1138 loaded.
1139 (tramp-gvfs-file-name-p): Make it a defsubst.
1140 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1141 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1142 (tramp-gvfs-handle-file-directory-p): New defun.
1143 (tramp-gvfs-file-name-handler-alist): Use it.
1144
1145 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1146 `tramp-foreign-file-name-handler-alist'. Add to
1147 `tramp-unload-hook'.
1148 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1149 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1150 defconst.
1151 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1152 (tramp-gw-open-connection): Set tramp-autoload cookie.
1153
1154 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1155 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1156 to `tramp-unload-hook'. Change checks, whether package can be
1157 loaded.
1158 (tramp-imap-file-name-p): Make it a defsubst.
1159 (tramp-imap-method, tramp-imaps-method)
1160 (tramp-imap-file-name-handler)
1161 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1162
1163 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1164 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1165 to `tramp-unload-hook'. Change checks, whether package can be
1166 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1167 function name.
1168 (tramp-smb-tunnel-method): Make it a defconst.
1169 (tramp-smb-file-name-p): Make it a defsubst.
1170 (tramp-smb-method, tramp-smb-file-name-handler)
1171 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1172
1173 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1174 (tramp-uuencode-region): Set tramp-autoload cookie.
1175
1176 * net/trampver.el (top) Add to `tramp-unload-hook'.
1177 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1178 cookie. Update release number.
1179
308e764f
AM
11802010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1181
1182 * textmodes/ispell.el (ispell-start-process): Make sure original
1183 arg list is properly initialized (Bug#6993, Bug#6994).
1184
10999305 11852010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1186
1187 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
1188
1189 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1190 chars like - or ] (bug#6984).
1191 (rx-any-condense-range): Explode 2-char ranges.
1192
10999305
CY
11932010-09-06 Glenn Morris <rgm@gnu.org>
1194
1195 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1196
11972010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
1198
1199 * textmodes/bibtex.el:
1200 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1201
f292afe5
LMI
12022010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1203
331b2b90 1204 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
1205 since no callers use it.
1206 (imap-message-get): Ditto.
1207 (imap-message-put): Ditto.
1208 (imap-mailbox-map): Ditto.
1209 (imap-mailbox-put): Ditto.
1210 (imap-mailbox-get): Ditto.
a131b9b8 1211 (imap-mailbox-get): Revert last change for this function.
f292afe5 1212
dfe1285d
LMI
12132010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1214
331b2b90 1215 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
1216 callers to use `imap-fetch' instead. According to the comments, this
1217 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
1218 (imap-enable-exchange-bug-workaround): Remove.
1219 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 1220
3ff31c90
LMI
12212010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1222
1223 * net/imap.el (imap-log): New convenience function used throughout
1224 instead of repeating the same code all over the place.
1225
dfe1285d 12262010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
1227
1228 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1229 when mouse-drag-copy-region is non-nil (Bug#6956).
1230
93a596e1
CY
12312010-09-05 Chong Yidong <cyd@stupidchicken.com>
1232
8d76af4a
CY
1233 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1234 Improve regexps (Bug#6987).
1235 (dired-sort-toggle): Search more robustly for -t flag.
1236
93a596e1
CY
1237 * files.el (get-free-disk-space): Search more robustly for
1238 "available" column. Suggested by Ehud Karni
1239 <ehud@unix.mvs.co.il>.
1240
733946e7
JB
12412010-09-05 Juanma Barranquero <lekktu@gmail.com>
1242
1243 * international/uni-bidi.el:
1244 * international/uni-category.el:
1245 * international/uni-combining.el:
1246 * international/uni-decimal.el:
1247 * international/uni-mirrored.el:
1248 * international/uni-name.el: Regenerate.
1249
2e664aab
SM
12502010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1251
6aeafb34
SM
1252 * electric.el (electric-indent-post-self-insert-function):
1253 Don't reindent with a sloppy indentation function.
1254
2e664aab
SM
1255 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1256 border case in change-log-mode.
1257
13ef65a4
CY
12582010-09-04 Chong Yidong <cyd@stupidchicken.com>
1259
1260 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1261 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1262 Recognize leading tab in gcc-include regexp. Ignore names with
1263 leading "from" or "in" in gnu regexp (Bug#6937).
1264
5abf1556
SM
12652010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1266
6aeafb34 1267 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
1268 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1269 (ispell-start-process): Avoid setq and simplify logic.
1270 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1271 (kill-buffer-hook): Don't use it globally with code that uses
1272 expand-file-name since that may call kill-buffer via
1273 code_conversion_restore.
1274
0be01d2c
CY
12752010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1276
1277 * emacs-lisp/package.el (package-directory-list): Only call
1278 file-name-nondirectory on a string.
1279
ebf662f4
CY
12802010-09-02 Chong Yidong <cyd@stupidchicken.com>
1281
5abf1556
SM
1282 * emacs-lisp/package.el (package--download-one-archive):
1283 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
1284 (package-activate-1, package-mark-obsolete, define-package)
1285 (package-compute-transaction, package-list-maybe-add): Use push.
1286
e5eddfd1
SM
12872010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1288
89acf735
SM
1289 Use SMIE's blink-paren for octave-mode.
1290 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1291 Backslashes do not escape single-quotes, single-quotes do.
1292 (octave-block-else-regexp, octave-block-end-regexp)
1293 (octave-block-match-alist): Remove.
1294 (octave-smie-bnf-table): New var, with old content.
1295 (octave-smie-op-levels): Use it.
1296 (octave-smie-closer-alist): New var.
1297 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1298 (octave-blink-matching-block-open): Remove.
1299 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1300 (octave-electric-space): Let self-insert-command run expand-abbrev and
1301 blink parens.
1302
3b843809
SM
1303 * electric.el (electricity): New group.
1304 (electric-indent-chars): New var.
1305 (electric-indent-post-self-insert-function): New fun.
1306 (electric-indent-mode): New minor mode.
1307 (electric-pair-skip-self): New custom.
1308 (electric-pair-post-self-insert-function): New function.
1309 (electric-pair-mode): New minor mode.
1310
0da20854
SM
1311 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1312 calcAlg-blink-matching-open.
1313 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1314 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1315 Use the new blink-matching-check-function.
1316
a49e651e
SM
1317 Provide blink-matching support to SMIE.
1318 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1319 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1320 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1321
e5eddfd1
SM
1322 * simple.el (newline): Fix last change to properly remove itself from
1323 the hook.
1324
b13ebb5c
SM
13252010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * simple.el (newline): Eliminate optimization.
1328 Use post-self-insert-hook to set hard-newline and things before
1329 running post-self-insert-hook.
1330 (blink-matching-check-mismatch): New function.
1331 (blink-matching-check-function): New variable.
1332 (blink-matching-open): Use them.
1333 Skip back forward over prefix chars skipped by forward-sexp.
1334 Don't check if the parens are backslash escaped.
1335 (blink-paren-post-self-insert-function): Check backslash escaping here.
1336
e687c2cd
CY
13372010-09-02 Chong Yidong <cyd@stupidchicken.com>
1338
b13ebb5c
SM
1339 * emacs-lisp/package.el (package-menu-mode-map):
1340 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
1341 (package-menu-mode): Set revert-buffer-function.
1342 (package-menu-revert): Doc fix.
1343
567efba9
AM
13442010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1345
1346 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1347 `default-directory' unless using Ispell per-directory personal
1348 dictionaries and not in a mini-buffer under XEmacs.
1349 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 1350 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 1351
6d7cc563
JD
13522010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1353
08d4877e
J
1354 * simple.el (kill-new): Call interprogram-cut-function with only
1355 one argument.
1356
45240125
JD
1357 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1358 Remove cut buffer from error message.
1359
1360 * term/x-win.el (x-select-text):
1361 * term/pc-win.el (x-selection-value):
1362 * term/ns-win.el (x-selection-value):
1363 * eshell/em-term.el:
1364 * w32-fns.el (x-get-selection-value):
1365 * mouse-sel.el (mouse-sel-set-selection-function):
1366 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1367
6d7cc563
JD
1368 * term/x-win.el: Update documentation for x-last-selected-text-*.
1369 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1370 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1371 (x-select-text): Remove argument PUSH, update documentation. Remove
1372 cut-buffer code.
1373 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 1374 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
1375 Update documentation, remove cut-buffer code. Call
1376 x-selection-value-internal.
1377 (x-clipboard-yank): Call x-selection-value-internal.
1378 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1379
1380 * term/pc-win.el (x-last-selected-text):
1381 x-cut-buffer-or-selection-value renamed to x-selection-value
1382 (x-select-text): Remove argument PUSH, update documentation.
1383
1384 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1385 x-cut-buffer-or-selection-value renamed to x-selection-value
1386 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1387 (x-select-text): Remove argument PUSH, update documentation.
1388
1389 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1390
1391 * w32-fns.el (x-last-selected-text):
1392 x-cut-buffer-or-selection-value renamed to x-selection-value.
1393 (x-cut-buffer-max): Remove.
1394 (x-select-text): Remove argument PUSH, update documentation.
1395
1396 * simple.el (interprogram-cut-function): Remove mention of PUSH.
1397
1398 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1399
1400 * mouse-sel.el (mouse-sel-get-selection-function):
1401 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 1402 (x-select-text): Remove optional push.
6d7cc563 1403
4de81ee0
SM
14042010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1405
8f4e9110
SM
1406 * simple.el (blink-paren-function): Move from C to here.
1407 (blink-paren-post-self-insert-function): New function.
1408 (post-self-insert-hook): Use it.
1409
4de81ee0
SM
1410 * emacs-lisp/pcase.el (pcase-split-memq):
1411 Fix overenthusiastic optimisation.
1412 (pcase-u1): Handle the case of a lambda pred.
1413
d419e1d9
KH
14142010-08-31 Kenichi Handa <handa@m17n.org>
1415
1416 * international/mule-cmds.el (standard-display-european-internal):
1417 Setup standard-display-table for 8-bit characters by storing 8-bit
1418 characters in the element vector.
1419
1e05f387
SM
1420 * disp-table.el (standard-display-8bit):
1421 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
1422 characters in the element vector.
1423 (standard-display-european): Likewise.
1424
61f7096c
CY
14252010-08-31 Masatake YAMATO <yamato@redhat.com>
1426
1427 * textmodes/nroff-mode.el (nroff-view): New command.
1428 (nroff-mode-map): Bind it to C-c C-c.
1429
ec5d3ff7
SM
14302010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1431
c8977b2e
SM
1432 * emacs-lisp/smie.el (smie-down-list): New command.
1433
ec5d3ff7
SM
1434 Remove old indentation and navigation code on octave-mode.
1435 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1436 smie-down-list rather than add a binding for octave-down-block.
1437 (octave-mark-block, octave-blink-matching-block-open):
1438 Rely on forward-sexp-function.
1439 (octave-fill-paragraph): Don't narrow, so you can use
1440 indent-according-to-mode.
1441 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1442 (octave-in-block-p, octave-re-search-forward-kw)
1443 (octave-re-search-backward-kw, octave-indent-calculate)
1444 (octave-end-as-array-index-p, octave-block-end-offset)
1445 (octave-scan-blocks, octave-forward-block, octave-backward-block)
1446 (octave-down-block, octave-backward-up-block, octave-up-block)
1447 (octave-before-magic-comment-p, octave-indent-line): Remove.
1448
187d3296
CY
14492010-08-31 Chong Yidong <cyd@stupidchicken.com>
1450
1451 * emacs-lisp/package.el (package--read-archive-file): Just use
1452 `read', to avoid copying an additional string.
1453 (package-menu-mode): Set header-line-format here.
1454 (package-menu-refresh, package-menu-revert): Signal an error if
1455 not in the Package Menu.
1456 (package-menu-package-list): New var.
1457 (package--generate-package-list): Operate on the current buffer;
1458 don't assume that it is *Packages*, since the user may rename it.
1459 Allow persistent package listings and sort keys using
1460 package-menu-package-list and package-menu-package-sort-key.
1461 (package-menu--version-predicate): Fix version calculation.
1462 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
1463 (package--list-packages): Create the *Packages* buffer.
1464 Set package-menu-package-list-key.
187d3296
CY
1465 (list-packages): Sorting by status is now the default.
1466 (package-buffer-info): Use match-string-no-properties.
1467 (define-package): Add a &rest argument for future proofing, but
1468 don't use it yet.
1469 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
1470 Merge into a single function, package-install-from-buffer.
1471 (package-install-file): Change caller.
187d3296
CY
1472
1473 * finder.el: Load finder-inf using `require'.
1474 (finder-list-matches): Sorting by status is now the default.
1475 (finder-compile-keywords): Simpify printing.
1476
e17b68ed
SM
14772010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1478
1479 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1480 (octave-mode-map): Remove special bindings for forward/backward-block
1481 and octave-backward-up-block. Use smie-close-block.
1482 (octave-continuation-marker-regexp): New var.
1483 (octave-continuation-regexp): Use it.
1484 (octave-operator-table, octave-smie-op-levels)
1485 (octave-operator-regexp, octave-smie-indent-rules): New vars.
1486 (octave-smie-backward-token, octave-smie-forward-token): New funs.
1487 (octave-mode): Use SMIE.
1488 (octave-close-block): Delete.
1489
42b6a73b
EZ
14902010-08-30 Eli Zaretskii <eliz@gnu.org>
1491
1492 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1493 CLIPBOARD, not in PRIMARY. (Bug#6944)
1494
f291fe60
SM
14952010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1496
ee992a8c
SM
1497 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1498 a list of parents.
1499 (smie-indent-column): Allow indirection through variables.
1500
d36b74ca
SM
1501 * composite.el (save-buffer-state): Delete, unused.
1502 * font-lock.el (save-buffer-state): Use with-silent-modifications.
1503 (font-lock-default-fontify-region): Use with-syntax-table.
1504 * jit-lock.el (with-buffer-unmodified): Remove.
1505 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1506
f291fe60
SM
1507 Use `declare' in defmacros.
1508 * window.el (save-selected-window):
1509 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1510 * progmodes/python.el (def-python-skeleton):
1511 * net/dbus.el (dbus-ignore-errors):
1512 * jka-cmpr-hook.el (with-auto-compression-mode):
1513 * international/mule.el (with-category-table):
1514 * emacs-lisp/timer.el (with-timeout):
1515 * emacs-lisp/lisp-mnt.el (lm-with-file):
1516 * emacs-lisp/eieio.el (with-slots):
1517 * emacs-lisp/easymenu.el (easy-menu-define):
1518 * emacs-lisp/debug.el (debugger-env-macro):
1519 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1520 (Multiple-value-call, Multiple-value-prog1):
1521 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1522 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1523 edebug rule to definition.
1524 * emacs-lisp/lisp-mode.el (save-selected-window)
1525 (with-current-buffer, combine-after-change-calls)
1526 (with-output-to-string, with-temp-file, with-temp-buffer)
1527 (with-temp-message, with-syntax-table, read-if, eval-after-load)
1528 (dolist, dotimes, when, unless):
1529 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1530
96ae4c8f
CY
15312010-08-29 Chong Yidong <cyd@stupidchicken.com>
1532
1533 * finder.el: Require `package'.
1534 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
1535 (finder-package-info): Var deleted.
1536 (finder-keywords-hash, finder--builtins-alist): New vars.
1537 (finder-compile-keywords): Compute package--builtins and
1538 finder-keywords-hash instead of finder-keywords-hash, respecting
1539 the "Package" header.
f291fe60
SM
1540 (finder-unknown-keywords, finder-list-matches):
1541 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
1542 (finder-mode): Don't set font-lock-defaults.
1543 (finder-exit): We don't use "*Finder-package*" and "*Finder
1544 Category*" buffers anymore.
1545
1546 * emacs-lisp/package.el (package--builtins-base): Var deleted.
1547 (package--builtins): Set default value to nil.
1548 (package-initialize): Load precomputed value of package--builtins
1549 from finder-inf.el.
1550 (package-alist, package-compute-transaction)
1551 (package-download-transaction): Improve docstring.
1552 (package-read-all-archive-contents): Do not change
1553 package--builtins here.
1554 (list-packages): Make package-list-packages an alias for this.
1555 Sort by status by default.
1556 (package--list-packages): Add optional PACKAGES arg.
1557 (describe-package-1): Use font-lock-face property. For built-in
1558 packages, insert file commentary.
1559 (package--generate-package-list): Rename from
1560 package-list-packages-internal; all callers changed. Add optional
1561 PACKAGES arg. Add alphabetical sort fallbacks.
1562 (package-menu--version-predicate, package-menu--status-predicate)
1563 (package-menu--description-predicate)
1564 (package-menu--name-predicate): New functions.
1565
1566 * info.el (Info-finder-find-node): Search package-alist instead of
1567 finder-package-info.
1568
e2046ecf
CY
15692010-08-29 Chong Yidong <cyd@stupidchicken.com>
1570
1571 * subr.el (version-regexp-alist): Don't use "a" and "b" for
1572 "alpha" and "beta".
1573 (version-to-list): Handle versions like "10.3d".
1574
6fe79b7c
SM
15752010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1578 (macroexp-accumulate): Use `declare'.
1579
1a868076
VJL
15802010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1581
1582 * whitespace.el (whitespace-style): Adjust type declaration.
1583
9e69cb05
KH
15842010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1585
1586 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1587 empty argument to gvfs-copy.
1588
15892010-08-26 Chong Yidong <cyd@stupidchicken.com>
1590
1591 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1592 handle new TRASH arg of `delete-file'.
1593
15942010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1595
1596 * net/tramp.el (tramp-handle-insert-directory): Don't use
1597 `forward-word', its default syntax could be changed.
1598
15992010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1600 Michael Albinus <michael.albinus@gmx.de>
1601
1602 Implement compression for inline methods.
1603
1604 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1605 (tramp-copy-size-limit): Allow also nil.
1606 (tramp-inline-compress-commands): New defconst.
1607 (tramp-find-inline-compress, tramp-get-inline-compress)
1608 (tramp-get-inline-coding): New defuns.
1609 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1610 replaced by `tramp-get-inline-coding'.
1611 (tramp-handle-file-local-copy, tramp-handle-write-region)
1612 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1613
16142010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1615
1616 Detect ssh 'ControlMaster' argument automatically in some cases.
1617
1618 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1619 (tramp-default-method): Use it.
1620
16212010-08-26 Karel Klíč <kklic@redhat.com>
1622
1623 * net/tramp.el (tramp-file-name-for-operation):
1624 Add file-selinux-context.
1625
16262010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1627
1628 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1629
16302010-08-26 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1633 (Bug#6907).
1634
4142607e
NW
16352010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
1636
1637 * progmodes/js.el: Make indentation more customizable (Bug#6914).
1638 (js-paren-indent-offset, js-square-indent-offset)
1639 (js-curly-indent-offset): New options.
1640 (js--proper-indentation): Use them.
1641
88a36e60
DC
16422010-08-26 Daniel Colascione <dan.colascione@gmail.com>
1643
1644 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1645 instead of inspecting font-lock properties (Bug#6916).
1646
38dbc4d8
DR
16472010-08-26 David Reitter <david.reitter@gmail.com>
1648
1649 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 1650 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
1651 (server-execute): Do not run hooks here.
1652
44ffae96
MA
16532010-08-26 Michael Albinus <michael.albinus@gmx.de>
1654
1655 Sync with Tramp 2.1.19.
1656
20b8ac83
MA
1657 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1658 (tramp-reporter-dump-variable, tramp-load-report-modules)
1659 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1660 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1661
1662 * net/tramp-compat.el (top): Do not autoload
1663 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1664 only when `start-file-process' is not bound.
1665 (byte-compile-not-obsolete-vars): Define if not bound.
1666 (tramp-compat-funcall): New defmacro.
1667 (tramp-compat-line-beginning-position)
1668 (tramp-compat-line-end-position)
1669 (tramp-compat-temporary-file-directory)
1670 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1671 (tramp-compat-copy-file, tramp-compat-copy-directory)
1672 (tramp-compat-delete-file, tramp-compat-delete-directory)
1673 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1674 Use it.
1675 (tramp-advice-file-expand-wildcards): Do not use
1676 `tramp-handle-file-remote-p'.
1677 (tramp-compat-make-temp-file): Simplify fallback implementation.
1678 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1679 (tramp-compat-copy-tree): Remove function.
1680 (tramp-compat-delete-file): New defun.
1681 (tramp-compat-delete-directory): Provide implementation for older
1682 Emacsen.
1683 (tramp-compat-file-attributes): Handle only
1684 `wrong-number-of-arguments' error.
1685
95b6d681
JB
1686 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1687 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
1688 (tramp-fish-handle-delete-file): Add TRASH arg.
1689 (tramp-fish-handle-directory-files-and-attributes):
1690 Do not use `tramp-fish-handle-file-attributes.
1691 (tramp-fish-handle-file-local-copy)
1692 (tramp-fish-handle-insert-file-contents)
1693 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1694
1695 * net/tramp-gvfs.el (top): Require url-util.
1696 (tramp-gvfs-mount-point): Remove.
1697 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1698 and `set-file-selinux-context'.
1699 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1700 (tramp-gvfs-handle-file-selinux-context)
1701 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1702 (with-tramp-dbus-call-method): Format trace message.
1703 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1704 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
1705 Implement backup call, when operation on local files fails.
1706 Use progress reporter. Flush properties of changed files.
20b8ac83
MA
1707 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
1708 `tramp-compat-delete-file'.
1709 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1710 (tramp-gvfs-handle-make-directory): Make more traces.
1711 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1712 (tramp-gvfs-url-file-name): Hexify file name in url.
1713 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1714 into account for the resulting file name.
1715 (tramp-gvfs-handler-askquestion): Preserve current message, in
1716 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
1717 Return dummy mountpoint, when the answer is "no".
1718 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
1719 (tramp-gvfs-handler-mounted-unmounted)
1720 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
1721 attribute "default_location". Set "prefix" property.
1722 Handle default-location.
20b8ac83
MA
1723 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1724 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1725 exists. Raise an error, if not (due to a corresponding answer
93acd23d
JB
1726 "no" in interactive questions, for example).
1727 Use `tramp-compat-funcall'.
20b8ac83
MA
1728
1729 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1730 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1731 (tramp-imap-do-copy-or-rename-file)
1732 (tramp-imap-handle-insert-file-contents)
1733 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1734 (tramp-imap-handle-delete-file): Add TRASH arg.
1735
1e05f387
SM
1736 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1737 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
1738 (tramp-smb-handle-copy-file)
1739 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1740 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1741 Use `with-progress-reporter'.
1742 (tramp-smb-handle-delete-file): Add TRASH arg.
1743
1744 * net/tramp.el (tramp-methods): Move hostname to the end in all
1745 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1746 appropriate.
1747 (tramp-verbose): Describe verbose level 9.
1748 (tramp-completion-function-alist)
1749 (tramp-file-name-regexp, tramp-chunksize)
1750 (tramp-local-coding-commands, tramp-remote-coding-commands)
1751 (with-connection-property, tramp-completion-mode-p)
1752 (tramp-action-process-alive, tramp-action-out-of-band)
1753 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1754 (tramp-exists-file-name-handler): Fix docstring.
1755 (tramp-remote-process-environment): Use `format' instead of
1756 `concat'. Protect version string by apostroph.
1757 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1758 XEmacs.
1759 (tramp-file-name-regexp-unified)
1760 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1761 not regard the volume letter as remote filename. (Bug#5447)
1762 (tramp-perl-file-attributes)
1763 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1764 (tramp-vc-registered-read-file-names): Read input as
1765 here-document, otherwise the command could exceed maximum length
1766 of command line.
1767 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1768 `set-file-selinux-context'.
1769 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1770 backtrace functions.
1771 (tramp-error-with-buffer): Don't show the connection buffer when
1772 we are in completion mode.
1773 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1774 (tramp-handle-file-selinux-context)
1775 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1776 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1777 New defuns.
1778 (with-progress-reporter): New defmacro.
1779 (tramp-debug-outline-regexp): New defconst.
1780 (top, tramp-rfn-eshadow-setup-minibuffer)
1781 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1782 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1783 (tramp-completion-mode-p, tramp-check-for-regexp)
1784 (tramp-open-connection-setup-interactive-shell)
1785 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1786 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1787 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1788 Use `tramp-compat-funcall'.
1789 (tramp-handle-make-symbolic-link): Flush file properties.
1790 (tramp-handle-load, tramp-handle-file-local-copy)
1791 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1792 (tramp-handle-vc-registered, tramp-maybe-send-script)
1793 (tramp-find-shell): Use `with-progress-reporter'.
1794 (tramp-do-file-attributes-with-stat): Add space in format string,
1795 in order to work around a bug in pdksh. Reported by Gilles Pion
1796 <gpion@lfdj.com>.
1797 (tramp-handle-verify-visited-file-modtime): Do not send a command
1798 when the connection is not established.
1799 (tramp-handle-set-file-times): Simplify the check for utc.
1800 (tramp-handle-directory-files-and-attributes)
1801 (tramp-get-remote-path): Use `copy-tree'.
1802 (tramp-completion-handle-file-name-all-completions): Ensure, that
1803 non remote files are still checked. Oops.
1e05f387
SM
1804 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1805 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
1806 (tramp-do-copy-or-rename-file): Add progress reporter.
1807 (tramp-do-copy-or-rename-file-directly): Do not use
1808 `tramp-handle-file-remote-p'.
1809 (tramp-do-copy-or-rename-file-out-of-band):
1810 Use `tramp-compat-delete-directory'.
1811 (tramp-do-copy-or-rename-file-out-of-band)
1812 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1813 Use `format-spec-make'.
1814 (tramp-handle-delete-file): Add TRASH arg.
1815 (tramp-handle-dired-uncache): Flush directory cache, not only file
1816 cache.
1817 (tramp-handle-expand-file-name)
1818 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
1819 (tramp-completion-handle-file-name-completion):
1820 Use `tramp-connectable-p'.
20b8ac83
MA
1821 (tramp-handle-start-file-process): Set connection property "vec".
1822 Use it, in order to invalidate file caches. Check only for
1823 `remote-tty' process property.
1824 Implement tty setting. (Bug#4604, Bug#6360)
1825 (tramp-file-name-for-operation): Add `call-process-region' and
1826 `set-file-selinux-context'.
1827 (tramp-find-foreign-file-name-handler)
1828 (tramp-advice-make-auto-save-file-name)
1829 (tramp-set-auto-save-file-modes): Remove superfluous check for
1830 `stringp'. This is done inside `tramp-tramp-file-p'.
1831 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1832 operations when we are in completion mode. This gives the user
1833 the chance to correct the file name in the minibuffer.
1834 (tramp-completion-mode-p): Use `non-essential'.
1835 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1836 compatibility: Use `completion-ignore-case' if
1837 `read-file-name-completion-ignore-case' does not exist.
1838 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1839 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1840 `tramp-open-shell'.
1841 (tramp-action-password): Hide password prompt before next run.
1842 (tramp-process-actions): Widen connection buffer for the trace.
1843 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1844 process property. Trace stty settings if `tramp-verbose' >= 9.
1845 Apply workaround for IRIX64 bug. Move argument of last
1846 `tramp-send-command' where it belongs to.
1847 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1848 front of `login-args'.
1849 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1850 on "/dev/null" instead of "/".
1851 (tramp-get-ls-command-with-dired): Make test for "--dired"
1852 stronger.
1853 (tramp-set-auto-save-file-modes): Adapt version check.
1854 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1855 (tramp-handle-process-file): Call the program in a subshell, in
1856 order to preserve working directory.
1857 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1858 `tramp-remote-sh' from `tramp-methods'.
1859 (tramp-get-ls-command): Make test for "--color=never" stronger.
1860 (tramp-check-for-regexp): Use (forward-line 1).
1861
44ffae96
MA
1862 * net/trampver.el: Update release number.
1863
cb6c4991
CY
18642010-08-26 Chong Yidong <cyd@stupidchicken.com>
1865
1866 * help.el (help-map): Bind `C-h P' to describe-package.
1867
1868 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
1869
1870 * emacs-lisp/package.el (package-refresh-contents): Catch errors
1871 when downloading archives.
1872 (describe-package-1): Add package commentary.
1873 (package-install-button-action): New function.
1874 (package-menu-mode-map): Bind ? to package-menu-describe-package.
1875 (package-menu-view-commentary): Function removed.
1876 (package-list-packages-internal): Hide the `package' package too.
1877
b60f961f
KH
18782010-08-25 Kenichi Handa <handa@m17n.org>
1879
1880 * language/misc-lang.el ("Arabic"): New language environment.
1881 Setup composition-function-table for Arabic characters.
1882
1883 * international/fontset.el (setup-default-fontset): Fix typo for
1884 arabic OTF spec (fini->fina).
1885
a0c16be4
J
18862010-08-25 Jan Djärv <jan.h.d@swipnet.se>
1887
1888 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
1889 on all frames.
1890
85cc3d4f
VJL
18912010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1892
1893 * whitespace.el: Allow cleaning up blanks without blank
1894 visualization (Bug#6651). Adjust help window for
1895 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1896 instead of whitespace-line-column (from EmacsWiki). New version
1897 13.1.
1898 (whitespace-style): Added new value 'face. Adjust docstring.
1899 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
1900 foreground property face.
1901 (whitespace-line-column): Adjust docstring and type declaration.
1902 (whitespace-style-value-list, whitespace-toggle-option-alist)
1903 (whitespace-help-text): Adjust const initialization.
1904 (whitespace-toggle-options, global-whitespace-toggle-options):
1905 Adjust docstring.
1906 (whitespace-display-window, whitespace-interactive-char)
1907 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1908 (whitespace-help-scroll): New fun.
1909
cb8759ca
CY
19102010-08-24 Chong Yidong <cyd@stupidchicken.com>
1911
1912 * emacs-lisp/package.el (list-packages): Alias for
1913 package-list-packages.
1914
44a41a47
KR
19152010-08-24 Kevin Ryde <user42@zip.com.au>
1916
be7748e7
KR
1917 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
1918 (Bug#5651).
1919
44a41a47
KR
1920 * progmodes/ruby-mode.el (ruby): Add defgroup.
1921
edfd00fa
CY
19222010-08-24 Chong Yidong <cyd@stupidchicken.com>
1923
1924 * progmodes/python.el: Add Ipython support (Bug#5390).
1925 (python-shell-prompt-alist)
1926 (python-shell-continuation-prompt-alist): New options.
1927 (python--set-prompt-regexp): New function.
1928 (inferior-python-mode, run-python, python-shell): Require
1929 ansi-color. Use python--set-prompt-regexp to set the comint
1930 prompt based on the Python interpreter.
1931 (python--prompt-regexp): New var.
1932 (python-check-comint-prompt)
1933 (python-comint-output-filter-function): Use it.
1934 (run-python): Use a pipe (Bug#5694).
1935
19362010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
1937
1938 * progmodes/python.el (python-send-region): Send a different
1939 Python command if Ipython is in use.
1940 (python-check-version): Use a Python command to find the version.
1941
1c409d0b
CY
19422010-08-24 Chong Yidong <cyd@stupidchicken.com>
1943
1944 * mouse.el (mouse-yank-primary): Avoid setting primary when
1945 deactivating the mark (Bug#6872).
1946
733946e7 19472010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
1948
1949 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1950 with "else" (Bug#3991).
1951
e73f184c
MA
19522010-08-23 Michael Albinus <michael.albinus@gmx.de>
1953
1954 * net/dbus.el: Accept UNIX domain sockets as bus address.
1955 (top): Don't initialize `dbus-registered-objects-table' anymore,
1956 this is done in dbusbind,c.
1957 (dbus-check-event): Adapt test for bus.
1958 (dbus-return-values-table, dbus-unregister-service)
1959 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
1960 Adapt doc string.
1961
1a140747
JB
19622010-08-23 Juanma Barranquero <lekktu@gmail.com>
1963
1964 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
1965
7133b7ee
JL
19662010-08-22 Juri Linkov <juri@jurta.org>
1967
1968 * simple.el (read-extended-command): New function with the logic
1969 for `completing-read' moved to Elisp from `execute-extended-command'.
1970 Use `function-called-at-point' in `minibuffer-default-add-function'
1971 to get a command name for M-n (bug#5364, bug#5214).
1972
198a7a97
CY
19732010-08-22 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * startup.el (command-line-1): Issue warning for ignored arguments
1976 --unibyte, etc (Bug#6886).
1977
c00725d7
LL
19782010-08-22 Leo <sdl.web@gmail.com>
1979
1980 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1981 (ignore, bright, dim, keyword): Split list of nicknames before
1982 passing to rcirc-add-or-remove (Bug#6894).
1983
bc7d7ea6
CY
19842010-08-22 Chong Yidong <cyd@stupidchicken.com>
1985
1986 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1987
b0126eac 19882010-08-22 Leo <sdl.web@gmail.com>
e0143335 1989
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 1990 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 1991 * ido.el: Revert Óscar's.
e0143335
LL
1992 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1993 Remember the buffers at head, rather than their name.
76e3243a 1994 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 1995
b0126eac 19962010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
1997 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2000 extra backslash added to each line (bug#6890).
2001
b0126eac 20022010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
2003
2004 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2005
b0126eac 20062010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
2007
2008 * menu-bar.el (menu-bar-games-menu): Add landmark.
2009
b0126eac 20102010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 2011
9130a2d6
GM
2012 * align.el (align-regexp): Make group and spacing arguments
2013 use the interactive defaults when non-interactive. (Bug#6698)
2014
fb89a654
GM
2015 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2016 expansion, so as not to need sendmail.
2017 (mail-text-start): Remove declaration.
2018 (rmail-retry-failure): Require sendmail.
2019
b0126eac 20202010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
2021
2022 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2023
b0126eac 20242010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 2025
186e86db
SM
2026 * progmodes/flymake.el (flymake-start-syntax-check-process):
2027 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 2028
b0126eac 20292010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
2030
2031 * files.el: Add `word-wrap' as safe local variable.
2032
b0126eac 20332010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
2034
2035 * woman.el (woman-translate): Case matters. (Bug#6849)
2036
b0126eac 20372010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
2038
2039 * simple.el (kill-region): Doc fix (Bug#6787).
2040
b0126eac 20412010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
2042
2043 * calendar/diary-lib.el (diary-header-line-format):
2044 Fit it to the window, not the frame.
2045
b0126eac 20462010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
2047
2048 * subr.el (ignore-errors): Add debug declaration.
2049
b0126eac 20502010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
2051
2052 * whitespace.el (whitespace-color-off): Remove post-command-hook
2053 locally.
2054
537ffaf3
SM
20552010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2056
2057 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2058
d64b8a68
CY
20592010-08-21 Chong Yidong <cyd@stupidchicken.com>
2060
2061 * cus-edit.el (custom-group-value-create): Add extra newline
2062 before end line (Bug#6876).
2063
d2625c3d
CY
20642010-08-21 Chong Yidong <cyd@stupidchicken.com>
2065
2066 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2067 when extending it. Before killing on the second click, check if
2068 the buffer is the correct one. Doc fix.
2069 (mouse-secondary-save-then-kill): Allow usage without first
2070 calling mouse-start-secondary, by defaulting to point. Don't save
2071 an empty secondary selection. Doc fix.
2072
80525855
VJL
20732010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2074
91bdeb66
VJL
2075 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2076 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 2077 New version 13.0.
80525855
VJL
2078 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2079 Adjust initialization.
2080 (whitespace-bob-marker, whitespace-eob-marker)
2081 (whitespace-buffer-changed): New vars.
2082 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2083 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
2084 (whitespace-post-command-hook, whitespace-display-char-on):
2085 Adjust code.
80525855 2086 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 2087 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 2088
4b9c0a49
SM
20892010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2090
118cf454
SM
2091 * files.el (locate-file-completion-table): Only list the .el and .elc
2092 extensions if there's no other choice (bug#5955).
2093
a2e5caf7
SM
2094 * facemenu.el (facemenu-self-insert-data): New var.
2095 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2096 New functions.
2097 (facemenu-add-face): Use them.
2098
4b9c0a49
SM
2099 * simple.el (blink-matching-open): Obey forward-sexp-function.
2100
0193499f
SM
21012010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2102
b2a15250
SM
2103 * simple.el (prog-mode-map): New var.
2104 (prog-indent-sexp): New command.
2105
b5ba2d6f
SM
2106 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2107
9acd1bdc
SM
2108 * progmodes/prolog.el (smie): Require.
2109
8723cfa4
SM
2110 * emacs-lisp/smie.el (smie-default-backward-token)
2111 (smie-default-forward-token): Strip properties.
2112 (smie-next-sexp): Be more careful with associative operators.
2113 (smie-forward-sexp-command): Generalize.
2114 (smie-backward-sexp-command): Simplify.
2115 (smie-closer-alist): New var.
2116 (smie-close-block): New command.
2117 (smie-indent-debug-log): New var.
2118 (smie-indent-offset-rule): Add a few more cases.
2119 (smie-indent-column): New function.
2120 (smie-indent-after-keyword): Use it.
2121 (smie-indent-keyword): Use it.
2122 Fix up the opener code's point position.
2123 (smie-indent-comment): Only applies at BOL.
2124 (smie-indent-debug): New command.
2125
0193499f
SM
2126 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2127 declarations that are useful before running the macro.
2128
0c9b8993
GM
21292010-08-18 Joakim Verona <joakim@verona.se>
2130
2131 * image.el (imagemagick-types-inhibit): New variable.
2132 (imagemagick-register-types): New function.
2133 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
2134 (image-transform-set-scale, image-transform-fit-to-height)
2135 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
2136 (image-transform-fit-to-width, image-transform-fit-to-height):
2137 New functions.
ccd80618
JV
2138 (image-toggle-display-image): Support image transforms.
2139
1075cd61
KY
21402010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2141
2142 * image.el (create-animated-image): Don't add heuristic mask to image
2143 (Bug#6839).
2144
64cb6c78
J
21452010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2146
0193499f
SM
2147 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2148 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 2149
ff80a446
SM
21502010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2151
afa22f7c
SM
2152 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2153
ff80a446
SM
2154 Font-lock '...' strings, plus various simplifications and fixes.
2155 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2156 (octave-font-lock-close-quotes): New function.
2157 (octave-font-lock-syntactic-keywords): New var.
2158 (octave-mode): Use it. Set beginning-of-defun-function.
2159 (octave-mode-map): Don't override the <foo>-defun commands.
2160 (octave-mode-menu): Pass it directly to easy-menu-define;
2161 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2162 (octave-block-match-alist): Fix up last change so that
2163 octave-close-block uses the more specific keyword.
2164 (info-lookup-mode): Silence byte-compiler.
2165 (octave-beginning-of-defun): Not interactive any more.
2166 Optimize slightly.
2167 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2168 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2169 (octave-completion-at-point-function): Make sure point is within
2170 beg..end.
2171 (octave-reindent-then-newline-and-indent):
2172 Use reindent-then-newline-and-indent.
2173 (octave-add-octave-menu): Remove.
2174
2269b349
JD
21752010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2176
489cd5bd
JD
2177 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2178 (report-emacs-bug-can-use-xdg-email): New functions.
2179 (report-emacs-bug): Set can-xdg-email to result of
2180 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2181 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2182 about it.
30ebab6d 2183
a2fb159c
GM
2184 * net/browse-url.el (browse-url-default-browser): Add cond
2185 for browse-url-xdg-open.
2186 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2187
21882010-08-17 Glenn Morris <rgm@gnu.org>
2189
2190 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2191 (c-fontify-recorded-types-and-refs): Define for compiler.
2192 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2193 before use.
2194
2195 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2196 Fix format call.
2197
bb6aba9c
MA
21982010-08-17 Michael Albinus <michael.albinus@gmx.de>
2199
2200 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2201 properties.
2202 (tramp-handle-process-file): Call the program in a subshell, in
2203 order to preserve working directory.
2204 (tramp-action-password): Hide password prompt before next run.
2205 (tramp-process-actions): Widen connection buffer for the trace.
2206
8f10c937
DD
22072010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2208
2209 * net/rcirc.el (rcirc-log-process-buffers): New option.
2210 (rcirc-print): Use it.
2211 (rcirc-generate-log-filename): New function.
2212 (rcirc-log-filename-function): Change default to
2213 rcirc-generate-log-filename (Bug#6828).
2214
7c23dd44
CY
22152010-08-16 Chong Yidong <cyd@stupidchicken.com>
2216
2217 * simple.el (deactivate-mark): If select-active-regions is `only',
2218 only set selection for temporarily active regions.
2219
2220 * cus-start.el: Change defcustom for select-active-regions.
2221
6d3e82d2
CY
22222010-08-15 Chong Yidong <cyd@stupidchicken.com>
2223
2224 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
2225 (mouse-drag-track): Use LOCATION arg to push-mark.
2226 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
2227 consideration when updating point and mark (Bug#6840).
2228
c68263b1
CY
22292010-08-15 Chong Yidong <cyd@stupidchicken.com>
2230
2231 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2232 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2233
456f369a
ŠN
22342010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2235
ff80a446
SM
2236 * font-lock.el (lisp-font-lock-keywords-2):
2237 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
2238 with-demoted-errors, and with-silent-modifications (Bug#6025).
2239
c22e18f5
KR
22402010-08-14 Kevin Ryde <user42@zip.com.au>
2241
2242 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
2243 (copyright-update): Temporary switch-to-buffer to ensure the
2244 buffer change being queried is visible (Bug#5394).
c22e18f5 2245
6f1a6faf
TT
22462010-08-14 Tom Tromey <tromey@redhat.com>
2247
2248 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2249 (Bug#6733).
2250
e7afcf30
EZ
22512010-08-14 Eli Zaretskii <eliz@gnu.org>
2252
2253 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2254 MS-DOS. (Bug#6689)
2255
2b4e6277
J
22562010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2257
2258 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2259 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2260 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2261 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
2262 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2263 Call menu-bar-set-tool-bar-position.
2b4e6277 2264
dc94fc85
SM
22652010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2266
c5683ceb
SM
2267 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2268 comment style (bug#6834).
2269 * progmodes/scheme.el (scheme-mode-syntax-table):
2270 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2271 "b" flag in "' 14b" syntax.
2272
c82d5b11
SM
2273 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2274 for (un)commenting the region and performing completion.
2275 (octave-mode-menu): Use standard commands for help and completion.
2276 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2277 (octave-mode): Use define-derived-mode.
2278 Set completion-at-point-functions and don't set columns.
2279 Don't disable adaptive-fill-regexp.
2280 (octave-describe-major-mode, octave-comment-region)
2281 (octave-uncomment-region, octave-comment-indent)
2282 (octave-indent-for-comment): Remove.
2283 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 2284 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
2285 (octave-initialize-completions): No need to make an alist.
2286 (octave-completion-at-point-function): New function.
2287 (octave-complete-symbol): Use it.
2288 (octave-insert-defun): Use define-skeleton.
2289
2290 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2291 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 2292
61b6abbd
AL
22932010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2294
2295 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2296 indentation of inserted comment.
2297
3a46642b
J
22982010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2299
2300 * faces.el (region): Add type gtk that uses gtk colors.
2301
2302 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2303 Handle theme-name change.
2304
3bd2cfef
MM
23052010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2306
2307 * progmodes/sql.el: Version 2.5
2308 (sql-product-alist): Add :prompt-cont-regexp property for several
2309 database products.
2310 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
2311 (sql-output-newline-count, sql-output-by-send):
2312 New variables. Record number of newlines in input text.
3bd2cfef
MM
2313 (sql-send-string): Handle multiple filters and count newlines.
2314 (sql-send-magic-terminator): Count terminator newline.
2315 (sql-interactive-remove-continuation-prompt): Filters output to
2316 remove continuation prompts; one for each newline.
2317 (sql-interactive-mode): Set up new variables, prompt regexp and
2318 output filter.
2319 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 2320 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 2321
d02c9bcd
SM
23222010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2323
2324 * emacs-lisp/pcase.el: New file.
2325
80ca4f1e
MA
23262010-08-10 Michael Albinus <michael.albinus@gmx.de>
2327
2328 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2329 as here-document, otherwise the command could exceed maximum
2330 length of command line.
d02c9bcd
SM
2331 (tramp-handle-vc-registered): Call script accordingly.
2332 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 2333
2948599b
KH
23342010-08-10 Kenichi Handa <handa@m17n.org>
2335
2336 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2337 composable pattern.
2338
148cef8e
CY
23392010-08-09 Chong Yidong <cyd@stupidchicken.com>
2340
2341 * emacs-lisp/package.el (package-version-split)
2342 (package--version-first-nonzero, package-version-compare):
2343 Functions removed.
2344 (package-directory-list, package-load-all-descriptors)
2345 (package--built-in, package-activate, define-package)
2346 (package-installed-p, package-compute-transaction)
2347 (package-read-all-archive-contents)
2348 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
2349 (package-tar-file-info, package-list-packages-internal):
2350 Use version-to-list and version-list-*.
148cef8e 2351
d02c9bcd
SM
2352 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2353 Use version-to-list.
148cef8e
CY
2354 (package-upload-buffer-internal): Use version-list-<=.
2355
82a9ce0f
KH
23562010-08-09 Kenichi Handa <handa@m17n.org>
2357
231e5e5f 2358 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
2359 composable pattern.
2360
7adf5fdc
CY
23612010-08-08 Chong Yidong <cyd@stupidchicken.com>
2362
fc560445
CY
2363 * tutorial.el (tutorial--default-keys): C-d is now bound to
2364 delete-forward-char (Bug#6826).
2365
7adf5fdc
CY
2366 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2367 for `double' value of mouse-1-click-follows-link (Bug#6807).
2368
e54a1075
JB
23692010-08-08 Johan Bockgård <bojohan@gnu.org>
2370
2371 * replace.el (replace-highlight): Bind isearch-forward and
2372 isearch-error, ensuring that highlighting is updated if the user
2373 switches the search direction (Bug#6808).
2374
2375 * isearch.el (isearch-lazy-highlight-forward): New var.
2376 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2377 (isearch-lazy-highlight-update): Use it.
2378
7815fe19 23792010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 2380
8d9e03e4
JB
2381 * international/mule.el (define-charset): Store NAME as :base property.
2382 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
2383 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2384 current priority. Force using the designation of the specific
8d9e03e4 2385 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 2386
7815fe19 23872010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
2388
2389 * emulation/pc-select.el (pc-selection-mode-hook)
2390 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2391 (pc-selection-mode): Fix typos in docstrings.
2392
7815fe19 23932010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
2394
2395 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2396 ctext-non-standard-encodings-alist here.
2397
8d9e03e4
JB
2398 * international/mule.el (ctext-non-standard-encodings-alist):
2399 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
2400 (ctext-standard-encodings): New variable.
2401 (ctext-non-standard-encodings-table): List only elements for
2402 non-standard encodings.
186e86db 2403 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
2404 Check ctext-standard-encodings.
2405
2406 * international/mule-conf.el (compound-text): Doc fix.
2407 (ctext-no-compositions): Doc fix.
2408 (compound-text-with-extensions): Doc fix.
2409
7815fe19 24102010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
2411
2412 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2413
8d9e03e4 24142010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 2415
9ebc731b
JB
2416 * progmodes/which-func.el (which-func-format): Split help-echo text
2417 into lines, like other mode-line tooltips.
2418
d5b8058f
JB
2419 * server.el (server-start): When using TCP sockets, force IPv4
2420 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2421
8d9e03e4 24222010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
2423
2424 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2425
8d9e03e4 24262010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
2427
2428 * term.el (term-delimiter-argument-list): Reflow docstring.
2429 (term-read-input-ring, term-write-input-ring, term-send-input)
2430 (term-bol, term-erase-in-display, serial-supported-or-barf):
2431 Fix typos in docstrings.
2432
8d9e03e4 24332010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
2434
2435 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2436
8d9e03e4 24372010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
2438
2439 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2440
8d9e03e4 24412010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
2442
2443 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2444 Fix typo in docstring (bug#6747).
2445
7815fe19 24462010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
2447
2448 * eshell/esh-io.el (eshell-get-target): Better detection of
2449 read-only file (Bug#6762).
2450
7815fe19 24512010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
2452
2453 * align.el (align-default-spacing): Doc fix.
2454 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2455
733946e7 24562010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 2457
490b89ac 2458 * calendar/icalendar.el
93acd23d
JB
2459 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
2460 (icalendar--get-weekday-numbers): New.
81ee9410 2461 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 2462 values in weekly rules. (Bug#6766)
81ee9410 2463
490b89ac
UJ
24642010-08-08 Ulf Jasper <ulf.jasper@web.de>
2465
2466 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2467 (icalendar--create-uid, icalendar-export-region)
2468 (icalendar--parse-summary-and-rest): Code formatting.
2469
2c695727
JB
24702010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2471
2472 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2473 to italicize headers.
2474 (calc-highlight-selections-with-faces): New variable.
2475 (calc-selected-face, calc-nonselected-face): New faces.
2476
2477 * calc/calccomp.el (math-comp-highlight-string): Use
2478 `calc-highlight-selections-with-faces' to determine how to highlight
2479 sub-formulas.
2480
2481 * calc/calc-sel.el (calc-show-selections): Change message to when
2482 using faces to highlight selections.
2483
b93d4f22
MM
24842010-08-07 Michael R. Mauger <mmaug@yahoo.com>
2485
8d9e03e4
JB
2486 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2487 Add SQLite 3 keywords, functions and datatypes.
2488 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
2489 (Bug#6686).
2490
9852377f
CY
24912010-08-07 Chong Yidong <cyd@stupidchicken.com>
2492
2493 * simple.el (select-active-regions): Move to keyboard.c.
2494 (deactivate-mark): Used saved-region-selection.
2495 (select-active-region): Function removed.
2496 (activate-mark, set-mark, push-mark-command)
2497 (handle-shift-selection): Don't call it.
2498 (keyboard-quit): Avoid adding the region to the window selection.
2499
2500 * mouse.el (mouse-drag-track): Remove hacks to deal with old
2501 select-active-regions implementation.
2502 (mouse-yank-at-click): Doc fix.
2503
2504 * cus-start.el: Add custom declaration for select-active-regions.
2505
822775bf
EZ
25062010-08-07 Eli Zaretskii <eliz@gnu.org>
2507
4c5130d6
EZ
2508 * simple.el (delete-forward-char): Doc fix.
2509
822775bf
EZ
2510 * tutorial.el (help-with-tutorial): Hack safe file-local variables
2511 after reading the tutorial.
2512
bd4c5e3e
AM
25132010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
2514
2515 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2516 for the case that a C style comment has its delimiters alone on
2517 their respective lines.
2518
d00fa9b6
MA
25192010-08-06 Michael Albinus <michael.albinus@gmx.de>
2520
8d9e03e4 2521 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6
MA
2522 property "vec".
2523 (tramp-process-sentinel): Use it for flushing the cache. We
2524 cannot do it via the process buffer, the buffer could be deleted
2525 already when running the sentinel.
2526
25272010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
2528
2529 * comint.el (comint-mode): Make directory tracking functions
2530 functional on remote files. (Bug#6764)
2531
b3d42406
DN
25322010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2533
2534 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2535
29cf3e20
EZ
25362010-08-05 Eli Zaretskii <eliz@gnu.org>
2537
2538 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2539 unexec.c => unexcoff.c.
2540
2541 * emacs-lisp/authors.el (authors-fixed-entries): Rename
2542 unexec.c => unexcoff.c.
2543
39e1bf0b
MA
25442010-08-05 Michael Albinus <michael.albinus@gmx.de>
2545
2546 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2547 cache, not only file cache.
2548 (tramp-process-sentinel): New defun.
2549 (tramp-handle-start-file-process): Use it, in order to invalidate
2550 file caches.
2551
9f982e22
LL
25522010-08-03 Leo <sdl.web@gmail.com>
2553
2554 * server.el (server-start): Simplify loop.
2555
0798a8d8
SM
25562010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2557
548c5c47
SM
2558 * frame.el (screen-height, screen-width, set-screen-width)
2559 (set-screen-height): Remove ancient compatibility aliases.
2560
3311d1c2
SM
2561 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2562 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
2563
0798a8d8
SM
2564 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2565 that change current buffer.
2566
26ee77a6
YM
25672010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2568
2569 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2570 beginning of the string. Use `string-match-p'. (Bug#6765)
2571
aa1859f5
J
25722010-08-01 Jan Djärv <jan.h.d@swipnet.se>
2573
2574 * cus-start.el (x-gtk-use-system-tooltips): New variable.
2575
376c2b6b
CY
25762010-08-01 Chong Yidong <cyd@stupidchicken.com>
2577
0798a8d8 2578 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 2579 (package--builtins): Tweak descriptions.
0798a8d8
SM
2580 (package-print-package): Upcase descriptions if necessary.
2581 Show all built-in packages in font-lock-builtin-face.
2582 (package-list-packages-internal): Omit "emacs" package.
2583 Show status of built-in packages as "built-in".
376c2b6b 2584
16041401
CY
25852010-07-31 Chong Yidong <cyd@stupidchicken.com>
2586
2587 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
2588 before killing to preserve the primary selection (Bug#6701).
2589
2590 * term/x-win.el (x-select-text): Doc fix.
2591
0798a8d8
SM
25922010-07-31 Nathaniel Flath <flat0103@gmail.com>
2593
2594 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2595 The following functions were modified or created:
452ea855
AM
2596
2597 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2598 (objc-font-lock-extra-types):
452ea855 2599 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
2600 * progmodes/cc-langs.el (c-make-mode-syntax-table)
2601 (c++-make-template-syntax-table)
2602 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2603 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2604 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2605 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
2606 * progmodes/cc-fonts.el (c-make-inverse-face)
2607 (c-basic-matchers-after):
452ea855
AM
2608 * progmodes/cc-engine.el (c-forward-keyword-clause)
2609 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2610 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2611 (c-guess-continued-construct, c-guess-basic-syntax):
2612
37766706
J
26132010-07-31 Jan Djärv <jan.h.d@swipnet.se>
2614
0798a8d8 2615 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 2616
cd83d522
EZ
26172010-07-31 Eli Zaretskii <eliz@gnu.org>
2618
2619 * files.el (bidi-paragraph-direction): Define safe local values.
2620
2621 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2622 language-info-alist. Remove outdated FIXME in a comment.
2623
28e5cf7c
AM
26242010-07-31 Alan Mackenzie <acm@muc.de>
2625
2626 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2627 Auto-fill broken in C/C++ modes.
2628
bfeabdc3
JD
26292010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2630
2631 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2632 (menu-bar-showhide-tool-bar-menu-customize-disable)
2633 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
2634 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2635 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
2636 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2637 make a menu for Options => toolbar that can move it.
2638
063e5294
CY
26392010-07-29 Chong Yidong <cyd@stupidchicken.com>
2640
2641 * emacs-lisp/package-x.el (package--make-rss-entry):
2642 (package-maint-add-news-item, package--update-news)
2643 (package-upload-buffer-internal): New arg ARCHIVE-URL.
2644
2645 * emacs-lisp/package.el (package-archive-url): Rename from
2646 package-archive-id.
2647 (package-install): Doc fix.
2648 (package-download-single, package-download-tar, package-install)
2649 (package-menu-view-commentary): Callers changed.
2650
683cc385
MA
26512010-07-29 Michael Albinus <michael.albinus@gmx.de>
2652
2653 * net/tramp.el (tramp-handle-start-file-process): Check only for
2654 `remote-tty' process property.
2655 (tramp-open-shell): Don't check for tty.
2656 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2657 process property.
2658
2659 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2660 host.
2661
bc44bef7
PH
26622010-07-28 Chong Yidong <cyd@stupidchicken.com>
2663
2664 * emacs-lisp/package.el (package-load-list, package-archives)
2665 (package-archive-contents, package-user-dir)
2666 (package-directory-list, package--builtins, package-alist)
2667 (package-activated-list, package-obsolete-alist): Mark as risky.
2668
26692010-07-28 Phil Hagelberg <phil@evri.com>
2670
2671 Add support for non-default package repositories.
2672 * emacs-lisp/package.el (package-archive-base): Var deleted.
2673 (package-archives): New variable.
2674 (package-archive-contents): Doc fix.
0798a8d8 2675 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
2676 (package--write-file-no-coding): New function.
2677 (package-unpack-single): Use it.
2678 (package-archive-id): New function.
2679 (package-download-single, package-download-tar)
2680 (package-menu-view-commentary): Use it.
2681 (package-installed-p): Make second argument optional.
2682 (package-read-all-archive-contents): New function.
2683 (package-initialize): Use it.
2684 (package-read-archive-contents): Add ARCHIVE argument.
2685 (package--add-to-archive-contents): New function.
2686 (package-install): Don't call package-read-archive-contents.
2687 (package--download-one-archive): Store archive file in a
2688 subdirectory of package-user-dir.
2689 (package-menu-execute): Remove spurious line movement.
2690
8a52f00a
JD
26912010-07-28 Jan Djärv <jan.h.d@swipnet.se>
2692
2693 * cus-start.el (tool-bar-style): Add text-image-horiz.
2694
b21d3ceb
MA
26952010-07-28 Michael Albinus <michael.albinus@gmx.de>
2696
2697 * progmodes/gud.el (gud-common-init): Check for remoteness of
2698 `file', and not of `default-directory'.
2699
8fbcce2d
MA
27002010-07-28 Michael Albinus <michael.albinus@gmx.de>
2701
2702 * net/tramp.el (tramp-methods): Move hostname to the end in all
2703 ssh `tramp-login-args'.
2704 (tramp-verbose): Describe verbose level 9.
2705 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2706 (tramp-open-connection-setup-interactive-shell): Trace stty
2707 settings if `tramp-verbose' >= 9.
2708 (tramp-handle-start-file-process): Implement tty setting.
2709 (Bug#4604, Bug#6360)
2710
2711 * net/tramp-cmds.el (tramp-bug): Recommend setting of
2712 `tramp-verbose' to 9.
2713
128440c9
AH
27142010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
2715
2716 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2717 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2718 Remove references to package `lisp-re' (bug#4369).
2719
ae0c2494
TT
27202010-07-27 Tom Tromey <tromey@redhat.com>
2721
2722 * progmodes/js.el (js-mode):
2723 * progmodes/make-mode.el (makefile-mode):
2724 * progmodes/simula.el (simula-mode):
2725 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
2726
0ed082fe 27272010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
2728
2729 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2730
7c7c04c0
JB
2731 * time.el (display-time-day-and-date): Remove spurious * in docstring.
2732 (display-time-world-buffer-name, display-time-world-mode-map):
2733 Fix typos in docstrings.
2734
0ed082fe 27352010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
2736
2737 * image-mode.el (image-display-size): New function.
2738 (image-forward-hscroll, image-next-line, image-eol, image-eob)
2739 (image-mode-fit-frame): Use it (Bug#6639).
2740
0ed082fe 27412010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
2742
2743 * dired.el (dired-buffers-for-dir): Handle list values of
2744 dired-directory (Bug#6636).
2745
aa2d4bd3
SS
27462010-07-26 Sam Steingold <sds@gnu.org>
2747
2748 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
2749 Do not call `x-get-selection' the second time, reuse the value.
2750
78b84da3
DU
27512010-07-26 Daiki Ueno <ueno@unixuser.org>
2752
2753 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 2754 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 2755
4f195cf7
DU
27562010-07-25 Daiki Ueno <ueno@unixuser.org>
2757
2758 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
2759 exists before passing an error to find-file-not-found-functions
2760 (bug#6723).
2761
195e19e4
LH
27622010-07-23 Lukas Huonker <l.huonker@gmail.com>
2763
2764 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
2765 Remove leading nil element, adjust values.
2766 (tetris-shapes, tetris-shape-scores):
2767 Change representation of shapes and remove some redundancy.
2768 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
2769 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
2770 Adjust for working with new representation of shapes.
2771 (tetris-shape-rotations): New function.
2772 (tetris-move-bottom, tetris-move-left, tetris-move-right)
2773 (tetris-rotate-prev, tetris-rotate-next):
2774 Adjust for working with the new version of tetris-test-shape.
2775
9cf2db99
MT
27762010-07-23 Markus Triska <markus.triska@gmx.at>
2777
2778 * progmodes/ps-mode.el: Use comint (bug#5954).
2779 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
2780 (ps-mode-other-newline): Simplify.
2781 (ps-run-mode): Derive from comint-mode instead of
2782 fundamental-mode, yielding input history etc.
2783 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
2784 (ps-run-send-string): Adapt for comint-mode.
2785 (ps-run-newline): Remove now unneeded function.
2786
225d5e9e
MA
27872010-07-23 Michael Albinus <michael.albinus@gmx.de>
2788
2789 * net/tramp.el (tramp-methods): Move hostname to the end in all
2790 plink `tramp-login-args'.
2791
84bc68f2
MA
27922010-07-23 Michael Albinus <michael.albinus@gmx.de>
2793
2794 * net/tramp.el (tramp-open-shell): New defun.
2795 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2796 Use it.
2797
1eb5ca1c
MA
27982010-07-23 Michael Albinus <michael.albinus@gmx.de>
2799
2800 * net/tramp.el (tramp-file-name-regexp-unified)
2801 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2802 not regard the volume letter as remote filename. (Bug#5447)
2803
440735a7
JB
28042010-07-23 Juanma Barranquero <lekktu@gmail.com>
2805
2806 * custom.el (custom-declare-variable): Give a clearer error message
2807 when the docstring is missing (bug#6476).
2808
5474c40f
MM
28092010-07-22 Michael R. Mauger <mmaug@yahoo.com>
2810
2811 * progmodes/sql.el: Version 2.4. Improved Login prompting.
2812 (sql-login-params): New widget definition.
2813 (sql-oracle-login-params, sql-mysql-login-params)
2814 (sql-solid-login-params, sql-sybase-login-params)
2815 (sql-informix-login-params, sql-ingres-login-params)
2816 (sql-ms-login-params, sql-postgres-login-params)
2817 (sql-interbase-login-params, sql-db2-login-params)
2818 (sql-linter-login-params): Use it.
2819 (sql-sqlite-login-params): Use it; Define "database" parameter as
2820 a file name.
c4cc8b9a 2821 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
2822 (sql-comint-sqlite): Make sure database name is complete.
2823 (sql-for-each-login): New function.
2824 (sql-connect, sql-save-connection): Use it.
2825 (sql-get-login-ext): New function.
2826 (sql-get-login): Use it.
2827 (sql-make-alternate-buffer-name): Handle :file parameters.
2828
9c0deccb
JB
28292010-07-22 Juanma Barranquero <lekktu@gmail.com>
2830
2831 * dired.el (dired-no-confirm): Document value t and fix defcustom to
2832 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
2833
aac818a8
TL
28342010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2835
2836 * dired.el (dired-mode-map): Use command remapping (bug#6632).
2837
47d2734f
LM
28382010-07-22 Lawrence Mitchell <wence@gmx.li>
2839
2840 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
2841
10e73994
MA
28422010-07-21 Michael Albinus <michael.albinus@gmx.de>
2843
2844 * net/tramp.el (tramp-get-ls-command)
2845 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
2846 instead of "/".
2847
d26b0ea9
MM
28482010-07-20 Michael R. Mauger <mmaug@yahoo.com>
2849
2850 * progmodes/sql.el: Version 2.3.
2851 (sql-connection-alist): Changed keys from symbols to strings;
2852 enhanced the widget definition.
2853 (sql-mode-menu): Added submenu to select connections.
2854 (sql-interactive-mode-menu): Added "Save Connection" item.
2855 (sql-add-product): Fixed menu item.
2856 (sql-get-product-feature): Improved error handling.
2857 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
2858 (sql-make-alternate-buffer-name): Simplified.
2859 (sql-product-interactive): Handle missing product.
2860 (sql-connect): Support string keys, minor improvements.
2861 (sql-save-connection): New function.
2862 (sql-connection-menu-filter): New function.
2863
af4b9ae5
MA
28642010-07-20 Michael Albinus <michael.albinus@gmx.de>
2865
2866 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
2867 (tramp-open-connection-setup-interactive-shell): Apply
2868 workaround for IRIX64 bug. Move argument of last
2869 `tramp-send-command' where it belongs to.
2870
da040a16
MA
28712010-07-20 Michael Albinus <michael.albinus@gmx.de>
2872
2873 * net/tramp.el (tramp-perl-file-attributes)
2874 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2875 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2876 front of `login-args'.
2877
16f3ade5
JB
28782010-07-19 Juanma Barranquero <lekktu@gmail.com>
2879
2880 * time.el (display-time-world-mode): Define with `define-derived-mode'.
2881 Set `show-trailing-whitespace' to nil.
2882 (display-time-world-display): Simplify.
2883
00af0b67
AM
28842010-07-18 Alan Mackenzie <acm@muc.de>
2885
2886 Enhance `c-file-style' in file/directory local variables.
a628ad9d 2887 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
2888 (c-before-hack-hook): Call `c-set-style' differently according to
2889 whether c-file-style was set in file or directory local
2890 variables.
2891
30c4d8dc
MM
28922010-07-18 Michael R. Mauger <mmaug@yahoo.com>
2893
2894 * progmodes/sql.el: Version 2.2.
2895 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
2896 defcustom :safe keyword rather than putting safe-local-variable
2897 property.
2898 (sql-password): Use defcustom :risky keyword rather than putting
2899 risky-local-variable property.
2900 (sql-oracle-login-params, sql-sqlite-login-params)
2901 (sql-solid-login-params, sql-sybase-login-params)
2902 (sql-informix-login-params, sql-ingres-login-params)
2903 (sql-ms-login-params, sql-postgres-login-params)
2904 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 2905 (sql-linter-login-params): Add `port' option.
30c4d8dc
MM
2906 (sql-get-product-feature): Added NO-INDIRECT parameter.
2907 (sql-comint-oracle, sql-comint-sybase)
2908 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
2909 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
2910 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
2911 (sql-comint-linter): Renamed sql-connect-* functions to
2912 sql-comint-*.
2913 (sql-product-alist, sql-mode-menu): Renamed as above and
2914 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 2915 (sql-connection): New variable.
30c4d8dc
MM
2916 (sql-interactive-mode): Set it.
2917 (sql-connection-alist): New variable.
2918 (sql-connect): New function.
2919 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 2920 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 2921
f12492c8
TV
29222010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2923
2924 * image-mode.el (image-bookmark-make-record): Do not set context
2925 in an image (Bug#6650).
2926
91023c68
CY
29272010-07-17 Chong Yidong <cyd@stupidchicken.com>
2928
2929 * simple.el (select-active-region): New function.
2930 (push-mark-command, set-mark, activate-mark)
2931 (handle-shift-selection): Use it.
2932 (deactivate-mark): Don't check for size of region.
2933
2934 * mouse.el (mouse-drag-track): Use select-active-region.
2935
1c0e8f0e
MA
29362010-07-17 Michael Albinus <michael.albinus@gmx.de>
2937
2938 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
2939 "--dired" stronger.
2940
2490cbbc
CY
29412010-07-17 Chong Yidong <cyd@stupidchicken.com>
2942
2943 * term/x-win.el (x-select-enable-primary): Change default to nil.
2944 (x-select-enable-clipboard): Add :version keyword.
2945
2946 * mouse.el (mouse-drag-copy-region):
2947 * simple.el (select-active-regions): Likewise.
2948
f253ef6a
RS
29492010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
2950
a628ad9d 2951 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
2952 (vc-coding-system-for-diff): Use it to decide whether to inherit
2953 from the file the EOL format for reading the diffs of that file.
2954 (Bug#4451)
2955
134a027f
EZ
29562010-07-16 Eli Zaretskii <eliz@gnu.org>
2957
2958 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2959 unibyte, so compressed attachments are not compressed again.
2960
7e4289ad
MA
29612010-07-16 Michael Albinus <michael.albinus@gmx.de>
2962
2963 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
2964 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
2965 (tramp-find-shell): Simplify setting connection property.
2966 (tramp-get-ls-command): Make test for "--color=never" stronger.
2967
7473fff9 29682010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
2969
2970 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
2971 blocks within record declarations (i.e. variant parts) correctly.
2972
a11b38ee
SS
29732010-07-15 Simon South <ssouth@member.fsf.org>
2974
2975 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
2976 over literal tokens when parsing so newlines aren't "absorbed" by
2977 single-line comments. Corrects the indentation of case blocks
2978 that have a comment on the first line.
2979
077e0753
KF
29802010-07-14 Karl Fogel <kfogel@red-bean.com>
2981
2982 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
2983 by Drew Adams (Bug#5504).
2984
243881ed
J
29852010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2986
2987 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 2988 now that Unicode is used (Bug#6594).
243881ed 2989
f9d71b42
CY
29902010-07-14 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * term/x-win.el (x-select-enable-clipboard): Default to t.
2993 (x-initialize-window-system): Don't overwrite Paste menu item.
2994
2995 * simple.el (select-active-regions): Default to t.
2996 (push-mark-command): Don't overwrite primary with empty string.
2997
2998 * mouse.el: Bind mouse-2 to mouse-yank-primary.
2999 (mouse-drag-copy-region): Default to nil.
3000
3001 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3002 Cut/Copy/Paste menu bar items.
3003
a628ad9d 30042010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
3005
3006 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3007 Patch applied by Karl Fogel.
3008
3009 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3010 and `bookmark-current-buffer' if they have been already set in
3011 another buffer (e.g gnus-art).
3012
e44fa724 30132010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 3014 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
3015
3016 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3017
3018 * bookmark.el (bookmark-make-record-default): Allow unneeded
3019 information to be omitted from the record.
3020
3021 Adjust declarations and calls:
3022
3023 * info.el (bookmark-make-record-default): Adjust declaration.
3024 (Info-bookmark-make-record): Adjust call.
3025
3026 * woman.el (bookmark-make-record-default): Adjust declaration.
3027 (woman-bookmark-make-record): Adjust call.
3028
3029 * man.el (bookmark-make-record-default): Adjust declaration.
3030 (Man-bookmark-make-record): Adjust call.
3031
3032 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3033
3034 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3035
0c4371fe
KF
30362010-07-13 Karl Fogel <kfogel@red-bean.com>
3037
3038 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3039 This is also from Thierry Volpiatto's patch in bug #6444. However,
3040 because it was extraneous to the functional change in that patch,
3041 and causes a re-indendation, I am committing it separately.
3042
2bb8db3e 30432010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
3044
3045 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3046 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 3047 Patch applied by Karl Fogel (Bug#6444).
068a0233 3048
21bd02a6
CY
30492010-07-13 Chong Yidong <cyd@stupidchicken.com>
3050
3051 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3052
79cb9c05
AR
30532010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3054
3055 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3056 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3057 (ns-alternatives-map): Change S-tab binding to backtab
3058 (bug#6616).
3059
3060 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3061 under ns.
3062
beb000f9
AS
30632010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3064
dd86ea11
JB
3065 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3066 (Bug#5806)
e9952282 3067
beb000f9
AS
3068 * language/tv-util.el (tai-viet-re): Remove format.
3069
6f2cdcd1
KH
30702010-07-12 Kenichi Handa <handa@m17n.org>
3071
dd86ea11
JB
3072 * language/hebrew.el: Remove no-byte-compile declaration.
3073 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
3074 composition-function-table for 3-character looking back.
3075 (hebrew-font-get-precomposed): New function.
3076 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3077
f479ef6e
CY
30782010-07-11 Chong Yidong <cyd@stupidchicken.com>
3079
3080 * mouse.el (mouse-drag-track): Handle select-active-regions
3081 (Bug#6612).
3082
3277c1ee
MA
30832010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3084
3085 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3086 empty argument to gvfs-copy.
3087
3260caf8
GM
30882010-07-10 Glenn Morris <rgm@gnu.org>
3089
3090 * calendar/calendar.el (calendar-week-end-day): New function.
3091 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3092 Respect calendar-week-start-day. (Bug#6606)
3093 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3094 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3095 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3096 respect calendar-week-start-day.
3097
c876b263
CY
30982010-07-10 Chong Yidong <cyd@stupidchicken.com>
3099
3100 * simple.el (use-region-p): Doc fix (Bug#6607).
3101
dce34635
AG
31022010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3103
3104 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3105 regexps for cucumber and ruby.
3106
c0397930
DU
31072010-07-08 Daiki Ueno <ueno@unixuser.org>
3108
3109 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3110 (epa-file-insert-file-contents): Hack to prevent
192cfe77 3111 find-file from opening empty buffer when decryption failed
c0397930
DU
3112 (bug#6568).
3113
fd5539c6
AM
31142010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3115
a628ad9d
JB
3116 * textmodes/ispell.el (ispell-alternate-dictionary):
3117 Use file-readable-p.
fd5539c6
AM
3118 Return nil if no word-list is found at default locations.
3119 (ispell-complete-word-dict): Default to nil.
3120 (ispell-command-loop): Use 'word-list' when using lookup-words.
3121 (lookup-words): Use ispell-complete-word-dict or
3122 ispell-alternate-dictionary. Check for word-list availability
3123 and handle errors if needed with better messages (Bug#6539).
3124 (ispell-complete-word): Use ispell-complete-word-dict or
3125 ispell-alternate-dictionary.
3126
4565b08e
CS
31272010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3128
3129 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3130 builtins (BufferError, BytesWarning, WindowsError; callables
3131 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3132
a2c270e7
GM
31332010-07-07 Glenn Morris <rgm@gnu.org>
3134
3135 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3136 (zone-shift-left): Ignore intangibility, and any errors from
3137 forward-char.
3138 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3139 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3140 deleting, and copying text properties.
3141 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3142 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3143 to point-max is hard.
3144 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3145 (zone-fill-out-screen): Ignore intangibility.
3146
81133808
CY
31472010-07-05 Chong Yidong <cyd@stupidchicken.com>
3148
4ad11f8c
CY
3149 * menu-bar.el (menu-bar-mode):
3150 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3151 if it has been set.
3152
81133808
CY
3153 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3154 word/line selection (Bug#6565).
3155
b24344ca
JB
31562010-07-04 Juanma Barranquero <lekktu@gmail.com>
3157
3158 * net/dbus.el (dbus-send-signal): Declare function.
3159
b1ce08da
MA
31602010-07-04 Michael Albinus <michael.albinus@gmx.de>
3161
3162 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3163 (dbus-register-property): New optional argument EMITS-SIGNAL.
3164 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3165
5592c08f
CY
31662010-07-03 Chong Yidong <cyd@stupidchicken.com>
3167
3168 * mouse.el (mouse-drag-overlay): Variable deleted.
3169 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3170 (mouse--remap-link-click-p): New function.
3171 (mouse-drag-track): Handle dragging by using temporary Transient
3172 Mark mode, instead of a special overlay.
3173 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3174 mouse-show-mark.
3175
3176 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3177 deleted.
3178
a6ed0e28
JL
31792010-07-02 Juri Linkov <juri@jurta.org>
3180
3181 * autoinsert.el (auto-insert-alist): Fix readability
3182 by using dotted pair notation for lambda.
3183
c91e692b
JL
31842010-07-02 Juri Linkov <juri@jurta.org>
3185
3186 * faces.el (read-face-name): Rename arg `string-describing-default'
3187 to `default'. Doc fix. Display the default value in quotes
3188 in the prompt. With empty input, return the `default' arg,
3189 unless the default value is a string (in which case return nil).
3190 (describe-face): Replace the string `default' arg of `read-face-name'
3191 with the symbol `default'.
3192
23640f8f
CY
31932010-07-02 Chong Yidong <cyd@stupidchicken.com>
3194
3195 * emulation/viper-cmd.el (viper-delete-backward-char)
3196 (viper-del-backward-char-in-insert)
3197 (viper-del-backward-char-in-replace, viper-change)
3198 (viper-backward-indent): Replace delete-backward-char with
3199 delete-char (Bug#6552).
3200
b32d1614
CY
32012010-07-01 Chong Yidong <cyd@stupidchicken.com>
3202
3203 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3204
c1ef4455
CY
32052010-06-30 Chong Yidong <cyd@stupidchicken.com>
3206
3207 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3208 argument passed to frame-creation-function (Bug#5378).
3209
3210 * faces.el (x-handle-named-frame-geometry)
3211 (x-handle-reverse-video, x-create-frame-with-faces)
3212 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3213 separately consult default-frame-alist. It is now passed as the
3214 PARAMETER argument.
3215
55702e89
AS
32162010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3217
3218 * startup.el (command-line): Don't call tool-bar-setup in a
3219 tty-only build.
3220
dc9a226c
CY
32212010-06-30 Chong Yidong <cyd@stupidchicken.com>
3222
3223 * ruler-mode.el (ruler--save-header-line-format): New fun.
3224 (ruler-mode): Use it as a setter function, so as not to overwrite
3225 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3226
a2f043d3
CY
32272010-06-29 Chong Yidong <cyd@stupidchicken.com>
3228
3229 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3230 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3231 (vc-log-outgoing): Use it.
3232 (vc-diff-internal): Set diff-vc-backend.
3233
3234 * vc/diff-mode.el (diff-vc-backend): New var.
3235
62d115ef
J
32362010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3237
3238 * dynamic-setting.el (font-setting-change-default-font): Remove
3239 call to message.
3240
1180f752
KH
32412010-06-28 Kenichi Handa <handa@m17n.org>
3242
3243 * international/quail.el (quail-insert-kbd-layout): Fix the
3244 showing of untranslated characters.
3245
b9229673
CY
32462010-06-28 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * simple.el (delete-active-region): New option.
3249 (delete-backward-char): Implement in Lisp.
3250 (delete-forward-char): New command.
3251
3252 * mouse.el (mouse-region-delete-keys): Deleted.
3253 (mouse-show-mark): Simplify.
3254
3255 * bindings.el (global-map): Bind delete and DEL, the former to
3256 delete-forward-char.
3257
a628ad9d 32582010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
3259
3260 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3261 (ruby-mode): Bind indent-line-function (Bug#5119).
3262
3468f435
CY
32632010-06-27 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * startup.el (command-line): Recognize "0" X resource value.
3266
6431f2e6
CY
32672010-06-27 Chong Yidong <cyd@stupidchicken.com>
3268
3269 * startup.el (command-line): Use X resources to set the value of
3270 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3271
3272 * menu-bar.el (menu-bar-mode):
3273 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3274 Set init-value to t.
3275
3276 * frame.el (frame-notice-user-settings): Don't change
3277 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3278 vice versa (Bug#2249).
3279
b61dfbe2
EZ
32802010-06-26 Eli Zaretskii <eliz@gnu.org>
3281
3282 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3283
f5cbf40e
AM
32842010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3285
a628ad9d
JB
3286 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3287 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 3288
a628ad9d 3289 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 3290 default directories are expanded (Bug#6143).
f5cbf40e 3291
8f3b8a5f
JL
32922010-06-24 Juri Linkov <juri@jurta.org>
3293
3294 * minibuffer.el (completions-format): Change default from nil to
3295 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3296
5af72a47
JL
32972010-06-24 Juri Linkov <juri@jurta.org>
3298
3299 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3300 buffer-locally to lambda that re-runs the vc diff command.
3301 (Bug#6447)
3302
8f804316
CY
33032010-06-24 Chong Yidong <cyd@stupidchicken.com>
3304
3305 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3306 echo area is in use (Bug#3412).
3307
be19ef0b
GM
33082010-06-22 Glenn Morris <rgm@gnu.org>
3309
6555773f
GM
3310 * textmodes/texinfmt.el (texinfo-format-region)
3311 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3312 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3313 (texinfo-format-option, texinfo-noindent):
3314 Use line-beginning-position and line-end-position.
3315
be19ef0b
GM
3316 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3317 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3318 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3319 utf-8 characters.
3320
7f0b7b3e
KF
33212010-06-21 Karl Fogel <kfogel@red-bean.com>
3322
49554388
GM
3323 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3324 forward-line fallout.
3325
e8579ebc
CY
33262010-07-06 Chong Yidong <cyd@stupidchicken.com>
3327
3328 * mouse.el (mouse-appearance-menu): Add docstring.
3329
3330 * help.el (describe-key): Print up-event using key-description.
3331
5d1cd8bd
MA
33322010-07-03 Michael Albinus <michael.albinus@gmx.de>
3333
3334 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 3335 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
3336 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3337
112dbc0e
MA
33382010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3339
3340 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3341
d0cb23ca
DN
33422010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3343
3344 Avoid displaying files with a nil state in vc-dir.
a628ad9d 3345 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
3346 cases that cause insertion.
3347 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3348 with a nil state.
3349
01b229d1
CY
33502010-06-30 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3353
8bf1c786 33542010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
3355
3356 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3357
dfc6544c
CY
33582010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3359
3360 * generic-x.el (bat-generic-mode): Fix regexp for command line
3361 switches (Bug#5719).
3362
b7d4de51
CY
33632010-06-27 Masatake YAMATO <yamato@redhat.com>
3364
dfc6544c
CY
3365 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3366 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 3367
3726248f
CY
33682010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3369
8bf1c786 3370 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
3371 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3372 bindings of bookmark-automatically-show-annotations (Bug#6515).
3373
aca54191
EZ
33742010-06-25 Eli Zaretskii <eliz@gnu.org>
3375
3376 * arc-mode.el (archive-zip-extract): Don't quote the file name on
3377 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
3378
2330fa87
ŠN
33792010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
3380
3381 * comint.el (make-comint, make-comint-in-buffer): Mention return
3382 value in the docstrings. (Bug#6498)
3383
29115ca9
YR
33842010-06-24 Yoni Rabkin <yoni@rabkins.net>
3385
3386 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3387 since it is not present when using some non-default switches.
3388
2c79f053
KF
33892010-06-23 Karl Fogel <kfogel@red-bean.com>
3390
7f0b7b3e
KF
3391 * simple.el (compose-mail): Fix doc string to refer to
3392 `compose-mail-user-agent-warnings', instead of to the
3393 nonexistent `compose-mail-check-user-agent'.
3394
43a91810
AM
33952010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
3396
3397 Fix an indentation bug:
3398
3399 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3400 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3401 of existing values.
3402
3403 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3404 (c-clear->-pair-props-if-match-before): now return t when they've
3405 cleared properties, nil otherwise.
3406 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3407 by taking account of the existing value.
3408
3409 * progmodes/cc-defs.el
3410 (c-clear-char-property-with-value-function): Fix this to clear the
3411 property rather than overwriting it with nil.
3412
8adb4c33
CY
34132010-06-20 Chong Yidong <cyd@stupidchicken.com>
3414
3415 * emacs-lisp/package.el (package-print-package): Add link to
3416 package description via describe-package.
3417 (describe-package-1): List package requirements. Add button to
3418 perform installation.
3419 (package-menu-describe-package): New command.
3420
3421 * help-mode.el (help-package): New button type.
3422
cced7584
CY
34232010-06-19 Chong Yidong <cyd@stupidchicken.com>
3424
3425 * emacs-lisp/package.el: Move package-list-packages binding to
3426 menu-bar.el.
3427 (describe-package, describe-package-1, package--dir): New funs.
3428 (package-activate-1): Use package--dir.
3429
3430 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3431
3432 * help-mode.el (help-package-def): New button type.
3433
3434 * menu-bar.el: Move package-list-packages binding here from
3435 package.el.
3436
d148e8f9
GH
34372010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
3438
3439 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
3440
b1a03ef6
SM
34412010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * emacs-lisp/edebug.el (edebug-read-list):
3444 Phase out old-style backquotes.
3445
dbd6da78
JL
34462010-06-17 Juri Linkov <juri@jurta.org>
3447
3448 * help-mode.el (help-mode): Set buffer-local variable
3449 revert-buffer-function to help-mode-revert-buffer.
3450 (help-mode-revert-buffer): New function.
3451
3452 * info.el (Info-revert-find-node): Check for major-mode Info-mode
3453 before popping to "*info*" (like in other Info functions).
3454 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
3455 old-history-forward. Pop to old-buffer-name or "*info*" to
3456 recreate the killed buffer. Set Info-history-forward from
3457 old-history-forward.
3458 (Info-breadcrumbs-depth): Add :group and :version.
3459
64eba874
DN
34602010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
3461
3462 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3463
26508c03
AM
34642010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
3465
a628ad9d
JB
3466 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3467 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 3468
69582fcd
JB
34692010-06-17 Juanma Barranquero <lekktu@gmail.com>
3470
54ea2a0d
JB
3471 * emacs-lisp/package.el (package-menu-mode-map):
3472 Move initialization into declaration.
3473
69582fcd
JB
3474 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3475
44198b6e
CY
34762010-06-17 Chong Yidong <cyd@stupidchicken.com>
3477
3478 * emacs-lisp/package.el (package-archive-base): Point to
3479 elpa.gnu.org.
3480 (package-enable, package-load-list): New defcustoms.
3481 (package-user-dir, package-directory-list): Turn into defcustoms.
3482 Don't include package-user-dir in package-directory-list.
3483 (package--builtins-base): Don't include Emacs as a "package".
3484 (package-subdirectory-regexp): New var.
3485 (package-load-all-descriptors, package-compute-transaction)
3486 (package-download-transaction): Obey package-load-list.
3487 (package-activate-1): Rename from package-do-activate.
3488 (package-list-packages-internal): Check package-load-list.
3489 (package-load-descriptor, package-generate-autoloads)
3490 (package-unpack, package-unpack-single)
3491 (package--read-archive-file, package-delete): Use
3492 expand-file-name.
3493
3494 * emacs-lisp/package-x.el: New file. Package uploading
3495 functionality split out from package.el.
3496
95b6d681 3497 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
3498
34992010-06-17 Tom Tromey <tromey@redhat.com>
3500
3501 * emacs-lisp/package.el: New file.
3502
50d76a9f
DN
35032010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3504
3505 Fix vc-annotate for renamed files when using Git.
76e3243a 3506 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
3507 ls-files. Doe not pass the object as a file name to cat-file, it
3508 is not a file name.
3509 (vc-git-annotate-command): Pass the file name using -- to avoid
3510 ambiguity with the revision.
3511 (vc-git-previous-revision): Pass a relative file name.
3512
6095a05b
GM
35132010-06-22 Glenn Morris <rgm@gnu.org>
3514
943375a6
GM
3515 * progmodes/js.el (js-mode-map): Use standard capitalization and
3516 ellipses for menu entries.
3517
6095a05b
GM
3518 * wid-edit.el (widget-complete): Doc fix.
3519
4514199e
JH
35202010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
3521
3522 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3523
c4786d60
DN
35242010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3525
11c46b39 3526 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 3527 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 3528 VC backend. Use it when non-nil.
a628ad9d
JB
3529 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3530 (Bug#6487)
11c46b39 3531
c4786d60 3532 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 3533 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
3534 Do not pass the file name to the 'previous-revision call when we
3535 don't want a file diff. (Bug#6489)
3536
04ec0963
DN
35372010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3538
11c46b39 3539 Fix finding revisions for renamed files in vc-annotate.
76e3243a 3540 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 3541 the VC backend. Use it when non-nil.
76e3243a 3542 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
3543 backend to vc-find-revision. (Bug#6487)
3544
c036381c
DN
35452010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3546
3547 Fix reading file names in Git annotate buffers.
95b6d681
JB
3548 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
3549 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 3550
05c123e6
AM
35512010-06-20 Alan Mackenzie <acm@muc.de>
3552
3553 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3554 in file local variables, set it first.
3555
4111f0c7
GM
35562010-06-19 Glenn Morris <rgm@gnu.org>
3557
74739ffd
GM
3558 * descr-text.el (describe-char-unicode-data): Insert separating
3559 space when needed. (Bug#6422)
3560
4111f0c7
GM
3561 * progmodes/idlwave.el (idlwave-action-and-binding):
3562 Fix typo in 2009-12-03 change. (Bug#6450)
3563
e20f0421
SM
35642010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3567 handling for `lambda' (misunderstanding).
3568
fb3e306a
JB
35692010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
3570
dd86ea11 3571 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
3572 constants aren't distributed after they are factored out.
3573
e020fb59
JL
35742010-06-16 Juri Linkov <juri@jurta.org>
3575
3576 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3577 `list-colors-print'. (Bug#6332)
3578
b8add347
SM
3579 * subr.el (read-quoted-char): Fix up last change (bug#6290).
3580
36901266
SM
35812010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3582
49b2e83d
SM
3583 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3584 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
3585
36901266
SM
3586 * font-lock.el (font-lock-major-mode): Rename from
3587 font-lock-mode-major-mode to distinguish it from
3588 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3589 (font-lock-set-defaults):
3590 * font-core.el (font-lock-default-function): Adjust users.
3591 (font-lock-mode): Don't set it at all.
3592
2a64315a 35932010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 3594
76e3243a 3595 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 3596
2a64315a 35972010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
3598
3599 * calendar/appt.el (appt-time-msg-list): Doc fix.
3600 (appt-check): Let-bind appt-warn-time.
3601 (appt-add): Make the 3rd argument optional.
3602 Simplify argument names. Doc fix. Check for integer WARNTIME.
3603 Only add WARNTIME to the output list if non-nil.
3604
2a64315a 36052010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
3606
3607 * calendar/appt.el (appt-check): Let the 3rd element of
3608 appt-time-msg-list specify the warning time.
3609 (appt-add): Add new argument with the warning time. (Bug#5176)
3610
2a64315a 36112010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
a9de35fe 3612
76e3243a 3613 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
3614 older than version 1.6. (Bug#6361)
3615
2a64315a 36162010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
3617
3618 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3619 used by cl-do-arglist. (Bug#6408)
3620
30d7ac37
AM
36212010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
3622
a628ad9d 3623 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
30d7ac37
AM
3624 portuguese casechars/not-casechars for missing 'çÇ'.
3625 Suggested by Rolando Pereira (bug#6434).
3626
8fd02581
JB
36272010-06-15 Juanma Barranquero <lekktu@gmail.com>
3628
3629 * facemenu.el (list-colors-sort): Doc fix.
3630
b15922cc
BR
36312010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3632
3633 * progmodes/sql.el (sql-connect-mysql): Fix typo.
3634
f0bf7c8e
JL
36352010-06-14 Juri Linkov <juri@jurta.org>
3636
3637 Add sort option `list-colors-sort'. (Bug#6332)
3638 * facemenu.el (color-rgb-to-hsv): New function.
3639 (list-colors-sort): New defcustom.
3640 (list-colors-sort-key): New function.
3641 (list-colors-display): Doc fix. Sort list according to the option
3642 `list-colors-sort'.
3643 (list-colors-print): Add HSV values to `help-echo' property of
3644 RGB strings.
3645
c42fe9a5
JL
36462010-06-14 Juri Linkov <juri@jurta.org>
3647
3648 * compare-w.el: Move to the "vc" subdirectory.
3649
b263a4c4
SM
36502010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3651
d8b0cddd
SM
3652 * image-mode.el (image-mode-map): Remap left-char and right-char.
3653
b263a4c4
SM
3654 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3655
89877f5f
CY
36562010-06-12 Chong Yidong <cyd@stupidchicken.com>
3657
133a8d82
CY
3658 * term/common-win.el (x-colors): Add all the color names defined
3659 in rgb.txt (Bug#6332).
3660
89877f5f
CY
3661 * facemenu.el (list-colors-print): Don't print extra names if it
3662 will overflow the window width.
3663
3664 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 3665 change (Bug#6343).
89877f5f 3666
9d1f18b5
EZ
36672010-06-12 Eli Zaretskii <eliz@gnu.org>
3668
3669 * files.el (make-directory): Doc fix (bug#6396).
3670
b81a0b56
MA
36712010-06-12 Michael Albinus <michael.albinus@gmx.de>
3672
3673 * net/tramp.el (tramp-remote-process-environment): Protect version
3674 string by apostroph.
3675 (tramp-shell-prompt-pattern): Do not use a shy group in case of
3676 XEmacs.
3677 (tramp-file-name-for-operation): Add `call-process-region'.
3678 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3679
3680 * net/tramp-compat.el (top): Do not autoload
3681 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
3682 only when `start-file-process' is not bound.
3683 (tramp-advice-file-expand-wildcards): Do not use
3684 `tramp-handle-file-remote-p'.
3685 (tramp-compat-make-temp-file): Handle the case, that
3686 `make-temp-file' has no third argument EXTENSION.
3687
69f18acc
JB
36882010-06-11 Juanma Barranquero <lekktu@gmail.com>
3689
5fee75d4
JB
3690 * makefile.w32-in (WINS_BASIC): Include new directory vc.
3691
69f18acc
JB
3692 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3693
9766adfb
JL
36942010-06-11 Juri Linkov <juri@jurta.org>
3695
3696 * finder.el (finder-known-keywords): Add keyword "vc"
3697 for version control.
3698
3699 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3700 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3701 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3702 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3703
56b2854f
JL
37042010-06-11 Juri Linkov <juri@jurta.org>
3705
3706 Move version control related files to the "vc" subdirectory.
3707 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3708 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3709 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3710 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3711 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3712 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3713 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3714 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3715 Move files to the "vc" subdirectory.
3716
6534e58a
CY
37172010-06-11 Chong Yidong <cyd@stupidchicken.com>
3718
3719 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3720 (Bug#6367).
3721
84d9562f
SE
37222010-06-11 Stephen Eglen <stephen@gnu.org>
3723
3724 * shell.el: Bind `shell-resync-dirs' to M-RET.
3725
3ef0a6a5
MA
37262010-06-10 Michael Albinus <michael.albinus@gmx.de>
3727
3728 * notifications.el: Move file from lisp/net, because it is
3729 supposed to talk locally to the user.
3730
fa4003da
MA
37312010-06-10 Julien Danjou <julien@danjou.info>
3732
3733 * net/notifications.el (notifications-on-action-signal)
3734 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 3735 argument to the callback functions. Add docstrings.
fa4003da
MA
3736 (notifications-notify): Fix docstring.
3737
46e6650e
GM
37382010-06-10 Glenn Morris <rgm@gnu.org>
3739
3740 * emacs-lisp/authors.el (authors-ignored-files)
3741 (authors-valid-file-names): Add some files.
3742
a71832f7
SM
37432010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
3746 merge conflict, giving preference to the emacs-23 version of the code.
3747
8c6eab5a
SM
37482010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3749
989bc97f
SM
3750 * emacs-lisp/advice.el (ad-compile-function):
3751 Define warning-suppress-types before we let-bind it (bug#6275).
3752
8c6eab5a
SM
3753 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
3754 declare it, make it buffer-local and permanent-local (bug#6324).
3755 (vc-resynch-window): Adjust name.
3756 * vc-hooks.el (vc-find-file-hook): Adjust name.
3757
890a18d6
MA
37582010-06-09 Michael Albinus <michael.albinus@gmx.de>
3759
3760 * net/notifications.el (notifications-notify): Fix docstring.
3761
bf3e70eb
JB
37622010-06-09 Juanma Barranquero <lekktu@gmail.com>
3763
3764 Update to Unicode 6.0.0 beta.
3765 * international/charprop.el: Update copyright.
3766 * international/mule-cmds.el (ucs-names): Update character ranges.
3767 * international/uni-bidi.el:
3768 * international/uni-category.el:
3769 * international/uni-combining.el:
3770 * international/uni-comment.el:
3771 * international/uni-decimal.el:
3772 * international/uni-decomposition.el:
3773 * international/uni-digit.el:
3774 * international/uni-lowercase.el:
3775 * international/uni-mirrored.el:
3776 * international/uni-name.el:
3777 * international/uni-numeric.el:
3778 * international/uni-old-name.el:
3779 * international/uni-titlecase.el:
3780 * international/uni-uppercase.el: Regenerate.
3781
b978141d
JB
37822010-06-09 Juanma Barranquero <lekktu@gmail.com>
3783
ee8359ba
JB
3784 * emacs-lisp/smie.el (comment-string-strip): Declare function.
3785 (smie-precs-precedence-table): Fix typo in docstring.
3786
f64ab8fb
JB
3787 * vc-mtn.el (log-edit-extract-headers): Declare function.
3788
883ffa8c
JB
3789 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
3790
b978141d
JB
3791 * net/notifications.el (dbus-register-signal): Declare function.
3792 (notifications-notify): Fix typos and reflow docstring.
3793
5f4f2ae4
DN
37942010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3795
3796 Improve VC create/retrieve tag/branch.
3797 * vc.el (vc-create-tag): Do not read the directory name for VCs
3798 with repository revision granularity. Adjust the tag/branch
3799 prompt. Reset VC properties.
3800 (vc-retrieve-tag): Do not read the directory name for VCs
3801 with repository revision granularity. Reset VC properties.
3802
41a86354
MA
38032010-06-09 Julien Danjou <julien@danjou.info>
3804
ef33fd34 3805 * net/notifications.el: New file.
41a86354 3806
fab43c76
DN
38072010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3808
00fd1147
DN
3809 Add optional support for resetting VC properties.
3810 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
3811 call vc-file-clearprops when true.
3812 (vc-resynch-buffer): Add new optional argument, pass it down.
3813 (vc-resynch-buffers-in-directory): Likewise.
3814
fab43c76
DN
3815 Improve support for special markup in the VC commit message.
3816 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
3817 * vc-hg.el (vc-hg-checkin): Add support for Date:.
3818 * vc-git.el (vc-git-checkin):
3819 * vc-bzr.el (vc-bzr-checkin): Likewise.
3820
e7d67e73
SM
38212010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3822
3823 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
3824 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
3825
277e6741
MP
38262010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
3827
3828 * iimage.el: Remove images as soon as the underlying text is modified.
3829 (iimage-modification-hook): New function.
3830 (iimage-mode-buffer): Use it.
3831
83156c18
SM
38322010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3833
3834 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
3835 smie-indent-offset-after. Add :prev case. Make a bit more generic.
3836 (smie-indent-virtual): Remove `virtual' arg. Update callers.
3837 (smie-indent-keyword): Add handling of open-paren keywords.
3838 (smie-indent-comment-continue): Don't assume comment-continue.
3839
13b5221f
MR
38402010-06-07 Martin Rudalics <rudalics@gmx.at>
3841
3842 * window.el (pop-to-buffer): Remove the conditional that
3843 compares new-window and old-window, so it will reselect
3844 the selected window unconditionally.
3845 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
3846
c2ea5810
SM
38472010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 * emacs-lisp/smie.el (smie-indent-offset-after)
3850 (smie-indent-forward-token, smie-indent-backward-token): New functions.
3851 (smie-indent-after-keyword): Use them.
3852 (smie-indent-fixindent): Only applies to the indentation of the BOL.
3853 (smie-indent-keyword): Tweak the black magic.
3854 (smie-indent-comment-continue): Strip comment-continue before use.
3855 (smie-indent-functions): Indent comments before keywords.
3856
27dd3c11
JL
38572010-06-06 Juri Linkov <juri@jurta.org>
3858
3859 * isearch.el (isearch-lazy-highlight-search): Fix looping
3860 by checking for empty match. This syncs this loop with the
3861 similar loop in `isearch-search'. (Bug#6362)
3862
35b148ee
JB
38632010-06-05 Juanma Barranquero <lekktu@gmail.com>
3864
3865 * net/dbus.el (dbus-register-method): Declare function.
3866 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
3867 (dbus-introspect): Doc fix.
3868 (dbus-event-bus-name, dbus-introspect-get-interface)
3869 (dbus-introspect-get-argument): Reflow docstrings.
3870
eccdfe5f
DN
38712010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
3872
3873 vc-log-incoming/vc-log-outgoing fixes for Git.
3874 * vc-git.el (vc-git-log-view-mode): Fix font lock for
3875 incoming/outgoing logs.
3876 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
3877 instead of vc-git-compute-remote.
3878 (vc-git-compute-remote): Remove.
3879
86253dc0
CY
38802010-06-04 Chong Yidong <cyd@stupidchicken.com>
3881
3882 * term/common-win.el (x-colors): Add "dark green" and "dark
3883 turquoise" (Bug#6332).
3884
0665f661
JL
38852010-06-04 Juri Linkov <juri@jurta.org>
3886
3887 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
3888 Instead of setting `replace' to t and replacing the same string
3889 with itself, don't do certain actions when
3890 kill-do-not-save-duplicates is non-nil and string is equal to car
3891 of kill-ring: don't call menu-bar-update-yank-menu, don't push
3892 interprogram-paste strings to kill-ring, and don't push the input
3893 argument `string' to kill-ring.
3894 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
3895
087fc47a
JB
38962010-06-04 Juanma Barranquero <lekktu@gmail.com>
3897
3898 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
3899
4f201088
MA
39002010-06-04 Michael Albinus <michael.albinus@gmx.de>
3901
3902 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
3903 (tramp-gvfs-handler-mounted-unmounted)
3904 (tramp-gvfs-connection-mounted-p): Handle default-location.
3905
3906 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
3907 move files to trash.
3908
18ccd78a
JB
39092010-06-04 Juanma Barranquero <lekktu@gmail.com>
3910
3911 * international/mule-cmds.el (nonascii-insert-offset)
3912 (nonascii-translation-table): Add obsolescence information.
3913
3914 * international/mule.el (make-translation-table-from-vector): Doc fix.
3915
3845c322
GM
39162010-06-03 Glenn Morris <rgm@gnu.org>
3917
3918 * desktop.el (desktop-clear-preserve-buffers):
3919 Add "*Warnings*" buffer. (Bug#6336)
3920
54d3626e
DN
39212010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3922
6941ffec
DN
3923 vc-log-incoming/vc-log-outgoing improvements for Git.
3924 * vc-git.el (vc-git-log-outgoing): Use the same format as the
3925 short log.
3926 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
3927
54d3626e
DN
3928 Add bindings for vc-log-incoming and vc-log-outgoing.
3929 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
3930 and vc-log-outgoing.
3931 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
3932 and vc-log-outgoing.
3933
aa1bc616
CY
39342010-06-03 Chong Yidong <cyd@stupidchicken.com>
3935
3936 * net/rcirc.el (rcirc-sort-nicknames): Remove.
3937 (rcirc-handler-366): Always sort nicknames.
3938
e2d2a205
JB
39392010-06-03 Juanma Barranquero <lekktu@gmail.com>
3940
3941 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
3942
44ea155d
CY
39432010-06-03 Chong Yidong <cyd@stupidchicken.com>
3944
a628ad9d 3945 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 3946
a91dedc4
SM
39472010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3948
3949 * net/rcirc.el (rcirc-sort-nicknames): Change default.
3950 (rcirc-sort-nicknames-join): Avoid setq.
3951
c62bf05a
DD
39522010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3953
3954 * net/rcirc.el (rcirc-sort-nicknames): New custom.
3955 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
3956 (rcirc-handler-366): Use them.
3957
dd2c3c92
SM
39582010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 Split smie-indent-calculate into more manageable chunks.
3961 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
3962 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
3963 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
3964 (smie-indent-exps): Extract from smie-indent-calculate.
3965 (smie-indent-functions): New var.
3966 (smie-indent-functions): Use them.
3967
927c346b
SM
39682010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
3969
3970 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
3971 (smie-indent-calculate): Simplify and cleanup.
3972
1efeec86
MA
39732010-06-02 Michael Albinus <michael.albinus@gmx.de>
3974
3975 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
3976 (tramp-gvfs-mount-point): Remove.
3977 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
3978 New defuns.
1efeec86
MA
3979 (with-tramp-dbus-call-method): Format trace message.
3980 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
3981 Implement backup call, when operation on local files fails.
3982 Use progress reporter. Flush properties of changed files.
1efeec86
MA
3983 (tramp-gvfs-handle-make-directory): Make more traces.
3984 (tramp-gvfs-url-file-name): Hexify file name in url.
3985 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3986 into account for the resulting file name.
3987 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
3988 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
3989 (tramp-gvfs-handler-mounted-unmounted)
3990 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3991 attribute "default_location". Set "prefix" property.
3992 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3993 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3994 exists. Raise an error, if not (due to a corresponding answer
3995 "no" in interactive questions, for example).
3996
89877f5f 39972010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
3998
3999 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4000
24f574a9
JB
40012010-06-01 Juanma Barranquero <lekktu@gmail.com>
4002
4003 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4004 right-*. (Bug#6265)
4005
290736f2
DN
40062010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4007
61158bfa
DN
4008 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4009 * vc-git.el (vc-git-compute-remote): New function.
4010 (vc-git-log-outgoing): Use it instead of hard coding a value.
4011 (vc-git-log-incoming): New function.
4012
5828f6ca
DN
4013 Improve state updating for VC tag commands.
4014 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4015 to update the state of all buffers in the directory.
4016
290736f2
DN
4017 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4018
feceda26
SM
40192010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4022 `file-directory-p' to the filename part rather than to the whole text.
4023
896114cf
SM
40242010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4025
4026 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4027
1603358c
DA
40282010-05-31 Drew Adams <drew.adams@oracle.com>
4029
4030 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4031
fe40dc63
JB
40322010-05-31 Juanma Barranquero <lekktu@gmail.com>
4033
4034 * subr.el (momentary-string-display): Just use read-event to read
4035 the exit event (Bug#6238).
4036
9e8014c6
EZ
40372010-05-30 Eli Zaretskii <eliz@gnu.org>
4038
4039 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4040
61a08071
JB
40412010-05-30 Juanma Barranquero <lekktu@gmail.com>
4042
4043 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4044 Suggested by Eli Zaretskii <eliz@gnu.org>.
4045
5feec8ca
SM
40462010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4047
4048 * minibuffer.el (completion-file-name-table): Don't return a boundary
4049 past the end of `string' (bug#6299).
4050 (completion--file-name-table): Delegate to completion-file-name-table
4051 for the `boundaries' case.
4052
8175cb90
JB
40532010-05-30 Juanma Barranquero <lekktu@gmail.com>
4054
2b94133f
JB
4055 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4056 movement commands.
4057
8175cb90
JB
4058 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4059 `path-separator', but maintain compatibility with Emacs 20.2.
4060
0191e222
CY
40612010-05-29 Chong Yidong <cyd@stupidchicken.com>
4062
4063 * server.el (server-process-filter): Receive parent-id argument
4064 from emacsclient.
4065 (server-create-window-system-frame): New arg. Pass parent-id as
4066 frame parameter.
4067
9b655a0a
EZ
40682010-05-29 Eli Zaretskii <eliz@gnu.org>
4069
db5dce9d
EZ
4070 Bidi-sensitive word movement with arrow keys.
4071 * subr.el (right-arrow-command, left-arrow-command): Move to
4072 bindings.el.
4073
4074 * bindings.el (right-char, left-char): Move from subr.el and
4075 rename from right-arrow-command and left-arrow-command.
4076 (right-word, left-word): New functions.
4077 (global-map) <right>: Bind to right-char.
4078 (global-map) <left>: Bind to left-char.
4079 (global-map) <C-right>: Bind to right-word.
4080 (global-map) <C-left>: Bind to left-word.
4081
9b655a0a
EZ
4082 * ls-lisp.el (ls-lisp-classify-file): New function.
4083 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4084 (ls-lisp-classify): Call ls-lisp-classify-file.
4085 (insert-directory): Remove blanks from switches.
4086
fcb52808
CY
40872010-05-29 Chong Yidong <cyd@stupidchicken.com>
4088
4089 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4090 (ansi-color-drop-regexp): New constant.
4091 (ansi-color-apply, ansi-color-filter-region)
896114cf 4092 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
4093 (ansi-color-apply): Build string list before calling concat.
4094
0040735a
JL
40952010-05-28 Juri Linkov <juri@jurta.org>
4096
4097 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4098 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4099 (Bug#5270)
4100
b6827fff
MA
41012010-05-28 Michael Albinus <michael.albinus@gmx.de>
4102
4103 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4104 to ignored backtrace functions.
4105 (with-progress-reporter): Expand docstring.
4106 (tramp-handle-delete-file): Implement TRASH argument.
4107 (tramp-get-remote-trash): New defun.
4108
eba082a2
MA
41092010-05-28 Michael Albinus <michael.albinus@gmx.de>
4110
4111 * net/tramp-compat.el (tramp-compat-delete-file): Use
4112 `symbol-value' for backward compatibility.
4113
4114 * net/tramp.el (tramp-handle-make-symbolic-link)
4115 (tramp-handle-load)
4116 (tramp-do-copy-or-rename-file-via-buffer)
4117 (tramp-do-copy-or-rename-file-directly)
4118 (tramp-do-copy-or-rename-file-out-of-band)
4119 (tramp-handle-process-file, tramp-handle-call-process-region)
4120 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4121 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4122 (tramp-delete-temp-file-function): Use `delete-file' instead
4123 of `tramp-compat-delete-file'.
4124
4125 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4126 (tramp-fish-handle-make-symbolic-link)
4127 (tramp-fish-handle-process-file): Use `delete-file' instead
4128 of `tramp-compat-delete-file'.
4129
4130 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4131 `delete-file' instead of `tramp-compat-delete-file'.
4132
4133 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4134 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4135 `tramp-compat-delete-file'.
4136
4137 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4138 `delete-file' instead of `tramp-compat-delete-file'.
4139
4140 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4141 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4142 (tramp-smb-handle-write-region): Use `delete-file' instead of
4143 `tramp-compat-delete-file'.
4144 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4145
f1a5d776
CY
41462010-05-27 Chong Yidong <cyd@stupidchicken.com>
4147
4148 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 4149 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
4150 (dired-do-flagged-delete, dired-do-delete): Use trash.
4151
4152 * speedbar.el (speedbar-item-delete): Allow trashing.
4153
4154 * files.el (delete-directory): New arg TRASH.
4155
4156 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4157 (ange-ftp-rename-remote-to-remote)
4158 (ange-ftp-rename-local-to-remote)
4159 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4160 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4161 `delete-file'.
4162 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4163 allow trashing.
4164
4165 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4166 handle new TRASH arg of `delete-file'.
4167
c4ce1145 4168 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
4169 (tramp-handle-make-symbolic-link, tramp-handle-load)
4170 (tramp-do-copy-or-rename-file-via-buffer)
4171 (tramp-do-copy-or-rename-file-directly)
4172 (tramp-do-copy-or-rename-file-out-of-band)
4173 (tramp-handle-process-file, tramp-handle-call-process-region)
4174 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4175 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4176 (tramp-delete-temp-file-function): Use null TRASH arg in
4177 tramp-compat-delete-file call.
4178
4179 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4180 (tramp-fish-handle-delete-file)
4181 (tramp-fish-handle-make-symbolic-link)
4182 (tramp-fish-handle-process-file): Use null TRASH arg in
4183 `tramp-compat-delete-file' call.
4184
4185 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4186 arg in `tramp-compat-delete-file' call.
4187
4188 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4189 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4190 `tramp-compat-delete-file' call.
4191
4192 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4193 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4194 `tramp-compat-delete-file' call.
4195
4196 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4197 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4198 (tramp-smb-handle-write-region): Use null TRASH arg in
4199 tramp-compat-delete-file call.
4200 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4201 (tramp-smb-handle-delete-file): Rename arg.
4202
4203 * diff.el (diff-sentinel):
4204 * epg.el (epg--make-temp-file, epg-decrypt-string)
4205 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4206 * jka-compr.el (jka-compr-partial-uncompress)
4207 (jka-compr-call-process, jka-compr-write-region):
4208 * server.el (server-sentinel): Remove optional arg from
4209 delete-file, reverting 2010-05-03 change.
4210
ecb0ab90
CY
42112010-05-27 Chong Yidong <cyd@stupidchicken.com>
4212
4213 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4214 font-lock-constant-face, not obsolete font-lock-reference-face.
4215
2b25da45
KH
42162010-05-27 Kenichi Handa <handa@m17n.org>
4217
4218 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4219 element of GSTRING is nil.
4220
11e4d8c0
SM
42212010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * emacs-lisp/smie.el (smie-forward-token-function)
4224 (smie-backward-token-function): New vars.
4225 (smie-backward-sexp, smie-forward-sexp)
4226 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4227 (smie-default-backward-token): Rename from smie-backward-token and
4228 skip comments.
4229 (smie-default-forward-token): Rename from smie-forward-token and
4230 skip comments.
4231 (smie-next-sexp): Handle nil results from next-token.
4232 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4233
4da3541b
CY
42342010-05-27 Chong Yidong <cyd@stupidchicken.com>
4235
896114cf
SM
4236 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4237 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
4238
42392010-05-27 Masatake YAMATO <yamato@redhat.com>
4240
4241 * htmlfontify.el (hfy-face-resolve-face): New function.
4242 (hfy-face-to-style): Use it (Bug#6279).
4243
6dc439cb
SM
42442010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4247 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4248
021eb8d7
GM
42492010-05-26 Glenn Morris <rgm@gnu.org>
4250
4251 * emulation/edt.el (edt-load-keys): Use locate-library.
4252
bef4957b
CY
42532010-05-25 Chong Yidong <cyd@stupidchicken.com>
4254
4255 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4256 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
4257 (log-edit-changelog-insert-entries): Args changed.
4258 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
4259 (log-edit-insert-changelog-entries): Reorganize return value of
4260 `log-edit-changelog-entries' to pass filenames to
4261 log-edit-changelog-insert-entries.
4262
84fb0956
TV
42632010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4264
4265 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4266 `image-dired-dired-insert-marked-thumbs' to
4267 `image-dired-dired-toggle-marked-thumbs'.
4268
4269 * image-dired.el: Require cl when compiling.
4270 (image-dired-dired-toggle-marked-thumbs): Rename from
4271 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4272 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4273 to 'no-dir. Skip files whose names don't match
4274 `image-file-name-regexp'. When file has a thumbnail overlay,
4275 delete it. (Bug#5270)
4276
0fb1193d
JL
42772010-05-25 Juri Linkov <juri@jurta.org>
4278
4279 * image-mode.el (image-mode): Add image-after-revert-hook to
4280 after-revert-hook.
4281 (image-after-revert-hook): New function. (Bug#5669)
4282
fc937924
JL
42832010-05-25 Juri Linkov <juri@jurta.org>
4284
4285 * image.el (image-animated-p): When delay between animated images
4286 is 0, set it to 10 (0.1 sec). (Bug#6258)
4287
fa9ba953
MA
42882010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4289
4290 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 4291 `forward-word', its default syntax could be changed.
fa9ba953 4292
9e021389
MA
42932010-05-25 Michael Albinus <michael.albinus@gmx.de>
4294
4295 * net/tramp.el (tramp-progress-reporter-update): New defun.
4296 (with-progress-reporter): Use it.
4297 (tramp-process-actions):
4298 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4299 current message, in order to let progress reporter continue
4300 afterwards. (Bug#6257)
4301
6169260b
GM
43022010-05-25 Glenn Morris <rgm@gnu.org>
4303
4304 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4305 Add :version.
4306
d26781af
RY
43072010-05-25 Ryan Yeske <rcyeske@gmail.com>
4308
8826afe3 4309 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
4310 (rcirc-default-full-name): Change to "unknown".
4311 (rcirc-user-name-history): Add variable.
8826afe3
GM
4312
43132010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 4314 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
4315
4316 * net/rcirc.el (rcirc-server-alist): Add :pass.
4317 (rcirc): When prompting for connection parameters, also prompt for
d26781af 4318 username and password.
a628ad9d 4319 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
4320 value to server when connecting.
4321
d355a0b7
SM
43222010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4323
f5228f84
SM
4324 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4325 (smie-merge-prec2s): Pass the tables as separate args.
4326 (smie-bnf-precedence-table): Adjust call accordingly.
4327 (smie-prec2-levels): Set levels at the end.
4328
d355a0b7
SM
4329 Replace Lisp calls to delete-backward-char by delete-char.
4330 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
4331 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4332 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 4333 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
4334 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4335 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4336 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4337 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4338 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4339 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4340 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4341 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4342 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4343 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
4344 delete-backward-char by calls to delete-char.
4345
f668ef02
KH
43462010-05-25 Kenichi Handa <handa@m17n.org>
4347
4348 * language/hebrew.el (hebrew-shape-gstring): New function.
4349 Register it in composition-function-table for all Hebrew combining
4350 characters.
4351
397eb3f3
SM
43522010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4353
4354 * epa.el (epa--select-keys): Don't explicitly delete the window since
4355 that can fail (e.g. sole window in frame). Use dedication instead.
4356
171eda53 43572010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
4358
4359 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4360
110683ad
CY
43612010-05-22 Chong Yidong <cyd@stupidchicken.com>
4362
4363 * image.el (image-refresh): Define as an alias for image-flush.
4364
4365 * image-mode.el (image-toggle-display-image): Caller changed.
4366
df9db151
JL
43672010-05-21 Juri Linkov <juri@jurta.org>
4368
4369 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4370 Remove "all" from grep-files-aliases. Split grep-files-aliases by
4371 whitespace, call wildcard-to-regexp on substrings and concat them
4372 with "\\|". (Bug#6114)
4373
c0209c2c
AM
43742010-05-21 Alan Mackenzie <acm@muc.de>
4375
171eda53
SM
4376 * progmodes/cc-engine.el (c-parse-state-get-strategy):
4377 Replace parameter `here' with `here-' and `here-plus', which sandwich
4378 any pertinent CPP construct.
c0209c2c
AM
4379 (c-remove-stale-state-cache-backwards): Fix a bug which happens
4380 when doing (c-parse-state) in a CPP construct: Exclude any "new"
4381 CPP construct from taking part in the scanning.
4382
655bded0
MA
43832010-05-21 Michael Albinus <michael.albinus@gmx.de>
4384
4385 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
4386 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4387 Tune `with-progress-reporter' messages.
655bded0
MA
4388 (tramp-handle-vc-registered):
4389 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4390 (tramp-fish-handle-insert-file-contents)
4391 (tramp-fish-maybe-open-connection):
4392 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4393 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4394 (tramp-imap-handle-insert-file-contents)
4395 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4396
3e17a1a7
JB
43972010-05-21 Juanma Barranquero <lekktu@gmail.com>
4398
bf1e8d4a
JB
4399 * add-log.el (change-log-font-lock-keywords):
4400 Highlight all authors in multi-author entries.
4401
3e17a1a7
JB
4402 * smerge-mode.el (smerge-refine-ignore-whitespace)
4403 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4404 Fix typos in docstrings.
4405 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4406
969e684a
GM
44072010-05-21 Glenn Morris <rgm@gnu.org>
4408
e75c1e7d
GM
4409 * progmodes/fortran.el (fortran-mode):
4410 * progmodes/f90.el (f90-mode): Derive from prog-mode.
4411
969e684a
GM
4412 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4413 having a relative path in src/Makefile.in.
4414
a50878fa
KR
44152010-05-20 Kevin Ryde <user42@zip.com.au>
4416
4417 * help-mode.el (help-make-xrefs): For Info node links turn
4418 newlines into spaces. Link node names with newlines are matched
4419 by help-xref-info-regexp and buttonized, this change ensures they
4420 can be followed successfully with RET. (Bug#6206)
4421
f66a2f90
JL
44222010-05-20 Juri Linkov <juri@jurta.org>
4423
4424 * locate.el (locate): Use pop-to-buffer instead of
4425 switch-to-buffer-other-window. (Bug#6204)
4426
201d895a
JL
44272010-05-20 Juri Linkov <juri@jurta.org>
4428
4429 * replace.el (replace-highlight): Fix lazy-highlighting
4430 for `M-s w str M-% str RET'.
4431
1ddb2ea0
MY
44322009-12-15 Masatake YAMATO <yamato@redhat.com>
4433
4434 * isearch.el (isearch-yank-word-or-char): Pull next subword
4435 when `subword-mode' is activated. (Bug#6220)
4436
a6020335
MH
44372010-05-20 Mark A. Hershberger <mah@everybody.org>
4438
4439 * isearch.el (isearch-update-post-hook): New hook.
4440 (isearch-update): Use the new hook. (Bug#6225)
4441
50de6a38
JL
44422010-05-20 Juri Linkov <juri@jurta.org>
4443
4444 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4445 [f1], [help], and (char-to-string help-char) instead of "\C-h".
4446 (Bug#6222)
4447
5d944a8f
JL
44482010-05-20 Juri Linkov <juri@jurta.org>
4449
4450 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4451 (Bug#6223)
4452
f5d6548a
JL
44532010-05-20 Juri Linkov <juri@jurta.org>
4454
4455 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4456 FILE-NAME to read from the minibuffer when called interactively
4457 with prefix argument instead of using buffer-file-name.
4458 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4459
4460 * dired.el: Update autoloads.
4461
f8e63691
CY
44622010-05-20 Chong Yidong <cyd@stupidchicken.com>
4463
4464 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4465 nxml-finish-element, for consistency with SGML mode.
4466
4467 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4468 octave-close-block.
4469
07d7c3bd
JB
44702010-05-20 Juanma Barranquero <lekktu@gmail.com>
4471
4472 * composite.el: Require cl when compiling.
4473 (reference-point-alist, compose-gstring-for-graphic)
4474 (compose-gstring-for-terminal): Fix typos in docstrings.
4475
7bce8510
JL
44762010-05-19 Juri Linkov <juri@jurta.org>
4477
4478 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4479 set-window-parameter.
4480
a7723e05
MA
44812010-05-19 Michael Albinus <michael.albinus@gmx.de>
4482
4483 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4484 where appropriate.
4485 (tramp-maybe-open-connection): Use it.
4486
3f2e7735
EZ
44872010-05-19 Eli Zaretskii <eliz@gnu.org>
4488
4489 * simple.el (move-end-of-line): Make sure we are at line beginning
4490 before backing up to end of previous line.
4491
8d9181c7
MA
44922010-05-19 Michael Albinus <michael.albinus@gmx.de>
4493
8c4ec20f
MA
4494 * password-cache.el (password-cache-remove): Fix docstring.
4495
8d9181c7
MA
4496 * net/secrets.el: Autoload the widget functions.
4497 (secrets-search-items, secrets-create-item)
4498 (secrets-get-attributes, secrets-expand-item): Attributes will be
4499 stored on the password database without leading ":", as all other
4500 clients do as well.
4501 (secrets-mode): Fix docstring.
4502 (secrets-show-secrets): Provide it as autoloaded command only when
4503 D-Bus support is available. Check existence of Secret Service API.
4504
2a96c2a7
SM
45052010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * indent.el (indent-region): Deactivate region (bug#6200).
4508
d24e10b1
GM
45092010-05-19 Glenn Morris <rgm@gnu.org>
4510
4511 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
4512
2833d915
KH
45132010-05-19 Kenichi Handa <handa@m17n.org>
4514
4515 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 4516 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 4517
134c2f29
JB
45182010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4519
4520 * calc/calc-trail.el (calc-trail-isearch-forward)
4521 (calc-trail-isearch-backward): Ensure that the new window
4522 point is set correctly.
4523
278847cd
SM
45242010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4525
4526 * subr.el (read-quoted-char): Resolve modifiers after key
4527 remapping (bug#6212).
4528
3a8e7cbd
MA
45292010-05-18 Michael Albinus <michael.albinus@gmx.de>
4530
4531 Add visualization code for secrets.
4532 * net/secrets.el (secrets-mode): New major mode.
4533 (secrets-show-secrets, secrets-show-collections)
4534 (secrets-expand-collection, secrets-expand-item)
4535 (secrets-tree-widget-after-toggle-function)
4536 (secrets-tree-widget-show-password): New defuns.
4537
472e7ec1
SM
45382010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4539
224b70cb
SM
4540 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4541 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4542 handled in smie-next-sexp.
4543 (smie-indent-calculate): Provide a starting indentation (so the
4544 recursion is well-founded ;-).
4545
472e7ec1
SM
4546 Fix handling of non-associative equal levels.
4547 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4548 when it's not needed.
4549 (smie-op-left, smie-op-right): New functions.
4550 (smie-next-sexp): New function, extracted from smie-backward-sexp.
4551 Better handle equal levels to distinguish the associative case from
4552 the "multi-keyword construct" case.
4553 (smie-backward-sexp, smie-forward-sexp): Use it.
4554
35e53abd
JB
45552010-05-18 Juanma Barranquero <lekktu@gmail.com>
4556
5d8fe0ba
JB
4557 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4558
35e53abd
JB
4559 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4560 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4561
5ad4bef5
SM
45622010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4563
4564 Provide a simple generic indentation engine and use it for Prolog.
4565 * emacs-lisp/smie.el: New file.
4566 * progmodes/prolog.el (prolog-smie-op-levels)
4567 (prolog-smie-indent-rules): New var.
4568 (prolog-mode-variables): Use them to configure SMIE.
4569 (prolog-indent-line, prolog-indent-level): Remove.
4570
00681a3c
JB
45712010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
4572
560bb7ae 4573 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
4574 order before computing the averages.
4575
eba62f7a
JB
45762010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4577
597517ef 4578 * calc/calc-vec.el (calc-histogram):
5ad4bef5 4579 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
4580 (math-vector-avg): New function.
4581
560bb7ae 4582 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
4583 being grouped depend on the radix (Bug#6189).
4584
8c5ff6dd
KR
45852010-05-15 Ken Raeburn <raeburn@raeburn.org>
4586
4587 * version.el (emacs-copyright, emacs-version): Don't define here,
4588 now that emacs.c defines it.
4589
98d8b17e
EZ
45902010-05-15 Eli Zaretskii <eliz@gnu.org>
4591
71078429
EZ
4592 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4593 "Describe Language Environment" menu item.
4594
ce6233c1
EZ
4595 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4596
d20e1419
EZ
4597 Bidi-sensitive movement with arrow keys.
4598 * subr.el (right-arrow-command, left-arrow-command): New functions.
4599
4600 * bindings.el (global-map): Bind them to right and left arrow keys.
4601
98d8b17e
EZ
4602 Don't override standard definition of convert-standard-filename.
4603 * files.el (convert-standard-filename): Call
4604 w32-convert-standard-filename and dos-convert-standard-filename on
4605 the corresponding systems.
4606
4607 * w32-fns.el (w32-convert-standard-filename): Rename from
4608 convert-standard-filename. Doc fix.
4609
4610 * dos-fns.el (dos-convert-standard-filename): Doc fix.
4611 (convert-standard-filename): Don't defalias.
4612 (register-name-alist, make-register, register-value)
4613 (set-register-value, intdos): Obsolete aliases for the
4614 corresponding dos-* functions and variables.
4615 (dos-intdos): Add a doc string.
4616
ae6bc504
JB
46172010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
4618
4619 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4620 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4621 (math-compose-tex-func):
4622 * calc/calccomp.el (math-compose-expr):
4623 * calc/calc-ext.el (math-format-flat-expr-fancy):
4624 * calc/calc-store.el (calc-read-var-name):
4625 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4626
4627 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 4628 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 4629 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 4630 (math-standard-units): Add units.
ae6bc504 4631
c26ea4b2
SM
46322010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4633
7aefa445 4634 * progmodes/asm-mode.el (asm-mode):
13973643
SM
4635 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4636
c26ea4b2
SM
4637 * pcomplete.el (pcomplete-completions-at-point): New function,
4638 extracted from pcomplete-std-complete.
4639 (pcomplete-std-complete): Use it.
4640
02be533b
GM
46412010-05-15 Glenn Morris <rgm@gnu.org>
4642
4643 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4644 Remove references to CVS, RCS and Old directories.
4645
78ed0efc
JB
46462010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
4647
ae6bc504 4648 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
4649 appropriate.
4650
10dcc561
SM
46512010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4652
5ccaa359
SM
4653 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4654 (sh-mode-syntax-table): Give it a default value instead.
4655 (sh-header-marker): Make buffer-local.
4656 (sh-mode): Move make-local-variable to the corresponding setq.
4657 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4658 Use complete-with-action.
4659
10dcc561
SM
4660 * simple.el (prog-mode): New (abstract) major mode.
4661 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4662 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4663
c38762fd
JB
46642010-05-14 Juanma Barranquero <lekktu@gmail.com>
4665
4666 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4667 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4668 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4669 (sql-make-alternate-buffer-name, sql-placeholders-filter)
4670 (sql-escape-newlines-filter, sql-input-sender)
4671 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4672
2ef3c144
CY
46732010-05-13 Chong Yidong <cyd@stupidchicken.com>
4674
560bb7ae 4675 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
4676
4677 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4678 latex-open-block and C-c / to latex-close-block.
4679
4680 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4681 and C-c C-e to sgml-close-tag.
4682
3b30ccda
MA
46832010-05-13 Michael Albinus <michael.albinus@gmx.de>
4684
4685 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 4686 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
4687 (tramp-handle-load, tramp-handle-file-local-copy)
4688 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
4689 (tramp-maybe-send-script, tramp-find-shell):
4690 Use `with-progress-reporter'.
3b30ccda
MA
4691 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4692 Fix message text.
4693
4694 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4695 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4696 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4697 Use `with-progress-reporter'.
4698
57ff5d7b
AM
46992010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
4700
a628ad9d
JB
4701 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4702 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 4703
5a70d10f
SM
47042010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4705
791ffe1c
SM
4706 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4707
5a70d10f
SM
4708 * dos-fns.el: Add "dos-" prefix for namespace control.
4709 (convert-standard-filename): Define as alias for
4710 dos-convert-standard-filename but only if applicable.
4711
38d93f03
AM
47122010-05-12 Alan Mackenzie <acm@muc.de>
4713
4714 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4715 Push the mark at the start of these functions when appropriate.
4716
902a6d8d
SM
47172010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * minibuffer.el (completion-cycle-threshold): New custom var.
4720 (completion--do-completion): Use it.
4721 (minibuffer-complete): Use cycling if appropriate.
4722
9ee120ba
JB
47232010-05-11 Juanma Barranquero <lekktu@gmail.com>
4724
4725 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
4726 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
4727
841c4085
JL
47282010-05-11 Juri Linkov <juri@jurta.org>
4729
4730 * scroll-all.el (scroll-all-check-to-scroll):
4731 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
4732
8a67c70e
SM
47332010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4734
f2b9ed18
SM
4735 * iimage.el (iimage-mode-map): Move initialization into declaration.
4736 (iimage-mode-buffer): Use with-silent-modifications.
4737 Simplify calling convention. Adjust callers.
4738 (iimage-mode): Don't run hook redundantly.
4739
8a67c70e
SM
4740 * minibuffer.el (completion-pcm--pattern->regex):
4741 Fix last change (bug#6160).
4742
4bbedd98
JL
47432010-05-10 Juri Linkov <juri@jurta.org>
4744
4745 Remove nodes visited during Isearch from the Info history.
4746 * info.el (Info-isearch-initial-history)
4747 (Info-isearch-initial-history-list): New variables.
4748 (Info-isearch-start): Record initial values of
4749 Info-isearch-initial-history and Info-isearch-initial-history-list.
4750 Add Info-isearch-end to isearch-mode-end-hook.
4751 (Info-isearch-end): New function.
4752
94ecf5da
MA
47532010-05-10 Michael Albinus <michael.albinus@gmx.de>
4754
4755 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
4756 format string, in order to work around a bug in pdksh.
4757 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
4758 (tramp-handle-verify-visited-file-modtime): Do not send a command
4759 when the connection is not established.
4760 (tramp-handle-set-file-times): Simplify the check for utc.
4761
c5eb971b
JB
47622010-05-10 Juanma Barranquero <lekktu@gmail.com>
4763
4764 Fix use of `filter-buffer-substring' (rework previous change).
4765 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
4766 (cua-repeat-replace-region):
4767 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
4768 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4769 (cua-cut-region-to-global-mark): Use it.
4770
7492acc9
MM
47712010-05-09 Michael R. Mauger <mmaug@yahoo.com>
4772
77e2fc7a
JB
4773 * progmodes/sql.el: Version 2.1.
4774 (sql-product-alist): Redesign structure of product info.
4775 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
4776 (sql-port, sql-port-history): New variables.
4777 (sql-interactive-product): New variable.
4778 (sql-send-terminator): New variable.
77e2fc7a 4779 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
4780 (sql-oracle-login-params, sql-sqlite-login-params)
4781 (sql-mysql-login-params, sql-solid-login-params)
4782 (sql-sybase-login-params, sql-informix-login-params)
4783 (sql-ingres-login-params, sql-ms-login-params)
4784 (sql-postgres-login-params, sql-interbase-login-params)
4785 (sql-db2-login-params, sql-linter-login-params)
4786 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
4787 (sql-mode-map): Add C-c C-i to start interactive mode.
4788 (sql-mode-menu): Update existing menu entries.
4789 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
4790 (sql-mode-oracle-font-lock-keywords)
4791 (sql-mode-postgres-font-lock-keywords)
4792 (sql-mode-ms-font-lock-keywords)
4793 (sql-mode-sybase-font-lock-keywords)
4794 (sql-mode-informix-font-lock-keywords)
4795 (sql-mode-interbase-font-lock-keywords)
4796 (sql-mode-ingres-font-lock-keywords)
4797 (sql-mode-solid-font-lock-keywords)
4798 (sql-mode-mysql-font-lock-keywords)
4799 (sql-mode-sqlite-font-lock-keywords)
4800 (sql-mode-db2-font-lock-keywords)
77e2fc7a 4801 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
4802 reduce run-time complexity.
4803 (sql-add-product, sql-del-product): New functions.
4804 (sql-set-product-feature, sql-get-product-feature): New functions.
4805 (sql-product-font-lock): Update product API.
4806 (sql-add-product-keywords): New function.
4807 (sql-highlight-product): Update product API.
4808 (sql-help-list-products): New function.
4809 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 4810 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
4811 prompt for port.
4812 (sql-copy-column): Copy without properties.
4813 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
4814 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
4815 Implement as a filter.
7492acc9
MM
4816 (sql-escape-newlines-filter): Implement as a filter.
4817 (sql-remove-tabs-filter): New function.
4818 (sql-send-magic-terminator): New function.
4819 (sql-send-string): Implement magic terminator.
4820 (sql-send-region): Use `sql-send-string'.
4821 (sql-interactive-mode): Use product API.
4822 (sql-product-interactive): Use product API.
4823 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4824 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4825 (sql-db2, sql-linter): Use `sql-product-interactive'.
4826 (sql-connect): New function.
4827 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4828 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4829 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
4830 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4831 Use `sql-connect'.
7492acc9 4832
79ccd68f
SM
48332010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4834
4835 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
4836 New custom variable.
4837 (completion-pcm--string->pattern): Use it.
4838 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
4839 Make it handle any symbol as `any'.
4840 (completion-pcm--merge-completions): Extract common suffix for the new
4841 `prefix' symbol as well.
4842 (completion-substring--all-completions): Use the new `prefix' symbol.
4843
0d5852cf
MA
48442010-05-09 Michael Albinus <michael.albinus@gmx.de>
4845
4846 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
4847 not bound.
4848 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4849 (tramp-compat-funcall): New defmacro.
4850 (tramp-compat-line-beginning-position)
4851 (tramp-compat-line-end-position)
4852 (tramp-compat-temporary-file-directory)
4853 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4854 (tramp-compat-copy-file, tramp-compat-copy-directory)
4855 (tramp-compat-delete-file, tramp-compat-delete-directory)
4856 (tramp-compat-number-sequence, tramp-compat-process-running-p)
4857 * net/tramp.el (top, with-progress-reporter)
4858 (tramp-rfn-eshadow-setup-minibuffer)
4859 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4860 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4861 (tramp-completion-mode-p, tramp-check-for-regexp)
4862 (tramp-open-connection-setup-interactive-shell)
4863 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4864 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4865 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
4866 * net/tramp-cmds.el (tramp-cleanup-all-connections)
4867 (tramp-reporter-dump-variable, tramp-load-report-modules)
4868 (tramp-append-tramp-buffers)
4869 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
4870
4871 * net/tramp-imap.el (top): Autoload `epg-make-context'.
4872
f913fe7d
SM
48732010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4874
4875 * progmodes/compile.el (compilation-buffer-modtime): Rename from
4876 buffer-modtime. Adjust users.
4877
0235128c 48782010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 4879
77e2fc7a 4880 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 4881 car of each item, not the whole list (Bug#6083).
f034e176 4882
0235128c 48832010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
4884
4885 * progmodes/js.el (js-mode): Make paragraph variables local before
4886 calling c-setup-paragraph-variables (Bug#6071).
4887
0235128c 48882010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
4889
4890 * composite.el (compose-region, reference-point-alist): Fix typos
4891 in the doc strings.
4892
77e2fc7a 48932010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
4894
4895 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
4896 gnuplot's "set" command.
4897
0235128c 48982010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
4899
4900 * abbrev.el (last-abbrev-text): Doc fix.
4901 (abbrev-prefix-mark): Don't escape parenthesis.
4902
0235128c 49032010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
4904
4905 * composite.el (find-composition): Doc fix.
4906
0235128c 49072010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
4908
4909 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
4910 (sql-oracle-program, sql-sqlite-options)
4911 (sql-query-placeholders-and-send): Doc fixes.
4912 (sql-set-product, sql-interactive-mode): Reflow docstrings.
4913 (sql-imenu-generic-expression, sql-buffer)
4914 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
4915 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
4916 (sql-mode-sybase-font-lock-keywords)
4917 (sql-mode-informix-font-lock-keywords)
4918 (sql-mode-interbase-font-lock-keywords)
4919 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
4920 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
4921 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
4922 (sql-product-feature, sql-highlight-product)
4923 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
4924 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
4925 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
4926 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
4927 Fix typos in docstrings.
4928
0235128c 49292010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
4930
4931 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
4932 property instead of `invisible' and `after-string' (bug#5998).
4933
0235128c 49342010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
4935
4936 * image-mode.el (image-mode-as-text): Fix typo in docstring.
4937
0235128c 49382010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
4939
4940 * filecache.el (file-cache-add-directory-list)
4941 (file-cache-add-directory-recursively): Fix typos in docstrings.
4942
0235128c 49432010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
4944
4945 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 4946 (gujarati-composable-pattern): Fix typo.
ece33a6e 4947
0235128c 49482010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
4949
4950 * language/indian.el (oriya-composable-pattern)
0235128c
SM
4951 (tamil-composable-pattern, malayalam-composable-pattern):
4952 Add two-part vowels to "v" (vowel sign).
771533aa 4953
0235128c 49542010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 4955
99833607
CY
4956 * files.el (copy-directory): Handle symlinks (Bug#5982).
4957
0235128c 49582010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
4959
4960 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
4961 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
4962 (Bug#5846).
4963
0235128c 49642010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 4965
0ca12598
GM
4966 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
4967
d2c7b917
GM
4968 * minibuffer.el (completion-at-point): Doc fix.
4969
ba5bf5f0
SM
49702010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * electric.el (Electric-command-loop): Minor tweak.
4973
4974 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
4975 better with dedicated windows.
4976
0235128c
SM
49772010-05-07 Chong Yidong <cyd@stupidchicken.com>
4978
4979 * Version 23.2 released.
4980
560bb7ae 49812010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 4982 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
4983
4984 Highlight vendor specific properties.
4985 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
4986 (css-proprietary-property): New face.
4987 (css-font-lock-keywords): Use them.
4988
c0162ade
EZ
49892010-05-07 Eli Zaretskii <eliz@gnu.org>
4990
4991 * cus-start.el (all): Add native condition for tool-bar-* symbols.
4992
f3ee9200
SM
49932010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4994
05623156
SM
4995 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
4996 * files.el (auto-mode-alist): Remove redundant entries.
4997
f3ee9200
SM
4998 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
4999 * simple.el (auto-save-mode): Move from files.el.
5000 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5001
560bb7ae 50022010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 5003
76e3243a 5004 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 5005
765d4319
KY
50062010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5007
5008 * mail/binhex.el (binhex-decode-region-internal)
5009 * mail/uudecode.el (uudecode-decode-region-internal)
5010 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5011 (dns-read-type, dns-query)
5012 * pgg-parse.el (pgg-parse-armor)
5013 * pgg.el (pgg-verify-region)
5014 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5015 XEmacs.
5016
86d21cc0 5017 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 5018
f83483ff
JB
50192010-05-07 Juanma Barranquero <lekktu@gmail.com>
5020
40ab7974
JB
5021 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5022
f83483ff
JB
5023 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5024 * emulation/cua-base.el (cua-repeat-replace-region):
5025 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5026 (cua-cut-region-to-global-mark):
5027 Remove text properties with `set-text-properties'.
5028
9566840f
MA
50292010-05-06 Michael Albinus <michael.albinus@gmx.de>
5030
f3ee9200
SM
5031 * net/tramp.el (top, with-progress-reporter):
5032 Use `symbol-function' inside `funcall'.
9566840f
MA
5033
5034 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
5035 (tramp-compat-delete-file, tramp-compat-delete-directory):
5036 Handle only `wrong-number-of-arguments' error.
9566840f
MA
5037
5038 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5039 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5040 inside `funcall'.
5041
0c495c21
SM
50422010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5043
1493963b
SM
5044 * minibuffer.el (completion--sreverse, completion--common-suffix):
5045 New functions.
5046 (completion-pcm--merge-completions): Extract common suffix when safe.
5047
0c495c21
SM
5048 * emacs-lisp/easy-mmode.el (define-minor-mode):
5049 Make :variable more flexible.
5050 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5051
221a0647
JL
50522010-05-05 Juri Linkov <juri@jurta.org>
5053
5054 Add `slow' and `history' tags to the desktop data.
5055
5056 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5057 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5058 (Info-finder-find-node): Require `finder.el' to be able
5059 to restore node from the desktop.
5060 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5061 data `Info-history' and `slow' tag in the assoc list.
5062 (Info-restore-desktop-buffer): Don't restore nodes with the
5063 `slow' tag. Restore `Info-history'.
5064
66bdc868
MA
50652010-05-05 Michael Albinus <michael.albinus@gmx.de>
5066
5067 Add FORCE argument to `delete-file'.
5068
5069 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5070 forcing to delete the temporary file.
5071 (ange-ftp-delete-file): Add FORCE arg.
5072 (ange-ftp-rename-remote-to-remote)
5073 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
5074 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5075 Force file deletion.
66bdc868
MA
5076
5077 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5078
5079 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5080 (tramp-handle-make-symbolic-link, tramp-handle-load)
5081 (tramp-do-copy-or-rename-file-via-buffer)
5082 (tramp-do-copy-or-rename-file-directly)
5083 (tramp-do-copy-or-rename-file-out-of-band)
5084 (tramp-handle-process-file, tramp-handle-call-process-region)
5085 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5086 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5087 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5088
5089 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5090 (tramp-fish-handle-make-symbolic-link)
5091 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5092
0c495c21
SM
5093 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5094 Use `tramp-compat-delete-file'.
66bdc868
MA
5095
5096 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5097 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5098
5099 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5100 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5101
5102 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5103 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5104 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5105 `tramp-compat-delete-file'.
5106
f44379e7
SM
51072010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5108
365f8d85
SM
5109 Minor cleanups.
5110 * subr.el (add-minor-mode): Use push.
5111 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5112 * emulation/edt.el (edt-select-mode): Simplify.
5113
80ac5d4d
SM
5114 Use define-minor-mode in more cases.
5115 * term/tvi970.el (tvi970-set-keypad-mode):
5116 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5117 (normal-erase-is-backspace-mode):
5118 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5119 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5120 (get-scroll-bar-mode): New function.
5121 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5122
5123 Use define-minor-mode for less obvious cases.
f44379e7
SM
5124 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5125 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5126 * international/iso-ascii.el (iso-ascii-mode):
5127 * frame.el (auto-raise-mode, auto-lower-mode):
5128 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5129
c04b03f8
MA
51302010-05-04 Michael Albinus <michael.albinus@gmx.de>
5131
5132 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5133 in order to see error messages for failed logins.
5134
53967e09
CY
51352010-05-03 Chong Yidong <cyd@stupidchicken.com>
5136
5137 * diff.el (diff-sentinel):
5138
5139 * epg.el (epg--make-temp-file, epg-decrypt-string)
5140 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5141
5142 * jka-compr.el (jka-compr-partial-uncompress)
5143 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5144
5145 * server.el (server-sentinel): Use delete-file's new FORCE arg
5146 (Bug#6070).
5147
56eb0904
SM
51482010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 Use define-minor-mode where applicable.
5151 * view.el (view-mode):
5152 * type-break.el (type-break-query-mode)
5153 (type-break-mode-line-message-mode):
5154 * textmodes/reftex.el (reftex-mode):
5155 * term/vt100.el (vt100-wide-mode):
5156 * tar-mode.el (tar-subfile-mode):
5157 * savehist.el (savehist-mode):
5158 * ibuf-ext.el (ibuffer-auto-mode):
5159 * composite.el (auto-composition-mode):
5160 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5161 Use define-minor-mode.
5162 (vhdl-mode): Use static mode-line format.
5163 (vhdl-mode-line-update): Delete.
5164 (vhdl-create-mode-menu, vhdl-activate-customizations)
5165 (vhdl-hs-minor-mode): Don't bother calling it.
5166
672eb710
SM
51672010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5168
8f92b8ad
SM
5169 * simple.el (with-wrapper-hook): Move.
5170 (buffer-substring-filters): Mark obsolete.
5171 (filter-buffer-substring-functions): New variable.
1fada563 5172 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 5173
c04b03f8 51742010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 5175 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
5176
5177 Implement compression for inline methods.
5178
5179 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5180 (tramp-copy-size-limit): Allow also nil.
5181 (tramp-inline-compress-commands): New defconst.
5182 (tramp-find-inline-compress, tramp-get-inline-compress)
5183 (tramp-get-inline-coding): New defuns.
cb7f3653 5184 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 5185 replaced by `tramp-get-inline-coding'.
6a29a838
MA
5186 (tramp-handle-file-local-copy, tramp-handle-write-region)
5187 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5188
8c0bf8b3
SM
51892010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5190
07125a91
SM
5191 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5192 Remove unused functions.
5193
f3a47002
SM
5194 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5195 Set find-tag-default-function as a variable rather than a property.
5196
8c0bf8b3
SM
5197 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5198 * progmodes/etags.el (tags-completion-at-point-function):
5199 Remove left over interactive spec. Add autoloading stub.
5200 (complete-tag): Use tags-completion-at-point-function.
5201
27601456
CY
52022010-04-30 Chong Yidong <cyd@stupidchicken.com>
5203
cb7f3653 5204 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 5205
09d0284d
CY
52062010-04-29 Chong Yidong <cyd@stupidchicken.com>
5207
27d3cd56
CY
5208 * ido.el (ido-init-completion-maps): Remove C-v binding.
5209 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 5210
3a07ffce
CY
52112010-04-29 Chong Yidong <cyd@stupidchicken.com>
5212
5213 * minibuffer.el (tags-completion-at-point-function): New function.
5214 (completion-at-point-functions): Use it.
5215
3a07ffce
CY
5216 * progmodes/etags.el (complete-tag): Revert last change.
5217
3d14bb73
AM
52182010-04-29 Alan Mackenzie <acm@muc.de>
5219
5220 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5221 off-by-one error (in end of macro position).
5222
7d353d11
SM
52232010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5224
5225 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5226 firefox is absent. Don't autoload.
5227 (browse-url-galeon-program): Don't autoload.
5228
48111a85
CY
52292010-04-28 Chong Yidong <cyd@stupidchicken.com>
5230
5231 * bindings.el (complete-symbol): Move into minibuffer.el.
5232
5233 * minibuffer.el (complete-tag): Move from etags.el. If tags
5234 completion cannot be performed, return nil instead of signalling
5235 an error.
5236 (completion-at-point): Make it an alias for complete-symbol.
5237 (complete-symbol): Move from bindings.el, and replace with the
5238 body of completion-at-point.
5239
5240 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5241
7ba94701
MA
52422010-04-28 Michael Albinus <michael.albinus@gmx.de>
5243
5244 * net/tramp.el (tramp-remote-selinux-p): New defun.
5245 (tramp-handle-file-selinux-context)
5246 (tramp-handle-set-file-selinux-context): Use it.
5247
95c6cc3e
SS
52482010-04-28 Sam Steingold <sds@gnu.org>
5249
5250 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5251 `safe-local-variable' if the value is a string or a symbol with
5252 the property `bug-reference-url-format'.
5253
36045ff3
CY
52542010-04-28 Chong Yidong <cyd@stupidchicken.com>
5255
537ffaf3
SM
5256 * progmodes/bug-reference.el (bug-reference-url-format):
5257 Revert 2010-04-27 change due to security risk.
36045ff3 5258
56924d99
SM
52592010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5260
5261 Make it possible to locally disable a globally enabled mode.
5262 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5263 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5264 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5265 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5266 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5267 that subsequent hooks get a chance to disable it.
5268
ccaa4765
SM
52692010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5270
17818d71
SM
5271 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5272 Avoid re-enabling a minor mode after the user turned the minor mode
5273 off if MODE-enable-in-buffers is run twice (typically once from
5274 fundamental-mode's after-change-major-mode-hook and a second time from
5275 run-mode-hook's own after-change-major-mode-hook).
5276
ccaa4765
SM
5277 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5278
2a6f654e
SS
52792010-04-27 Sam Steingold <sds@gnu.org>
5280
5281 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5282 `safe-local-variable' if the value is a string or a function, as
5283 documented and implemented on 2010-04-02.
5284
cecaa674
JB
52852010-04-27 Juanma Barranquero <lekktu@gmail.com>
5286
5287 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5288 when method is 'kill.
5289
52902010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 5291
a628ad9d
JB
5292 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5293 condition in default directory check.
1e116bb3
AM
5294 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5295 Kill ispell process when killing its associated buffer.
5296
7dd7fbb9
JD
52972010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5298
5299 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5300 but we aren't using it.
5301
7ac82b84
J
53022010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5303
5304 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5305 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5306
fea1add4
GM
53072010-04-24 Glenn Morris <rgm@gnu.org>
5308
5309 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5310 Ignore VCS-ignore files, and deleted nextstep preferences files.
5311 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5312 (authors-ambiguous-files): New list.
5313 (authors-valid-file-names): Add some deleted files.
5314 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5315 (authors-disambiguate-file-name): New function. (Bug#5501)
5316 (authors-canonical-file-name): Doc fix.
5317 Don't warn about obsolete files.
5318 (authors-canonical-file-name, authors-scan-el):
5319 Use authors-disambiguate-file-name.
5320
cbcfee6e
GM
5321 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5322 Add autoload cookies.
5323 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5324 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5325 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5326 They have definitions / compiler macros in cl.el.
5327 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5328 Replace manual autoloads with generated ones.
5329 (htmlfontify-unload-rgb-file): Remove autoload.
5330 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5331
3b548e1b
SM
53322010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5333
9ae0c310
SM
5334 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5335 (byte-compile-setq-default): Optimize for the
5336 single-var case and don't call byte-compile-form in this case to avoid
5337 inf-loop with byte-compile-set-default.
5338
3b548e1b
SM
5339 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5340
632c5478
MA
53412010-04-23 Michael Albinus <michael.albinus@gmx.de>
5342
5343 Implement SELINUX backends.
5344
3b548e1b
SM
5345 * net/tramp.el (tramp-file-name-handler-alist):
5346 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
5347 (tramp-handle-file-selinux-context)
5348 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
5349 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5350 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 5351
3b548e1b
SM
5352 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5353 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
5354 (tramp-gvfs-handle-file-selinux-context)
5355 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5356 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5357
5358 * net/ange-ftp.el (ange-ftp-copy-file):
5359 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5360 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
5361 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5362 Add PRESERVE-SELINUX-CONTEXT.
632c5478 5363
a94d821f
MA
53642010-04-22 Michael Albinus <michael.albinus@gmx.de>
5365
5366 Synchronize with Tramp repository.
5367
5368 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5369 (tramp-action-process-alive, tramp-action-out-of-band)
5370 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5371 (tramp-exists-file-name-handler): Fix docstring.
5372 (with-progress-reporter): New defmacro.
5373 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5374 (tramp-maybe-open-connection): Use it.
5375
a92375d9
MA
53762010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
5377
5378 Detect ssh 'ControlMaster' argument automatically in some cases.
5379
5380 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5381 (tramp-default-method): Use it.
5382
489fe4c2
MA
53832010-04-22 Michael Albinus <michael.albinus@gmx.de>
5384
25f14cdb
MA
5385 * net/tramp.el (tramp-handle-copy-file): Add new optional
5386 parameter `preserve-selinux-context'.
5387 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5388
a92375d9
MA
53892010-04-22 Michael Albinus <michael.albinus@gmx.de>
5390
489fe4c2
MA
5391 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5392 Ensure, that non remote files are still checked. Oops.
5393
acd1f317
MA
53942010-04-21 Michael Albinus <michael.albinus@gmx.de>
5395
5396 Fix Bug#5840.
5397
5398 * icomplete.el (icomplete-completions): Use `non-essential'.
5399
5400 * net/tramp.el (tramp-connectable-p): New defun.
5401 (tramp-handle-expand-file-name)
5402 (tramp-completion-handle-file-name-all-completions)
5403 (tramp-completion-handle-file-name-completion): Use it.
5404
62c5b459
SM
54052010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5406
5407 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5408
f904c0f9
JD
54092010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5410
5411 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5412
5413 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5414
5415 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5416 is present.
5417
5418 * info.el (info-tool-bar-map): Add labels.
5419
5420 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5421
5422 * cus-edit.el (custom-commands): Add labels for tool bar.
5423 (custom-buffer-create-internal, Custom-mode): Adjust for
5424 labels in custom-commands.
5425
5426 * dynamic-setting.el: Renamed from font-setting.el.
5427
c5cbeb12
LL
54282010-04-21 John Wiegley <jwiegley@gmail.com>
5429
5430 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5431 toggles the use of virtual buffers.
537ffaf3 5432 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
5433 (ido-toggle-virtual-buffers): New function.
5434
fcc93746
JB
54352010-04-21 Juanma Barranquero <lekktu@gmail.com>
5436
5437 Use `define-derived-mode'; fix window selection; doc fixes.
5438 * play/tetris.el (tetris, tetris-update-speed-function)
5439 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5440 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5441 (tetris-rotate-next, tetris-end-game, tetris-start-game)
5442 (tetris-pause-game): Fix typos in docstrings.
5443 (tetris-mode-map, tetris-null-map):
5444 Move initialization into declaration.
5445 (tetris-mode): Define with `define-derived-mode';
5446 set show-trailing-whitespace to nil.
5447 (tetris): Prefer window already displaying the "*Tetris*" buffer.
5448
574c05e2
KK
54492010-04-21 Karel Klíč <kklic@redhat.com>
5450
5451 * files.el (backup-buffer): Handle SELinux context, and return it
5452 if a backup was made by renaming.
5453 (backup-buffer-copy): Set SELinux context to the target file.
5454 (basic-save-buffer): Set SELinux context of the newly written file.
5455 (basic-save-buffer-1): Now it also returns any SELinux context.
5456 (basic-save-buffer-2): Set SELinux context of the newly created file,
5457 and return it.
5458 * net/tramp.el (tramp-file-name-for-operation):
5459 Add file-selinux-context.
5460
e97a42c1
SM
54612010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5462
f2b9ed18
SM
5463 Make the log-edit comments use RFC822 format throughout.
5464
e97a42c1
SM
5465 * vc.el (vc-checkin, vc-modify-change-comment):
5466 Adjust to new vc-start/finish-logentry.
5467 (vc-find-conflicted-file): New command.
5468 (vc-transfer-file): Adjust to new vc-checkin.
5469 (vc-next-action): Improve scoping.
5470
5471 * vc-hg.el (vc-hg-log-edit-mode): Remove.
5472 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
5473
5474 * vc-git.el (vc-git-log-edit-mode): Remove.
5475 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
5476 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5477
5478 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5479 (vc-start-logentry): Remove argument `extra'.
5480 (vc-finish-logentry): Remove extra args.
5481
5482 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5483 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
5484 (vc-bzr-conflicted-files): New function.
5485
5486 * log-edit.el (log-edit-extra-flags)
5487 (log-edit-before-checkin-process): Remove.
5488 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5489 (log-edit-headers-alist): New var.
5490 (log-edit-header-contents-regexp): New const.
5491 (log-edit-match-to-eoh): New function.
5492 (log-edit-font-lock-keywords): Use them.
5493 (log-edit): Insert a "Summary:" header as default.
5494 (log-edit-mode): Mark font-lock rules as case-insensitive.
5495 (log-edit-done): Cleanup headers.
5496 (log-view-process-buffer): Remove.
5497 (log-edit-extract-headers): New function to replace it.
5498
938efb77
JB
54992010-04-20 Juanma Barranquero <lekktu@gmail.com>
5500
5501 * subr.el (default-direction-reversed): Remove obsolescence info.
5502
1cfb415b
SM
55032010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5504
cb4f9513
SM
5505 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5506 windows/frames.
5507
6e610c72
SM
5508 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5509 I.e. include text after point in the completion region.
5510 Also, return nil when we're not after/in a symbol.
5511
1cfb415b
SM
5512 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5513 default enable-multibyte-characters.
5514
c80fa13c
SM
55152010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5516
87926e02
SM
5517 * international/mule.el: Help the user choose a valid coding-system.
5518 (read-buffer-file-coding-system): New function.
5519 (set-buffer-file-coding-system): Use it. Prompt the user if the
5520 coding-system cannot encode all the chars.
5521
c80fa13c
SM
5522 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5523 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5524 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5525 Don't use *vc-bzr-shelve*.
5526
6e104790 55272010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
5528
5529 Fix the version number for added files.
5530 * vc-hg.el (vc-hg-working-revision): Check if the file is
5531 registered after hg parent fails (Bug#5961).
5532
6e104790 55332010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
5534
5535 * htmlfontify.el (htmlfontify-buffer)
5536 (htmlfontify-copy-and-link-dir): Autoload entry points.
5537
6e104790 55382010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
5539
5540 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5541 name relative to the project root (Bug#5960).
5542
6e104790 55432010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
5544
5545 * vc-git.el (vc-git-print-log): Doc fix.
5546
6e104790 55472010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
5548
5549 * ido.el (ido-file-internal): Fix 2009-12-02 change.
5550
6e104790 55512010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
5552
5553 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5554 default settings (Bug#5928).
5555
6e104790 55562010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
5557
5558 * progmodes/fortran.el (fortran-match-and-skip-declaration):
5559 New function.
0a23b2c3 5560 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 5561
6e104790 55622010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
5563
5564 * language/indian.el (malayalam-composable-pattern): Fix previous
5565 change (add U+0D4D "SIGN VIRAMA").
5566 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5567 (tamil-composable-pattern): Fix typo in the regexp.
5568 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5569 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5570 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5571
6e104790 55722010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
5573
5574 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5575 paragraph-separate (Bug#5821).
5576
6e104790 55772010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
5578
5579 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5580
5581 * info.el (Info-find-node-2): Comment out code that skips
5582 breadcrumbs line.
5583 (Info-mouse-follow-link): New command.
5584 (Info-link-keymap): New keymap.
5585 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5586 Return a string with links instead of inserting breadcrumbs
5587 to the Info buffer.
5588 (Info-fontify-node): Comment out code that inserts breadcrumbs.
5589 Instead of putting the `invisible' text property over the Info
5590 header, make an overlay over the Info header with the `invisible'
5591 property and `after-string' set to the string returned by
5592 `Info-breadcrumbs'.
5593
6e104790 55942010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
5595
5596 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5597 Reported by monkey@sandpframing.com.
5598
98923800
SM
55992010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5600
b5feea0f
SM
5601 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5602 (tmm-get-keymap): Add key-binding shortcuts now that they're not
5603 available in the "keyseq cache" any more.
5604
98923800
SM
5605 * custom.el (defcustom): Add edebug spec.
5606
fd5c9dfa
JL
56072010-04-18 Juri Linkov <juri@jurta.org>
5608
5609 Test for special mode-class in view-buffer instead of view-file (bug#5513).
5610
5611 * view.el (view-file, view-buffer): Move test for special mode-class
5612 from view-file to view-buffer.
5613
5614 * tar-mode.el (tar-extract): Turn if's into one cond
5615 like in arc-mode.el.
5616
b3671a51
JL
56172010-04-18 Juri Linkov <juri@jurta.org>
5618
5619 Add 7z archive format support (bug#5475).
5620
5621 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5622 (archive-7z-extract): New defcustom.
5623 (archive-find-type): Add magic string for 7z.
5624 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5625 If `stderr-file' is non-nil, use `(t stderr-file)' for the
5626 `buffer' arg of `call-process'.
5627 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5628 call the function `archive-7z-extract' with the variable
5629 `archive-7z-extract' let-bound to `archive-zip-extract'.
5630 (archive-7z-summarize, archive-7z-extract): New functions.
5631
5632 * international/mule.el (auto-coding-alist):
5633 * files.el (auto-mode-alist): Add 7z file extension.
5634
8a37fb25
SM
56352010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5636
e9515805
SM
5637 * loadup.el: Setup hash-cons for pure data.
5638
f8ea0098
SM
5639 Fix duplicate entries in cedet's loaddefs.el files.
5640 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5641 Should make most file-local generated-autoload-file unnecessary.
5642 (print-readably): Silence warnings.
5643 (autoload-find-destination): Take load-name as an arg to make sure
5644 it's the same as the one that will be in the file.
5645 (autoload-generate-file-autoloads): Adjust to above changes.
5646 Try to make the dataflow a bit simpler.
5647
8a37fb25
SM
5648 * cvs-status.el (cvs-refontify): Remove unused.
5649
f8b91752
JB
56502010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
5651
76e3243a 5652 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 5653
76e3243a 5654 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
5655 twos-complement mode.
5656
d8b01fef
JB
56572010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
5658
76e3243a
JB
5659 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5660 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
5661 (calc-inverse): Add "Option" to message, as appropriate.
5662 (calc-hyperbolic): Add "Option" to message, as appropriate.
5663 (calc-option, calc-is-option): New functions.
5664
76e3243a 5665 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
5666 (calc-option-prefix-help): New function.
5667
76e3243a 5668 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 5669
76e3243a 5670 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
5671 (calc-option-flag): New variable.
5672 (calc-do): Set `calc-option-flag to nil.
5673 (calc-set-mode-line): Add "Opt " as appropriate.
5674
74f806a1
JL
56752010-04-16 Juri Linkov <juri@jurta.org>
5676
5677 Move scrolling commands from simple.el to window.el
5678 because their primitives are implemented in window.c.
5679
5680 * simple.el (scroll-error-top-bottom)
5681 (scroll-up-command, scroll-down-command, scroll-up-line)
5682 (scroll-down-line, scroll-other-window-down)
5683 (beginning-of-buffer-other-window, end-of-buffer-other-window):
5684 * window.el (scroll-error-top-bottom)
5685 (scroll-up-command, scroll-down-command, scroll-up-line)
5686 (scroll-down-line, scroll-other-window-down)
5687 (beginning-of-buffer-other-window, end-of-buffer-other-window):
5688 Move from simple.el to window.el because their primitives are
5689 implemented in window.c.
5690
ad40eec5
JL
56912010-04-16 Juri Linkov <juri@jurta.org>
5692
5693 * isearch.el (isearch-lookup-scroll-key): Check both
5694 `isearch-scroll' and `scroll-command' properties.
5695 (scroll-up, scroll-down): Remove `isearch-scroll' property.
5696
5697 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5698
5699 * simple.el (scroll-up-command, scroll-down-command)
5700 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5701
a4b000fb
JL
57022010-04-15 Juri Linkov <juri@jurta.org>
5703
5704 * simple.el (scroll-up-command, scroll-down-command)
5705 (scroll-up-line, scroll-down-line): Put `scroll-command'
5706 property on the these symbols. Remove them from
5707 `scroll-preserve-screen-position-commands'.
5708
5709 * mwheel.el (mwheel-scroll): Put `scroll-command' and
5710 `isearch-scroll' properties on the `mwheel-scroll' symbol.
5711 Remove it from `scroll-preserve-screen-position-commands'.
5712
5713 * isearch.el (isearch-allow-scroll): Doc fix.
5714
4874f5e6
MA
57152010-04-15 Michael Albinus <michael.albinus@gmx.de>
5716
5717 * net/tramp.el (tramp-error-with-buffer): Don't show the
5718 connection buffer when we are in completion mode.
5719 (tramp-file-name-handler): Catch the error for some operations
5720 when we are in completion mode. This gives the user the chance to
5721 correct the file name in the minibuffer.
5722
82883f0a
GM
57232010-04-15 Glenn Morris <rgm@gnu.org>
5724
5725 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5726
528b9ea9
JB
57272010-04-15 Juanma Barranquero <lekktu@gmail.com>
5728
5729 Simplify by using `define-derived-mode'.
5730 * info.el (Info-mode):
5731 * calendar/todo-mode.el (todo-mode):
5732 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
5733 (gomoku-mode-map): Move initialization into declaration.
5734
5f2b693f
MA
57352010-04-14 Michael Albinus <michael.albinus@gmx.de>
5736
5737 Fix Bug#5840.
5738 * ido.el (ido-file-name-all-completions-1):
5739 * minibuffer.el (minibuffer-completion-help):
5740 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
5741
ebb9641f
SM
57422010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5743
38111a5a
SM
5744 * simple.el (non-essential): New var.
5745
ebb9641f
SM
5746 Add a new field `location' to bookmarks for non-file bookmarks.
5747 * bookmark.el (bookmark-location): Use the new field, if present.
5748 (bookmark-insert-location): Undo last change, not needed any more.
5749 * man.el (Man-bookmark-make-record):
5750 * woman.el (woman-bookmark-make-record): Add `location' field.
5751
7b05466f
JL
57522010-04-14 Juri Linkov <juri@jurta.org>
5753
5754 * simple.el (scroll-error-top-bottom): New defcustom.
5755 (scroll-up-command, scroll-down-command): Use it. Doc fix.
5756
5757 * emulation/pc-select.el (pc-select-override-scroll-error):
5758 Obsolete in favor of `scroll-error-top-bottom'.
5759
32129746
JL
57602010-04-14 Juri Linkov <juri@jurta.org>
5761
5762 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
5763 `scroll-up-command' and `M-v' to `scroll-down-command'.
5764
5765 * emulation/cua-rect.el (cua--init-rectangles):
5766 * forms.el (forms--change-commands):
5767 * image-mode.el (image-mode-map):
5768 Remap scroll-down-command and scroll-up-command
5769 in addition to scroll-down and scroll-up.
5770
9013a7f8
JL
57712010-04-14 Juri Linkov <juri@jurta.org>
5772
5773 * mwheel.el (scroll-preserve-screen-position-commands):
5774 Add mwheel-scroll to this list of commands.
5775
5776 * simple.el (scroll-preserve-screen-position-commands):
5777 Add scroll-up-command, scroll-down-command, scroll-up-line,
5778 scroll-down-line to this list of commands.
5779
3b7e1d5f
SM
57802010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5781
c1e25821
SM
5782 * obsolete/complete.el: Move from lisp/complete.el.
5783
5b31b787
SM
5784 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
5785
3b7e1d5f
SM
5786 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
5787 to the minor mode function now turns the mode ON unconditionally.
5788
398a825b
SM
57892010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5790
a544e7c1
SM
5791 * vc-dir.el (vc-dir-kill-line): New command.
5792 (vc-dir-mode-map): Bind it to C-k.
5793
a1979d8e
SM
5794 * bookmark.el (bookmark-insert-location): Handle a nil filename.
5795
398a825b
SM
5796 * woman.el: Add bookmark declarations to silence the compiler.
5797 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5798 step to compatibility between man and woman bookmarks.
5799 Adjust for Man-default-bookmark-title renaming.
5800 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
5801
5802 * man.el: Add bookmark declarations to silence the compiler.
5803 (Man-name-local-regexp): Make it match NAME as well.
5804 (Man-getpage-in-background): Return the buffer.
5805 (Man-notify-when-ready): Use `case'.
5806 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
5807 Don't hardcode "NAME". Simplify.
5808 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
5809 Rename from Man-bookmark-make-record.
5810 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
5811 we have the actual man-args. Use Man-getpage-in-background rather
5812 than `man' since the arg is already processed. Let bookmark.el do the
5813 window handling. Only wait for the relevant process.
5814 Don't forget to autoload.
5815
5816 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
5817
45be326a
TV
58182010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5819
5820 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
5821 New functions.
5822 (woman-mode): Setup bookmark support.
5823
5824 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
5825 (man-bookmark-jump): New functions.
5826 (Man-mode): Setup bookmark support.
5827
3acb4c93
CY
58282010-04-10 Jari Aalto <jari.aalto@cante.net>
5829
5830 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
5831 recognize ssh-keygen prompt (Bug#2817).
5832
b6bbb65e
MA
58332010-04-10 Michael Albinus <michael.albinus@gmx.de>
5834
5835 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
5836
b533bc97
MA
58372010-04-10 Michael Albinus <michael.albinus@gmx.de>
5838
5839 Synchronize with Tramp repository.
5840
5841 * net/tramp.el (tramp-completion-function-alist)
5842 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
5843 (tramp-local-coding-commands, tramp-remote-coding-commands):
5844 Fix docstring.
5845 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
5846 (tramp-handle-directory-files-and-attributes)
5847 (tramp-get-remote-path): Use `copy-tree'.
5848 (tramp-handle-file-name-all-completions): Backward/ XEmacs
5849 compatibility: Use `completion-ignore-case' if
5850 `read-file-name-completion-ignore-case' does not exist.
5851 (tramp-do-copy-or-rename-file-directly): Do not use
5852 `tramp-handle-file-remote-p'.
45be326a
TV
5853 (tramp-do-copy-or-rename-file-out-of-band):
5854 Use `tramp-compat-delete-directory'.
b533bc97 5855 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
5856 (tramp-compute-multi-hops, tramp-maybe-open-connection):
5857 Use `format-spec-make'.
b533bc97
MA
5858 (tramp-find-foreign-file-name-handler)
5859 (tramp-advice-make-auto-save-file-name)
5860 (tramp-set-auto-save-file-modes): Remove superfluous check for
5861 `stringp'. This is done inside `tramp-tramp-file-p'.
5862 (tramp-debug-outline-regexp): New defconst.
5863 (tramp-get-debug-buffer): Use it.
5864 (tramp-check-for-regexp): Use (forward-line 1).
5865 (tramp-set-auto-save-file-modes): Adapt version check.
5866
45be326a
TV
5867 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
5868 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
5869 (tramp-compat-make-temp-file): Simplify fallback implementation.
5870 (tramp-compat-copy-tree): Remove function.
5871 (tramp-compat-delete-directory): Provide implementation for older
5872 Emacsen.
5873
5874 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
5875 Do not use `tramp-fish-handle-file-attributes.
5876
5877 * net/trampver.el: Update release number.
5878
ba33df00
GM
58792010-04-10 Glenn Morris <rgm@gnu.org>
5880
5881 * progmodes/compile.el (compilation-save-buffers-predicate):
5882 Add missing :version tag.
5883
4a8ae76f
SS
58842010-04-09 Sam Steingold <sds@gnu.org>
5885
5886 * progmodes/compile.el (compilation-save-buffers-predicate):
5887 Remove the "autoload" cookie.
5888
0880716f
SS
5889 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
5890 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
5891 and `bug-reference-prog-mode' can be used in hooks directly.
5892
6aebd58c
DN
58932010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5894
5895 Add --author support to git commit.
5896 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
5897 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
5898 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
5899 New declarations.
6aebd58c 5900
f6d90772
ER
59012010-04-09 Eric Raymond <esr@snark.thyrsus.com>
5902
5903 * vc-hooks.el, vc-git.el: Improve documentation comments.
5904
e754e83b
SM
59052010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 Fix some of the problems in defsubst* (bug#5728).
5908 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
5909 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
5910
9e86ab0b
SS
59112010-04-07 Sam Steingold <sds@gnu.org>
5912
e754e83b
SM
5913 * progmodes/compile.el (compilation-save-buffers-predicate):
5914 New custom variable.
9e86ab0b
SS
5915 (compile, recompile): Pass it to `save-some-buffers'.
5916
b0c8b840
JD
59172010-04-07 Jan Djärv <jan.h.d@swipnet.se>
5918
5919 * wid-edit.el (widget-choose): Move cursor to the second line of
5920 the buffer (Bug#5695).
5921
31527c56
DN
59222010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
5923
5924 Add new VC methods: vc-log-incoming and vc-log-outgoing.
5925 * vc.el (vc-print-log-setup-buttons): New function split out from
5926 vc-print-log-internal.
5927 (vc-log-internal-common): New function, a parametrized version of
5928 vc-print-log-internal.
5929 (vc-print-log-internal): Just call vc-log-internal-common with the
5930 right arguments.
5931 (vc-incoming-outgoing-internal):
5932 (vc-log-incoming, vc-log-outgoing): New functions.
5933 (vc-log-view-type): New permanent local variable.
5934
5935 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
5936
5937 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
5938 of the dynamic bound vc-short-log.
5939 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
5940
5941 * vc-git.el (vc-git-log-outgoing): New function.
5942 (vc-git-log-view-mode): Use vc-log-view-type instead
5943 of the dynamic bound vc-short-log.
5944
5945 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
5946 of the dynamic bound vc-short-log. Highlight the tag.
5947 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
5948 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
5949 (vc-hg-incoming-mode): Remove.
5950 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
5951
7ec69e2b
DN
59522010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
5953
5954 Fix default-directory for vc-root-diff.
5955 * vc.el (vc-root-diff): Bind default-directory to the root
5956 directory for the diff command.
5957
fd9ea9d3
WS
59582010-04-07 Michael McNamara <mac@mail.brushroad.com>
5959
6e104790 5960 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
5961 (verilog-calc-1): Support "disable fork" and "fork wait" multi
5962 word keywords, suggested by Steve Pearlmutter.
6e104790 5963 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 5964 port lists.
6e104790 5965 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 5966 fix bug for /* / comments.
6e104790 5967 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 5968 Speed up and simplfy as this is never called with a bound.
6e104790
SM
5969 (verilog-pretty-declarations): Enhance to line up declarations
5970 inside a parameter list, suggested by Alan Morgan.
5971 (verilog-pretty-expr): Tune assignment regular expression match
5972 string for corner cases; also use markers instead of character
5973 number as indent changes the later.
fd9ea9d3
WS
5974
59752010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
5976
6e104790
SM
5977 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
5978 as missing keyword.
5979 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
5980 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
5981 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
5982 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
5983 Tennant.
5984 (verilog-keywords):
fd9ea9d3
WS
5985 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
5986 1800-2009 keywords, including "global.".
5987
2a07afc5
JW
59882010-04-06 John Wiegley <jwiegley@gmail.com>
5989
8b32731a 5990 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 5991 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 5992 file basename). Should use uniquify to offer a real solution.
2a07afc5 5993
f9a27d86
JW
59942010-04-06 John Wiegley <jwiegley@gmail.com>
5995
8b32731a
JB
5996 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
5997 comment to code, and add a :version tag.
5998 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 5999
9caf8a8f
JB
60002010-04-06 Juanma Barranquero <lekktu@gmail.com>
6001
6002 Enable recentf-mode if using virtual buffers.
6003 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 6004 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
6005 (ido-make-buffer-list): Simplify.
6006 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6007
5a97d2da
JL
60082010-04-05 Juri Linkov <juri@jurta.org>
6009
6010 Scrolling commands which scroll a line instead of full screen.
6011 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6012
6013 * simple.el (scroll-up-line, scroll-down-line): New commands.
6014 Put property isearch-scroll=t on them.
6015
6016 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6017 Remove commands.
6018
79ce172a
JL
60192010-04-05 Juri Linkov <juri@jurta.org>
6020
8b32731a 6021 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
6022 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6023
6024 * simple.el (scroll-up-command, scroll-down-command): New commands.
6025 Put property isearch-scroll=t on them.
6026
6027 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6028 `scroll-down-command' and [next] from `scroll-up' to
6029 `scroll-up-command'.
6030
6031 * emulation/cua-base.el: Put property CUA=move on
6032 `scroll-up-command' and `scroll-down-command'.
6033 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6034 and `scroll-down-command' to `cua-scroll-down'.
6035
309d5b43
JB
60362010-04-05 Juanma Barranquero <lekktu@gmail.com>
6037
6460e534 6038 * help.el (describe-mode): Return nil.
309d5b43 6039
0523d117
JW
60402010-04-04 John Wiegley <jwiegley@gmail.com>
6041
6042 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 6043 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
6044 (ido-virtual): Face used to indicate virtual buffers in the list.
6045 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6046 exists, but a virtual buffer of that name does (which would be why
6047 it was in the list), recreate the buffer by reopening the file.
6048 (ido-make-buffer-list): If virtual buffers are being used, call
6049 `ido-add-virtual-buffers-to-list' before the make list hook.
6050 (ido-virtual-buffers): New variable which contains a copy of the
6051 current contents of the `recentf-list', albeit pared down for the
6052 sake of speed, and with proper faces applied.
6053 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6054 create a list of "virtual buffers" to present to the user in
6055 addition to the currently open set. Note that this logic could
6056 get rather slow if that list is too large. With the default
6057 `recentf-max-saved-items' of 200, there is little speed penalty.
6058
202ff0d6
SM
60592010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6060
6061 * font-lock.el: Require CL when compiling.
6062 (font-lock-turn-on-thing-lock): Use `case'.
6063
ef43a0f4
EZ
60642010-04-03 Eli Zaretskii <eliz@gnu.org>
6065
6066 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6067 Zaretskii.
ef43a0f4 6068
9c13a46e
JL
60692010-04-02 Juri Linkov <juri@jurta.org>
6070
6071 * ehelp.el (electric-help-orig-major-mode):
6072 New buffer-local variable.
6073 (electric-help-mode): Set it to original major-mode. Doc fix.
6074 (with-electric-help): Use `electric-help-orig-major-mode' instead
6075 of (default-value 'major-mode). Doc fix.
6076 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6077
3fb87bf5
SS
60782010-04-02 Sam Steingold <sds@gnu.org>
6079
6080 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6081 `vc-hg-command' with a list of flags.
6082
202ff0d6
SM
6083 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6084 Also accept "patch" and "RFE".
dbb5e44a
SS
6085 (bug-reference-fontify): `bug-reference-url-format' can also be a
6086 function to be able to handle the bug kind.
202ff0d6 6087 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 6088
d0b22876
JD
60892010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6090
6091 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6092 value to fboundp, it may not be a symbol.
6093
1625d379
CY
60942010-03-31 Chong Yidong <cyd@stupidchicken.com>
6095
202ff0d6 6096 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 6097
1cd095c6
JL
60982010-03-31 Juri Linkov <juri@jurta.org>
6099
6100 * simple.el (next-line, previous-line): Re-throw a signal
6101 with `signal' instead of using `ding'.
6102 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6103
67189e62
JL
61042010-03-31 Juri Linkov <juri@jurta.org>
6105
6106 * simple.el (keyboard-escape-quit): Raise deselecting the active
6107 region higher than exiting the minibuffer.
6108 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6109
1546c559
JL
61102010-03-31 Juri Linkov <juri@jurta.org>
6111
6112 * image.el (image-animated-p): Use `image-metadata' instead of
6113 `image-extension-data'. Get GIF extenstion data from metadata
6114 property `extension-data'.
6115
85626eef
SM
61162010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 * simple.el (append-to-buffer): Simplify.
6119
85738751 61202010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
6121
6122 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6123 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6124
85738751 61252010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
6126
6127 * language/sinhala.el (composition-function-table): Fix regexp for
6128 the new Unicode specification.
6129
6130 * language/indian.el (devanagari-composable-pattern)
6131 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 6132 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
6133 specification.
6134 (bengali-composable-pattern, gurmukhi-composable-pattern)
6135 (gujarati-composable-pattern, oriya-composable-pattern)
6136 (telugu-composable-pattern): New variables to cope with the new
6137 Unicode specification. Use them in composition-function-table.
6138
85738751 61392010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 6140
79d74ac5 6141 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
6142 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6143 vectors rather than cons cells, as used in menu-bar-update-buffers.
6144
85738751 61452010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 6146
2a793f7f
CY
6147 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6148 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6149 electric punctuation for "{}();,:" (Bug#5586).
6150
03ffe8be
CY
6151 * mail/sendmail.el (mail-default-directory): Doc fix.
6152
85738751 61532010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
6154
6155 * mail/sendmail.el (mail-default-directory): Doc fix.
6156
85738751 61572010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
6158
6159 * subr.el (version-regexp-alist, version-to-list)
6160 (version-list-<, version-list-=, version-list-<=)
6161 (version-list-not-zero, version<, version<=, version=): Doc fix.
6162 (Bug#5744).
6163
85738751 61642010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
6165
6166 * vc.el (vc-root-diff): Doc fix.
6167
85738751 61682010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 6169
9aa2c576
CY
6170 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6171
9d30a9f4
CY
6172 * simple.el (append-to-buffer): Fix last change.
6173
85738751 61742010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
6175
6176 * simple.el (append-to-buffer): Ensure that point is preserved if
6177 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6178 (Bug#5749)
6179
2372f278
SM
61802010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * files.el (auto-mode-case-fold): Change default to t.
6183
2223a1b3
JL
61842010-03-30 Juri Linkov <juri@jurta.org>
6185
6186 * dired-x.el (dired-omit-mode): Doc fix.
6187
0ef84fc8
JL
61882010-03-30 Juri Linkov <juri@jurta.org>
6189
6190 * replace.el (occur-accumulate-lines): Move occur-engine related
6191 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6192 to be located after `occur-engine'.
6193
dc2d2590
JL
61942010-03-30 Juri Linkov <juri@jurta.org>
6195
6196 Make occur handle multi-line matches cleanly with context.
6197 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6198
6199 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6200 (occur-engine): Add local variables `ret', `prev-after-lines',
6201 `prev-lines'. Use more arguments for `occur-context-lines'.
6202 Set first elem of its returned list to `data', and the second elem
6203 to `prev-after-lines'. Don't print the separator line.
6204 In the end, print remaining context after-lines.
6205 (occur-context-lines): Add new arguments `begpt', `endpt',
6206 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6207 after-lines of the previous match with before-lines of the
6208 current match and not overlap them. Return a list with two
6209 values: the output line and the list of context after-lines.
6210
47c88c06
JL
62112010-03-30 Juri Linkov <juri@jurta.org>
6212
6213 * replace.el (occur-accumulate-lines): Fix a bug where the first
6214 context line at the beginning of the buffer was missing.
6215
a7b02820
EZ
62162010-03-30 Eli Zaretskii <eliz@gnu.org>
6217
6218 * files.el: Make bidi-display-reordering safe variable for boolean
6219 values.
6220
9326ba26 62212010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 6222 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
6223
6224 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
6225 (progress-reporter-update, progress-reporter-do-update):
6226 Handle non-numeric value arguments.
9326ba26
CY
6227 (progress-reporter--pulse-characters): New var.
6228
f6f8aa12
CY
62292010-03-28 Chong Yidong <cyd@stupidchicken.com>
6230
6231 * progmodes/compile.el (compilation-start): Fix regexp detection
6232 of initial cd command (Bug#5771).
6233
7ed287b5
CY
62342010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6235
6236 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6237
146b8b16
NR
62382010-03-27 Nick Roberts <nickrob@snap.net.nz>
6239
6240 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
6241 * progmodes/gdb-mi.el: Restore.
6242 * progmodes/gdb-ui.el: Remove.
6243 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 6244
b23caf75
GM
62452010-03-25 Glenn Morris <rgm@gnu.org>
6246
6247 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6248 all dired buffers, even tramp ones. (Bug#5755)
6249
18c812bd
SM
62502010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 Add "union tags" in mpc.el.
6253 * mpc.el: Remove backward compatibility code.
6254 (mpc-browser-tags): Change default.
6255 (mpc--find-memoize-union-tags): New var.
6256 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6257 (mpc-cmd-find): Handle the case where the playlist does not exist.
6258 Handle union-tags.
6259 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6260 (mpc-cmd-add): Use mpc-cmd-flush.
6261 (mpc-tagbrowser-tag-name): New fun.
6262 (mpc-tagbrowser-buf): Use it.
6263 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6264
efee6a6d
SM
62652010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6266
9586c41a
SM
6267 Misc cleanup.
6268 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6269 Use replace-regexp-in-string.
6270 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6271 (makefile-imake-mode-syntax-table): Move init into defvar.
6272 (makefile-mode): Use define-derived-mode.
6273
efee6a6d
SM
6274 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6275 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6276 not be present any more.
6277
c6f3804c
JB
62782010-03-24 Juanma Barranquero <lekktu@gmail.com>
6279
6280 * faces.el (set-face-attribute): Fix typo in docstring.
6281 (face-valid-attribute-values): Reflow docstring.
6282
e867cb5d 62832010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 6284
efee6a6d 6285 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 6286
e867cb5d 62872010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
6288
6289 * indent.el (indent-for-tab-command): Doc fix.
6290
e867cb5d 62912010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 6292
efee6a6d
SM
6293 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6294 Fix off-by-one error. Fixes bug #5747.
657071fc 6295
e867cb5d 62962010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
6297
6298 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6299 (image-dired-read-comment): Doc fix.
6300
efee6a6d
SM
6301 * json.el (json-object-type, json-array-type, json-key-type)
6302 (json-false, json-null, json-read-number):
c8de140b
JB
6303 * minibuffer.el (completion-in-region-functions):
6304 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6305 (cal-tex-cursor-week):
6306 * emacs-lisp/trace.el (trace-function):
6307 * eshell/em-basic.el (eshell/printnl):
6308 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6309 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6310 * obsolete/levents.el (allocate-event, event-key, event-object)
6311 (event-point, event-process, event-timestamp, event-to-character)
6312 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6313 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6314 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6315 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6316 (reftex-highlight-selection): Fix typos in docstrings.
6317
e867cb5d 63182010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
6319
6320 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6321
e867cb5d 63222010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
6323
6324 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6325 2008-02-13 without comment; mark it obsolete.
6326 (rmail-highlight-headers): Use rmail-highlight-face once more.
6327
e867cb5d 63282010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
6329
6330 * woman.el (woman2-process-escapes): Only consume the newline if
6331 the filler character is on a line by itself (Bug#5729).
6332
e867cb5d 63332010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
6334
6335 * language/indian.el (devanagari-composable-pattern): Add more
6336 consonants.
6337
e867cb5d 63382010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
6339
6340 * net/trampver.el: Update release number.
6341
e867cb5d 63422010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 6343
efee6a6d
SM
6344 * net/tramp.el (tramp-find-executable):
6345 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
6346 output of "wc -l" more robust.
6347 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6348 (tramp-open-connection-setup-interactive-shell): Remove workaround
6349 for OpenSolaris bug, it is not needed anymore.
6350
e867cb5d 63512010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
6352
6353 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6354
e867cb5d 63552010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
6356
6357 * files.el (auto-mode-alist): Accept more verilog file patterns.
6358
b2b8574b
SM
63592010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6362
1d94ebb0
GM
63632010-03-24 Glenn Morris <rgm@gnu.org>
6364
7e263967
GM
6365 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6366 log-edit-before-checkin-process.
6367
5ac92c5f
GM
6368 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6369
6370 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 6371
549f324a
GM
6372 * vc-dispatcher.el (vc-start-logentry): Doc fix.
6373 (log-view-process-buffer, log-edit-extra-flags): Declare.
6374
495b517c
GM
6375 * log-edit.el (log-edit-before-checkin-process): Doc fix.
6376
f4087766
SS
63772010-03-23 Sam Steingold <sds@gnu.org>
6378
6379 Fix bug#5620: recalculate all markers on compilation buffer
6380 modifications, not on file modifications.
6381 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6382 the buffer modification time, for buffers not associated with files.
6383 (compilation-mode): Create it.
6384 (compilation-filter): Update it.
6385 (compilation-next-error-function): Use it instead of
6386 `visited-file-modtime' for timestamp.
6387
774642e5
JL
63882010-03-23 Juri Linkov <juri@jurta.org>
6389
6390 Implement Occur multi-line matches.
6391 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6392
6393 * replace.el (occur): Doc fix.
6394 (occur-engine): Set `begpt' to the beginning of the first line.
6395 Set `endpt' to the end of the last match line. At first, count
6396 line numbers between `origpt' and `begpt'. Split out code from
6397 `out-line' variable to new let-bindings `match-prefix' and
6398 `match-str'. In `out-line' add non-numeric prefix to all
6399 non-first lines of multi-line matches. Finally, count lines
6400 between `begpt' and `endpt' and add to `lines'.
6401
f14d1172
JL
64022010-03-23 Juri Linkov <juri@jurta.org>
6403
6404 * replace.el (occur-accumulate-lines, occur-engine):
6405 Use `occur-engine-line' instead of duplicate code.
6406 (occur-engine-line): New function created from duplicate code
6407 in `occur-accumulate-lines' and `occur-engine'.
6408
53e87c57
JL
6409 * replace.el (occur-engine-line): Add optional arg `keep-props'.
6410 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6411
75a3ff20
JL
64122010-03-23 Juri Linkov <juri@jurta.org>
6413
6414 * finder.el: Remove TODO tasks.
6415
6416 * info.el (Info-finder-find-node): Add node "all"
6417 with all package info. Handle a list of multiple keywords
6418 separated by comma.
6419 (info-finder): In interactive use with a prefix argument,
6420 use `completing-read-multiple' to read a list of keywords
6421 separated by comma.
6422
00278747
SM
64232010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 Add a new completion style `substring'.
6426 * minibuffer.el (completion-basic--pattern): New function.
6427 (completion-basic-try-completion, completion-basic-all-completions):
6428 Use it.
6429 (completion-substring--all-completions)
6430 (completion-substring-try-completion)
6431 (completion-substring-all-completions): New functions.
6432 (completion-styles-alist): New style `substring'.
6433
64cb11cc
SM
64342010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 Get rid of .elc files after removal of the corresponding .el.
6437 * Makefile.in (compile-clean): New target.
6438 (compile-main): Use it.
6439
835e2c65
JD
64402010-03-22 Jan Djärv <jan.h.d@swipnet.se>
6441
6442 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6443 don't do make there. When compiling with separate object dir, there
6444 is no Makefile there.
6445
111a9dff
SM
64462010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6447
6448 Get rid of the ELCFILES abomination, again.
6449 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6450 (all, compile): Don't call compile-last.
6451 (compile-main): Build the "elcfiles" list dynamically.
6452 (compile-targets): New (internal) target.
6453
82c3d67a
AS
64542010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6455
6456 * Makefile.in (top_srcdir): Define.
6457 (abs_top_builddir): Define.
6458 (srcdir): Don't append `/..'.
6459 (EMACS): Use ${abs_top_builddir}.
6460 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
6461 (update-subdirs, update-authors): Use $(top_srcdir) instead of
6462 $(srcdir).
82c3d67a
AS
6463 (lisp): Use $(srcdir) instead of @srcdir@.
6464
d66ecdbb
JL
64652010-03-21 Juri Linkov <juri@jurta.org>
6466
6467 Fix message of multi-line occur regexps and multi-buffer header lines.
6468 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6469
6470 * replace.el (occur-1): Don't display regexp if it is longer
6471 than window-width. Use `query-replace-descr' to display regexp.
6472 (occur-engine): Don't display regexp in the buffer header for
6473 multi-buffer occur. Display a separate header line with total
6474 match count and regexp for multi-buffer occur.
6475 Use `query-replace-descr' to display regexp.
6476
f05e1b94
TZ
64772010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6478
6479 * net/secrets.el: Fix parenthesis.
6480 (secrets-enabled): Fix parenthesis.
6481
801ba3ba
SM
64822010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6483
3613edce
SM
6484 Use more relative file and directory names.
6485 * Makefile.in (EMACS): Arrange for it to work when we chdir.
6486 (setwins, setwins_almost, setwins_for_subdirs):
6487 Don't `cd'; output relative names.
6488 (all, compile, compile-always, compile-last): Set emacswd.
6489 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6490 Just cd to the lisp source dir so we can use relative file names.
6491
801ba3ba
SM
6492 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6493
2b1400b9
GM
64942010-03-20 Glenn Morris <rgm@gnu.org>
6495
6496 * textmodes/rst.el: Use faces for font-lock customization, and make the
6497 old -face variables obsolete.
6498 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6499 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6500 (rst-block-face, rst-external-face, rst-definition-face)
6501 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6502 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6503 Make obsolete.
6504 (rst-font-lock-keywords-function): Update for above changes.
6505
5e418f17
JL
65062010-03-20 Juri Linkov <juri@jurta.org>
6507
6508 * s-region.el:
6509 * obsolete/s-region.el: Move to obsolete.
6510
b0287b39
JB
65112010-03-19 Juanma Barranquero <lekktu@gmail.com>
6512
6513 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6514
3c95bbb6
DN
65152010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6516
6517 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6518
09158997
DN
65192010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6520
6521 Add special markup processing for commit logs.
6522 * log-edit.el (log-edit-extra-flags): New variable.
6523 (log-edit): Add new argument MODE. Use that mode when non-nil
6524 instead of the log-view-mode.
6525 (log-view-process-buffer): New function.
6526
6527 * vc.el: Document that the checkin method takes optional
6528 arguments. Document new backend specific method: log-view-mode.
6529 (vc-default-log-edit-mode): New function.
6530 (vc-checkin): Use a backend specific log-view-mode.
6531 Pass extra arguments to the checkin method.
6532 (vc-modify-change-comment): Pass a dummy extra argument.
6533
6534 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6535 log-edit.
6536 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6537 (vc-finish-logentry): Process the log buffer before passing it
6538 down. Pass log-edit-extra-flags.
6539
6540 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6541 command.
85626eef
SM
6542 (log-edit-extra-flags, log-edit-before-checkin-process):
6543 New declarations.
09158997
DN
6544
6545 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6546 command.
85626eef
SM
6547 (log-edit-extra-flags, log-edit-before-checkin-process):
6548 New declarations.
09158997
DN
6549 (vc-hg-log-edit-mode): New derived mode.
6550
6551 * vc-arch.el (vc-arch-checkin):
6552 * vc-cvs.el (vc-cvs-checkin):
6553 * vc-git.el (vc-git-checkin):
6554 * vc-mtn.el (vc-mtn-checkin):
6555 * vc-rcs.el (vc-rcs-checkin):
6556 * vc-sccs.el (vc-sccs-checkin):
6557 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6558
f430423d
SM
65592010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6560
6561 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6562 parent typo).
6563
aa8f8277
GM
65642010-03-19 Glenn Morris <rgm@gnu.org>
6565
f430423d 6566 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 6567
04525749
GM
65682010-03-18 Glenn Morris <rgm@gnu.org>
6569
c70815f1
GM
6570 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6571
84d0a5f8
GM
6572 * replace.el (query-replace-history): Give it a doc string.
6573 (map-query-replace-regexp): Use query-replace-from-history-variable
6574 and query-replace-to-history-variable.
6575
e3a15161
GM
6576 * mail/hashcash.el (declare-function): Remove duplicate definition.
6577
27be0364
GM
6578 * mail/emacsbug.el (report-emacs-bug-pretest-address):
6579 Make it an obsolete alias for report-emacs-bug-address.
6580 (message-strip-special-text-properties): Declare.
6581 (report-emacs-bug): Remove test for a pretest bug address.
6582 Combine message-mode-specific code.
6583
88b8d18e
GM
6584 * mail/supercite.el: Don't require sendmail.
6585 (mh-in-header-p): Declare rather than using with-no-warnings.
6586 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6587 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
6588
1a355d09
GM
6589 * calendar/cal-french.el: Convert to utf-8.
6590
04525749
GM
6591 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6592 Emacs scripts.
6593
ae84eb97
MA
65942010-03-16 Michael Albinus <michael.albinus@gmx.de>
6595
6596 * net/secrets.el (secrets-enabled): New variable. Use it instead
6597 of a subfeature.
6598
7c75524e
MA
65992010-03-15 Michael Albinus <michael.albinus@gmx.de>
6600
6601 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
6602 service "org.freedesktop.secrets" can be pinged.
6603 Provide subfeature `enabled'.
7c75524e 6604
57938a79
JL
66052010-03-14 Juri Linkov <juri@jurta.org>
6606
6607 Add finder unknown keywords.
6608
6609 * finder.el (finder-unknown-keywords): New function.
6610
6611 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6612 to create a Finder node with unknown keywords.
6613
88f4758e
JL
66142010-03-14 Juri Linkov <juri@jurta.org>
6615
6616 * finder.el (finder-compile-keywords): Replace `princ' with
6617 `prin1' on a list of symbols interned from keyword strings.
6618
6619 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6620 a comma, then split keywords using a comma and optional whitespace.
6621 Otherwise, split by whitespace.
6622
6623 * complete.el:
6624 * face-remap.el:
6625 * log-view.el:
6626 * net/hmac-def.el:
6627 * net/hmac-md5.el:
6628 * net/netrc.el:
6629 * progmodes/mixal-mode.el: Fix keywords.
6630
7725ebb7
MA
66312010-03-13 Michael Albinus <michael.albinus@gmx.de>
6632
6633 * Makefile.in (ELCFILES): Add net/secrets.elc.
6634
6635 * net/secrets.el: New file.
6636
6f320937
CY
66372010-03-12 Chong Yidong <cyd@stupidchicken.com>
6638
6639 * facemenu.el (list-colors-display, list-colors-print): New arg
6640 callback. Use it to allow selecting colors.
6641
6642 * wid-edit.el (widget-image-insert): Insert image prop even if the
6643 current display is non-graphic.
6644 (widget-field-value-set): New fun.
6645 (editable-field): Use it.
6646 (widget-field-value-get): Clean up unused var.
85626eef
SM
6647 (widget-color-value-create, widget-color--choose-action):
6648 New funs. Allow using list-colors-display to choose color.
6f320937 6649
647f9993
CY
66502010-03-12 Chong Yidong <cyd@stupidchicken.com>
6651
6652 * cus-edit.el: Resort topmost custom groups.
6653 (custom-buffer-sort-alphabetically): Default to t.
6654 (customize-apropos): Use apropos-parse-pattern.
6655 (custom-search-field): New var.
6656 (custom-buffer-create-internal): Add custom-apropos search field.
6657 (custom-add-parent-links): Don't display parent doc.
6658 (custom-group-value-create): Don't sort top-level custom group.
85626eef 6659 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
6660
6661 (custom-variable-state): New fun, from custom-variable-state-set.
6662 (custom-variable-state-set): Use it.
6663 (custom-group-value-create): Hide options with standard values
6664 using the :hidden-states property. Use progress reporter.
6665
6666 (custom-show): Simplify.
6667 (custom-visibility): Disable images by default.
6668 (custom-variable): New property :hidden-states.
6669 (custom-variable-value-create): Enable images for
6670 custom-visibility widgets. Use :hidden-states property to
6671 determine initial visibility.
6672
6673 * wid-edit.el (widget-image-find): Give images center ascent.
6674 (visibility): Add :on-image and :off-image properties.
6675 (widget-visibility-value-create): Use them.
6676
eba5b4dd
CY
66772010-03-12 Chong Yidong <cyd@stupidchicken.com>
6678
6679 * cus-edit.el (processes): Remove from development group.
6680 (oop, hypermedia): Delete group.
26f4b8ab 6681 (comm): Promote to top-level group.
eba5b4dd
CY
6682
6683 * net/browse-url.el (browse-url):
6684 * net/xesam.el (xesam):
6685 * net/tramp.el (tramp):
6686 * net/goto-addr.el (goto-address):
26f4b8ab 6687 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
6688
6689 * view.el (view): Remove from editing group.
6690
6691 * uniquify.el (uniquify): Put in files group.
6692
6693 * net/browse-url.el (browse-url):
6694 * ps-print.el (postscript): Put in external group.
6695
6696 * cus-edit.el (outlines):
6697 * textmodes/text-mode.el (text-mode-hook):
6698 * textmodes/table.el (table):
6699 * textmodes/picture.el (picture):
6700 * outline.el (outlines): Put in wp group.
6701
6702 * nxml/nxml-mode.el (nxml): Remove from wp group.
6703
6704 * net/tramp-imap.el (tramp-imap): Put in tramp group.
6705
6706 * mail/metamail.el (metamail): Remove from hypermedia group.
6707
6708 * cus-edit.el (abbrev):
6709 * whitespace.el (whitespace):
6710 * vcursor.el (vcursor):
6711 * reveal.el (reveal):
6712 * hl-line.el (hl-line): Put in convenience group.
6713
6714 * epg-config.el (epg): Put in data group.
6715
6716 * emulation/pc-select.el (pc-select): Put in emulations group.
6717
6718 * calculator.el (calculator): Put in applications group.
6719
8117868f
DN
67202010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
6721
6722 Add .dir-locals.el support for file-less buffers.
6723 * files.el (hack-local-variables): Split out code to apply local
6724 variable settings ...
6725 (hack-local-variables-apply): ... here. New function.
6726 (hack-dir-local-variables): Use the default directory for when the
6727 buffer does not have an associated file.
6728 (hack-dir-local-variables-non-file-buffer): New function.
6729 * diff-mode.el (diff-mode):
6730 * vc-annotate.el (vc-annotate-mode):
6731 * vc-dir.el (vc-dir-mode):
6732 * log-edit.el (log-edit-mode):
6733 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
6734
855a2294
DN
67352010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
6736
6737 Add support for shelving snapshots and for showing shelves.
6738 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
6739 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
6740 New functions.
6741 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6742 (vc-bzr-extra-menu-map): Map them.
6743
3e5b7009
GM
67442010-03-11 Glenn Morris <rgm@gnu.org>
6745
0dcf7d7e
GM
6746 * cus-edit.el (customize-changed-options-previous-release):
6747 Bump to 23.1.
6748
3e5b7009
GM
6749 * image.el (image-animate-max-time): Fix :version tag.
6750
288f9fc0
CY
67512010-03-10 Chong Yidong <cyd@stupidchicken.com>
6752
6753 * Branch for 23.2.
6754
53ef91b1
SM
67552010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * vc-git.el (vc-git-revision-table): Include remote branches.
6758
b41460ae 67592010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
6760
6761 Animated image API.
6762 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
6763
6764 * image.el (image-animate-max-time): New defcustom.
6765 (image-animated-types): New defconst.
6766 (create-animated-image, image-animate-timer)
6767 (image-animate-start, image-animate-stop, image-animate-timeout)
6768 (image-animated-p): New functions.
6769
6770 * image-mode.el (image-toggle-display-image):
6771 Replace `create-image' with `create-animated-image'.
6772
e5d1fb10 67732010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
6774
6775 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
6776 instead of "format:"; this ensures that the output is
6777 newline-terminated.
6778
4e7cafbe
CY
67792010-03-08 Chong Yidong <cyd@stupidchicken.com>
6780
6781 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
6782 that all errors are caught, and that the return value is always a
6783 list (Bug#5692).
6784
aec66319
KH
67852010-03-08 Kenichi Handa <handa@m17n.org>
6786
6787 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 6788 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 6789
b327c975
AS
67902010-03-07 Andreas Schwab <schwab@linux-m68k.org>
6791
6792 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
6793 call to rfc822-bad-address. (Bug#5692)
6794
1c465a6a
CY
67952010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
6796
85626eef
SM
6797 * vc-git.el (vc-git-annotate-extract-revision-at-line):
6798 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 6799
a4e32226
CY
68002010-03-06 Chong Yidong <cyd@stupidchicken.com>
6801
6802 * calculator.el (calculator): Don't bind split-window-keep-point
6803 (Bug#5674).
6804
4c83ed3d
SM
68052010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * vc-git.el: Re-flow to fit into 80 columns.
6808 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
6809 Remove spurious `quote' element in each case alternative.
6810 (vc-git-show-log-entry): Use prog1.
6811 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
6812
e8defde3
SM
68132010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
6816
233f0c9f
CY
68172010-03-03 Chong Yidong <cyd@stupidchicken.com>
6818
6819 * macros.el (insert-kbd-macro): Look up keyboard macro using the
6820 definition, not the name (Bug#5481).
6821
254bedef 68222010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
6823
6824 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
6825 argument with a local variable. (Bug#5670)
6826
7187cdae
JL
68272010-03-02 Juri Linkov <juri@jurta.org>
6828
6829 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
6830
9cf3544e
MA
68312010-03-02 Michael Albinus <michael.albinus@gmx.de>
6832
6833 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
6834 error when FILENAME and NEWNAME are existing remote directories.
6835
6836 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
6837 parameter DIR-FLAG.
6838
33f77982
GM
68392010-03-02 Glenn Morris <rgm@gnu.org>
6840
6841 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
6842 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
6843
d99ea08e
KH
68442010-03-01 Kenichi Handa <handa@m17n.org>
6845
e8defde3 6846 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
6847 myanmar-composable-pattern.
6848
e8defde3
SM
6849 * international/characters.el (script-list):
6850 * international/fontset.el (script-representative-chars):
6851 Change myanmar to burmese.
d99ea08e 6852 (otf-script-alist): Likewise.
4aa2c3b2
KH
6853 (setup-default-fontset): Likewise. Re-fix :otf spec.
6854
b374f54d
KY
68552010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
6856
6857 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
6858
71572c03
JD
68592010-02-28 Jan Djärv <jan.h.d@swipnet.se>
6860
6861 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
6862
00cffdeb
MA
68632010-02-28 Michael Albinus <michael.albinus@gmx.de>
6864
6865 * net/tramp.el (tramp-handle-write-region): START can be a string.
6866 Take care in the checks. Reported by Dan Davison
6867 <davison@stats.ox.ac.uk>.
6868
d4b06783
MA
68692010-02-28 Michael Albinus <michael.albinus@gmx.de>
6870
6871 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
6872 (dbus-set-property, dbus-get-all-properties):
6873 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 6874
8c3e96d2
CY
68752010-02-28 Chong Yidong <cyd@stupidchicken.com>
6876
de3a1fe9
CY
6877 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
6878 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
6879 * calendar/icalendar.el (icalendar--add-diary-entry):
6880 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
6881 * files.el (recover-session-finish): Use with-current-buffer
6882 instead of save-excursion.
6883
c53b9c3b
SM
68842010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6885
6886 Fix in-buffer completion when after-change-functions modify the buffer.
6887 * minibuffer.el (completion--replace): New function.
6888 (completion--do-completion): Use it and use relative movement.
6889
4a16bdc6
CY
68902010-02-27 Chong Yidong <cyd@stupidchicken.com>
6891
6892 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 6893
b8280f39
CY
68942010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
6895
c53b9c3b
SM
6896 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
6897 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 6898
f88cc4d6
KH
68992010-02-26 Kenichi Handa <handa@m17n.org>
6900
6901 * language/burmese.el: Fix entries in composition-function-table.
6902 (myanmar-composable-pattern): New variable.
6903
6904 * international/fontset.el (setup-default-fontset): Add an entry
6905 for myanmar.
6906
6907 * international/characters.el (script-list): Add Myanmar
6908 Extended-A.
6909
cdbf9100
GM
69102010-02-26 Glenn Morris <rgm@gnu.org>
6911
90a94603
GM
6912 * custom.el (custom-initialize-delay): Doc fix.
6913
cdbf9100
GM
6914 * mail/sendmail.el (send-mail-function): Autoload the call
6915 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
6916
f95a5fd0
CY
69172010-02-24 Chong Yidong <cyd@stupidchicken.com>
6918
6919 * files.el (hack-local-variables-filter): For eval forms, also
6920 check safe-local-variable-p (Bug#5636).
6921
459a5f4b
MA
69222010-02-22 Michael Albinus <michael.albinus@gmx.de>
6923
6924 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
6925 setting the modes by `ignore-errors'. It might fail, for example
6926 if the file is not owned by the user but the group.
6927 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
6928
bb23f6e8
CY
69292010-02-21 Chong Yidong <cyd@stupidchicken.com>
6930
50c58e27
CY
6931 * files.el (directory-listing-before-filename-regexp): Use
6932 stricter matching for iso-style dates, to avoid false matches with
6933 date-like filenames (Bug#5597).
6934
b660eb70
CY
6935 * htmlfontify.el (htmlfontify): Doc fix.
6936
6937 * eshell/eshell.el (eshell): Doc fix.
6938
bb23f6e8
CY
6939 * startup.el (fancy-about-screen): In mode-line, apply
6940 mode-line-buffer-id face only to the buffer name (Bug#5613).
6941
3e39928c
CY
69422010-02-20 Kevin Ryde <user42@zip.com.au>
6943
f7e0618c
JB
6944 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6945 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
6946 (Bug#5599).
6947
0f00e948
EZ
69482010-02-20 Eli Zaretskii <eliz@gnu.org>
6949
6950 * subr.el (remove-yank-excluded-properties): Explain in a comment
6951 why `category' property is removed.
6952
3513efb2
CY
69532010-02-19 Chong Yidong <cyd@stupidchicken.com>
6954
6955 * isearch.el (isearch-update-post-hook, isearch-update): Revert
6956 2010-02-17 change.
6957
b4340b3f
UJ
69582010-02-19 Ulf Jasper <ulf.jasper@web.de>
6959
6960 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
6961 (icalendar--convert-weekly-to-ical)
6962 (icalendar--convert-yearly-to-ical)
6963 (icalendar--convert-block-to-ical)
6964 (icalendar--convert-cyclic-to-ical)
6965 (icalendar--convert-anniversary-to-ical): Take care of time
6966 specifications where hour has 1-digit only (Bug#5549).
6967
8cfae03d
NR
69682010-02-19 Nick Roberts <nickrob@snap.net.nz>
6969
6970 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
6971 of disassemble output in GDB 7.1.
6972
055e4eea
GM
69732010-02-19 Glenn Morris <rgm@gnu.org>
6974
6975 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
6976 property. (Bug#5593)
6977
ff6b00de
SS
69782010-02-18 Sam Steingold <sds@gnu.org>
6979
6980 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6981
fe8c0b47
SM
69822010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6983
6984 Use abbreviated file names in bookmarks (bug#5591).
6985 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
6986 calls to expand-file-name.
6987 (bookmark-relocate): Use abbreviated file names in bookmarks.
6988 (bookmark-load): Use abbreviated file names in messages.
6989
73a37a69
MA
69902010-02-18 Michael Albinus <michael.albinus@gmx.de>
6991
6992 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
6993 expand "." and "..". Reported by Thierry Volpiatto
6994 <thierry.volpiatto@gmail.com>.
6995
6e4f5731
MA
69962010-02-18 Michael Albinus <michael.albinus@gmx.de>
6997
6998 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
6999 permissions of the temporary file to "0600". In case the remote
7000 file has no read permissions for the owner, there might be
7001 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7002
700322010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
7004
7005 * emacs-lisp/authors.el (authors-renamed-files-alist):
7006 Add entries for INSTALL.CVS.
7007
ba5bf642
MH
70082010-02-17 Mark A. Hershberger <mah@everybody.org>
7009
f7e0618c 7010 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 7011
f7e0618c 7012 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
7013 (isearch-update): Use the new hook.
7014
aac0b0f2
MA
70152010-02-16 Michael Albinus <michael.albinus@gmx.de>
7016
fe8c0b47
SM
7017 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7018 Fix errors in copying directories.
aac0b0f2
MA
7019 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7020 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7021 (tramp-handle-delete-file)
7022 (tramp-handle-dired-recursive-delete-directory)
7023 (tramp-handle-write-region): Flush also the cache for the upper
7024 directory.
7025
05bbe066
CY
70262010-02-16 Chong Yidong <cyd@stupidchicken.com>
7027
e8ab3908
CY
7028 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7029
ff90f4b0
CY
7030 * cus-edit.el (hardware): Doc fix.
7031
7032 * man.el (man): Add to external custom group.
7033
7034 * delim-col.el (columns): Move to wp custom group.
7035
7036 * doc-view.el (doc-view): Add to data custom group.
7037
fe8c0b47 7038 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 7039
05bbe066
CY
7040 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7041 by ispell-parse-output (Bug#5575).
7042
fa6ea913
KH
70432010-02-16 Kenichi Handa <handa@m17n.org>
7044
7045 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7046 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7047 (skkdic-convert): Use `euc-japan' coding system for writing.
7048
88fd78ae
GM
70492010-02-16 Glenn Morris <rgm@gnu.org>
7050
7051 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7052 tex-main-file before using it. (Bug#5562)
7053
2b8c974a
SM
70542010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7055
7056 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7057 warnings, since it is annoying for the user to see them each time he
7058 runs the code.
7059
7540f029
MA
70602010-02-15 Michael Albinus <michael.albinus@gmx.de>
7061
7062 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7063 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7064 instead of PROC for caching "first-password-request". Otherwise,
7065 new processes would not profit from passwords already entered.
7066
2b8c974a
SM
7067 * net/tramp-cache.el (tramp-dump-connection-properties):
7068 Don't save "first-password-request" property.
7540f029 7069
fa5f7c5f
JB
70702010-02-14 Juanma Barranquero <lekktu@gmail.com>
7071
7072 * outline.el (outline-head-from-level):
7073 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
7074 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7075 (elint-defun, elint-buffer-env, elint-top-form-logged)
7076 (elint-unbound-variable):
7077 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7078 Fix typos in docstrings.
7079
ecbaeb7b
MA
70802010-02-14 Michael Albinus <michael.albinus@gmx.de>
7081
7082 * files.el (insert-directory): When WILDCARD-REGEXP and
7083 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7084 whole directory. (Bug#5551)
7085
7086 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7087 dired's alignment sanity. (Bug#5516)
7088
91e3333f
JL
70892010-02-14 Juri Linkov <juri@jurta.org>
7090
7091 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7092 Remove remaining ^H with their preceding chars. (Bug#5566)
7093
36020642
GM
70942010-02-13 Glenn Morris <rgm@gnu.org>
7095
7096 * simple.el (transpose-subr): Give it a doc-string.
7097
7098 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7099 Doc fixes.
7100
f5952338
JL
71012010-02-12 Juri Linkov <juri@jurta.org>
7102
7103 * arc-mode.el (archive-unique-fname): Make directories for nested
7104 archives. (Bug#5540)
7105
918fe50f
JL
71062010-02-12 Juri Linkov <juri@jurta.org>
7107
7108 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7109
c07ff221
SM
71102010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7111
48b1e7cf
SM
7112 * subr.el (copy-overlay): Handle deleted overlays.
7113
c07ff221
SM
7114 * man.el (Man-completion-table): Don't signal an error if we can't run
7115 manual-program (bug#4056).
7116
0e374247
JB
71172010-02-10 Juanma Barranquero <lekktu@gmail.com>
7118
7119 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7120
dbf8402b
SM
71212010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7122
348d1e60
SM
7123 * info.el (Info-bookmark-jump): Simplify.
7124
dbf8402b
SM
7125 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7126 (bookmark-default-handler): Accept new bookmark field `buffer'.
7127
e6d23bb5
CY
71282010-02-10 Chong Yidong <cyd@stupidchicken.com>
7129
7130 * iswitchb.el (iswitchb-completions): Revert last change.
7131
a8e4290b
MA
71322010-02-10 Michael Albinus <michael.albinus@gmx.de>
7133
2b23acde 7134 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
7135 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7136 This prevents file names like "~/" being listed literally.
a8e4290b 7137
c59d6fad
DN
71382010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7139
348d1e60
SM
7140 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7141 Remove dead code. (Bug#5546)
c59d6fad 7142
3a66e78f
CY
71432010-02-09 Chong Yidong <cyd@stupidchicken.com>
7144
7145 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7146 correctly (Bug#5548).
7147
f29fd869
CY
71482010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7149
7150 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 7151 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 7152
7fad1447
KH
71532010-02-08 Kenichi Handa <handa@m17n.org>
7154
7155 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 7156 cookie for putting `lisp-indent-function'.
7fad1447 7157
50e4518b
GM
71582010-02-07 Glenn Morris <rgm@gnu.org>
7159
7160 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7161 Move F2003 named interfaces from keywords-2 to keywords-1, and
7162 use function-name-face rather than constant-face.
7163 Simplify "abstract interface" regexp.
7164
a4cc44cf
CY
71652010-02-07 Chong Yidong <cyd@stupidchicken.com>
7166
7167 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7168 ID-FORMAT. Pass it to `file-attributes'.
7169
7170 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7171
c917476d
CY
71722010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7173
7174 * faces.el (set-face-attribute): Allow calling
7175 internal-set-lisp-face-attribute with 'unspecified family and
7176 foundry argument (Bug#5536).
7177
7cf3f3d6
GM
71782010-02-07 Glenn Morris <rgm@gnu.org>
7179
7180 * progmodes/f90.el (f90-font-lock-keywords-2)
7181 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7182 Handle F2003 named interfaces.
7183
ffe87109
CY
71842010-02-06 Chong Yidong <cyd@stupidchicken.com>
7185
7186 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7187 beg and end before calling c-get-state-before-change-functions.
7188
4775ecad
DN
71892010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7190
7191 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7192
0d17c4b9
JL
71932010-02-05 Juri Linkov <juri@jurta.org>
7194
7195 * doc-view.el (doc-view-mode):
7196 * image-mode.el (image-mode): Put property mode-class=special.
7197 (Bug#4896)
7198
8228a275
MH
71992010-02-05 Mark A. Hershberger <mah@everybody.org>
7200
7201 * vc-svn.el (vc-svn-revision-table): New function.
7202
d9320986
MA
72032010-02-05 Michael Albinus <michael.albinus@gmx.de>
7204
7205 * net/ange-ftp.el (ange-ftp-insert-directory):
7206 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7207 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7208 Handle also directories. (Bug#5478)
7209
f43d8ecc
GM
72102010-02-05 Glenn Morris <rgm@gnu.org>
7211
7212 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7213
ce3a988d
CY
72142010-02-05 Chong Yidong <cyd@stupidchicken.com>
7215
7216 * startup.el (command-line-1): Convert options beginning with a
7217 single dash as well (Bug#5519).
7218
bdd42899
SM
72192010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7220
51b23c44
SM
7221 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7222 * minibuffer.el (completion-initials-expand): Only check the presence
7223 of delims *within* the boundaries, since otherwise the / delim is
7224 always found for files.
7225
bdd42899
SM
7226 Fix up various corner case problems.
7227 * doc-view.el (doc-view-last-page-number): New function.
7228 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7229 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7230 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7231 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7232 (doc-view-convert-current-doc): Don't create the resolution.el file
7233 here any more.
7234 (doc-view-pdf/ps->png): Do it here instead.
7235 (doc-view-already-converted-p): Check that resolution.el is present.
7236 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7237 windows that are not yet showing images.
7238
d5b3979c
MA
72392010-02-04 Michael Albinus <michael.albinus@gmx.de>
7240
7241 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7242 `dired-uncache' for every elemnt which is an absolute file name.
7243
7244 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7245 directory, handle its directory component.
7246 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7247 function is called permanently and creates noise, otherwise.
7248
7249 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7250 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7251 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7252
b003beb1
DB
72532010-02-04 David Burger <dburger@google.com> (tiny change)
7254
7255 * macros.el (apply-macro-to-region-lines):
7256 Minor simplification. (Bug#5485)
7257
ea92f9f3
GM
72582010-02-04 Glenn Morris <rgm@gnu.org>
7259
a03ae20d
GM
7260 * mail/rmail.el (rmail-show-message-1): Handle malformed
7261 quoted-printable text. (Bug#5441)
7262
4d01b827
GM
7263 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7264
ea92f9f3
GM
7265 * simple.el (visual-line-mode): Capitalize lighter.
7266
82055bb7
JW
72672010-02-03 John Wiegley <jwiegley@gmail.com>
7268
7269 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7270 list of files considered for "virtual buffer" completions.
7271
8214b6e4
MA
72722010-02-03 Michael Albinus <michael.albinus@gmx.de>
7273
7274 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 7275 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
7276 when dired is called with a list of files, which are not in
7277 `default-directory'. (Bug#5478)
7278
1df9718f
SM
72792010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7282
02ba1267
JL
72832010-02-02 Juri Linkov <juri@jurta.org>
7284
7285 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7286 from unidiff to allow function-line after @@.
7287
a0c6a0fb
JL
72882010-02-02 Juri Linkov <juri@jurta.org>
7289
7290 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7291 '(RCS SCCS) with inverted condition.
7292
c35fcd52
MA
72932010-02-02 Michael Albinus <michael.albinus@gmx.de>
7294
7295 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7296 messages.
7297
6ba973c1
JL
72982010-02-01 Juri Linkov <juri@jurta.org>
7299
7300 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7301 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7302 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7303 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7304
0bca393f
SM
73052010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7306
7307 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7308 (doc-view-revert-buffer): New command.
7309 (doc-view-mode-map): Use it.
7310
7a444e2a
DN
73112010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7312
7313 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7314 pending merge is detected.
7315
ad6fc8f4
JL
73162010-01-31 Juri Linkov <juri@jurta.org>
7317
7318 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7319 beginning of interactive spec like all other grep commands do.
7320 Put "all" in front of "gz". (Bug#5260)
7321
b9236874
DN
73222010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7323
7324 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7325
1e868757
CY
73262010-01-29 Chong Yidong <cyd@stupidchicken.com>
7327
7328 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7329 regexp is incorrect (Bug#5476).
7330
e5c70c41
MA
73312010-01-29 Michael Albinus <michael.albinus@gmx.de>
7332
7333 * net/tramp.el (tramp-handle-insert-directory): Handle also
7334 symlinks, when FILENAME is not in `default-directory'.
7335
0c0b61f1
MA
73362010-01-28 Michael Albinus <michael.albinus@gmx.de>
7337
7338 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 7339 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
7340
7341 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7342 of SWITCHES. Handle the case, FILENAME is not in
7343 `default-directory'. (Bug#5478)
7344 (tramp-register-file-name-handlers): Add safe-magic property.
7345
763f325e
CY
73462010-01-28 Chong Yidong <cyd@stupidchicken.com>
7347
7348 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7349 unzip (Bug#5475).
7350
fd09a83f
CY
73512010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7352
7353 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7354 (flymake-master-make-header-init): Add other C++ filename masks.
7355 (flymake-find-possible-master-files)
7356 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7357
7e5686f0
MA
73582010-01-28 Michael Albinus <michael.albinus@gmx.de>
7359
7360 Fix some busybox annoyances.
7361
7362 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7363 not responding." string.
7364 (tramp-open-connection-setup-interactive-shell): Dump stty
7365 settings. Enable "neveropen" arg for all `tramp-send-command'
7366 calls. Handle "=" in variable values properly.
7367 (tramp-find-inline-encoding): Raise an error, when no encoding is
7368 found.
7369 (tramp-wait-for-output): Check, whether PROC buffer is available.
7370 Remove spurious " ^H" sequences, sent by busybox.
7371 (tramp-get-ls-command): Suppress coloring, if possible.
7372
c6265c10
GM
73732010-01-28 Glenn Morris <rgm@gnu.org>
7374
c85a168b
GM
7375 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
7376
c6265c10
GM
7377 * log-edit.el (log-edit-strip-single-file-name): Add missing
7378 :safe, :group, and :version tags.
7379
7d82a738
SB
73802010-01-27 Stephen Berman <stephen.berman@gmx.net>
7381
7382 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7383 buffers. (Bug#5477)
7384
8b0e68ea
CY
73852010-01-27 David De La Harpe Golden <david@harpegolden.net>
7386
7387 * files.el (delete-directory): Handle moving to trash without
7388 first doing recursion (Bug#5436).
7389
368d3208
DN
73902010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
7391
7392 * vc-hooks.el (vc-path): Mark as obsolete.
7393
755da7fa
DN
73942010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7395
e2396d80
DN
7396 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7397 names too.
7398
755da7fa
DN
7399 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7400 for the short log.
7401 (vc-bzr-log-view-mode): Adjust regexp for the above change.
7402
6a6d15ab 74032010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 7404
ac9ffe99 7405 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 7406
48c2d18a 7407 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 7408
504dcc71
EH
74092010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
7410
7411 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7412 diff-index command. This requires at least git-1.5.5. (Bug#1589).
7413
51850286
DN
74142010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7415
c2f1d6d8
DN
7416 Remove support for adding --signoff on commit.
7417 Future support will use an incompatible generic mechanism.
7418 * vc-git.el (vc-git-add-signoff): Remove variable.
7419 (vc-git-toggle-signoff): Remove function.
7420 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7421
51850286
DN
7422 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7423 from xterm-set-background-mode. Return t if the background mode
7424 was set.
7425 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7426 earlier, call it again in case the background mode has changed.
7427
02c6d0d0
CY
74282010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
7429
7430 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7431 (Bug#3541).
7432
064eee03
CY
74332010-01-23 Chong Yidong <cyd@stupidchicken.com>
7434
02c6d0d0
CY
7435 * emacs-lisp/assoc.el (aelement): Doc fix.
7436 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 7437
5336c3ec 74382010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 7439
48c2d18a 7440 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
7441 is the same as subprogram call, not declaration. (Bug#5435).
7442
0536254e
MA
74432010-01-23 Michael Albinus <michael.albinus@gmx.de>
7444
7445 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7446 (tramp-smb-maybe-open-connection): Use it.
7447
411d06c2
MA
74482010-01-22 Michael Albinus <michael.albinus@gmx.de>
7449
0536254e 7450 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 7451
c893016b
SM
74522010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7455 just because we see "encoding: 8bit".
7456 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7457
9425f8e1
CY
74582010-01-22 Chong Yidong <cyd@stupidchicken.com>
7459
7460 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7461
6a801864
EZ
74622010-01-22 Eli Zaretskii <eliz@gnu.org>
7463
7464 * jka-compr.el (jka-compr-load): If load-file is not in
7465 load-history, try its file-truename version. (bug#5447)
7466
3e8f7d91
AM
74672010-01-21 Alan Mackenzie <acm@muc.de>
7468
7469 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
7470 * progmodes/cc-engine.el (c-invalidate-state-cache):
7471 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
7472 special cpp construct is still in the buffer.
7473 (c-parse-state): Record the special cpp with markers, not numbers.
7474
f0bd0ad5
CY
74752010-01-21 Kenichi Handa <handa@m17n.org>
7476
7477 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7478 process last-command-event, as it is now decoded first (Bug#5380).
7479
5189d95b
CY
74802010-01-20 Chong Yidong <cyd@stupidchicken.com>
7481
7482 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7483
e073d74a
GM
74842010-01-20 Glenn Morris <rgm@gnu.org>
7485
7486 * indent.el (tab-always-indent): Fix custom-type.
7487
8ee04f3a
AM
74882010-01-19 Alan Mackenzie <acm@muc.de>
7489
7490 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7491 buffer throws "args out of range".
7492 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7493 playing the role of delimiter.
7494
6a47c86a
SL
74952010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
7496
bf0b361c 7497 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
7498 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7499 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7500 changed. Delete RECURSIVE parameter; never used. Improve doc string.
7501 Improve comments in "is" portion. Handle null procedure declaration.
7502 (ada-move-to-end): Improve doc string.
7503
2acfb954
ÓF
75042010-01-18 Óscar Fuentes <ofv@wanadoo.es>
7505
e90d57c0 7506 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 7507 Remove obsolete information from commentary.
e90d57c0
JB
7508 (ido-choice-list): Initialize to nil.
7509 (ido-get-bufname): Reject minibuffers.
7510 (ido-make-buffer-list): If "default" is a nonexistent
7511 buffer, ignore it, as per the function's comment.
7512 (ido-kill-buffer-internal): New function.
7513 (ido-kill-buffer-at-head): Use it.
7514 (ido-visit-buffer): Likewise.
2acfb954 7515
244b023e
CY
75162010-01-18 Chong Yidong <cyd@stupidchicken.com>
7517
7518 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7519
db9e401b
JB
75202010-01-18 Juanma Barranquero <lekktu@gmail.com>
7521
db9e401b
JB
7522 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7523 Fix typos in chart titles.
7524
7525 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
7526 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7527 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7528 (describe-class, eieio-describe-generic, describe-generic):
7529 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7530 (eieio-speedbar-expand):
7531 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7532 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7533 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7534 (viper-del-backward-char-in-replace, viper-backward-indent)
7535 (viper-brac-function, viper-register-to-point, viper-submit-report):
7536 * net/tramp.el (tramp-remote-coding-commands):
7537 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7538 Fix typos in docstrings.
7539
9295137d
CY
75402010-01-17 Chong Yidong <cyd@stupidchicken.com>
7541
7542 * mail/sendmail.el (mail-yank-original): Set the mark if the
7543 specified function for yanking does not do it.
7544
4d0bbcb6
DN
75452010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
7546
7902c120
DN
7547 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
7548
4d0bbcb6
DN
7549 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7550 resyncing a directory.
7551
0b702bc1
SL
75522010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
7553
6a47c86a 7554 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
7555 (ada-ident-re): Delete ., allow multibyte characters.
7556 (ada-goto-label-re): New; matches goto labels.
7557 (ada-block-label-re): New; matches block labels.
7558 (ada-label-re): New; matches both.
7559 (ada-named-block-re): Deleted; callers changed to use
7560 `ada-block-label-re' instead.
7561 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7562 Use `ada-block-label-re'.
7563 (ada-indent-on-previous-lines): Improve handling of goto labels.
7564 (ada-get-indent-block-start): Special-case block label.
7565 (ada-get-indent-label): Split into `ada-indent-block-label' and
7566 `ada-indent-goto-label'.
7567 (ada-goto-stmt-start, ada-goto-next-non-ws):
7568 Optionally ignore goto labels.
7569 (ada-goto-next-word): Simplify.
7570 (ada-indent-newline-indent-conditional): Insert newline before
7571 trying to fix indentation; doc fix.
7572
05287c49
JB
75732010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
7574
7575 * calc/calc.el (calc-command-flags): Give it an initial value.
7576
4963739e
JB
75772010-01-17 Juanma Barranquero <lekktu@gmail.com>
7578
4963739e
JB
7579 * files.el (minibuffer-with-setup-hook):
7580 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7581 (artist-key-draw-continously, artist-key-do-continously-continously)
7582 (artist-key-set-point-continously, artist-mouse-draw-continously):
7583 Fix typos in docstrings.
7584
116bd1ee
CY
75852010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
7586
7587 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7588 return t (Bug#3898).
7589
2784cd7a 75902010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
7591
7592 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7593 can parse the output of the external commands (Bug#5279).
7594
abd5cfe8
CY
75952010-01-16 Jari Aalto <jari.aalto@cante.net>
7596
7597 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7598
4fe22cdf
CY
75992010-01-16 Chong Yidong <cyd@stupidchicken.com>
7600
bbdc98ef
CY
7601 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7602
c7dc1ac1
CY
7603 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7604
4fe22cdf
CY
7605 * startup.el (command-line): Remove unused --icon-type arg.
7606 Handle --display arg, passing it to command-line-1 (Bug#5392).
7607
045b9da7
ML
76082010-01-16 Mario Lang <mlang@delysid.org>
7609
045b9da7
ML
7610 * emacs-lisp/chart.el (chart-translate-namezone):
7611 * textmodes/artist.el (artist-compute-popup-menu-table):
7612 Remove duplicated words in doc-strings.
7613
6554a5df
CY
76142010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
7615
7616 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7617 to mairix-search to suppress threading (Bug#5342).
7618
ca4f0e9a
KH
76192010-01-15 Kenichi Handa <handa@m17n.org>
7620
7621 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 7622 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 7623
1db3226b
GM
76242010-01-15 Glenn Morris <rgm@gnu.org>
7625
56a03f46
GM
7626 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
7627
7628 * wid-edit.el (widget-keymap): Doc fix.
7629
1db3226b
GM
7630 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7631 former seems to be more widely accepted by various svn versions.
7632
80cd4bb4
JB
76332010-01-14 Juanma Barranquero <lekktu@gmail.com>
7634
d1f18ec0
JB
7635 * find-cmd.el (find-constituents):
7636 * vc-arch.el (vc-arch-root):
7637 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
7638 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7639 * progmodes/ada-stmt.el (ada-if):
7640 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7641 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7642 (ispell-encoding8-command, ispell-aspell-supports-utf8)
7643 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7644
80cd4bb4
JB
7645 * progmodes/flymake.el (flymake-post-syntax-check):
7646 Fix typo in error message.
7647
9c23ca47
JB
76482010-01-14 Juanma Barranquero <lekktu@gmail.com>
7649
7650 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7651 which is always a string. (Bug#5313)
7652
8794c483
JB
76532010-01-14 Juanma Barranquero <lekktu@gmail.com>
7654
7655 * progmodes/ada-xref.el (ada-default-prj-properties):
7656 Simplify previous change.
7657
95005d39
SL
76582010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7659
7660 * progmodes/ada-xref.el (ada-default-prj-properties):
7661 Default ada_project_path to $ADA_PROJECT_PATH.
7662
76632010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
7664
7665 * progmodes/ada-mode.el (ada-create-keymap):
7666 Override `narrow-to-defun' with `ada-narrow-to-defun'.
7667
fb0d1545
SL
76682010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7669
7670 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7671 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7672 (ada-get-current-indent, ada-imenu-generic-expression)
7673 (ada-which-function): Check for it.
7674
5c9434d0
SL
76752010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7676
7677 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7678 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7679
3a4f3a3b
GM
76802010-01-14 Glenn Morris <rgm@gnu.org>
7681
7682 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
7683
d9a7c140
KH
76842010-01-14 Kenichi Handa <handa@m17n.org>
7685
7686 * composite.el (auto-composition-mode): Make it a buffer local
7687 variable (permanent-local).
7688 (auto-composition-function): Set the default value to
7689 auto-compose-chars.
49caf252 7690 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
7691 (global-auto-composition-mode): Likewise.
7692 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 7693
38bee102
KF
76942010-01-13 Karl Fogel <kfogel@red-bean.com>
7695
7696 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 7697
b8b45afc
MA
76982010-01-12 Michael Albinus <michael.albinus@gmx.de>
7699
7700 * files.el (copy-directory): Compute target for recursive
7701 directories with identical names. (Bug#5343)
7702
893db5bc
GM
77032010-01-12 Glenn Morris <rgm@gnu.org>
7704
7705 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7706 it to bug-gnu-emacs rather than emacs-pretest-bug.
7707
d8b8451f
SS
77082010-01-11 Sam Steingold <sds@gnu.org>
7709
7710 * imenu.el (imenu-default-create-index-function): Detect infinite
7711 loops caused by imenu-prev-index-position-function.
7712
30afcdff
JB
77132010-01-11 Juanma Barranquero <lekktu@gmail.com>
7714
7715 * htmlfontify.el (htmlfontify-load-rgb-file)
7716 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7717 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7718 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7719 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7720 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7721 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7722 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7723 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7724 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7725 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7726 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7727 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7728 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7729 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7730 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
7731 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
7732 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
7733 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
7734 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
7735 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
7736 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
7737 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
7738 backslash-quoting from parentheses, etc.
7739
92b1c416
CY
77402010-01-11 Chong Yidong <cyd@stupidchicken.com>
7741
7742 * progmodes/js.el: Autoload javascript-mode alias.
7743
4454adab
JB
77442010-01-11 Juanma Barranquero <lekktu@gmail.com>
7745
7746 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
7747 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
7748 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7749 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7750 Fix typos in docstrings.
7751 (ffap-url-regexp): Doc fix.
7752 (ffap-at-mouse): Fix typo in message.
7753
6589a2f9
GM
77542010-01-11 Glenn Morris <rgm@gnu.org>
7755
7756 * version.el (emacs-copyright): Set copyright year to 2010.
7757
4e5617ee
SM
77582010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7759
7760 * format.el (format-annotate-function): Only set
7761 write-region-post-annotation-function after running to-fn so as not to
7762 affect nested write-region calls (bug#5273).
7763
52bee098
CY
77642010-01-10 Chong Yidong <cyd@stupidchicken.com>
7765
a069f067
CY
7766 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7767 wisent/python.el.
7768
e709e39d
CY
77692010-01-09 Chong Yidong <cyd@stupidchicken.com>
7770
7771 * man.el (Man-goto-section): Signal error if the section is not
7772 found (Bug#5317).
7773
6ee86780
JB
77742010-01-09 Juanma Barranquero <lekktu@gmail.com>
7775
7776 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7777 URLs with a leading triple slash in the file: scheme. (Bug#5345)
7778
fa7b5f7b
CY
77792010-01-09 Chong Yidong <cyd@stupidchicken.com>
7780
7781 * progmodes/compile.el: Don't treat compile-command as safe if
7782 compilation-read-command might be nil (Bug#4218).
7783
de62c4d9
JD
77842010-01-09 Jan Djärv <jan.h.d@swipnet.se>
7785
7786 * startup.el (command-line-1): Use orig-argi to check for ignored X and
7787 NS options.
7788
e94be827
KH
77892010-01-08 Kenichi Handa <handa@m17n.org>
7790
4e5617ee
SM
7791 * international/fontset.el (build-default-fontset-data):
7792 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 7793
1dfae2a2
JB
77942010-01-07 Juanma Barranquero <lekktu@gmail.com>
7795
7796 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7797 to `create-file-buffer' as it expects, not just a buffer name.
7798 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7799 to help uniquify. (Bug#3224)
7800
d0cf45b7
JD
78012010-01-06 Jan Djärv <jan.h.d@swipnet.se>
7802
7803 * font-setting.el (font-setting-change-default-font): Use user-spec
7804 instead of name.
7805
7534fa5e
DN
78062010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7807
7808 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7809
fd579fdc
CY
78102010-01-05 Tom Tromey <tromey@redhat.com>
7811
4e5617ee
SM
7812 * progmodes/python.el (python-font-lock-keywords):
7813 Handle qualified decorators (Bug#881).
fd579fdc 7814
37860caf
DN
78152010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7816
7817 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7818 in a lightweight checkout.
7819
69db641d
KH
78202010-01-05 Kenichi Handa <handa@m17n.org>
7821
4e5617ee 7822 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 7823
b25d6a02
DN
78242010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7825
7826 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7827
137d88ca
DN
78282010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
7829
7830 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7831 checkouts. (Bug#618)
3d5d0aa9 7832 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
7833 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7834 (vc-bzr-shelve-menu-map):
7835 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
7836 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 7837
da76998b
CY
78382010-01-02 Chong Yidong <cyd@stupidchicken.com>
7839
7840 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
7841 They are valid characters in URL paths (rfc3986), and at least
7842 Firefox does not understand the encoded version (Bug#3166).
7843
b2ad70b6
CY
78442010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
7845
7846 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
7847 (octave-block-begin-or-end-regexp, octave-block-match-alist):
7848 Add "end" keyword (Bug#3061).
b2ad70b6
CY
7849 (octave-end-as-array-index-p): New function.
7850 (calculate-octave-indent): Use it.
7851
54136282
KF
78522010-01-02 Karl Fogel <kfogel@red-bean.com>
7853
7854 * bookmark.el: Consistently put the text property on the bookmark name.
7855 (bookmark-bmenu-marks-width): Bump back to 2, to include
7856 annotation marks.
7857 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
7858 property on the bookmark name, instead of not putting it at all.
7859 (bookmark-bmenu-list): Fix where we put the text property.
7860
cc4d3cad
KF
78612010-01-02 Karl Fogel <kfogel@red-bean.com>
7862
7863 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
7864 for showing buffer modified state (as added in the previous change).
7865
b894c439
KF
78662010-01-02 Karl Fogel <kfogel@red-bean.com>
7867
7868 * bookmark.el: Show modified state of bookmark buffer more accurately.
7869 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
7870 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
7871 (with-buffer-modified-unmodified): New macro.
7872 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7873 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 7874 Use new macro to preserve the buffer modified state.
b894c439 7875
3a69db53
KF
78762010-01-02 Karl Fogel <kfogel@red-bean.com>
7877
4e5617ee 7878 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
7879 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
7880 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
7881 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
7882 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
7883 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
7884 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 7885
af414f10
EZ
78862010-01-02 Eli Zaretskii <eliz@gnu.org>
7887
4e5617ee
SM
7888 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7889 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 7890
f2ec0e5e
CY
78912010-01-02 Ryan Yeske <rcyeske@gmail.com>
7892
7893 * net/rcirc.el: Add follow-link binding (Bug#4738).
7894
38c1ba62
EZ
78952010-01-02 Eli Zaretskii <eliz@gnu.org>
7896
4e5617ee 7897 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
7898 (cvs-update): New target for backward compatibility.
7899
4e5617ee 7900 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
7901 (cvs-update): New target for backward compatibility.
7902
ea2c0f5b
KF
79032010-01-02 Karl Fogel <kfogel@red-bean.com>
7904
7905 * bookmark.el: Remove gratuitous gratitude.
7906
5ae329f4
KF
79072010-01-02 Karl Fogel <kfogel@red-bean.com>
7908
c4cc8b9a 7909 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
7910 (bookmark-bmenu-save): Clear buffer modification if no marks.
7911
79122010-01-02 Karl Fogel <kfogel@red-bean.com>
7913
7914 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
7915 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
7916 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
7917 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
7918
7919 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
7920 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
7921 To: emacs-devel {_AT_} gnu.org
7922 Subject: bookmark.el bug report
7923 Date: Mon, 28 Dec 2009 14:19:16 +0800
7924 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
7925
aef053eb
KF
79262010-01-02 Karl Fogel <kfogel@red-bean.com>
7927
7928 * bookmark.el: Improvements suggested by Drew Adams:
7929 (bookmark-bmenu-ensure-position): New name for
7930 `bookmark-bmenu-check-position'. Just ensure the position,
7931 don't return any meaningful value.
7932 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
7933 New constants.
7934
0472835f
JB
79352010-01-02 Juanma Barranquero <lekktu@gmail.com>
7936
7937 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
7938 (bookmark-yank-point, bookmark-bmenu-check-position):
7939 Fix typos in docstrings.
7940 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7941 (bookmark-name-from-full-record, bookmark-get-position)
7942 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
7943 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
7944 Remove useless quoting of parenthesis, etc. in docstrings.
7945
7946 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
7947 (ediff-append-custom-diff): Fix typo in error message.
7948 (ediff-meta-mark-equal-files): Fix typos in messages.
7949
7950 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
7951
0472835f
JB
7952 * net/imap-hash.el (imap-hash-make): Doc fix.
7953 (imap-hash-test): Fix typo in error message; reflow docstring.
7954 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
7955 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
7956 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
7957 Fix typos in docstrings.
7958 (imap-hash-open-connection): Fix typo in error message.
7959
7960 * play/gomoku.el (gomoku): Fix typos in docstring.
7961
7962 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
7963 (gdb-jsonify-buffer): Fix typos in docstring.
7964 (gdb-goto-breakpoint): Fix typo in error message.
7965 ("Display Other Windows"): Fix typo in help message.
7966 (gdb-speedbar-expand-node): Fix typo in question.
7967
7968 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
7969 (idlwave-html-system-help-location, idlwave-html-help-location)
7970 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
7971 (idlwave-help-browser-generic-args, idlwave-help-directory)
7972 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
7973 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
7974 (idlwave-online-help, idlwave-help-html-link)
7975 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
7976 Fix typos in docstrings.
7977 (idlwave-help-with-source, idlwave-help-find-routine-definition):
7978 Reflow docstrings.
7979 (idlwave-help-assistant-start): Fix typo in error message.
7980
7981 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
7982 (octave-electric-space): Fix typos in docstrings.
7983
9bbe0828
CY
79842010-01-01 Chong Yidong <cyd@stupidchicken.com>
7985
7986 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
7987
a88c46c3
CY
79882010-01-01 Juri Linkov <juri@jurta.org>
7989
7990 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 7991 increase the default to 500 (Bug#5148).
a88c46c3 7992
7ee6c59b
NR
79932009-12-31 Nick Roberts <nickrob@snap.net.nz>
7994
7995 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
7996 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
7997 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
7998
a9c8a2cd
NR
79992009-12-30 Nick Roberts <nickrob@snap.net.nz>
8000
8001 Show working revision correctly for mercurial.
8002 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 8003 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 8004
659e4408
JB
80052009-12-29 Juanma Barranquero <lekktu@gmail.com>
8006
8007 Declare some functions for the byte-compiler.
8008 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8009 (speedbar-timer-fn, speedbar-change-expand-button-char)
8010 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8011
7ee6c59b
NR
80122009-12-29 Nick Roberts <nickrob@snap.net.nz>
8013
8014 This changeset reverts GDB Graphical Interface to use annotations.
8015 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8016
460f6e7c
DN
80172009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8018
8019 Make vc-dir work on subdirectories of the bzr root.
8020 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8021 file names relative to it.
8022 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8023 relative directory to vc-bzr-after-dir-status.
8024
543f553a
TH
80252009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8026
8027 * font-lock.el (font-lock-refresh-defaults): New function, which
8028 can be used to let font-lock react to external changes in
8029 variables like font-lock-defaults and keywords.
8030 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8031
2592ab76
DN
80322009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8033
ac859983
DN
8034 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8035
2592ab76
DN
8036 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8037
58941d03
JB
80382009-12-28 Juanma Barranquero <lekktu@gmail.com>
8039
8040 Supersede color.diff settings in git log (bug#5211).
8041
8042 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8043 escape chars in its output when the user has color.diff set to `always'.
8044 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8045
39764e76
KR
80462009-12-26 Kevin Ryde <user42@zip.com.au>
8047
8048 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8049 node. Keep previous "Index" name to work with past coreutils too.
8050
91c4831e
KR
8051 * man.el (man): Revise docstring a bit to show -a and -l as
8052 examples. Add -k description since support for it has otherwise
8053 been a secret. (Further to bug#3717.)
651e932e
KR
8054 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8055 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 8056 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 8057
7f4d4a97
MA
80582009-12-26 Michael Albinus <michael.albinus@gmx.de>
8059
8060 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8061 switches. Check also for //SUBDIRED// line.
8062
bcffff46
KH
80632009-12-25 Kenichi Handa <handa@m17n.org>
8064
8065 * language/indian.el (devanagari-composable-pattern): Fixed to
8066 handle ZWNJ and ZWJ. Use it in composition-function-table for
8067 Devanagari.
8068 (malayalam-composable-pattern): Fix previous change.
8069
dc1dcfa4
VJL
80702009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8071
8072 * ps-print.el (ps-face-attributes): It was not returning the
8073 attribute face for faces specified as string. Reported by harven
80525855 8074 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
8075 (ps-print-version): New version 7.3.5.
8076
6fe539d2
UJ
80772009-12-18 Ulf Jasper <ulf.jasper@web.de>
8078
85626eef
SM
8079 * calendar/icalendar.el (icalendar--convert-tz-offset):
8080 Fix timezone names.
8081 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
8082 (icalendar--add-diary-entry): Remove the trailing blank that
8083 diary-make-entry inserts.
8084
1f3611c6
MA
80852009-12-17 Michael Albinus <michael.albinus@gmx.de>
8086
8087 Make `file-expand-wildcards' work for remote files.
8088
8089 * files.el (file-expand-wildcards): In case of remote files, check
8090 only local file name part for wildcards. Provide feature 'files
8091 and subfeature 'remote-wildcards. (Bug#5198)
8092
8093 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8094 if there is already an established connection.
8095 (tramp-advice-file-expand-wildcards): Remove it.
8096
8097 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 8098 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
8099 Activate advice for older GNU Emacs versions. (Bug#5237)
8100
9762b219
JB
81012009-12-17 Juanma Barranquero <lekktu@gmail.com>
8102
8103 Some doc fixes (more needed).
8104
8105 * find-cmd.el (find-constituents): Reflow docstring.
8106 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8107 (find-generic): Doc fix.
8108
cfb54897
JL
81092009-12-17 Juri Linkov <juri@jurta.org>
8110
8111 Fix regression from 23.1 to allow multiple modes in Local Variables.
8112
8113 * files.el (hack-local-variables-filter): While ignoring duplicates,
8114 don't take `mode' into account.
85626eef
SM
8115 (hack-local-variables-filter, hack-dir-local-variables):
8116 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 8117
ad974e9e
JL
81182009-12-17 Juri Linkov <juri@jurta.org>
8119
85626eef 8120 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
8121
8122 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8123 `current' or when `file' is a directory of the `current' file.
8124
3616e0b9
AS
81252009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8126
8127 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8128 unconditionally preloaded files.
8129
72b57560
JL
81302009-12-16 Juri Linkov <juri@jurta.org>
8131
8132 Revert to old 23.1 logic of using the file at the mark as default.
8133 * dired-aux.el (dired-diff): Use the file at the mark as default
8134 if it's not the same as the current file, and the target dir is
8135 the current dir or the mark is active. Add the current file
8136 as the arg of `dired-dwim-target-defaults'. Use the default file
8137 in the prompt. (Bug#5225)
8138
68712eb6
MA
81392009-12-15 Michael Albinus <michael.albinus@gmx.de>
8140
8141 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8142 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8143 (tramp-check-for-regexp): Check also, when an echoing shell stops
8144 to echo sent commands.
8145
fd471993
CY
81462009-12-14 Chong Yidong <cyd@stupidchicken.com>
8147
8148 * Makefile.in: Revert last change (Bug#5191).
8149
86b5e14c
DN
81502009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8151
8152 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
8153 (vc-hg-working-revision): Make sure the command is executed in a
8154 known environment so that we can parse the output. (Bug#4417)
86b5e14c 8155
8cffbb75
CY
81562009-12-14 Chong Yidong <cyd@stupidchicken.com>
8157
8158 * progmodes/python.el (python-symbol-completions): Remove text
8159 properties from symbol string before calling python-send-receive.
8160
6c2b67ad
NR
81612009-12-14 Nick Roberts <nickrob@snap.net.nz>
8162
8163 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 8164 when there are values for both file and line. (Bug#5060)
6c2b67ad 8165
ff6f4585
JL
81662009-12-14 Juri Linkov <juri@jurta.org>
8167
8168 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8169 whitespace after the file name of the first line of unified format,
8170 because git-diff doesn't output whitespace and file modification time
8171 after the file name.
8172
d3de1c8e
JL
81732009-12-14 David Kastrup <dak@gnu.org>
8174
8175 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8176 check if it already has the `display' property added by
8177 `Info-display-images-node', and not put the `invisible' property
8178 in this case.
8179
2f1b7dc4
GM
81802009-12-13 Glenn Morris <rgm@gnu.org>
8181
a0cefee5
GM
8182 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8183 (report-emacs-bug): In message-mode, sort manually before storing
8184 original report text. (Bug#5178)
2f1b7dc4
GM
8185 Remove superfluous save-excursion.
8186
31bb373f
MA
81872009-12-12 Michael Albinus <michael.albinus@gmx.de>
8188
8189 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8190 when responding to "GetAll" properties.
8191
5e1d4968
CY
81922009-12-12 Chong Yidong <cyd@stupidchicken.com>
8193
8194 * simple.el (compose-mail): Remove mail-setup-with-from from
8195 customization checks.
8196
097d86f9
EZ
81972009-12-12 Eli Zaretskii <eliz@gnu.org>
8198
8199 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8200 RAR archives created on Unix systems.
8201
1d4adede
SM
82022009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8203
8204 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8205 the varalias that was accidentally removed by the 2009-11-19 change
8206 (bug#5186).
8207
3ff3655c
KH
82082009-12-12 Kenichi Handa <handa@m17n.org>
8209
8210 * language/indian.el (indian-compose-regexp): New function.
8211 (malayalam-composable-pattern): Fix the pattern.
8212 (composition-function-table): Set malayalam-composable-pattern for
8213 Malayalam characters.
8214
82d3343c
CY
82152009-12-11 Chong Yidong <cyd@stupidchicken.com>
8216
315eb96d
CY
8217 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8218 rather than down-mouse-1, based on follow-link conventions.
8219
82d3343c
CY
8220 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8221 are compiled.
8222
86a4c7ac
DN
82232009-12-11 Michael McNamara <mac@mail.brushroad.com>
8224
bf0b361c 8225 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
8226 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8227 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8228 (verilog-leap-to-head, verilog-backward-token):
8229 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
8230
82312009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8232
bf0b361c
JB
8233 * progmodes/verilog-mode.el (verilog-auto-lineup)
8234 (verilog-nameable-item-re): Cleanup user-visible spelling and
8235 documentation errors. One reported by Gary Delp.
1d4adede 8236 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
8237 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8238 package, bug195. Reported by Pierre-David Pfister.
8239
fe03f49a
GM
82402009-12-11 Glenn Morris <rgm@gnu.org>
8241
47641aac
GM
8242 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8243
85094855
GM
8244 * mail/emacsbug.el: No longer require sendmail.
8245 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8246 (report-emacs-bug-orig-text): Doc fix.
8247 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8248 New local variables, to adapt to different mail-user-agents.
8249 (report-emacs-bug): Fix test for a gnu.org address.
8250 Use overlays for emphasis, since font-lock defeats 'face property.
8251 Pretest bugs also end up at the newsgroup these days.
8252 Stop message-mode stripping text properties.
8253 Set and use the new buffer-local variables.
8254 (report-emacs-bug-hook): Add doc-string.
8255 Remove some unnecessary save-excursions and simplify.
8256 Use the appropriate hook and send-command.
8257
fe03f49a
GM
8258 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8259 capitalization of some menu entries.
8260
345427f0
VJL
82612009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8262
277e6741
MP
8263 * whitespace.el (whitespace-display-char-on):
8264 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
8265 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8266 New version 12.1.
8267
c70ccbba
EZ
82682009-12-10 Eli Zaretskii <eliz@gnu.org>
8269
8270 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8271 characters in the Attribute field.
8272
f1943c1b
DN
82732009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8274
8275 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8276
1c67aeaa
SM
82772009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8280 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8281 Disregard autoload-excludes.
8282 (update-directory-autoloads): Obey autoload-excludes here instead.
8283 But don't store its contents in no-autoloads and remove entries that
8284 refer to excludes files.
8285
d8194864
GM
82862009-12-10 Glenn Morris <rgm@gnu.org>
8287
8c0171c0
GM
8288 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8289 (expand-mail-aliases): Define for compiler.
8290
dba372dd
GM
8291 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8292 Define for compiler.
8293
d8194864
GM
8294 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8295 appropriate for the mail-user-agent in use.
8296
fe5facd3
MA
82972009-12-09 Michael Albinus <michael.albinus@gmx.de>
8298
8299 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8300
99999a1d
DN
83012009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8302
8303 Fix short log parsing and fontification.
8304 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8305 Fix fontification for the [merge] label.
8306
2ea1c4aa
SM
83072009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8308
85626eef 8309 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
8310 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8311 (hfy-fontify-buffer): Use it.
8312
9840deb6
SM
83132009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8314
a0d1aadf
SM
8315 Minor cleanup.
8316 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8317 Adjust all callers.
8318 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8319 args compulsory. Adjust callers.
8320 (ffap-gopher-at-point): Remove unused var `name'.
8321
9840deb6
SM
8322 Get rid of the ELCFILES abomination.
8323 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8324 (compile-elcfiles): New phony target.
8325 (compile-main): Compute ELCFILES dynamically.
8326 (compile-clean): New target to remove left-over elc files.
8327 (compile, all): Use it.
8328
7eb3f9a8
KH
83292009-12-09 Kenichi Handa <handa@etlken>
8330
8331 * international/mule-diag.el: Require help-mode instead of help-fns.
8332
ae63e572
KH
83332009-12-09 Kenichi Handa <handa@m17n.org>
8334
5ce6e4f4 8335 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
8336 fine ranges instead of pre-calculating accurate ranges.
8337 Iterate with bigger gc-cons-threshold.
ae63e572 8338
e2f3c692
DN
83392009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8340
8341 Add support for stashing a snapshot of the current tree.
8342 * vc-git.el (vc-git-stash-snapshot): New function.
8343 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8344
cf6d0352
JB
83452009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8346
8347 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8348 instead of `(beginning|end)-of-line'.
8349
48e4acc9
GM
83502009-12-08 Glenn Morris <rgm@gnu.org>
8351
6e890faa
GM
8352 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8353
48e4acc9
GM
8354 * Makefile.in (ELCFILES): Regenerate.
8355
d2a1dc7b
JL
83562009-12-07 Juri Linkov <juri@jurta.org>
8357
8358 Don't lazy-highlight the comint output in history Isearch mode.
8359
8360 * comint.el (comint-history-isearch-search): Instead of
8361 `comint-line-beginning-position', use `comint-after-pmark-p'
8362 to check if point if before the process mark, and go to
8363 `process-mark' in this case.
8364
51ef56c4
SM
83652009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8366
fb10ee4a
SM
8367 * textmodes/tex-mode.el (latex-complete)
8368 (latex-indent-or-complete): Remove.
8369 (latex-mode): Set completion-at-point-functions instead.
8370
8371 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
8372 * minibuffer.el (completion-at-point-functions): New var.
8373 (completion-at-point): New command.
fb10ee4a 8374 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
8375 * progmodes/python.el (python-mode-map): Use completion-at-point.
8376 (python-completion-at-point): Rename from python-partial-symbol and
8377 adjust for use in completion-at-point-functions.
8378 (python-mode): Setup completion-at-point for Python completion.
8379 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8380 extracted from lisp-complete-symbol.
8381 (lisp-complete-symbol): Use it.
8382 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8383 setup completion-at-point for Elisp completion.
fb10ee4a
SM
8384 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8385 Use completion-at-point.
51ef56c4 8386 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 8387 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
8388 * progmodes/sym-comp.el: Move to...
8389 * obsolete/sym-comp.el: Move from progmodes.
8390
5e7a9022
EZ
83912009-12-07 Eli Zaretskii <eliz@gnu.org>
8392
8393 Prevent save-buffer in Rmail buffers from using the coding-system
8394 of the current message, and from clobbering the encoding mnemonics
8395 in the mode line (Bug#4623).
8396
8397 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8398 flag, too.
8399 (rmail-message-encoding): New variable.
8400 (rmail-write-region-annotate): Record the encoding of the current
8401 message in rmail-message-encoding.
8402 (rmail-after-save-hook): New function, restores the encoding of
8403 the current message after the message collection is saved.
8404
9136e895
JL
84052009-12-07 Juri Linkov <juri@jurta.org>
8406
8407 * progmodes/grep.el (grep-read-files): Use `completing-read'
8408 instead of `read-string'. Set its `collection' arg to
8409 `read-file-name-internal'. (Bug#4301)
8410
40637410
JL
84112009-12-07 Juri Linkov <juri@jurta.org>
8412
8413 Correctly restore original Isearch point. (Bug#4994)
8414
8415 * isearch.el (isearch-mode): Move `isearch-push-state' after
8416 `(run-hooks 'isearch-mode-hook)'.
8417 (isearch-cancel): When `isearch-push-state-function' is defined,
8418 let-bind `isearch-cmds' to the first state (the last element of
8419 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8420 function and restores the original point). Otherwise, move point
8421 to `isearch-opoint'.
8422
da10ce2b
SM
84232009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8426 chars that don't have names, so the table can be built much faster at
8427 run-time.
8428
3d68fa99
CY
84292009-12-07 Chong Yidong <cyd@stupidchicken.com>
8430
f82b1493
CY
8431 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8432 change. Suggested by David Kastrup.
8433
3d68fa99
CY
8434 * simple.el (compose-mail): Check for incompatibilities and warn.
8435 (compose-mail-user-agent-warnings): New option.
8436
662c5698
DN
84372009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8438
8439 Support showing a single log entry from vc-annotate.
8440 * vc.el (print-log): Add a new argument: START-REVISION.
8441 (vc-print-log-internal): Add a new optional argument and
8442 pass it to the backend.
8443 (vc-print-log, vc-print-root-log): Adjust callers.
8444 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8445 buffer already displays the requested log entry, use it.
8446 Otherwise display only the log entry in question.
8447 * vc-svn.el (vc-svn-print-log):
e4070cdc 8448 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
8449 * vc-hg.el (vc-hg-state):
8450 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8451 (vc-git-show-log-entry): Return t on success.
8452 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8453 (vc-bzr-show-log-entry): Return t on success.
8454 * vc-rcs.el (vc-rcs-print-log):
8455 * vc-sccs.el (vc-sccs-print-log):
8456 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8457
e4070cdc
GM
84582009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8459
5ce6e4f4
JB
8460 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8461 Add menus to the meta mode. (Bug#5043)
e4070cdc 8462
5ce6e4f4 84632009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
8464
8465 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 8466 event-key.
662c5698 8467
662c5698
DN
8468 * ediff.el (ediff-buffers-internal): Add unwind-protect.
8469
dab816a9
MA
84702009-12-07 Michael Albinus <michael.albinus@gmx.de>
8471
8472 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
8473 Berbain <raphael.berbain@gmail.com>.
8474
8475 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
8476 characters.
8477 (tramp-initial-end-of-output): New defconst.
8478 (tramp-methods, tramp-find-shell)
8479 (tramp-open-connection-setup-interactive-shell)
8480 (tramp-maybe-open-connection): Use it.
8481 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8482 existence of `#' and `$'.
8483
8484 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8485 `tramp-initial-end-of-output'.
8486
a91e1f6b
DN
84872009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8488
8489 Get the background mode from the terminal for xterm, and set
8490 faces accordingly.
8491 * term/xterm.el (xterm-set-background-mode): New function.
8492 (terminal-init-xterm): Use it in case xterm supports background
8493 color queries. Recompute faces after getting the background
8494 color.
8495
5fa9d1ec
GM
84962009-12-07 Ulrich Mueller <ulm@gentoo.org>
8497
8498 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8499 number comment back on its own line, for easier parsing.
8500
5e9fde5e
SM
85012009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 Make it work for non-file buffers (bug#5102).
8504 * doc-view.el (doc-view-current-cache-dir):
8505 Use doc-view-buffer-file-name rather than buffer-file-name.
8506 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8507
2f2f5242
CY
85082009-12-06 Óscar Fuentes <ofv@wanadoo.es>
8509
8510 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8511 author field is too short.
8512
cebf8ec6
DN
85132009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
8514
5e9fde5e
SM
8515 * vc-git.el (vc-git-print-log): Handle a limit argument.
8516 Display the short log in graph form and with labels.
0d3f8a78
DN
8517 (vc-git-log-view-mode): Handle labels.
8518
cebf8ec6
DN
8519 Make vc-revert change VC state from 'added to 'unregistered.
8520 * vc-git.el (vc-git-revert): Call git reset first.
8521
8e39154d
UJ
85222009-12-06 Ulf Jasper <ulf.jasper@web.de>
8523
d8194864
GM
8524 * net/newst-backend.el, net/newst-plainview.el:
8525 * net/newst-reader.el, net/newst-ticker.el:
8526 * net/newst-treeview.el, net/newsticker.el:
8527 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 8528
ef187c24
CY
85292009-12-06 Chong Yidong <cyd@stupidchicken.com>
8530
238a0f3a
CY
8531 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8532
2c6bb71a
CY
8533 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8534 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
8535 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8536 Update annotation regexp.
8537
ef187c24
CY
8538 * simple.el (beginning-of-visual-line): Constrain to field
8539 boundaries (Bug#5106).
8540
571855b6
UJ
85412009-12-06 Ulf Jasper <ulf.jasper@web.de>
8542
d8194864 8543 * xml.el (xml-substitute-numeric-entities): Move
571855b6 8544 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 8545 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
8546 * net/newst-backend.el (newsticker--parse-generic-feed)
8547 (newsticker--parse-generic-items)
d8194864 8548 (newsticker--decode-numeric-entities): Move
571855b6 8549 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 8550 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 8551
b857059c
CY
85522009-12-06 Daniel Colascione <dan.colascione@gmail.com>
8553
8554 * progmodes/js.el (js--js-not): Add null to the list of values.
8555
c2dae51b
CY
85562009-12-06 Chong Yidong <cyd@stupidchicken.com>
8557
d8194864 8558 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 8559
ed0f72d2
RW
85602009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8561
8562 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8563 delimiter if it is at the end of the current line.
8564 (bibtex-generate-url-list): Fix docstring.
8565
365b9a62
SM
85662009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8569 minibuffer's content with itself.
8570 Fold the confirm-after-completion case into the `confirm' case.
8571 (completion-pcm-word-delimiters): Add : and / to the delimiters.
8572
990a9cb1
KR
85732009-12-06 Kevin Ryde <user42@zip.com.au>
8574
8575 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 8576 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 8577
8b5a10db 8578 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 8579 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 8580
065543e7
JL
85812009-12-05 Juri Linkov <juri@jurta.org>
8582
8583 Save and restore dired buffer's point positions too. (Bug#4880)
8584
8585 * dired.el (dired-save-positions): Return in the first element
8586 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8587 Doc fix.
8588 (dired-restore-positions): First restore buffer's position.
8589 While restoring window's positions, check if window still displays
8590 the original buffer.
8591
503edac9
CY
85922009-12-05 Chong Yidong <cyd@stupidchicken.com>
8593
9a594ee6
CY
8594 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8595 if possible.
8596
925f8c70
CY
8597 * shell.el (shell): Require ansi-color (Bug#5113).
8598
8599 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8600
503edac9
CY
8601 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8602
8fea6b33
AM
86032009-12-05 Alan Mackenzie <acm@muc.de>
8604
8605 * progmodes/cc-mode.el (c-before-hack-hook)
8606 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8607 `c-file-style' to work again. This reversion restores the current
212c5aef 8608 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 8609
5d1fd962
CY
86102009-12-05 Kevin Ryde <user42@zip.com.au>
8611
8612 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8613 comment-start-skip to comment-end-skip as comment (Bug#4781).
8614
30760c8b
JL
86152009-12-05 Juri Linkov <juri@jurta.org>
8616
8617 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8618 for virtual nodes. (Bug#4147)
8619 (Info-find-node-2): Set `Info-current-node-virtual' to nil
8620 when moving from a virtual node.
8621 (Info-mode-menu): Add `Info-virtual-index' to the menu.
8622 (Info-mode): Add `Info-virtual-index' to the docstring.
8623
403111a8
RW
86242009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8625
8626 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8627 track of the buffer position of the end of a BibTeX entry as this
8628 position may change during reformatting.
8629 (bibtex-format-entry): Remove whitespace before processing
8630 numerical fields so that we recognize the latter properly.
8631 (bibtex-reformat): Do not use push which changes the global value
8632 of bibtex-entry-format.
8633 (bibtex-field-braces-alist, bibtex-field-strings-alist)
8634 (bibtex-field-re-init): Replace only space characters by regexp
8635 for whitespace.
365b9a62 8636 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
8637 (bibtex-initialize): Also update bibtex-strings.
8638 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
8639 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8640 Update bibtex-reference-keys.
403111a8 8641
25b54627
SM
86422009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8643
8644 * minibuffer.el (completion-pcm--merge-try): Also consider placing
8645 point after a star, if that's the only place where modifications can
8646 make progress.
8647
35639eb4
DN
86482009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
8649
8650 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8651 in docstrings.
8652
8b78760b
JL
86532009-12-04 Juri Linkov <juri@jurta.org>
8654
8655 * proced.el (proced): Call `(proced-update t)' to update process
8656 information instead of only running proced-post-display-hook.
8657 (proced-send-signal): Add a leading space to the buffer name
8658 " *Marked Processes*" to make this buffer ephemeral.
8659
2b3489a7
JL
86602009-12-04 Juri Linkov <juri@jurta.org>
8661
8662 * dired.el (dired-auto-revert-buffer): New defcustom.
8663 (dired-internal-noselect): Use it.
8664
9b9debd1
JL
86652009-12-04 Juri Linkov <juri@jurta.org>
8666
8667 Change roles of modes and functions in image-mode.el (Bug#5062).
8668
8669 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8670 in `auto-mode-alist'.
8671 (image-mode-previous-major-mode): New variable.
8672 (image-minor-mode-map): Rename from `image-mode-text-map'.
8673 (image-mode): Move graceful error-handling code from
8674 `image-minor-mode' to here. On errors call `image-mode-as-text'.
8675 (image-minor-mode): Remove all image-handling code.
8676 Replace `image-mode-text-map' with `image-minor-mode-map'.
8677 Check for `image-type' in mode-line format string.
8678 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8679 (image-mode-as-text): New function with most code from
8680 `image-mode-maybe'.
8681 (image-toggle-display-text): Move code that removes image
8682 properties from `image-toggle-display' to here.
8683 (image-toggle-display-image): New function with code that adds
8684 image properties copied from `image-toggle-display'.
8685 (image-toggle-display): Remove most code with leaving only code
8686 that toggles between `image-mode-as-text' and `image-mode'.
8687
0c74a301
UJ
86882009-12-04 Ulf Jasper <ulf.jasper@web.de>
8689
8690 * net/newst-treeview.el
8691 (newsticker--treeview-list-highlight-start): Restored call to
8692 save-excursion: Selected item was stuck.
8693 (newsticker--treeview-list-select): New.
8694 (newsticker--treeview-item-show-text)
8695 (newsticker--treeview-item-show)
8696 (newsticker--treeview-item-update): Use new
8697 newsticker-treeview-item-mode.
8698 (newsticker-treeview-update): Keep current item.
8699 (newsticker-treeview-next-new-or-immortal-item): Doc change.
8700 (newsticker--treeview-first-feed): Doc change.
8701 (newsticker-treeview-list-menu)
8702 (newsticker-treeview-item-menu): Added menu entries.
8703 (newsticker-treeview-item-mode): New.
8704
5ce6e4f4 8705 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
8706 windows.
8707
9eaeec5b
SS
87082009-12-04 Sam Steingold <sds@gnu.org>
8709
8710 * log-view.el (log-view-mode-map): "q" calls quit-window,
8711 like in all the other non-self-insert buffers.
8712
b2bf5be5
SM
87132009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 Minor cleanup.
8716 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8717 key decoding rather than do it manually via last-input-event +
8718 ascii-character.
8719 (term-exec): Use delete-and-extract-region.
8720 (term-handle-ansi-terminal-messages): Remove unused var `end'.
8721 (term-process-pager): Remove unused var `i'.
8722 (term-dynamic-simple-complete): Make obsolete.
8723 (serial-update-config-menu): Remove unused vars `y' and `str'.
8724 (term-update-mode-line): Remove unused var `temp'.
8725
46e5c897
DN
87262009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8727
8728 Limit the number of log entries displayed by default.
8729 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8730 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8731 using a prefix argument.
8732
627e0a14
GM
87332009-12-03 Glenn Morris <rgm@gnu.org>
8734
8735 * progmodes/idlwave.el (class): Restore still useful declaration.
8736
8578c224
AM
87372009-12-03 Alan Mackenzie <acm@muc.de>
8738
4abc318c 8739 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 8740
b2bf5be5
SM
8741 * progmodes/cc-mode.el (c-basic-common-init):
8742 Call c-state-cache-init.
9762b219 8743 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 8744 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 8745 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
8746
8747 * progmodes/cc-langs.el (c-before-font-lock-function):
8748 c-extend-and-neutralize-syntax-in-CPP has been renamed
8749 c-neutralize-syntax-in-and-mark-CPP.
8750
8751 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8752 with `category' properties now, not `syntax-table' ones.
8753
8754 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8755 enhanced (but slower) version of c-end-of-macro that won't land
8756 inside a literal or on another awkward character.
8757 (c-state-cache-too-far, c-state-cache-start)
8758 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8759 (c-state-nonlit-pos-cache-limit, c-state-point-min)
8760 (c-state-point-min-lit-type, c-state-point-min-lit-start)
8761 (c-state-min-scan-pos, c-state-brace-pair-desert)
8762 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8763 buffer local variables.
8764 (c-state-literal-at, c-state-lit-beg)
8765 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8766 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8767 (c-state-cache-top-paren, c-state-cache-after-top-paren)
8768 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8769 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8770 (c-renarrow-state-cache)
8771 (c-append-lower-brace-pair-to-state-cache)
8772 (c-state-push-any-brace-pair, c-append-to-state-cache)
8773 (c-remove-stale-state-cache)
8774 (c-remove-stale-state-cache-backwards, c-state-cache-init)
8775 (c-invalidate-state-cache-1, c-parse-state-1)
8776 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
8777 (c-parse-state): Enhance and refactor.
8778 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
8779
8780 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8781 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
8782 modify to use category text properties rather than syntax-table ones.
8783 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
8784 to switch off/on the syntactic paren property of C++ template
8785 delimiters using the category property.
8786 (c-with-<->-as-parens-suppressed): Macro to invoke code with
8787 template delims suppressed.
8788 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8789 New constant/macros which apply category properties to the start
8790 and end of preprocessor constructs.
b2bf5be5 8791 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
8792 "comment out" the syntactic value of characters in preprocessor
8793 constructs.
8794 (c-with-cpps-commented-out)
8795 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8796 with characters in all or all but one preprocessor constructs
8797 "commented out".
8798
0d4dc442
RW
87992009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8800
8801 * proced.el (proced-filter-alist): Use regexp-quote.
8802
a09dc9bf
MA
88032009-12-03 Michael Albinus <michael.albinus@gmx.de>
8804
8805 Cleanup.
8806 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8807 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
8808 arguments. Expand `default-directory'.
8809
8810 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8811 the benefit of returning an expanded localname.
8812 (tramp-tramp-file-p): Handle the case NAME is not a string.
8813
3f6bd790
DN
88142009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8815
4dfb3b9c
DN
8816 Add support for bzr shelve/unshelve.
8817 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8818 (vc-bzr-extra-menu-map): New variables.
8819 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8820 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8821 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8822 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8823 (vc-bzr-dir-extra-headers): Display shelves.
8824
3f6bd790
DN
8825 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8826
842d73a1
SM
88272009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8828
8829 * textmodes/bibtex.el (bibtex-complete-internal):
8830 Use completion-in-region.
8831 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8832
7fa4876f
DN
88332009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8834
8835 Support applying stashes. Improve UI.
8836 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
8837 (vc-git-stash-apply, vc-git-stash-pop)
8838 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
8839 (vc-git-stash-menu): New functions.
8840 (vc-git-stash-menu-map): New variable.
8841 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
8842
d6e82452
GM
88432009-12-03 Glenn Morris <rgm@gnu.org>
8844
8845 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
8846 (vc-print-log-internal): Fix previous change.
8847 (vc-revert): Correct pluralization.
8848
8d222148
SM
88492009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8850
ea52206b
SM
8851 * progmodes/make-mode.el (makefile-special-targets-list): No need for
8852 it to be an alist any more.
8853 (makefile-complete): Use completion-in-region.
8854
69a94a37
SM
8855 * progmodes/octave-mod.el (octave-complete-symbol):
8856 Use completion-in-region.
8857
8d222148
SM
8858 Misc cleanup.
8859 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
8860 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
8861 (idlwave-complete-class): Don't quote lambda.
8862 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
8863 (idlwave-mode-map): Move initialization into declaration.
8864 (idlwave-action-and-binding): Use backquotes.
8865 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
8866 Simplify.
8867 (idlwave-is-pointer-dereference): Remove unused var `pos'.
8868 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
8869 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
8870 `parts', and `all-parts'.
8871 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
8872 (idlwave-convert-xml-system-routine-info): Remove unused string
8873 `version-string'.
8874 (idlwave-display-user-catalog-widget): Use dolist.
8875 (idlwave-scanning-lib): Declare dynamically-scoped var.
8876 (idlwave-scan-library-catalogs): Remove unused var `flags'.
8877 (completion-highlight-first-word-only): Declare to silence bytecomp.
8878 (idlwave-popup-select): Tighten scope of `resp'.
8879 (idlwave-find-struct-tag): Remove unused var `beg'.
8880 (idlwave-after-load-rinfo-hook): Declare.
8881 (idlwave-sintern-class-info): Remove unused var `taglist'.
8882 (idlwave-find-class-definition): Remove unused var `list'.
8883 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
8884 (idlwave-what-module-find-class): Remove unused var `classes'.
8885
3bb8691b
JB
88862009-12-03 Juanma Barranquero <lekktu@gmail.com>
8887
8888 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
8889
f72f0c23
SM
88902009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
8893 buffers visited. Remove redundant current-buffer-saving.
8894
601a9508
SM
88952009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 Use completion-in-buffer and remove uses of dynamic scoping.
8898 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
8899 (pascal-buffer-to-use, pascal-flag): Don't declare.
8900 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
8901 (pascal-get-completion-decl, pascal-keyword-completion):
8902 Add `pascal-str' argument, save-excursion,
8903 return the found completions, and don't filter with pascal-pred.
8904 (pascal-completion-cache): New var.
8905 (pascal-completion): Don't switch buffer any more (it was never
8906 necessary). Don't save-excursion any more (it's done by the called
8907 subroutines). Use a cache to avoid redundant computations.
8908 Use complete-with-action rather than pascal-completion-response and
8909 let it apply the predicate as well.
8910 (pascal-complete-word): Use completion-in-buffer when
8911 pascal-toggle-completions is nil.
8912 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
8913 not used any more.
8914 (pascal-comp-defun): Don't change buffer any more.
8915 Use complete-with-action rather than pascal-completion-response and
8916 let it apply the predicate as well.
8917 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
8918 when neded.
8919
1ff4cb98
KH
89202009-12-02 Kenichi Handa <handa@m17n.org>
8921
8922 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
8923 shape for all Indic scripts.
8924
bb12edf1
SM
89252009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8926
8927 Use completion-in-buffer.
8928 * wid-edit.el (widget-field-text-end): New function.
8929 (widget-field-value-get): Use it.
8930 (widget-string-complete, widget-file-complete)
8931 (widget-color-complete): Use it and completion-in-region.
8932 (widget-complete): Don't narrow the buffer.
8933
5813f6ef
GM
89342009-12-02 Glenn Morris <rgm@gnu.org>
8935
c920f222
GM
8936 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
8937 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
8938 * mail/rmailsum.el: Replace all pop-to-buffer calls with
8939 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 8940
5813f6ef
GM
8941 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
8942 save-excursion with save-current-buffer.
8943 Widen before searching. (Bug#5093)
8944 (diary-list-sexp-entries): Remove superfluous save-excursion.
8945
34b1d750
GM
89462009-12-02 Michael Welsh Duggan <mwd@cert.org>
8947
8948 * woman.el (woman-make-bufname): Handle man-pages with "." in the
8949 name. (Bug#5038)
8950
b2d5f31a
GM
89512009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
8952
8953 * ido.el (ido-file-internal): Handle filenames at point that do
8954 not have a directory part. (Bug#5049)
8955
c710ac3c
JB
89562009-12-02 Juanma Barranquero <lekktu@gmail.com>
8957
8958 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
8959 (mpc-songs-jump-to, mpc-resume): Doc fixes.
8960
9946be46
SM
89612009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
8962
8963 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
8964 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
8965 any more.
8966
b08016f2
SM
89672009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8968
e7440df4
SM
8969 * comint.el (comint-insert-input): Ignore clicks to the right of
8970 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
8971
3bb8691b 8972 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
8973 terminate before setting up the major mode.
8974
f3b757f5
SM
8975 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
8976 in case.
8977
a2877f1d
SM
8978 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
8979 the last element.
8980
b08016f2
SM
8981 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
8982
782d6e30
GM
89832009-12-01 Glenn Morris <rgm@gnu.org>
8984
8985 * window.el (window--display-buffer-2): Fix previous changes.
8986
28f57f7e
CY
89872009-12-01 Chong Yidong <cyd@stupidchicken.com>
8988
8989 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
8990
c31a2fdc
GM
89912009-12-01 Glenn Morris <rgm@gnu.org>
8992
8993 * Makefile.in (ELCFILES): Add mpc.elc.
8994
e1ada222
SM
89952009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * mpc.el: New file.
8998
0c9ff2c5
GM
89992009-12-01 Glenn Morris <rgm@gnu.org>
9000
3689984f
GM
9001 * window.el (window-to-use): Define for compiler.
9002
3ab4308b
GM
9003 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9004 consistent with others (no final period).
9005
0c9ff2c5
GM
9006 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9007 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9008
fb0c18ff
DN
90092009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9010
9011 Make vc-print-log buttons work.
045b9da7 9012 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 9013
2ac7e73e
JB
90142009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9015
9016 * savehist.el (savehist-autosave-interval): Allow setting to nil
9017 through customize. (Bug#5056)
9018
5237d741
JB
90192009-11-30 Juanma Barranquero <lekktu@gmail.com>
9020
9021 Fix references to jit-lock properties.
9022 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9023 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9024 (perl-font-lock-special-syntactic-constructs):
9025 Quote jit-lock-defer-multiline property.
9026
379241fa
DN
90272009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9028
9029 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9030
054ae856
JL
90312009-11-30 Juri Linkov <juri@jurta.org>
9032
9033 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9034 value `buffer' of `multi-isearch-next-buffer-current-function'.
9035 Use `(current-buffer)' when `buffer' is nil.
9036 (multi-isearch-next-buffer-from-list): Don't fallback to
9037 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9038
67296dda
JL
90392009-11-30 Juri Linkov <juri@jurta.org>
9040
9041 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9042 of buffers with `get-buffer' to `multi-isearch-buffers'.
9043 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9044 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9045 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9046 FILES with `expand-file-name' converting relative file names
9047 to absolute. Doc fix. (Bug#4727)
9048
c585bf32
JL
90492009-11-30 Juri Linkov <juri@jurta.org>
9050
9051 * misearch.el (multi-isearch-read-buffers)
9052 (multi-isearch-read-matching-buffers): New functions.
9053 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9054 Use them in the `interactive' spec. Doc fix.
9055 (multi-isearch-read-files, multi-isearch-read-matching-files):
9056 New functions.
9057 (multi-isearch-files, multi-isearch-files-regexp):
9058 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9059
0a745733
JL
90602009-11-30 Juri Linkov <juri@jurta.org>
9061
9062 * doc-view.el (doc-view-continuous):
9063 Rename from `doc-view-continuous-mode'.
9064 (doc-view-menu): Move "Toggle display" to the top.
9065 Add submenu "Continuous" with radio buttons "Off"/"On"
9066 and "Save as Default".
9067 (doc-view-scroll-up-or-next-page)
9068 (doc-view-scroll-down-or-previous-page)
9069 (doc-view-next-line-or-next-page)
9070 (doc-view-previous-line-or-previous-page): Rename
9071 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9072
1f9689eb
JL
90732009-11-30 Juri Linkov <juri@jurta.org>
9074
9075 * comint.el (comint-mode-map): Rebind `M-r' from
9076 `comint-previous-matching-input' to
9077 `comint-history-isearch-backward-regexp'.
9078 Unbind `M-s' to allow global key binding `M-s'.
9079 Add menu items for `comint-history-isearch-backward' and
9080 `comint-history-isearch-backward-regexp'. (Bug#3746)
9081
2952b1ae
JL
90822009-11-30 Juri Linkov <juri@jurta.org>
9083
9084 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9085 For def=recenter, replace `recenter' with `recenter-top-bottom'
9086 that is called with `this-command' and `last-command' let-bound
9087 to `recenter-top-bottom'. When the last `def' was not `recenter',
9088 set `recenter-last-op' to nil. (Bug#4981)
9089
7a9547ca
SM
90902009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9091
20565545
SM
9092 Minor cleanup and simplification.
9093 * filecache.el (file-cache-add-directory)
9094 (file-cache-add-directory-recursively)
9095 (file-cache-add-from-file-cache-buffer)
9096 (file-cache-delete-file-regexp, file-cache-delete-directory)
9097 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9098 (file-cache-temp-minibuffer-message): Delete function.
9099 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9100
7a9547ca
SM
9101 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9102 Don't signal an error when bumping into EOB in tr, s, or y.
9103
08e968f3
JL
91042009-11-29 Juri Linkov <juri@jurta.org>
9105
9106 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9107 (Bug#4960)
9108
9109 * descr-text.el (describe-char-unidata-list): Use lowercase name
9110 for "Unicode name" like in other tags.
9111
f8d170a4
JL
91122009-11-29 Juri Linkov <juri@jurta.org>
9113
9114 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9115 New compatibility macro.
7a9547ca 9116 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 9117
0116abbd
JL
91182009-11-29 Juri Linkov <juri@jurta.org>
9119
9120 Add defcustom to define the cycling order of `recenter-top-bottom'.
9121 (Bug#4981)
9122
9123 * window.el (recenter-last-op): Doc fix.
9124 (recenter-positions): New defcustom.
9125 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9126 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9127
61eef560
MA
91282009-11-29 Michael Albinus <michael.albinus@gmx.de>
9129
9130 Improve integration of Tramp and ange-ftp in eshell.
9131
e4070cdc 9132 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
9133 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9134 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9135
9136 * eshell/esh-util.el (top): Require also Tramp when compiling.
9137 (eshell-directory-files-and-attributes): Check for FTP remote
9138 connection.
9139 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9140 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9141 (eshell-file-attributes): Handle ".". Return `entry'.
9142
9143 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9144 (ange-ftp-directory-files-and-attributes)
9145 (ange-ftp-real-directory-files-and-attributes): New defuns.
9146
9147 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9148 shell with "exec" when possible. This prevents trailing prompts
9149 in `start-file-process'.
9150
f5467d3f
SM
91512009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9152
21f49db9
SM
9153 Try and remove assumptions about point-min==1.
9154 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9155 (rng-compute-mode-line-string): Show the validation percentage in
9156 terms of the narrowed text, not the widened text.
9157 (rng-do-some-validation): Don't catch internal errors when debugging.
9158 (rng-first-error): Simplify.
9159 (rng-after-change-function): Remove work around. AFAIK the bug has
9160 been fixed a while ago.
9161
26224faf
SM
9162 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9163 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9164
d7117720
SM
9165 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9166
f5467d3f
SM
9167 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9168 `cd' doesn't always do it for us (bug#5067).
9169
9170 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9171 on 2009-10-25 as part of some other change (bug#5067).
9172
c5269f1c
SM
91732009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9174
62a258a7
SM
9175 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9176 `suspicious'.
9177 (byte-compile-warnings): Use byte-compile-warning-types.
9178 (byte-compile-save-excursion): Warn about use of set-buffer right
9179 after save-excursion.
9180
c5269f1c
SM
9181 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9182 the excursion as well.
9183
3ba30eb8
MA
91842009-11-27 Michael Albinus <michael.albinus@gmx.de>
9185
9186 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9187 providing a Tramp related implementation of "su" and "sudo".
9188 (eshell-unix-initialize): Add "su" and "sudo".
9189
6c6f788d
DU
91902009-11-27 Daiki Ueno <ueno@unixuser.org>
9191
9192 * net/socks.el (socks-send-command): Convert binary request to
9193 unibyte before sending. This fixes mishandling of some port
9194 numbers such as 129.
9195
10c877fe
SM
91962009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9197
6f06a171
SM
9198 * help.el (describe-bindings-internal): Remove `interactive'.
9199
10c877fe
SM
9200 * man.el (Man-completion-table): Trim a terminating "(".
9201 Remove the space between name page a section.
9202 Add the command's description on the `help-echo' property.
c5269f1c
SM
9203 Remove `process-connection-type' binding since it's unused by
9204 call-process.
10c877fe
SM
9205 Provide completion for the "<section> <name>" format as well.
9206 (Man-default-man-entry): Remove spurious var shadowing the argument.
9207
c44a4822
KR
92082009-11-26 Kevin Ryde <user42@zip.com.au>
9209
9210 * log-view.el: Add "Keywords: tools", since its other keywords
9211 aren't in finder-known-keywords, and following vc.el.
9212
9d58f081
KR
9213 * sha1.el (sha1-string-external): default-directory "/" in case
9214 otherwise non-existent. process-connection-type pipe for touch of
9215 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9216
72fe6b25
SM
92172009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 Misc coding convention cleanups.
9220 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9221 hfy-init-kludge-hooks.
9222 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9223 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9224 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9225 and push.
9226 (hfy-slant, hfy-weight): Use tables rather than code.
9227 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9228 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9229 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9230 (hfy-face-to-css): Remove `nconc' with single arg.
9231 (hfy-p-to-face-lennart): Use `or'.
9232 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9233 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9234 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9235 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9236 (hfy-force-fontification): Use run-hooks.
9237
85e0a536
SM
92382009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9239
9240 Various minor fixes.
9241 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9242 Javascript belongs in the header, not the body.
9243 (hfy-javascript): Remove.
9244 (hfy-fontify-buffer): Don't insert it any more.
9245 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9246 Fix bug in invis handling when there were no invis props in a chunk.
9247
62ccc42c
SM
92482009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9249
9250 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9251
2643c7aa
DN
92522009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9253
9254 * finder.el (finder-mode-map): Add a menu.
9255
0e5c8aed
DN
92562009-11-26 Michael McNamara <mac@mail.brushroad.com>
9257
bf0b361c 9258 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
9259 "unsigned" structs.
9260
9261 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9262 fork" statement better.
9263
92642009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9265
bf0b361c
JB
9266 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9267 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9268 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9269 Reported by Clay Douglass.
0e5c8aed
DN
9270
9271 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
9272 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9273 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
9274 Pierre-David Pfister.
9275
7629c4e7
GM
92762009-11-26 Glenn Morris <rgm@gnu.org>
9277
62ccc42c
SM
9278 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9279 the scope.
7629c4e7 9280
a5d358f8
JB
92812009-11-25 Johan Bockgård <bojohan@gnu.org>
9282
9283 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9284 Really use previous revision.
9285
002cbde5
KR
92862009-11-25 Kevin Ryde <user42@zip.com.au>
9287
9288 * man.el (Man-completion-table): default-directory "/" in case
9289 doesn't otherwise exist. process-environment COLUMNS=999 so as
9290 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
9291 any chance of hitting the pseudo-tty TIOCGWINSZ.
9292 (man): completion-ignore-case t for friendliness and since man
9293 itself is case-insensitive on the command line.
9294 Further to Bug#3717.
002cbde5 9295
8cb5ffe8
KR
9296 * arc-mode.el: Add "Keywords: files", so the details in its
9297 commentary can be reached from finder-by-keyword.
34607612
KR
9298 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9299 editing mode, but it's comms related and sgml-mode.el has "comm"
9300 on that basis too.
b8dfcf54 9301 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
9302 * international/isearch-x.el, international/ja-dic-cnv.el:
9303 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 9304 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 9305
1e2d9ba1
JL
93062009-11-25 Juri Linkov <juri@jurta.org>
9307
9308 * man.el (Man-completion-table): Modify regexp to include
9309 section names to completion strings. (Bug#3717)
9310
a601d313
JL
93112009-11-25 Juri Linkov <juri@jurta.org>
9312
9313 Search recursively in gzipped files. (Bug#4982)
9314
9315 * progmodes/grep.el (grep-highlight-matches): Add new options
9316 `always' and `auto'. Doc fix.
9317 (grep-process-setup): Check `grep-highlight-matches' for
9318 `auto-detect' to determine the need to compute grep defaults.
9319 Move Windows/DOS specific --colors settings handling
9320 to `grep-compute-defaults'. Check `grep-highlight-matches'
9321 to get the value of "--color=".
9322 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9323 has the value `auto-detect'. Move Windows/DOS specific settings
9324 from `grep-process-setup'.
9325 (zrgrep): New command with alias `rzgrep'.
9326
bde04ea9
JL
93272009-11-25 Juri Linkov <juri@jurta.org>
9328
9329 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9330 to nil instead of switching off view-mode. (Bug#4896)
9331
7d6b4d3c
JL
93322009-11-25 Juri Linkov <juri@jurta.org>
9333
9334 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9335
9336 * mwheel.el (mwheel-scroll-up-function)
9337 (mwheel-scroll-down-function): New defvars.
9338 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9339 `scroll-up', and `mwheel-scroll-down-function' instead of
9340 `scroll-down'.
9341
9342 * doc-view.el (doc-view-scroll-up-or-next-page)
9343 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9344 Use this ARG in the call to image-scroll-up/image-scroll-down.
9345 Change `interactive' spec to "P". Goto next/previous page only
9346 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9347 SPC/DEL case). Doc fix.
9348 (doc-view-next-line-or-next-page)
9349 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9350 for consistency.
9351 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9352 `doc-view-scroll-up-or-next-page', and buffer-local
9353 `mwheel-scroll-down-function' to
9354 `doc-view-scroll-down-or-previous-page'.
9355
e237085f
JL
93562009-11-25 Juri Linkov <juri@jurta.org>
9357
9358 Provide additional default values (directories at other Dired
9359 windows) via M-n in the minibuffer of some Dired commands.
9360
9361 * dired-aux.el (dired-diff, dired-compare-directories)
9362 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9363 `minibuffer-default' in `minibuffer-with-setup-hook'.
9364 (dired-dwim-target-directory): Find a window that displays Dired
9365 buffer instead of failing when the next window is not Dired.
9366 Use `get-window-with-predicate' to find for the next Dired window.
9367 (dired-dwim-target-defaults): New function.
9368
9369 * ediff-util.el (ediff-read-file-name):
9370 Use `dired-dwim-target-defaults' to set `minibuffer-default'
9371 in `minibuffer-with-setup-hook'.
9372
7d371eac
JL
93732009-11-25 Juri Linkov <juri@jurta.org>
9374
9375 Provide additional default values (file name at point or at the
9376 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
9377
9378 * minibuffer.el (read-file-name-defaults): New function.
9379 (read-file-name): Reset `minibuffer-default' to nil when
9380 it duplicates initial input `insdef'.
9381 Bind `minibuffer-default-add-function' to lambda that
9382 calls `read-file-name-defaults' in `minibuffer-selected-window'.
9383 (minibuffer-insert-file-name-at-point): New command.
9384
9385 * files.el (file-name-at-point-functions): New defcustom.
9386 (find-file-default): Remove defvar.
9387 (find-file-read-args): Don't use `find-file-default'.
9388 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9389 to `read-file-name'.
9390 (find-file-literally): Use `read-file-name' with
9391 `confirm-nonexistent-file-or-buffer'.
9392
9393 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9394
9395 * dired.el (dired-read-dir-and-switches):
9396 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9397 to `read-file-name'.
9398 (dired-file-name-at-point): New function.
9399 (dired-mode): Add hook `dired-file-name-at-point' to
9400 `file-name-at-point-functions'.
9401
04ae543a
SM
94022009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9403
9404 Really make the *Completions* window soft-dedicated (bug#5030).
9405 * window.el (window--display-buffer-2): Add `dedicated' argument.
9406 (display-buffer): Pass it when needed so the dedicated flag is set
9407 after calling set-window-buffer, which would otherwise reset it.
9408
eb708e66
SM
94092009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9410
d6b8d4e7
SM
9411 * progmodes/meta-mode.el (meta-complete-symbol):
9412 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
9413 * mail/mailabbrev.el (mail-abbrev-complete-alias):
9414 Use completion-in-region.
9415
5f24557b
SM
9416 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9417 (dabbrev-completion): Use completion-in-region.
9418 (dabbrev--abbrev-at-point): Simplify regexp.
9419
fe4346f0
SM
9420 * abbrev.el (abbrev--before-point): Use word-motion functions
9421 if :regexp is not specified (bug#5031).
9422
cb190d7d
SM
9423 * subr.el (string-prefix-p): New function.
9424
e2ec6dd5
SM
9425 * man.el (Man-completion-cache): New var.
9426 (Man-completion-table): Use it.
9427
eb708e66
SM
9428 * vc.el (vc-print-log-internal): Make `limit' optional for better
9429 compatibility (e.g. with vc-annotate.el).
9430
4cf8971b
KR
94312009-11-24 Kevin Ryde <user42@zip.com.au>
9432
eb708e66 9433 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 9434 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 9435
4cf8971b
KR
9436 * emacs-lisp/elint.el (elint-add-required-env): Better error message
9437 when .el source file not found or other error.
9438
d204c46c
SM
94392009-11-24 Markus Triska <markus.triska@gmx.at>
9440
9441 * linum.el (linum-update-window): Ignore intangible (bug#4996).
9442
bb301b9a
SM
94432009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9444
449c27f0
SM
9445 Handle the [back] button properly (bug#4979).
9446 * descr-text.el (describe-text-properties): Add a `buffer' argument.
9447 Use help-setup-xref, help-buffer, and with-help-window.
9448 (describe-char): Add `buffer' argument.
9449 Pass proper command to help-setup-xref. Don't meddle with
9450 help-xref-stack-item directly.
9451 (describe-text-category): Use with-help-window and help-buffer.
9452
32fe5377
SM
9453 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9454 for the displayed buffer (bug#4887).
9455
bb301b9a
SM
9456 * man.el (Man-completion-table): New function.
9457 (man): Use it.
9458
35179414
DR
94592009-11-24 David Reitter <david.reitter@gmail.com>
9460
bb301b9a 9461 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
9462 .git is) rather than the file's directory and a relative path spec
9463 to work around a bug in git.
9464
605a20a9
MA
94652009-11-24 Michael Albinus <michael.albinus@gmx.de>
9466
9467 Improve handling of processes on remote hosts.
9468
9469 * eshell/esh-util.el (eshell-path-env): New defvar.
9470 (eshell-parse-colon-path): New defun.
9471 (eshell-file-attributes): Use `eshell-parse-colon-path'.
9472
bb301b9a
SM
9473 * eshell/esh-ext.el (eshell-search-path):
9474 Use `eshell-parse-colon-path'.
605a20a9
MA
9475 (eshell-remote-command): Remove argument HANDLER.
9476 (eshell-external-command): Check for FTP remote connection.
9477
bb301b9a
SM
9478 * eshell/esh-proc.el (eshell-gather-process-output):
9479 Use `file-truename', in order to start also symlinked files.
9480 Apply `start-file-process' instead of `start-process'.
9481 Shorten `command' to the local file name part.
605a20a9 9482
bb301b9a
SM
9483 * eshell/em-cmpl.el (eshell-complete-commands-list):
9484 Use `eshell-parse-colon-path'.
605a20a9
MA
9485
9486 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9487
9488 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
9489 to `eshell-directory-change-hook'.
9490
d1d33062
TH
94912009-11-24 Tassilo Horn <tassilo@member.fsf.org>
9492
9493 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 9494 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 9495
a34d8565 94962009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 9497
a34d8565
MK
9498 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9499 made on 2009-11-22.
d1d33062 9500
c83b8d1b
GM
95012009-11-24 Glenn Morris <rgm@gnu.org>
9502
9503 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9504 deleted variable bookmark-bmenu-bookmark-column.
9505
83505cfe
SM
95062009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9509
5241b291
CY
95102009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
9511
9512 * net/browse-url.el (browse-url-filename-alist): On Windows, add
9513 two slashes to the "file:" prefix.
9514 (browse-url-file-url): De-munge Cygwin filenames before passing
9515 them to Windows browser.
9516 (browse-url-default-windows-browser): Use call-process.
9517
aefcadb6
JL
95182009-11-23 Juri Linkov <juri@jurta.org>
9519
9520 Implement DocView Continuous mode. (Bug#4896)
9521 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
9522 (doc-view-mode-map): Bind C-n/<down> to
9523 `doc-view-next-line-or-next-page', C-p/<up> to
9524 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
9525 (doc-view-next-line-or-next-page)
9526 (doc-view-previous-line-or-previous-page): New commands.
9527
0d62bcea
JL
95282009-11-23 Juri Linkov <juri@jurta.org>
9529
9530 Implement Isearch in comint input history. (Bug#3746)
9531 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9532 `isearch-mode-hook'.
9533 (comint-history-isearch): New defcustom.
9534 (comint-history-isearch-backward)
9535 (comint-history-isearch-backward-regexp): New commands.
9536 (comint-history-isearch-message-overlay): New buffer-local variable.
9537 (comint-history-isearch-setup, comint-history-isearch-end)
9538 (comint-goto-input, comint-history-isearch-search)
9539 (comint-history-isearch-message, comint-history-isearch-wrap)
9540 (comint-history-isearch-push-state)
9541 (comint-history-isearch-pop-state): New functions.
9542
b593f105
MA
95432009-11-23 Michael Albinus <michael.albinus@gmx.de>
9544
9545 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9546 return.
9547 (tramp-handle-make-symbolic-link)
9548 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9549 Quote file names.
9550 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9551 (tramp-handle-process-file): Use it.
9552
0f202d5d
SM
95532009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9554
9555 * window.el (move-to-window-line-last-op): Remove.
9556 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9557
216349f8
SM
95582009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
9559
0f202d5d 9560 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
9561 * window.el (move-to-window-line-last-op): New var.
9562 (move-to-window-line-top-bottom): New command.
9563 (global-map): Bind M-r move-to-window-line-top-bottom.
9564
c10e0633
GM
95652009-11-23 Sven Joachim <svenjoac@gmx.de>
9566
9567 * dired-x.el (dired-guess-shell-alist-default):
9568 Support xz format. (Bug#4953)
9569
953e0c1a
GM
95702009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
9571
9572 * emulation/viper-cmd.el: Use viper-last-command-char instead of
9573 last-command-char/last-command-event.
9574 (viper-prefix-arg-value): Do correct conversion of event-char for
9575 XEmacs.
9576
83505cfe
SM
9577 * emulation/viper-util.el, emulation/viper.el:
9578 Use viper-last-command-char instead of
9579 last-command-char/last-command-event.
953e0c1a 9580
83505cfe
SM
9581 * ediff-init.el, ediff-mult.el, ediff-util.el:
9582 Replace last-command-char and last-command-event
9583 with (ediff-last-command-char) everywhere.
953e0c1a
GM
9584
9585 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9586 created in fundamental mode.
9587
9588 * ediff.el (ediff-version): Revert the change of interactive-p to
9589 called-interactively-p.
9590
9ee12eee
TH
95912009-11-22 Tassilo Horn <tassilo@member.fsf.org>
9592
9593 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9594 generation from word-movement command names.
9595
8b571bf3
JD
95962009-11-21 Jan Djärv <jan.h.d@swipnet.se>
9597
9598 * cus-start.el (all): Add native condition for font-use-system-font.
9599
4121db47
AM
96002009-11-21 Nathaniel Flath <flat0103@gmail.com>
9601
83505cfe
SM
9602 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9603 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 9604
d71f5e0c
TH
96052009-11-21 Tassilo Horn <tassilo@member.fsf.org>
9606
9607 * progmodes/subword.el: Rename from lisp/subword.el.
9608
9609 * subword.el: Rename to progmodes/subword.el.
9610
9611 * Makefile.in (ELCFILES): Adapt to subword.el move.
9612
fc9d6ad6 96132009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 9614 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
9615
9616 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9617 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9618 (bookmark-bmenu-show-filenames): Use push.
9619 (bookmark-bmenu-hide-filenames): Use local var instead of
9620 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
9621 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9622 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9623 filenames now that the bookmark names are always available.
9624
26d9285f
SM
96252009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9626
9627 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9628 (bookmark-search-pattern): Move and leave unbound.
9629 (bookmark-bmenu-mode-map): Change binding.
9630 (bookmark-read-search-input): Simplify.
9631 Don't use text-char-description. Don't error on non-char events.
9632 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9633 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9634 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9635 Use a local var for the timer.
9636 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9637 (i.e. bookmark-bmenu-search).
9638
d73a0317
GM
96392009-11-21 Glenn Morris <rgm@gnu.org>
9640
9641 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
9642
e572025f
CY
96432009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
9644
26d9285f
SM
9645 * net/browse-url.el (browse-url-default-windows-browser):
9646 Use cygstart for cygwin.
e572025f 9647
6aeaa3dc
KF
96482009-11-20 Karl Fogel <karl.fogel@red-bean.com>
9649
e4070cdc 9650 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
9651 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9652 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 9653 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
9654 (bookmark-read-search-input): Adjust to fit within 80 columns.
9655
a9b76eec
TH
96562009-11-20 Tassilo Horn <tassilo@member.fsf.org>
9657
9658 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9659 (c-backward-into-nomenclature): Adapt to subword renaming.
9660
9661 * subword.el (subword-forward, subword-backward, subword-mark)
9662 (subword-kill, subword-backward-kill, subword-transpose)
9663 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
9664 (subword-forward-internal, subword-backward-internal):
9665 Rename from forward-subword, backward-subword, mark-subword,
9666 kill-subword, backward-kill-subword, transpose-subwords,
9667 downcase-subword, upcase-subword, capitalize-subword,
9668 forward-subword-internal, backward-subword-internal.
a9b76eec 9669
1e7d4475
SM
96702009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9671
26d9285f
SM
9672 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9673 New options.
1e7d4475
SM
9674 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9675 New vars.
9676 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9677 (bookmark-bmenu-filter-alist-by-regexp)
9678 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9679 (bookmark-bmenu-search): New command.
9680 (bookmark-bmenu-mode-map): Bind it.
9681
653d1554
TH
96822009-11-20 Tassilo Horn <tassilo@member.fsf.org>
9683
ab84bfa0
TH
9684 * progmodes/cc-cmds.el: declare-functioned forward-subword and
9685 backward-subword to quit the byte-compiler.
9686
1f35fda9
TH
9687 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9688
9689 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9690
653d1554 9691 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
9692 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9693 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
9694
9695 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9696 subword.el functions instead of cc-subword.el.
9697
1e7d4475
SM
9698 * progmodes/cc-subword.el: Rename to subword.el.
9699 * subword.el: Rename from progmodes/cc-subword.el.
9700 (subword-mode-map): Rename from c-subword-mode-map.
9701 (subword-mode): Rename from c-subword-mode.
653d1554 9702 (global-subword-mode): New global minor mode.
1e7d4475
SM
9703 (forward-subword): Rename from c-forward-subword.
9704 (backward-subword): Rename from c-backward-subword.
9705 (mark-subword): Rename from c-mark-subword.
9706 (kill-subword): Rename from c-kill-subword.
9707 (backward-kill-subword): Rename from c-backward-kill-subword.
9708 (transpose-subwords): Rename from c-tranpose-subword.
9709 (downcase-subword): Rename from c-downcase-subword.
9710 (capitalize-subword): Rename from c-capitalize-subword.
9711 (forward-subword-internal): Rename from c-forward-subword-internal.
9712 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 9713
9717f119
DN
97142009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
9715
8de724f3
DN
9716 * vc.el (vc-deduce-fileset): Allow non-state changing operations
9717 from a dired buffer.
9718 (vc-dired-deduce-fileset): New function.
9719 (vc-root-diff, vc-print-root-log): Use it.
9720
9717f119
DN
9721 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9722 nil LIMIT argument to vc-print-log-internal.
9723
af4999b8
GM
97242009-11-20 Glenn Morris <rgm@gnu.org>
9725
9726 * Makefile.in (ELCFILES): Regenerate.
9727
b58edcb6
JB
97282009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
9729
02e1b488
SM
9730 * calc/calc.el (calc-set-mode-line):
9731 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
9732 (math-format-number): Rename `math-format-complement-signed' to
9733 `math-format-twos-complement'.
9734
02e1b488 9735 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
9736 math-format-complement-signed.
9737 (calc-radix): Rename `calc-complement-signed-mode' to
9738 `calc-twos-complement-mode'.
02e1b488
SM
9739 (calc-octal-radix, calc-hex-radix): Add an argument for
9740 two's complement.
b58edcb6 9741
02e1b488
SM
9742 * calc/calc-embed.el (calc-embedded-mode-vars):
9743 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 9744
02e1b488
SM
9745 * calc/calc-ext.el (calc-init-extensions):
9746 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
9747 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9748
02e1b488
SM
9749 * calc/calc-units.el (math-build-units-table-buffer):
9750 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
9751
9752 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9753 entries.
9754
9755 * calc/calc-vec.el (calcFunc-vunpack):
9756 * calc/calc-aent.el (calc-do-calc-eval):
9757 * calc/calc-forms.el (math-format-date):
9758 * calc/calc-graph.el (calc-graph-plot):
9759 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
9760 * calc/calccomp.el (math-compose-expr):
9761 Let `calc-twos-complement-mode' be nil.
9762
97632009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9764
9765 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9766 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
9767 * minibuffer.el (completion-in-region-functions): New hook.
9768 (completion-in-region): New function.
9769 * emacs-lisp/lisp.el (lisp-complete-symbol):
9770 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 9771
e3353a78
SM
97722009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9773
eff77808
SM
9774 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9775 (latex-complete-alist): New vars.
9776 (latex-string-prefix-p, latex-complete-bibtex-keys)
9777 (latex-complete-envnames, latex-complete-refkeys)
9778 (latex-complete-data): New functions.
9779 (latex-complete, latex-indent-or-complete): New commands.
9780
d2c9fc42
SM
9781 * window.el (display-buffer-mark-dedicated): New var.
9782 (display-buffer): Obey it.
9783 * minibuffer.el (minibuffer-completion-help): Use it.
9784
31a1c477
SM
9785 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9786
bed4c972
SM
9787 * filecache.el (file-cache-add-file): Use push and cons.
9788 (file-cache-delete-file-regexp): Use push.
9789 (file-cache-complete): Use completion-in-region.
9790
8c22699f
SM
9791 * simple.el (with-wrapper-hook): Fix thinko.
9792
e3353a78
SM
9793 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9794 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9795 Use with-current-buffer and string-to-number.
9796 (hfy-fallback-colour-values): Use assoc-string.
9797 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9798 (hfy-face-at): Remove unused var `found-face'.
9799 (hfy-compile-stylesheet): Remove unused var `css'.
9800 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9801 and `orig-buffer'.
9802 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9803 Use with-current-buffer.
9804 (hfy-text-p): Use expand-file-name and fewer setq.
9805
acca02b0
SM
98062009-11-19 Vivek Dasmohapatra <vivek@etla.org>
9807
9808 * htmlfontify.el, hfy-cmap.el: New files.
9809
042b7cc6
JL
98102009-11-19 Juri Linkov <juri@jurta.org>
9811
9812 * minibuffer.el (completions-format): New defcustom.
9813 (completion--insert-strings): Implement vertical format.
9814
9815 * simple.el (switch-to-completions): Move point to the first
9816 completion when point was at the beginning of the buffer.
9817
da205913
JL
98182009-11-19 Juri Linkov <juri@jurta.org>
9819
9820 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
9821
9822 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9823
0b8ee421
CY
98242009-11-19 Chong Yidong <cyd@stupidchicken.com>
9825
9826 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9827 (mail-signature): Change default to t.
9828 (mail-from-style): Deprecate `system-default' value.
9829 (mail-insert-from-field): For default value of mail-from-style,
9830 default to `angles' unless `angles' needs quoting and `parens'
9831 does not.
9832 (mail-citation-prefix-regexp): Use citation regexp from
9833 message-mode.
9834
4265deab
MA
98352009-11-19 Michael Albinus <michael.albinus@gmx.de>
9836
acca02b0
SM
9837 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9838 Set variables for computing the prompt for reading password.
4265deab 9839
27cacd2d
GM
98402009-11-19 Glenn Morris <rgm@gnu.org>
9841
470bce7d
GM
9842 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
9843
7e705a1d
GM
9844 * textmodes/flyspell.el (sgml-lexical-context): Declare.
9845
27cacd2d
GM
9846 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9847 (newsticker-treeview-listwindow-height): Fix custom type.
9848
b2f0be0f
KH
98492009-11-19 Kenichi Handa <handa@m17n.org>
9850
9851 * descr-text.el (describe-char-padded-string): Compose with TAB
9852 only if there's a font for CH.
02e1b488 9853 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 9854
03446045 98552009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
9856
9857 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 9858 more accurate version of the regexp. (Bug#3910)
b96337b0 9859
03446045 98602009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
9861
9862 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9863
e0620570
JB
98642009-11-18 Juanma Barranquero <lekktu@gmail.com>
9865
9866 * font-setting.el (font-use-system-font): Declare for byte-compiler.
9867 (font-setting-change-default-font): Fix typo in docstring.
9868
6cc6582e
AM
98692009-11-18 Alan Mackenzie <acm@muc.de>
9870
9871 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9872
dfb3c4c6
JD
98732009-11-17 Jan Djärv <jan.h.d@swipnet.se>
9874
02e1b488 9875 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
9876
9877 * cus-start.el (all): ... to here.
9878
e268e987
MA
98792009-11-17 Michael Albinus <michael.albinus@gmx.de>
9880
9881 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
9882 Don't set `ad-return-value' if `ad-do-it' doesn't.
9883
303ffde8
MA
9884 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
9885 modification time.
9886
637fa988
JD
98872009-11-17 Jan Djärv <jan.h.d@swipnet.se>
9888
9889 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 9890 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
9891
9892 * loadup.el: If feature system-font-setting or font-render-setting is
9893 there, load font-setting.
9894
02e1b488 9895 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
9896 * font-setting.el: New file.
9897
1d16a255
GM
98982009-11-17 Glenn Morris <rgm@gnu.org>
9899
9900 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
9901
2d84f804
GM
9902 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
9903 Preserve point in the list buffer. (Bug#4939)
9904 Use point-at-eol.
9905 (newsticker--treeview-list-update-highlight)
9906 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
9907
14467b99
JB
99082009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
9909
9910 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
9911 Remove.
9912
9913 * calc/calc-ext.el (calc-init-extensions): Remove references to
9914 symclip.
9915
9916 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
9917
9918 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 9919 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
9920 `calc-symclip'.
9921
e3c39c01
KR
99222009-11-16 Kevin Ryde <user42@zip.com.au>
9923
02e1b488 9924 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 9925 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 9926
497de631
KR
9927 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
9928 (lm-keywords-list): Allow comma-only separator like "foo,bar".
9929 Ignore trailing spaces by omit-nulls to split-string (fixing
9930 regression from Emacs 21 due to the incompatible split-string
14467b99 9931 change). (Bug #4928.)
497de631 9932
48b27575
DN
99332009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9934
5237d741 9935 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
9936 (vc-print-log-internal): Insert buttons to request more entries
9937 when limiting the output.
9938
9939 * vc-sccs.el (vc-sccs-print-log):
9940 * vc-rcs.el (vc-rcs-print-log):
9941 * vc-cvs.el (vc-cvs-print-log):
9942 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
9943 LIMIT is non-nil.
9944
d3e97185
MA
99452009-11-16 Michael Albinus <michael.albinus@gmx.de>
9946
9947 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
9948 error when `tramp-gvfs-dbus-event-vector' is set.
9949 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
9950
68d87786
SM
99512009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
9954
c0a39702
MA
99552009-11-16 Michael Albinus <michael.albinus@gmx.de>
9956
9957 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 9958 (dbus-register-property): Register the handlers of
c0a39702
MA
9959 "org.freedesktop.DBus.Properties" for SERVICE.
9960 (dbus-property-handler): Fix docstring.
9961
1e857121
YM
99622009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9963
9964 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
9965 Quote doc string reference in defvaralias as it is not in special form.
9966 (byte-compile-output-docform): Doc fix.
9967
887484c1
JB
99682009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
9969
9970 * calc/calc.el (math-2-word-size, math-half-2-word-size)
9971 (calc-complement-signed-mode): New variables.
9972 (calc-set-mode-line): Add indicator for twos-complements.
9973 (math-format-number): Format twos-complement notation.
9974
9975 * calc/calc-bin.el (calc-word-size): Reset the variables
9976 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
9977 (math-format-complement-signed, math-symclip, calcFunc-symclip)
9978 (calc-symclip): New functions.
887484c1
JB
9979
9980 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
9981
68d87786
SM
9982 * calc/calc-embed.el (calc-embedded-mode-vars):
9983 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
9984
9985 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 9986 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
9987
9988 * calc/calc-ext.el (math-read-number-fancy): Read complement
9989 signed numbers.
68d87786
SM
9990 (calc-init-extensions): Add binding for `calc-symclip'.
9991 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
9992
9993 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
9994 `calc-symclip'.
68d87786 9995 (calc-modes-menu): Add item for twos complement mode.
887484c1 9996
5237d741 9997 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 9998
4cf1d7e3
CY
99992009-11-15 Chong Yidong <cyd@stupidchicken.com>
10000
10001 * register.el (jump-to-register, insert-register): Handle Semantic
10002 tags. From commented-out advice in semantic/senator.el.
10003
f8e65267
DN
100042009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10005
6616006b
DN
10006 * vc.el (vc-log-show-limit): New variable.
10007 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10008 when using a prefix argument.
10009 (vc-print-log-internal): Add new argument LIMIT.
10010
10011 * vc-svn.el (vc-svn-print-log):
10012 * vc-mtn.el (vc-mtn-print-log):
10013 * vc-hg.el (vc-hg-print-log):
10014 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 10015 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
10016 non-optional.
10017
10018 * vc-sccs.el (vc-sccs-print-log):
10019 * vc-rcs.el (vc-rcs-print-log):
10020 * vc-git.el (vc-git-print-log):
10021 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10022 ignore it. Make the BUFFER argument non-optional
10023
f8e65267
DN
10024 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10025
0566c4bc
CY
100262009-11-15 Chong Yidong <cyd@stupidchicken.com>
10027
7cce3c91
CY
10028 * dired.el (dired-mode-map): Move encryption items to "Operate"
10029 menu (Bug#4703).
10030
d7063de9
CY
10031 * strokes.el (strokes-update-window-configuration): Make strokes
10032 buffer current before erasing (Bug#4906).
10033
0fc10137
JL
100342009-11-15 Juri Linkov <juri@jurta.org>
10035
10036 * simple.el (set-mark-default-inactive): Add :type, :group
10037 and :version. (Bug#4876)
10038
f5fce4ec
MA
100392009-11-15 Michael Albinus <michael.albinus@gmx.de>
10040
10041 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10042 (archive-unique-fname): ... here. (Bug#4929)
10043
8d720a00
SM
100442009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10045
589888fe
SM
10046 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10047 with a real fix.
10048
8d720a00
SM
10049 * novice.el (disabled-command-function): Add useful args.
10050 Setup the help buffer so that [back] works.
10051 Remove redundant call to help-mode.
10052 (disabled-command-function): Use `case'.
10053 (en/disable-command): New function extracted from enable-command.
10054 (enable-command, disable-command): Use it.
10055
a61344d6
GM
100562009-11-14 Glenn Morris <rgm@gnu.org>
10057
497f0cdd
GM
10058 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10059 constants. (Bug#4913)
10060
a61344d6
GM
10061 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10062
d501801e
GM
100632009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10064
10065 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10066 defined in C that have no doc-strings. (Bug#1063)
10067
5af27ac2
GM
100682009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10069
10070 * cus-edit.el (data, files):
10071 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10072
aec5395b
CY
100732009-11-14 Chong Yidong <cyd@stupidchicken.com>
10074
e7791447
CY
10075 * simple.el (shell-command): Doc fix (Bug#4891).
10076
aec5395b
CY
10077 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10078
7a41cd7f
GM
100792009-11-14 Glenn Morris <rgm@gnu.org>
10080
c3583c94
GM
10081 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10082 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10083 If they are already loaded, eval-after-load will do the right thing.
10084
73900d1f
GM
10085 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10086 compiling.
10087
0028351d
GM
10088 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10089
f6714ede
GM
10090 * simple.el (x-selection-owner-p): Declare.
10091 (read-mail-command): Use custom radio type rather than choice.
10092 (completion-no-auto-exit): Doc fix.
10093
7a41cd7f 10094 * custom.el (defgroup):
5af27ac2 10095 * epg-config.el (epg): Doc fixes.
7a41cd7f 10096
2d0659ec
DN
100972009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10098
10099 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10100 * international/ccl.el (define-ccl-program): Do not purecopy the
10101 docstring, defconst does it anyway.
10102
7fdbcd83
SM
101032009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10104
d499c5b9
SM
10105 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10106 a second time.
10107
7fdbcd83
SM
10108 * x-dnd.el (x-dnd-maybe-call-test-function):
10109 * window.el (split-window-vertically):
10110 * whitespace.el (whitespace-help-on):
10111 * vc-rcs.el (vc-rcs-consult-headers):
10112 * userlock.el (ask-user-about-lock-help)
10113 (ask-user-about-supersession-help):
10114 * type-break.el (type-break-force-mode-line-update):
10115 * time-stamp.el (time-stamp-conv-warn):
10116 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 10117 (te-sentinel, terminal-emulator):
7fdbcd83
SM
10118 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10119 (term-write-input-ring, term-check-source, term-start-output-log):
10120 (term-display-buffer-line, term-dynamic-list-completions):
10121 (term-ansi-make-term, serial-term):
10122 * subr.el (selective-display):
10123 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10124 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10125 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10126 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10127 (speedbar-remove-localized-speedbar-support)
10128 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10129 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10130 (speedbar-buffers-line-directory):
10131 * simple.el (shell-command-on-region, append-to-buffer)
10132 (prepend-to-buffer):
10133 * shadowfile.el (shadow-save-todo-file):
10134 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10135 (scroll-bar-maybe-set-window-start):
10136 * sb-image.el (speedbar-image-dump):
10137 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10138 (load-save-place-alist-from-file):
10139 * ps-samp.el (ps-print-message-from-summary):
10140 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10141 (ps-background-image, ps-begin-job, ps-do-despool):
10142 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10143 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10144 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10145 (pr-call-process, pr-file-list, pr-interface-save):
10146 * novice.el (disabled-command-function)
10147 (enable-command, disable-command):
10148 * mouse.el (mouse-buffer-menu-alist):
10149 * mouse-copy.el (mouse-kill-preserving-secondary):
10150 * macros.el (kbd-macro-query):
10151 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10152 * informat.el (batch-info-validate):
10153 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10154 * hippie-exp.el (try-expand-dabbrev-visible):
10155 * help-mode.el (help-make-xrefs):
10156 * help-fns.el (describe-variable):
10157 * generic-x.el (bat-generic-mode-run-as-comint):
10158 * finder.el (finder-mouse-select):
10159 * find-dired.el (find-dired-sentinel):
10160 * filesets.el (filesets-file-close):
10161 * files.el (list-directory):
10162 * faces.el (list-faces-display, describe-face):
10163 * facemenu.el (list-colors-display):
10164 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10165 * epg.el (epg--process-filter, epg-cancel):
10166 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10167 (epa--read-signature-type):
10168 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10169 (emerge-file-names):
10170 * ehelp.el (electric-helpify):
10171 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10172 * ediff-vers.el (rcs-ediff-view-revision):
10173 * ediff-util.el (ediff-setup):
10174 * ediff-mult.el (ediff-append-custom-diff):
10175 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10176 (ediff-wordify):
10177 * echistory.el (Electric-command-history-redo-expression):
10178 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10179 * disp-table.el (describe-display-table):
10180 * dired.el (dired-find-buffer-nocreate):
10181 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10182 * dabbrev.el (dabbrev--same-major-mode-p):
10183 * chistory.el (list-command-history):
10184 * apropos.el (apropos-documentation):
10185 * allout.el (allout-obtain-passphrase):
10186 (allout-copy-exposed-to-buffer):
10187 (allout-verify-passphrase): Use with-current-buffer.
10188
2ccbc060
GM
101892009-11-13 Glenn Morris <rgm@gnu.org>
10190
10191 * Makefile.in (ELCFILES): Regenerate.
10192
b172ed20
MA
101932009-11-13 Michael Albinus <michael.albinus@gmx.de>
10194
7fdbcd83
SM
10195 * net/dbus.el (dbus-registered-objects-table): Rename from
10196 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
10197 (dbus-unregister-object): Unregister also properties.
10198 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10199 Use a timeout of 500 msec, in order to not block.
10200 (dbus-register-property, dbus-property-handler): New defuns.
10201
e96d62cd
SM
102022009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10203
10204 * simple.el (minibuffer-default-add-completions): Drop deprecated
10205 4th arg.
10206
14bd267d
EZ
102072009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10208
e96d62cd
SM
10209 * textmodes/artist.el (artist-mouse-choose-operation):
10210 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 10211 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
10212 (artist-compute-up-event-key): New function.
10213 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10214
bf89fd7b
KH
102152009-11-13 Kenichi Handa <handa@m17n.org>
10216
10217 * language/japan-util.el: Make sure that the value of jisx0208
10218 property is jisx0208 character.
10219
f70b8925
DN
102202009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10221
10222 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10223 car or each item, not the whole list.
10224
4d93a9e0
SM
102252009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10226
10227 * minibuffer.el (minibuffer-completion-help):
10228 Use minibuffer-hide-completions.
10229
05404988
SM
102302009-11-12 Per Starbäck <per@starback.se> (tiny change)
10231
10232 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10233 (dired-revert): Use them (bug#4880).
10234
5297bc10
DN
102352009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10236
10237 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10238
e2685eb7
JL
102392009-11-12 Juri Linkov <juri@jurta.org>
10240
10241 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10242 New functions.
10243 (find-file-literally-at-point): Alias of `ffap-literally'.
10244
76410c3e
DN
102452009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10246
6d341a2a
DN
10247 * textmodes/ispell.el (ispell-skip-region-alist):
10248 * textmodes/css-mode.el (auto-mode-alist):
10249 * progmodes/compile.el (auto-mode-alist):
10250 * international/mule.el (ctext-non-standard-encodings-alist)
10251 (ctext-non-standard-encodings-regexp):
10252 * simple.el (shell-command-switch, text-read-only):
10253 * replace.el (occur-mode-map):
10254 * paths.el (rmail-file-name):
10255 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10256 * find-file.el (ff-special-constructs):
10257 * files.el (file-name-handler-alist):
10258 * composite.el: Purecopy strings.
10259
76410c3e
DN
10260 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10261
aaa448c9
DN
102622009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10263
10264 * widget.el (define-widget): Purecopy the docstring.
10265 * international/mule-cmds.el (charset): Do not purecopy the
10266 docstring here, define-widget does it.
10267
10268 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10269 * textmodes/bibtex-style.el (auto-mode-alist):
10270 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10271 * progmodes/compile.el (compile-command):
10272 * language/korea-util.el (default-korean-keyboard):
10273 * international/mule-conf.el (file-coding-system-alist):
10274 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10275 * tooltip.el (tooltip-frame-parameters):
10276 * newcomment.el (comment-end, comment-padding):
10277 * dired.el (dired-trivial-filenames):
10278 * comint.el (comint-file-name-prefix): Purecopy initial values.
10279
bbe650fd
MA
102802009-11-11 Michael Albinus <michael.albinus@gmx.de>
10281
10282 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10283 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10284 `tramp-unload'.
10285 (tramp-advice-make-auto-save-file-name)
10286 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10287 after removing the advice.
10288
6bdad9ae
DN
102892009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10290
2f7f4bee
DN
10291 * progmodes/grep.el (grep-regexp-alist):
10292 * international/mule-cmds.el (iso-2022-control-alist):
10293 * emacs-lisp/timer.el (timer-duration-words):
10294 * subr.el (version-separator, version-regexp-alist):
10295 * minibuffer.el (completion-styles-alist):
10296 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10297 Change defvars to defconsts.
10298
a042de45
DN
10299 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10300 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10301 * international/mule-conf.el: Allow to be byte compiled.
10302
3b6acc72
DN
10303 * international/mule.el (define-charset): Purecopy props.
10304 (load-with-code-conversion): Purecopy doc string and file name.
10305 (put-charset-property): Purecopy strings.
10306 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10307
1c2efdfb 10308 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
10309 (define-char-code-property): Correctly purecopy the table.
10310
62591911
DN
10311 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10312
8b908da6
DN
10313 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10314
ff917d63
DN
10315 * subr.el (add-hook): Purecopy strings.
10316 (eval-after-load): Purecopy load-history-regexp and the form.
10317
af89cf77
DN
10318 * custom.el (custom-declare-group): Purecopy load-file-name.
10319
a3c20c83 10320 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
10321 * net/eudc.el (eudc-tools-menu):
10322 * international/mule-cmds.el (set-coding-system-map)
10323 (mule-menu-keymap):
10324 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10325 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
10326 * replace.el (occur-mode-map):
10327 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 10328 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
10329 (menu-bar-custom-menu, menu-bar-showhide-menu)
10330 (menu-bar-options-menu, menu-bar-tools-menu)
10331 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10332 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10333 (menu-bar-help-menu):
10334 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10335 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10336
6bdad9ae
DN
10337 * term/x-win.el (x-gtk-stock-map):
10338 * progmodes/vera-mode.el (auto-mode-alist):
10339 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10340 (inferior-lisp-program, inferior-lisp-load-command):
10341 * progmodes/hideshow.el (hs-special-modes-alist):
10342 * progmodes/gud.el (same-window-regexps):
10343 * progmodes/grep.el (grep-program, find-program, xargs-program):
10344 * net/telnet.el (same-window-regexps):
10345 * net/rlogin.el (same-window-regexps):
10346 * language/ethiopic.el (font-ccl-encoder-alist):
10347 * vc-sccs.el (vc-sccs-master-templates):
10348 * vc-rcs.el (vc-rcs-master-templates):
10349 * subr.el (cl-assertion-failed):
10350 * simple.el (next-error-overlay-arrow-position):
10351 * lpr.el (lpr-command):
10352 * locate.el (locate-ls-subdir-switches):
10353 * info.el (same-window-regexps, info)
10354 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10355 * image-mode.el (image-mode, auto-mode-alist):
10356 * hippie-exp.el (hippie-expand-ignore-buffers):
10357 * format.el (format-alist):
10358 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10359 (find-name-arg):
10360 * facemenu.el (facemenu-keybindings):
10361 * dired.el (dired-listing-switches, dired-chown-program):
10362 * diff.el (diff-switches, diff-command):
10363 * cus-edit.el (same-window-regexps):
10364 * bindings.el (mode-line-mule-info)
10365 (mode-line-buffer-identification): Purecopy strings.
10366
e0987650
JL
103672009-11-11 Juri Linkov <juri@jurta.org>
10368
3570691b 10369 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
10370 Tell the byte-compiler about dired-get-filename.
10371 (shell-command): In Dired mode, get filename from the current line
10372 as the default value.
10373
b16ff465
GM
103742009-11-10 Glenn Morris <rgm@gnu.org>
10375
e8a11b22
GM
10376 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10377 * calendar/holidays.el, progmodes/cperl-mode.el:
10378 Update x-popup-menu declarations.
10379
b16ff465
GM
10380 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10381 (list-load-path-shadows): Use dolist.
10382 (list-load-path-shadows): Use with-current-buffer.
10383
032c3399
JL
103842009-11-10 Juri Linkov <juri@jurta.org>
10385
10386 * minibuffer.el (read-file-name): Support a list of default values
10387 in `default-filename'. Use the first file name where only one
10388 element is required. Doc fix.
10389
8fb1629f
MA
103902009-11-09 Michael Albinus <michael.albinus@gmx.de>
10391
10392 * net/dbus.el (dbus-unregister-object): Release service, if no
10393 other method is registered for it.
10394
a51203ee 103952009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
10396
10397 * bookmark.el (bookmark-completing-read): Sort bookmark names if
10398 bookmark-sort-flag is non-nil (Bug#4653).
10399
9bf7dc8a
CY
104002009-11-08 Chong Yidong <cyd@stupidchicken.com>
10401
15207e74
CY
10402 * emulation/cua-base.el: Add CUA property to some CC mode commands
10403 (Bug#4100).
10404
8bf7ed70
KR
104052009-11-08 Kevin Ryde <user42@zip.com.au>
10406
10407 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 10408 at end of sentence (Bug#4818).
8bf7ed70 10409
951802d0
CY
104102009-11-08 Jared Finder <jfinder@crypticstudios.com>
10411
10412 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10413 Handle "see declaration of" MSFT statements (Bug#4100).
10414
e8244310
MA
104152009-11-08 Michael Albinus <michael.albinus@gmx.de>
10416
10417 * net/tramp.el (tramp-advice-make-auto-save-file-name)
10418 (tramp-advice-file-expand-wildcards): Unload via
10419 `ad-remove-advice'.
10420
10421 * net/trampver.el: Update release number.
10422
a51203ee 104232009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
10424
10425 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10426 `ad-do-it'.
10427
a51203ee 104282009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
10429
10430 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10431 in order to keep context in SELinux.
10432
bedd8a58
CY
104332009-11-08 Chong Yidong <cyd@stupidchicken.com>
10434
10435 * dired-aux.el (dired-query): Place cursor in echo area and allow
10436 C-g.
10437
10438 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10439 menu item if not on a directory (Bug#4701).
10440
0484d600
MA
104412009-11-07 Michael Albinus <michael.albinus@gmx.de>
10442
10443 Sync with Tramp 2.1.17.
10444
10445 * net/tramp.el (tramp-handle-copy-directory): Don't use
10446 `file-remote-p' (due to compatibility).
10447
10448 * net/tramp-compat.el (tramp-compat-copy-directory)
10449 (tramp-compat-delete-directory): New defuns.
10450
10451 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10452 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10453 `tramp-compat-delete-directory'.
10454
10455 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 10456 (tramp-smb-handle-delete-directory): Use
0484d600
MA
10457 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10458
10459 * net/trampver.el: Update release number.
10460
b42b2189
CY
104612009-11-07 Chong Yidong <cyd@stupidchicken.com>
10462
6960d7b9
CY
10463 * tar-mode.el (tar-copy): Call write-region on the right buffer
10464 (Bug#4857).
10465
b42b2189
CY
10466 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10467 by hand, if necessary (Bug#4878).
10468
0ad57dfd
CY
104692009-11-06 Chong Yidong <cyd@stupidchicken.com>
10470
d19e23ae
CY
10471 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10472 align size column (Bug#4839).
10473
0ad57dfd
CY
10474 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10475 statement.
10476
0b7f397c
DN
104772009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10478
10479 * progmodes/ld-script.el (auto-mode-alist):
10480 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10481
10482 * cus-face.el (custom-declare-face): Purecopy face spec.
10483
495bd5ca
KH
104842009-11-06 Kenichi Handa <handa@m17n.org>
10485
10486 * international/uni-bidi.el: Re-generated.
10487 * international/uni-category.el: Re-generated.
10488 * international/uni-combining.el: Re-generated.
10489 * international/uni-mirrored.el: Re-generated.
10490
1e8780b1
DN
104912009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10492
10493 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10494 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10495 (tex-start-options, slitex-run-command, latex-run-command)
10496 (tex-run-command, tex-directory):
10497 * textmodes/ispell.el (ispell-html-skip-alists)
10498 (ispell-tex-skip-alists, ispell-tex-skip-alists):
10499 * textmodes/fill.el (adaptive-fill-first-line-regexp):
10500 (adaptive-fill-regexp):
10501 * textmodes/dns-mode.el (auto-mode-alist):
10502 * progmodes/python.el (interpreter-mode-alist):
10503 * progmodes/etags.el (tags-compression-info-list):
10504 * progmodes/etags.el (tags-file-name):
10505 * net/browse-url.el (browse-url-galeon-program)
10506 (browse-url-firefox-program):
10507 * mail/sendmail.el (mail-signature-file)
10508 (mail-citation-prefix-regexp):
10509 * international/mule-conf.el (eight-bit):
10510 * international/latexenc.el (latex-inputenc-coding-alist):
10511 * international/fontset.el (x-pixel-size-width-font-regexp):
10512 * emacs-lisp/warnings.el (warning-type-format):
10513 * emacs-lisp/trace.el (trace-buffer):
10514 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10515 (emacs-lisp-mode-map):
10516 * calendar/holidays.el (holiday-solar-holidays)
10517 (holiday-bahai-holidays, holiday-islamic-holidays)
10518 (holiday-christian-holidays, holiday-hebrew-holidays)
10519 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10520 (hebrew-holidays-1, holiday-oriental-holidays)
10521 (holiday-general-holidays):
10522 * x-dnd.el (x-dnd-known-types):
10523 * tool-bar.el (tool-bar):
10524 * startup.el (site-run-file):
10525 * shell.el (shell-dumb-shell-regexp):
10526 * rfn-eshadow.el (file-name-shadow-tty-properties)
10527 (file-name-shadow-properties):
10528 * paths.el (remote-shell-program, news-directory):
10529 * mouse.el ([C-down-mouse-3]):
10530 * menu-bar.el (menu-bar-tools-menu):
10531 * jka-cmpr-hook.el (jka-compr-load-suffixes)
10532 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10533 (jka-compr-compression-info-list):
10534 * isearch.el (search-whitespace-regexp):
10535 * image-file.el (image-file-name-extensions):
10536 * find-dired.el (find-ls-option):
10537 * files.el (directory-listing-before-filename-regexp)
10538 (directory-free-space-args, insert-directory-program)
10539 (list-directory-brief-switches, magic-fallback-mode-alist)
10540 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10541 (automount-dir-prefix):
10542 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10543 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10544 (face-font-registry-alternatives, face-font-registry-alternatives)
10545 (face-font-family-alternatives):
10546 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10547 (facemenu-foreground-menu, facemenu-face-menu):
10548 * epa-hook.el (epa-file-name-regexp):
10549 * dnd.el (dnd-protocol-alist):
10550 * textmodes/rst.el (auto-mode-alist):
a51203ee 10551 * button.el (default-button): Purecopy strings.
1e8780b1 10552
0adae11f
GM
105532009-11-06 Glenn Morris <rgm@gnu.org>
10554
10555 * Makefile.in (ELCFILES): Update.
10556
2adaf057
SM
105572009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
10558
8f72f03c
SM
10559 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10560 * emacs-lisp/levents.el: Move to obsolete/levents.el.
10561
2adaf057
SM
10562 * nxml/xsd-regexp.el (xsdre-gen-categories):
10563 * nxml/xmltok.el (xmltok-parse-entity):
10564 * nxml/rng-parse.el (rng-parse-validate-file):
10565 * nxml/rng-maint.el (rng-format-manual)
10566 (rng-manual-output-force-new-line):
10567 * nxml/rng-loc.el (rng-save-schema-location-1):
10568 * nxml/rng-cmpct.el (rng-c-parse-file):
10569 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10570 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10571
14862301
SM
105722009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
10573
bf0b361c 10574 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
10575 Remove extra save-excursions and make-variable-buffer-local's.
10576 Suggested by Stefan Monnier.
10577
10578 (verilog-getopt-file, verilog-module-inside-filename-p)
10579 (verilog-set-define): Merge GNU 1.35 and repair changes from
10580 switching to using with-current-buffer.
10581
10582 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10583 being treated as a number and confusing AUTORESET.
10584 Reported by Dan Dever.
10585
10586 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10587 Add verilog-auto-ignore-concat to fix backward compatibility with
10588 older verilog-modes. Reported by Dan Katz.
10589
10590 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10591 containing closing anchors "...$".
10592
10593 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10594 Reported by Wade Smith.
10595
48c2d18a 10596 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
10597
105982009-11-05 Michael McNamara <mac@mail.brushroad.com>
10599
bf0b361c
JB
10600 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10601 for labels.
14862301
SM
10602
10603 (verilog-label-re, verilog-calc-1): Support proper indent of named
10604 asserts.
10605
10606 (verilog-backward-token, verilog-basic-complete-re)
10607 (verilog-beg-of-statement, verilog-indent-re): Support proper
10608 indent of the assert statement at the beginning of a block of text.
10609
10610 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10611 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10612 tokens as begins.
10613
4f8f657f
GM
106142009-11-05 Glenn Morris <rgm@gnu.org>
10615
775adc51
GM
10616 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10617 Emacs 19. (Bug#1531)
10618 (byte-compile-fix-header): Update for the above change.
10619 Drop test for epoch::version.
10620
4ad6a5e7 10621 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
10622 * cus-dep.el (custom-make-dependencies):
10623 * finder.el (finder-compile-keywords):
10624 Use autoload-rubric's feature argument.
4ad6a5e7 10625
4f8f657f
GM
10626 * calendar/diary-lib.el (top-level): Make load behave more like require.
10627
881e4184
GM
10628 * vc-git.el (vc-git-stash-map): Move definition before use.
10629
ba214964 106302009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 10631
b6f8ba09
DN
10632 * custom.el (custom-declare-group): Purecopy standard-value.
10633 (custom-declare-group): Purecopy custom-prefix.
10634
7fdbcd83
SM
10635 * international/mule.el (load-with-code-conversion):
10636 Call do-after-load-evaluation unconditionally.
eb6f577b 10637
f6195dfb
DN
10638 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10639
56f14120
SM
106402009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10641
10642 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10643
e5c89ce9
GM
106442009-11-04 Glenn Morris <rgm@gnu.org>
10645
10646 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10647 (byte-compile-compatibility): Remove option.
10648 (byte-compile-close-variables, byte-compile-fix-header)
10649 (byte-compile-insert-header, byte-compile-output-docform)
10650 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10651 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10652 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10653 (byte-compile-insert, byte-compile-defun):
10654 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
10655 (byte-defop-compiler19): Remove.
10656 Without byte-compile-compatibility, the 'emacs19-opcode property is not
10657 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 10658
e24f42ab
JL
106592009-11-04 Juri Linkov <juri@jurta.org>
10660
10661 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10662 (menu-bar-options-menu): Don't quote the `prop' arg of
10663 `menu-bar-make-mm-toggle'.
10664
d3d5f4f5
JB
106652009-11-04 Juanma Barranquero <lekktu@gmail.com>
10666
10667 * calendar/calendar.el (cal-loaddefs):
10668 * calendar/diary-lib.el (diary-loaddefs):
10669 * calendar/holidays.el (hol-loaddefs):
10670 * eshell/esh-module.el (esh-groups): Load rather than require.
10671
6e39d3b2
SM
106722009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10673
e96d62cd
SM
10674 * calendar/todo-mode.el (todo-add-category): Don't hardcode
10675 point-min==1.
7e83e8b4
SM
10676 (todo-top-priorities): Only display-buffer when called interactively.
10677 (todo-item-start): Don't save excursion point.
10678 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
10679 (todo-insert-item-here, todo-file-item, todo-remove-item):
10680 Adjust uses of todo-item-start and todo-item-end.
10681
fae4e5b9
SM
10682 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10683 (autoload-rubric): Don't use any more.
fae4e5b9 10684
6e39d3b2
SM
10685 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10686 and only put a prop if it is non-nil.
10687
c9753fb4
JL
106882009-11-03 Juri Linkov <juri@jurta.org>
10689
10690 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10691 (menu-bar-options-menu): Fix list quoting (Bug#4429).
10692
10693 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10694 and "Menu" to make top-level menu item visually one unit (like
10695 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10696 multi-word menu items). Fix :help string for quit-window.
10697
db04f33f
GM
106982009-11-03 Glenn Morris <rgm@gnu.org>
10699
2aea6521
GM
10700 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10701 (byte-compile-file-form-define-abbrev-table)
10702 (byte-compile-file-form-custom-declare-variable)
10703 (byte-compile-variable-ref, byte-compile-defvar):
10704 Whether or not a warning is enabled should only affect whether we issue
10705 the warning, not whether or not we collect the relevant data.
10706 Eg warnings can be turned on and off throughout the course of a file.
10707
db04f33f
GM
10708 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10709 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10710
937e6a56
SM
107112009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10712
10713 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10714 * play/mpuz.el (mpuz-create-buffer):
10715 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10716 (lm-print-y,s,noise, lm-print-w0, lm-init):
10717 * play/gomoku.el (gomoku-prompt-for-move):
10718 * play/fortune.el (fortune-in-buffer):
10719 * play/dissociate.el (dissociated-press):
10720 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 10721 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
10722 * mail/supercite.el (sc-eref-show):
10723 * mail/smtpmail.el (smtpmail-send-it):
10724 * mail/rmailsum.el (rmail-summary-next-labeled-message)
10725 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10726 (rmail-summary-undelete-many, rmail-summary-rmail-update)
10727 (rmail-summary-goto-msg, rmail-summary-expunge)
10728 (rmail-summary-get-new-mail, rmail-summary-search-backward)
10729 (rmail-summary-add-label, rmail-summary-output-menu)
10730 (rmail-summary-output-body):
10731 * mail/rfc822.el (rfc822-addresses):
10732 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10733 * mail/mailpost.el (post-mail-send-it):
10734 * mail/hashcash.el (hashcash-generate-payment):
10735 * mail/feedmail.el (feedmail-run-the-queue)
10736 (feedmail-queue-send-edit-prompt-help-first)
10737 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10738 (feedmail-deduce-address-list):
10739 * eshell/esh-ext.el (eshell-remote-command):
10740 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10741 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10742 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10743 (viper-save-string-in-file, viper-valid-marker):
10744 * emulation/viper-keym.el (viper-toggle-key):
10745 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10746 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10747 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10748 * emulation/viper-cmd.el (viper-exec-form-in-vi)
10749 (viper-exec-form-in-emacs, viper-brac-function):
10750 * emulation/viper.el (viper-delocalize-var):
10751 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10752 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10753 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10754 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10755 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10756 * emulation/edt.el (edt-electric-helpify):
10757 * emulation/cua-rect.el (cua--rectangle-aux-replace):
10758 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10759 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10760 (cua-indent-to-global-mark-column):
10761 * calendar/diary-lib.el (calendar-mark-1):
10762 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10763 Use with-current-buffer.
10764 * emulation/viper.el (viper-delocalize-var): Use dolist.
10765
5b955562
CY
107662009-11-03 Chong Yidong <cyd@stupidchicken.com>
10767
10768 * comint.el (comint-replace-by-expanded-history-before-point):
10769 Replace !! with the previous input string literally (Bug#1795).
10770
6292c599
JB
107712009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
10772
10773 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10774 to be made up of whitespace.
10775
8368c14e
CY
107762009-11-02 Chong Yidong <cyd@stupidchicken.com>
10777
10778 * minibuffer.el (read-file-name): Don't use file dialogs for
10779 remote directories (Bug#99).
10780
6f750f0d
CY
107812009-11-01 Chong Yidong <cyd@stupidchicken.com>
10782
10783 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10784
97ab3f47
AS
107852009-11-01 Andreas Schwab <schwab@linux-m68k.org>
10786
10787 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10788 instead of deleting the window or frame.
10789
673c1168
CY
107902009-10-31 Chong Yidong <cyd@stupidchicken.com>
10791
10792 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10793 Support face colors.
10794
937e6a56
SM
10795 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10796 New function. Support face colors (Bug#1168).
673c1168
CY
10797 (tex-common-initialization): Use it.
10798
10799 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10800 mode allows it (Bug#1168).
10801
c9349f0a
CY
108022009-10-31 Juri Linkov <juri@jurta.org>
10803
10804 * facemenu.el (list-colors-display): Don't mark buffer as
10805 modified (Bug#3948).
10806
ebf5c4f5
CY
108072009-10-31 Chong Yidong <cyd@stupidchicken.com>
10808
5c2dce75
CY
10809 * international/mule-diag.el (list-character-sets-1): Minor
10810 message fix (Bug#3526).
10811
26581f0e
CY
10812 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10813 face property (Bug#4834).
10814 (etags-list-tags, etags-tags-apropos-additional)
10815 (etags-tags-apropos, tags-select-tags-table): Add follow-link
10816 property.
10817
ebf5c4f5
CY
10818 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10819 items.
10820
9a529312
SM
108212009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10822
10823 * textmodes/two-column.el (2C-split):
10824 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10825 * textmodes/tex-mode.el (tex-set-buffer-directory):
10826 * textmodes/spell.el (spell-region, spell-string):
10827 * textmodes/reftex.el (reftex-erase-buffer):
10828 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10829 * textmodes/reftex-toc.el (reftex-toc-promote-action):
10830 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10831 (reftex-select-item):
10832 * textmodes/reftex-ref.el (reftex-label-info-update)
10833 (reftex-offer-label-menu):
10834 * textmodes/reftex-index.el (reftex-index-change-entry)
10835 (reftex-index-phrases-info):
10836 * textmodes/reftex-global.el (reftex-create-tags-file)
10837 (reftex-save-all-document-buffers, reftex-ensure-write-access):
10838 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
10839 (reftex-view-crossref-from-bibtex):
10840 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
10841 (reftex-extract-bib-entries-from-thebibliography)
10842 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
10843 * textmodes/refbib.el (r2b-capitalize-title):
10844 (r2b-convert-buffer, r2b-help):
10845 * textmodes/page-ext.el (pages-directory)
10846 (pages-directory-goto-with-mouse):
10847 * textmodes/bibtex.el (bibtex-validate-globally):
10848 * textmodes/bib-mode.el (bib-capitalize-title):
10849 * textmodes/artist.el (artist-clear-buffer, artist-system):
10850 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
10851 (local-set-scheme-interaction-buffer, xscheme-process-filter)
10852 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
10853 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
10854 (xscheme-send-control-g-interrupt, xscheme-start-process)
10855 (xscheme-process-sentinel, xscheme-cd):
10856 * progmodes/verilog-mode.el (verilog-read-always-signals)
10857 (verilog-set-define, verilog-getopt-file)
10858 (verilog-module-inside-filename-p):
10859 * progmodes/sh-script.el:
10860 * progmodes/python.el (python-pdbtrack-get-source-buffer)
10861 (python-pdbtrack-grub-for-buffer, python-execute-file):
10862 * progmodes/octave-inf.el (inferior-octave):
10863 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10864 (idlwave-shell-compile-helper-routines, idlwave-set-local)
10865 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
10866 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
10867 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
10868 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
10869 (idlwave-shell-filter, idlwave-shell-examine-highlight)
10870 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
10871 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
10872 (idlwave-shell-examine-display, idlwave-shell-run-region)
10873 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
10874 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
10875 * progmodes/idlw-help.el (idlwave-help-get-special-help)
10876 (idlwave-help-get-help-buffer):
10877 * progmodes/gud.el (gud-basic-call, gud-find-class)
10878 (gud-tooltip-activate-mouse-motions-if-enabled):
10879 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10880 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
10881 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
10882 (ebrowse-tags-next-file):
10883 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
10884 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
10885 (ebnf-eps-finish-and-write):
10886 * progmodes/cpp.el (cpp-edit-save):
10887 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
10888 * progmodes/cc-defs.el (c-emacs-features):
10889 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
10890 (antlr-directory-dependencies):
10891 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
10892 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
10893 (ada-find-any-references, ada-make-filename-from-adaname)
10894 (ada-make-body-gnatstub):
10895 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 10896 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
10897 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
10898 * net/rcirc.el (rcirc-debug):
10899 * net/newst-treeview.el (newsticker--treeview-list-add-item)
10900 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
10901 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
10902 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 10903 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
10904 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
10905 (newsticker--treeview-list-clear-highlight)
10906 (newsticker--treeview-list-update-highlight)
10907 (newsticker--treeview-list-highlight-start)
10908 (newsticker--treeview-tree-update-highlight)
10909 (newsticker--treeview-get-selected-item)
10910 (newsticker-treeview-mark-list-items-old)
10911 (newsticker--treeview-set-current-node):
10912 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10913 * net/newst-backend.el (newsticker--get-news-by-funcall)
10914 (newsticker--get-news-by-wget, newsticker--image-get)
10915 (newsticker--image-sentinel):
10916 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
10917 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
10918 (eudc-ph-close-session):
10919 * net/eudc.el (eudc-save-options):
10920 * language/thai-word.el (thai-update-word-table):
10921 * language/japan-util.el (japanese-string-conversion):
10922 * international/titdic-cnv.el (tsang-quick-converter)
10923 (ziranma-converter, ctlau-converter):
10924 * international/mule-cmds.el (describe-language-environment):
10925 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
10926 (skkdic-convert-postfix, skkdic-convert-prefix):
10927 (skkdic-convert-okuri-nasi, skkdic-convert):
10928 * emacs-lisp/re-builder.el (reb-update-overlays):
10929 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
10930 * emacs-lisp/gulp.el (gulp-send-requests):
10931 * emacs-lisp/find-gc.el (trace-call-tree):
10932 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
10933 (eieio-describe-generic):
10934 * emacs-lisp/eieio-base.el (eieio-persistent-read):
10935 * emacs-lisp/edebug.el (edebug-outside-excursion):
10936 * emacs-lisp/debug.el (debugger-make-xrefs):
10937 * emacs-lisp/cust-print.el (custom-prin1-to-string):
10938 * emacs-lisp/chart.el (chart-new-buffer):
10939 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
10940 Use with-current-buffer.
10941 * textmodes/artist.el (artist-system): Don't call
10942 copy-sequence on a fresh string.
10943 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
10944
d566f228
GM
109452009-10-31 Stephen Berman <stephen.berman@gmx.net>
10946
10947 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 10948 is no item to edit. (Bug#4820)
d566f228 10949 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 10950 buffer. (Bug#4820)
d566f228 10951
f3628edd
GM
109522009-10-31 Glenn Morris <rgm@gnu.org>
10953
5cf3709c
GM
10954 * net/ange-ftp.el (top-level): Don't require dired when compiling.
10955 (comint-last-output-start, comint-last-input-start)
10956 (comint-last-input-end): Don't defvar when compiling.
10957 (ange-ftp-process-file): Use bound-and-true-p.
10958
4c814fd2
GM
10959 * pcmpl-rpm.el (top-level): Move provide statement to end.
10960 (pcmpl-rpm): Remove unused custom group.
10961
113b8dcc
GM
10962 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
10963
31c615e4
GM
10964 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
10965
416d3588
GM
10966 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10967 (byte-compile-warnings): Add `constants' as an option.
10968 (byte-compile-callargs-warn, byte-compile-arglist-warn)
10969 (display-call-tree): Update for byte-compile-fdefinition possibly
10970 returning `(macro lambda ...)'. (Bug#4778)
10971 (byte-compile-variable-ref, byte-compile-setq-default):
10972 Respect `constants' member of byte-compile-warnings.
10973
00f71f39
SM
109742009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * vc-bzr.el (vc-bzr-revision-keywords): New var.
10977 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
10978 to "submit:".
10979
ca0a881a
DN
109802009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
10981
10982 * textmodes/ispell.el (ispell-skip-region-alist):
10983 * international/mule-conf.el (eight-bit):
10984 * international/fontset.el (font-encoding-alist):
10985 * startup.el (pure-space-overflow-message):
10986 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
10987 * paths.el (gnus-nntp-service, rmail-spool-directory)
10988 (term-file-prefix):
10989 * files.el (save-some-buffers-action-alist):
10990 * cmuscheme.el (same-window-buffer-names):
10991 * ielm.el (same-window-buffer-names):
10992 * shell.el (same-window-buffer-names):
10993 * mail/sendmail.el (same-window-buffer-names):
10994 * progmodes/inf-lisp.el (same-window-buffer-names):
10995 * bindings.el (mode-line-client)
10996 (mode-line-column-line-number-mode-map):
10997 * language/tibetan.el (tibetan-precomposition-rule-regexp)
10998 (tibetan-precomposed-regexp): Purecopy string arguments.
10999
b861e45e
SM
110002009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11001
6df9b6d7
SM
11002 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11003 (calcDigit-nondigit):
11004 * calc/calc-yank.el (calc-copy-to-buffer):
11005 * calc/calc-units.el (calc-invalidate-units-table):
11006 * calc/calc-trail.el (calc-trail-yank):
11007 * calc/calc-store.el (calc-insert-variables):
11008 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11009 * calc/calc-prog.el (calc-read-parse-table):
11010 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11011 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11012 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11013 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11014 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11015 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11016 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11017 * calc/calc-ext.el (calc-realign):
11018 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11019 (calc-embedded-finish-edit, calc-embedded-make-info)
11020 (calc-embedded-finish-command, calc-embedded-stack-change):
11021 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11022
70f44c65
SM
11023 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11024 shell-dynamic-complete-filename in preference to
11025 comint-dynamic-complete-filename.
11026
b861e45e
SM
11027 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11028 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11029 Don't consider whether the display supports colors.
11030 (bookmark-import-new-list): Use dolist.
11031 (bookmark-bmenu-mode-map): Move initialization into declaration.
11032 (bookmark-bmenu-list): Use dolist, simplify.
11033 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11034 (menu-bar-final-items): Use push.
11035
8549241d 110362009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
11037
11038 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11039 it works on remote files.
11040 (vc-hg-diff): Don't pass any `--cwd' argument.
11041
30644573
KR
110422009-10-27 Kevin Ryde <user42@zip.com.au>
11043
cc63d28f
SM
11044 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11045 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
11046 (Further to Bug#3921).
11047
9be01a63
MA
110482009-10-27 Michael Albinus <michael.albinus@gmx.de>
11049
11050 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11051 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11052 calling `tramp-imap-put-file'. Add file size to the call.
11053 (tramp-imap-get-file-entries): Compute also user name, file size,
11054 and date.
11055 (tramp-imap-handle-insert-directory): Insert uid and gid.
11056 (tramp-imap-handle-file-attributes): Transform uid and gid
11057 according to `id-format'.
11058 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11059 size in header X-Size.
11060
41849bf9
JB
110612009-10-26 Juanma Barranquero <lekktu@gmail.com>
11062
11063 * simple.el (transpose-subr): Give clearer error when the mark
11064 is not set. (Bug#4807)
11065
293c24f9
MA
110662009-10-26 Michael Albinus <michael.albinus@gmx.de>
11067
cc63d28f
SM
11068 * net/tramp.el (tramp-perl-file-truename): New defconst.
11069 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 11070 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
11071 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11072 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 11073
cc63d28f
SM
11074 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11075 Ignore `dired-call-process'.
293c24f9
MA
11076 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11077
110782009-10-26 Julian Scheid <julians37@gmail.com>
11079
cc63d28f 11080 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
11081 (tramp-get-remote-readlink): New defun.
11082 (tramp-handle-file-truename): Use it.
11083 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11084 file exists if cache value present.
48c2d18a 11085 (tramp-check-cached-permissions): New defun.
293c24f9
MA
11086 (tramp-handle-file-readable-p): Use it.
11087 (tramp-handle-file-writable-p): Likewise.
11088 (tramp-handle-file-executable-p): Likewise.
11089 (tramp-handle-file-name-all-completions): Try using Perl to get
11090 partial completions. When perl not available, combine `cd' and
11091 `ls' into single remote operation and use shell expansion to get
11092 partial remote directory contents. Set `file-exists-p' cache for
11093 directory and any files returned by ls. Change cache handling to
11094 support partial directory contents. Use error message emitted by
11095 remote `cd' or Perl code for local tramp-error.
11096 (tramp-do-copy-or-rename-file-directly): Avoid separate
11097 tramp-send-command-and-check call.
cc63d28f
SM
11098 (tramp-handle-process-file): Merge three remote ops into one.
11099 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
11100 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11101 file-attributes shows uid/gid to be set already.
11102
a7610c52
DN
111032009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11104
11105 * textmodes/tex-mode.el (tex-dvi-view-command)
11106 (tex-show-queue-command, tex-open-quote):
11107 * progmodes/ruby-mode.el (auto-mode-alist)
11108 (interpreter-mode-alist): Purecopy strings.
11109
11110 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11111
11112 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11113 string for the hook, keymap and abbrev table.
11114
11115 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11116
11117 * x-dnd.el (x-dnd-xdnd-to-action):
11118 * startup.el (fancy-startup-text, fancy-about-text): Change to
11119 defconst from defvar.
11120
11121 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11122
11123 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11124 Purecopy initialization strings.
11125
11126 * mail/sendmail.el (mail-header-separator)
11127 (mail-personal-alias-file):
11128 * mail/rmail.el (rmail-default-dont-reply-to-names)
11129 (rmail-ignored-headers, rmail-retry-ignored-headers)
11130 (rmail-highlighted-headers, rmail-secondary-file-directory)
11131 (rmail-secondary-file-regexp):
11132 * files.el (null-device, file-name-invalid-regexp)
11133 (locate-dominating-stop-dir-regexp)
cc63d28f 11134 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
11135 (interpreter-mode-alist): Use mapcar instead of mapc.
11136
11137 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11138
11139 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11140 (completion-ignored-extensions):
11141 (debug-ignored-errors): Purecopy strings.
11142
4fcc3d32
SM
111432009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11144
0667de21
SM
11145 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11146 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11147 (pcomplete--here): Use push.
11148
4fcc3d32
SM
11149 * subr.el (all-completions): Declare the 4th arg obsolete.
11150
955ef430
SM
111512009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11152
2d085307
SM
11153 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11154 (pcomplete-unquote-argument): New function.
11155 (pcomplete--common-suffix): Always pay attention to case.
11156 (pcomplete--table-subvert): Quote and unquote the text.
11157 (pcomplete--common-quoted-suffix): New function.
11158 (pcomplete-std-complete): Use it and pcomplete-begin.
11159
955ef430
SM
11160 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11161 we're inside a dedicated or minibuffer window.
11162
7c85c02b
KF
111632009-10-24 Karl Fogel <kfogel@red-bean.com>
11164
11165 * bookmark.el: Update documentation, especially documentation
11166 of `bookmark-alist' and of the bookmark file format.
11167 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11168
3e8ae8a6
CY
111692009-10-24 Chong Yidong <cyd@stupidchicken.com>
11170
3e425845
CY
11171 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11172 keybindings apply to the mail buffer (Bug#4003). Shrink help
11173 window to buffer.
11174
cdd47d48
CY
11175 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11176 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
11177 (whitespace-toggle-options, global-whitespace-toggle-options):
11178 Doc fix (Bug#3660).
cdd47d48 11179
ba07c9ad
CY
11180 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11181 of xmltok-start before the end tag was inserted (Bug#2840).
11182
3e8ae8a6
CY
11183 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11184 patterns that are preceded by an open-paren (Bug#1320).
11185
ab276820
CY
111862009-10-24 Sven Joachim <svenjoac@gmx.de>
11187
11188 * files.el (delete-directory): Delete symlinks to directories with
11189 delete-file (Bug#4739).
11190
905a9ed3
DN
111912009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11192
a9a2a6db
DN
11193 * vc.el (vc-backend-for-registration): Rename from
11194 vc-get-backend-for-registration. Update callers.
11195
cc63d28f
SM
11196 * international/mule-cmds.el (set-language-info-alist):
11197 Purecopy lang-env.
905a9ed3
DN
11198 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11199 (charset): Purecopy the name.
11200 (define-char-code-property): Purecopy string arguments.
11201
11202 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11203 Purecopy string arguments.
11204
11205 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11206 * ediff-hook.el (menu-bar-ediff-menu):
11207 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11208 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11209
d270305a
GM
112102009-10-24 Glenn Morris <rgm@gnu.org>
11211
6c74d523 11212 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
11213 * term.el (term-dynamic-list-completions): Use choose-completion rather
11214 than obsolete alias mouse-choose-completion.
11215
ae732337
GM
11216 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11217 file-cache-choose-completion.
11218 (file-cache-choose-completion): Handle an optional event argument.
11219 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11220
cc63d28f
SM
11221 * progmodes/octave-mod.el (octave-complete-symbol):
11222 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 11223
9847dc91
GM
11224 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11225 use.
11226
e8f2a5d5
GM
11227 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11228 compiler.
11229
d270305a
GM
11230 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11231
c6432f1e
SM
112322009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11233
11234 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11235 Ignore `pred' now that we receive one.
11236 Handle test-completion specially.
11237
6ab196f9
DN
112382009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11239
11240 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 11241 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
11242 REGISTER ...
11243 (vc-get-backend-for-registration): ... here. New function.
11244 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11245 of vc-responsible-backend, pass the file name instead of the
11246 directory name.
11247
48feed59
SM
112482009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11249
11250 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11251 New funs.
11252 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11253 (pcomplete-comint-setup): Don't modify a global var via
11254 accidental side-effects.
11255 (pcomplete-shell-setup): Adjust call accordingly.
11256 (pcomplete-parse-comint-arguments): Use push.
11257
00006066
CY
112582009-10-23 Chong Yidong <cyd@stupidchicken.com>
11259
36bfa3af
CY
11260 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11261 Allow uncapitalized info node names (Bug#3921).
11262
00006066
CY
11263 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11264 to the DEBUG file (Bug#3781).
11265
aa311d6e
CY
112662009-10-23 Jari Aalto <jari.aalto@cante.net>
11267
11268 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11269 dictionary entry (Bug#4579).
11270
b88f2d0a
MA
112712009-10-23 Michael Albinus <michael.albinus@gmx.de>
11272
11273 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11274 from `rfn-eshadow-update-overlay-hook' when unloading.
11275 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11276 "rsyncc". Adjust doc string.
48c2d18a 11277 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
11278 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11279 Keep temporary file when indicated by method ("rsync" and
11280 "rsyncc").
11281 (tramp-handle-write-region): Handle APPEND.
11282 (tramp-delete-temp-file-function): New defun. Added to
11283 `kill-buffer-hook'.
11284
1becddbb
JB
112852009-10-23 Juanma Barranquero <lekktu@gmail.com>
11286
11287 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11288
8f43cbf3
DN
112892009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11290
11291 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11292 (color-name-rgb-alist, tty-standard-colors)
11293 (tty-color-mode-alist): Change to defconst.
11294
11295 * simple.el (mark-inactive): Purecopy message.
11296
11297 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11298 (global-map, yank-menu):
11299 * textmodes/ispell.el (ispell-menu-map):
11300 * net/eudc.el (eudc-tools-menu):
11301 * international/mule-cmds.el (describe-language-environment-map)
11302 (setup-language-environment-map, set-coding-system-map)
11303 (mule-menu-keymap):
11304 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11305 * replace.el (occur-mode-map):
11306 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11307
1d228a31
JB
113082009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11309
11310 * calc/calc.el (math-read-number, math-read-number-simple): Use
11311 `save-match-data'.
11312
3b067af1
SM
113132009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11314
28a90c44
SM
11315 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11316 rather than fiddling with global-map bindings, since it should only
11317 affect per-terminal settings.
11318 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11319
a452eee8
SM
11320 * minibuffer.el (completion-table-with-terminator): Allow to specify
11321 the terminator-regexp.
11322
ab14d7d5
SM
11323 * simple.el (switch-to-completions): Look for *Completions* in other
11324 frames as well.
11325
3b067af1
SM
11326 * pcomplete.el: Allow the use of completion-tables.
11327 (pcomplete-std-complete): New command.
11328 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11329 (pcomplete--here): Use a function for `form' rather than an expression,
11330 so it can be byte-compiled.
11331 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11332 Add edebug declaration.
11333 (pcomplete-show-completions): Remove unused var `curbuf'.
11334 (pcomplete-do-complete, pcomplete-stub):
1becddbb 11335 Don't assume `completions' is a list of strings any more.
3b067af1 11336
5480359e
JB
113372009-10-22 Juanma Barranquero <lekktu@gmail.com>
11338
11339 * find-dired.el (find-name-arg): Fix typo in docstring.
11340
3170b794
SM
113412009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11342
48c23a25
SM
11343 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11344 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11345
56b14058
SM
11346 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11347 pcomplete-entries.
11348
3170b794
SM
11349 * comint.el (comint-read-input-ring, comint-write-input-ring)
11350 (comint-substitute-in-file-name)
11351 (comint-dynamic-complete-as-filename)
11352 (comint-dynamic-simple-complete)
11353 (comint-dynamic-list-filename-completions)
11354 (comint-dynamic-list-completions)
11355 (comint-redirect-results-list-from-process): Minor simplifications.
11356
2affef34
KR
113572009-10-21 Kevin Ryde <user42@zip.com.au>
11358
3170b794
SM
11359 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11360 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 11361 the first form. And insert a blank line after ";;; Code" since
d8194864 11362 that's usual style. (Bug#4612)
2affef34 11363
e7b94bbb
KR
11364 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11365
528c56e2
SM
113662009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11367
11368 * minibuffer.el (completion-table-with-terminator): Properly implement
11369 boundaries, in case `terminator' appears in the suffix.
11370 (completion--embedded-envvar-table): Don't return boundaries if
11371 there's no valid completion. Simplify.
11372 (completion-file-name-table): New completion table extracted from
11373 completion--file-name-table.
11374 (completion--file-name-table): Use it.
11375 (read-file-name-predicate): Declare obsolete.
11376 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11377 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11378 completion-file-name-table, and use the `pred' argument.
11379 * files.el (locate-file-completion-table): Use the `pred' arg rather
11380 than read-file-name-predicate.
11381 (abbreviate-file-name): Use \` rather than ^ for BOS.
11382
f9ed9b4f
DN
113832009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
11384
11385 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11386 vc-responsible-backend to register, it causes problems.
11387
5f2022a3
SM
113882009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11389
11390 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11391
fc754ea1
MA
113922009-10-21 Michael Albinus <michael.albinus@gmx.de>
11393
11394 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11395 (tramp-smb-handle-file-attributes): Use it.
11396 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11397 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
11398 `mapcar'. Use `tramp-smb-get-stat-capability'.
11399 Add `dired-filename' text properties.
fc754ea1
MA
11400 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11401 (tramp-smb-maybe-open-connection): Simplify check for smbclient
11402 version.
11403
79bd5ba1
SM
114042009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11405
11406 * subr.el (read-key-delay): Reduce to 0.01.
11407 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11408 (bug#4751).
11409
3c13704d
SM
114102009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11411
554efd10
SM
11412 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11413
c2a37b78
SM
11414 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11415 (Info-menu): Remove unused vars `last' and `completions'.
11416 (Info-index-nodes): Remove unused var `node'.
11417
3c13704d
SM
11418 * info.el (Info-complete-menu-item): Use complete-with-action.
11419
d1e4c403
DN
114202009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
11421
11422 Make vc-annotate work through copies and renames.
3c13704d
SM
11423 * vc-annotate.el (vc-annotate-extract-revision-at-line):
11424 Return the file name too.
d1e4c403
DN
11425 (vc-annotate-revision-at-line)
11426 (vc-annotate-find-revision-at-line)
11427 (vc-annotate-revision-previous-to-line)
11428 (vc-annotate-show-log-revision-at-line): Update to get the file
11429 name from vc-annotate-extract-revision-at-line.
11430 (vc-annotate-show-diff-revision-at-line-internal): Change the
11431 argument to mean whether to show a file diff or not. Get the file
11432 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
11433 (vc-annotate-show-diff-revision-at-line):
11434 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
11435 (vc-annotate-warp-revision): Add an optional file argument.
11436
11437 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11438 (vc-git-annotate-extract-revision-at-line): Also return the file
11439 name if found.
11440
11441 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11442 command. Remove unused code.
11443 (vc-hg-annotate-re): Update to match --follow output.
11444 (vc-hg-annotate-extract-revision-at-line): Also return the file
11445 name if found.
11446
11447 * vc.el: Update annotate-extract-revision-at-line documentation.
11448
b0b0ef98
KR
114492009-10-18 Kevin Ryde <user42@zip.com.au>
11450
11451 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11452 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11453
a9e7f03d
KR
11454 * net/browse-url.el (browse-url): Identify alist with "consp and
11455 not functionp" and let all other things go down the `apply' leg,
11456 as suggested by Stefan. (Further to bug#4531.)
11457
7346a407
CY
114582009-10-18 Chong Yidong <cyd@stupidchicken.com>
11459
11460 * minibuffer.el (read-file-name): Check for repeat before putting
11461 a default argument in file-name-history (Bug#4657).
11462
11463 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11464 read syntax (Bug#4737).
11465
3c13704d 11466 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 11467
1da94541
CY
114682009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11469
11470 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11471 (html-tag-alist, html-tag-help): Add descriptions for undocumented
11472 entries and make note of obsolete tags.
11473
2b93080a
SM
114742009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11475
11476 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11477
18b5ffb5
GM
114782009-10-18 Glenn Morris <rgm@gnu.org>
11479
11480 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11481 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 11482 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
11483 now, and in any case the file header format has changed.
11484
c2e161b2
GM
114852009-10-17 Glenn Morris <rgm@gnu.org>
11486
11487 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11488 (flyspell-get-word, flyspell-large-region)
11489 (flyspell-auto-correct-previous-word): Doc/error message fixes.
11490
a1eb44f5
CY
114912009-10-17 Chong Yidong <cyd@stupidchicken.com>
11492
11493 * Makefile.in (ELCFILES): Add ede/shell.
11494
4418646e
DN
114952009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11496
11497 * term/common-win.el (x-colors): Purecopy it.
11498
4062011e
SM
114992009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11502 permissive for when the buffer is empty.
11503 (tar-header-block-tokenize): Decode the username and groupname.
11504 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11505
2df48a87
SM
115062009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11507
11508 * international/mule-cmds.el (select-safe-coding-system): If the file
11509 has a coding cookie, use it regardless of any other setting (bug#4712).
11510
fd7dd48c
GM
115112009-10-17 Glenn Morris <rgm@gnu.org>
11512
3ee0b477 11513 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
11514 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11515
2550e4b1
GM
11516 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11517 (dired-keep-marker-copy, dired-keep-marker-hardlink)
11518 (dired-keep-marker-symlink, dired-dwim-target)
11519 (dired-copy-preserve-time): Do not autoload these defcustoms.
11520
fd7dd48c
GM
11521 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11522 messages from messing up the file coding. (Bug#4623)
11523
f3e3a990
GM
115242009-10-17 Jari Aalto <jari.aalto@cante.net>
11525
11526 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11527 if no match is found for the current dictionary. (Bug#4578)
11528
11529 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11530 optional, since that is how it is documented, and this is often called
11531 with a nil argument. (Bug#4577)
11532 (flyspell-external-point-words, flyspell-auto-correct-word)
11533 (flyspell-correct-word-before-point, flyspell-word-search-forward)
11534 (flyspell-word-search-backward): Remove nil argument in calls to
11535 flyspell-get-word, since it is not needed now.
11536
115372009-10-17 Ulrich Mueller <ulm@gentoo.org>
11538
1becddbb 11539 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 11540
b61374ab
GM
115412009-10-16 Glenn Morris <rgm@gnu.org>
11542
11543 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11544
412707c2
SM
115452009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11546
11547 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11548 (ange-ftp-file-size): New function.
11549 (ange-ftp-file-attributes): Use it.
11550
0c6f436e
MA
115512009-10-16 Michael Albinus <michael.albinus@gmx.de>
11552
11553 * net/tramp-smb.el (tramp-smb-version): New defvar.
11554 (tramp-smb-maybe-open-connection): Use it, in order to avoid
11555 repeated checks.
11556
850bfd04
GM
115572009-10-16 Glenn Morris <rgm@gnu.org>
11558
11559 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11560 Maybe copy some custom properties from old to new name. (Bug#4706)
11561
f3ed9aca
JB
115622009-10-16 Juanma Barranquero <lekktu@gmail.com>
11563
11564 * subr.el (error, sit-for, start-process-shell-command)
11565 (start-file-process-shell-command): Set the calling convention
11566 after the function definition.
11567
fd6c5134
SM
115682009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11569
11570 * subr.el (error, sit-for, start-process-shell-command)
11571 (start-file-process-shell-command): Use the new
11572 set-advertised-calling-convention feature.
11573
73874eb7
KH
115742009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
11575
fd6c5134
SM
11576 * international/ucs-normalize.el (ucs-normalize-version):
11577 Change to 1.2.
11578 (check-range): Adjust for Unicode 5.2.
73874eb7 11579
03fb33cf
JL
115802009-10-15 Juri Linkov <juri@jurta.org>
11581
11582 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11583 to the `menu-item' format.
11584
4260b402
MA
115852009-10-15 Michael Albinus <michael.albinus@gmx.de>
11586
11587 * net/tramp.el (tramp-replace-environment-variables): Do not fail
11588 if the environment variable does not exist.
11589
11590 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11591 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11592 parameter.
11593 (tramp-smb-handle-add-name-to-file)
11594 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11595 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11596 (tramp-smb-handle-file-attributes)
11597 (tramp-smb-do-file-attributes-with-stat)
11598 (tramp-smb-handle-file-local-copy)
11599 (tramp-smb-handle-insert-directory)
11600 (tramp-smb-handle-make-directory)
11601 (tramp-smb-handle-make-directory-internal)
11602 (tramp-smb-handle-make-symbolic-link)
11603 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11604 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11605 (tramp-smb-maybe-open-connection): Apply the changed parameters.
11606 (tramp-smb-read-file-entry): Read Disk names in compressed format.
11607 Handle long file names.
11608 (tramp-smb-get-cifs-capabilities): Check, whether the connection
11609 process is running.
11610 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11611 Read share names with "-g" option.
11612
d7a0fd6f
GM
116132009-10-15 Ryan Yeske <rcyeske@gmail.com>
11614
11615 * net/rcirc.el (rcirc-view-log-file): New command.
11616 (rcirc-track-minor-mode-map): Remove C-c ` binding.
11617 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11618 specified.
11619
0b44494a
GM
116202009-10-15 Glenn Morris <rgm@gnu.org>
11621
af9fb32f
GM
11622 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11623 from the second command-line argument.
11624 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11625 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11626 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11627 w32-batch-update-autoloads.
11628 * emacs-lisp/autoload.el (autoload-make-program): New variable.
11629 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11630
0b44494a
GM
11631 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11632 the headers cannot be located. Simplify, subtracting superflous
11633 save-excursions.
11634
d5e63715
SM
116352009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11636
11637 Replace completion-base-size by completion-base-position to fix bugs
11638 such as (bug#4699).
11639 * simple.el (completion-base-position): New var.
11640 (completion-base-size): Mark as obsolete.
11641 (choose-completion): Make it work for mouse events as well.
11642 Pass the new base-position to choose-completion-string.
11643 (choose-completion-guess-base-position): New function, extracted from
11644 choose-completion-delete-max-match.
11645 (choose-completion-delete-max-match): Use it. Make obsolete.
11646 (choose-completion-string): Use the new base-position info.
11647 (completion-root-regexp): Delete.
11648 (completion-setup-function): Preserve completion-base-position.
11649 Eliminate obsolete base-size manipulation.
11650 * minibuffer.el (display-completion-list): Don't mess with base-size.
11651 (minibuffer-completion-help): Set completion-base-position instead.
11652 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11653 choose-completion.
11654 * textmodes/bibtex.el (bibtex-complete):
11655 * emacs-lisp/crm.el (crm--choose-completion-string):
11656 Adjust to new calling convention.
11657 * complete.el (partial-completion-mode): Use minibufferp to avoid
11658 bumping into incompatible change to choose-completion-string-functions.
11659 * ido.el (ido-choose-completion-string): Make its calling convention
11660 more permissive.
11661 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11662 base-size manipulation.
11663 (comint-dynamic-list-input-ring): Use dotimes and push.
11664 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11665 fundamental-mode. Use `or'.
11666
92f8bfc7
JL
116672009-10-14 Juri Linkov <juri@jurta.org>
11668
11669 * misearch.el (multi-isearch-next-buffer-from-list)
11670 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
11671
e78e280d
SM
116722009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11673
384ca163
SM
11674 * Makefile.in (compile-onefile): Load `bytecomp' rather than
11675 `bytecomp.el'.
11676
681e0e7c
SM
11677 * minibuffer.el (completion-pcm--merge-completions): Make sure the
11678 string we return is all made up of text from the completions rather
11679 than part from the completions and part from the input (bug#4219).
11680
e78e280d
SM
11681 * ido.el (ido-everywhere): Use define-minor-mode.
11682
11683 * buff-menu.el (list-buffers, ctl-x-map):
11684 Mark the entry points with ;;;###autoload cookies.
11685
b4e813ca
DN
116862009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11687
52964e54
DN
11688 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11689 correctly in the detached head case.
11690 (vc-git-print-log): Remove unused binding.
11691
b4e813ca
DN
11692 * vc.el (vc-responsible-backend): When a directory is passed for
11693 for registration create a VC repository if no backend is
11694 responsible for the directory argument.
11695 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
11696
11697 * vc.el: Move comments about RCS and SCCS ...
11698 * vc-rcs.el:
11699 * vc-sccs.el: ... here, respectively.
11700
40ba9882
SM
117012009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 * minibuffer.el (completion--file-name-table): Return nil if there's
11704 no file completion, even if substitute-in-file-name changed
11705 the string (bug#4708).
11706
04e0f59b
JL
117072009-10-13 Juri Linkov <juri@jurta.org>
11708
11709 * files-x.el (read-file-local-variable-value): Don't filter out
11710 minor modes from mode name completion (bug#4664).
11711
314c8e25
JB
117122009-10-13 Juanma Barranquero <lekktu@gmail.com>
11713
11714 * international/mule-cmds.el (ucs-names): Remove exclusion of
11715 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
11716
5c9b7d36
KH
117172009-10-13 Kenichi Handa <handa@m17n.org>
11718
11719 * international/uni-name.el: Regenerated.
11720
1e7a80f2
JB
117212009-10-13 Juanma Barranquero <lekktu@gmail.com>
11722
11723 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
11724 should be automatically buffer-local, but isn't.)
11725
cd29f88b
SS
117262009-10-12 Sam Steingold <sds@gnu.org>
11727
11728 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 11729 timestamps if the buffer has been visited before.
0cd16af4
SS
11730 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
11731 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 11732
37493a98
GM
117332009-10-12 Glenn Morris <rgm@gnu.org>
11734
11735 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
11736 Let-bind `size'.
11737
3b56b1e6
JB
117382009-10-12 Juanma Barranquero <lekktu@gmail.com>
11739
7422a4bb
JB
11740 * proced.el (proced-unload-function): New function.
11741
fa72d075
JB
11742 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
11743 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
11744 Doc fix.
11745
3b56b1e6
JB
11746 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
11747
4d9b4323
JL
117482009-10-11 Juri Linkov <juri@jurta.org>
11749
11750 * files-x.el (read-file-local-variable-value):
11751 Provide default value only for bound variables (bug#4664).
11752
f6f7e059
MA
117532009-10-11 Michael Albinus <michael.albinus@gmx.de>
11754
11755 * net/tramp.el (tramp-local-host-p): Function shall return nil for
11756 connection methods like smb.
11757
11758 * net/tramp-cache.el (tramp-flush-connection-property): The hash
11759 can be empty.
11760
11761 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11762 (tramp-smb-file-name-handler-alist): Add handlers for
11763 `add-name-to-file', `make-symbolic-link'.
11764 (tramp-smb-handle-add-name-to-file)
2992485f 11765 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
11766 (tramp-smb-handle-make-symbolic-link)
11767 (tramp-smb-get-cifs-capabilities): New defuns.
11768 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11769 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11770 (tramp-smb-handle-file-local-copy)
11771 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
11772 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11773 The file name syntax depends on cifs capabilities.
11774 (tramp-smb-handle-file-attributes):
11775 Call `tramp-smb-do-file-attributes-with-stat' if possible.
11776 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
11777 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 11778
67868d26
CY
117792009-10-11 Chong Yidong <cyd@stupidchicken.com>
11780
11781 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
11782 (eieio-defclass): Apply deftype handler and setf-method properties
11783 directly.
11784 (eieio-add-new-slot): Avoid union function from cl library.
11785 (eieio--typep): New function.
11786 (eieio-perform-slot-validation): Use it.
11787
6d6a5b7e
KF
117882009-10-10 Karl Fogel <kfogel@red-bean.com>
11789
3b56b1e6 11790 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
11791 Update documentation to refer to the variables documented in r1.135.
11792 (Bug#4188)
11793
67b70de9
KF
117942009-10-10 Karl Fogel <kfogel@red-bean.com>
11795
11796 * bookmark.el (Info-suffix-list): Remove this unused variable.
11797 (bookmark-current-point): Remove this obsolete variable.
11798 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
11799 Adjust for removal of bookmark-current-point.
11800
11801 (bookmarks-already-loaded, bookmark-current-buffer)
11802 (bookmark-yank-point): Document. (Bug#4188)
11803
58ae51ae
GM
118042009-10-10 Glenn Morris <rgm@gnu.org>
11805
4619ff5e
GM
11806 * frame.el (frame-height): Doc fix.
11807
58ae51ae
GM
11808 * calendar/calendar.el (calendar-split-width-threshold): New option.
11809 (calendar-basic-setup): Use calendar-split-width-threshold.
11810
d364386c
JB
118112009-10-09 Juanma Barranquero <lekktu@gmail.com>
11812
11813 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
11814 Ideographic Supplement" range (U+1F200..U+1F2FF).
11815
33e97a28
KF
118162009-10-09 Karl Fogel <kfogel@red-bean.com>
11817
02d0f051 11818 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 11819 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
11820
118212009-10-09 Karl Fogel <kfogel@red-bean.com>
11822
d364386c 11823 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
11824 (bookmark-bmenu-execute-deletions): Don't save here, as
11825 bookmark-delete will now do so if necessary.
d364386c 11826 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
11827 (Bug#4348)
11828
9656d87b
GM
118292009-10-09 Glenn Morris <rgm@gnu.org>
11830
11831 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
11832
e6227f06
KF
118332009-10-09 Karl Fogel <kfogel@red-bean.com>
11834
11835 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
11836 (bookmark-jump-other-window): Just invoke bookmark-jump with new
11837 argument now, so the two function's behaviors will match. (Bug#3645)
11838
288f783b
MA
118392009-10-08 Michael Albinus <michael.albinus@gmx.de>
11840
11841 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 11842 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 11843 Apply `save-match-data'.
288f783b
MA
11844
11845 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
11846 case both directories are remote.
11847 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 11848 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 11849
872a1ea4
JB
118502009-10-07 Juanma Barranquero <lekktu@gmail.com>
11851
11852 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
11853
ab2baced
GM
118542009-10-07 Glenn Morris <rgm@gnu.org>
11855
e78e280d
SM
11856 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
11857 of concat.
ab2baced 11858
5c4634c1
SM
118592009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
11860
11861 * files-x.el (read-file-local-variable): Include some
11862 non-user-variables in the completion table (bug#4664).
11863
c2dc9732
MA
118642009-10-07 Michael Albinus <michael.albinus@gmx.de>
11865
11866 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
11867 message.
11868
11869 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11870 (tramp-smb-file-name-handler-alist): Add handler for
11871 `copy-directory', `expand-file-name', `set-file-modes'.
11872 (tramp-smb-handle-copy-directory)
11873 (tramp-smb-handle-expand-file-name)
11874 (tramp-smb-handle-set-file-modes): New defuns.
11875 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
11876 (tramp-smb-handle-file-attributes): Simplify check for retrieving
11877 entry.
11878 (tramp-smb-handle-insert-directory): Don't flush the cache.
11879 (tramp-smb-maybe-open-connection): Check for samba client and
11880 server versions.
11881
11be40a6
EZ
118822009-10-07 Eli Zaretskii <eliz@gnu.org>
11883
11884 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
11885 to not error out of search for "^lisp=" fails.
11886
8c4afe20
JB
118872009-10-07 Juanma Barranquero <lekktu@gmail.com>
11888
11889 * makefile.w32-in (WINS_UPDATES): New macro.
11890 (custom-deps, finder-data, autoloads): Use it.
11891
429a1506
GM
118922009-10-07 Glenn Morris <rgm@gnu.org>
11893
ee2e93e2
GM
11894 * Makefile.in (autoloads): Revert previous change.
11895 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
11896 the list of preloaded files passed on the command-line, get
11897 it from src/Makefile.
11898
429a1506
GM
11899 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
11900 show the original buffer rather than a random one.
11901
a51203ee 119022009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
11903
11904 * help.el (describe-no-warranty): Place point in a slightly better
11905 position in the GPLv3 text.
11906
f58f7520
SS
119072009-10-06 Sam Steingold <sds@gnu.org>
11908
11909 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
11910 the comm attribute is present before calling regexp-quote.
11911
bde79dc0
JB
119122009-10-06 Juanma Barranquero <lekktu@gmail.com>
11913
11914 * play/animate.el (animate-string): For good effect, make sure
11915 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
11916
11917 * play/animate.el (animate-sequence, animate-birthday-present):
11918 * misc.el (butterfly): Don't set `indent-tabs-mode'.
11919
25ab0302
GM
119202009-10-06 Glenn Morris <rgm@gnu.org>
11921
73fe714a
GM
11922 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
11923
3405d98c
GM
11924 * emacs-lisp/autoload.el (autoload-excludes): New variable.
11925 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
11926 (batch-update-autoloads): Process a string value of autoload-excludes,
11927 set during the build process.
11928 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
11929
9fb2cdc5
GM
11930 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
11931 inside with-parsed... macro so that `v' is defined.
11932
7938ab41
GM
11933 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
11934 * progmodes/fortran.el (fortran-end-of-block)
11935 (fortran-beginning-of-block):
11936 Also push mark in the macro case.
11937
eaf9b564
GM
11938 * emerge.el (emerge-show-file-name):
11939 * calc/calc.el (calc-quit):
11940 * calc/calc-misc.el (calc-big-or-small):
11941 * calc/calc-graph.el (calc-graph-view):
11942 * calc/calc-ext.el (calc-reset):
11943 * calendar/calendar.el (calendar-basic-setup):
11944 Use window-full-height-p.
11945
25ab0302
GM
11946 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
11947 header we don't understand, don't insert another. (Bug#4624)
11948 If changing mime charset, insert the new one in the right place.
11949
00169eb6
GM
119502009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
11951
11952 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11953 (cal-tex-cursor-month): Correctly increment the end date for diary and
11954 holiday listing. (Bug#4626)
11955
82882188
SM
119562009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11957
40ba9882 11958 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
11959 a symbol.
11960
a8f316ca
JB
119612009-10-05 Juanma Barranquero <lekktu@gmail.com>
11962
11963 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
11964 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
11965 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
11966 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
11967
11968 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
11969 (eieio-default-superclass): Reflow docstrings.
11970 (this, class-option-assoc, defclass, eieio-class-un-autoload)
11971 (eieio-unbind-method-implementations, defmethod)
11972 (eieio-validate-slot-value, eieio-validate-class-slot-value)
11973 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
11974 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
11975 (eieio-slot-originating-class-p, eieio-slot-name-index)
11976 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
11977 (constructor, initialize-instance, no-next-method, object-print)
11978 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
11979 Fix typos in docstrings.
11980 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
11981 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
11982 (next-method-p): Doc fixes.
11983 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
11984 Fix typos in error messages.
11985 (eieio-defmethod): Fix typo in description of generic method.
11986
11987 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
11988 (eieio-persistent-save-interactive, slot-missing):
11989 Fix typos in docstrings.
11990 (eieio-instance-inheritor-slot-boundp): Doc fix.
11991
11992 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
11993 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
11994
11995 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
11996 (eieio-custom-object-apply-reset):
11997 Fix typos in docstrings and error messages.
11998
11999 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12000 Fix typo in docstring.
12001
12002 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12003 (eieio-browse-tree): Doc fix.
12004 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12005 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12006 Fix typos in docstrings.
12007
12008 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12009 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12010 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12011 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12012 Reflow docstrings.
12013
c66b7ac0
DN
120142009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12015
4a827e0a 12016 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
12017 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12018 Set log-view-vc-backend so that diff can work.
4a827e0a 12019
c66b7ac0
DN
12020 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12021 vc-version-diff.
12022 (vc-diff-internal): Autoload this instead of vc-version-diff.
12023
1902a98c
EZ
120242009-10-05 Eli Zaretskii <eliz@gnu.org>
12025
a7a8618b
EZ
12026 * simple.el (eval-expression): Doc fix.
12027
1902a98c
EZ
12028 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12029
0e1f2ee6
MA
120302009-10-05 Michael Albinus <michael.albinus@gmx.de>
12031
12032 * files.el (directory-files-no-dot-files-regexp): New defconst.
12033 (delete-directory): Use it.
12034 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12035
263c02ef 12036 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
12037 (tramp-methods): Add recursive option to `tramp-copy-args'.
12038 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 12039 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 12040 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
12041 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12042 Add handler for `copy-directory'.
12043 (tramp-handle-copy-directory): New defun.
12044 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
12045 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12046 Optimize sent command.
263c02ef 12047
72aa7df4
SM
120482009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12049
4a34f065
SM
12050 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12051 window if necessary.
12052
72aa7df4
SM
12053 * calendar/calendar.el (calendar-basic-setup): Don't call
12054 switch-to-buffer in a dedicated window.
12055
5feb1ba7
KF
120562009-10-05 Karl Fogel <kfogel@red-bean.com>
12057
12058 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 12059 don't do anything related to relocating, just return nil.
5feb1ba7
KF
12060 (bookmark-error-no-filename): New error.
12061 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
12062 bookmark has no file. Don't even attempt to handle things that
12063 are not files; the whole point of custom handlers is to keep that
12064 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
12065 (bookmark-file-or-variation-thereof): Remove now-unused function.
12066 (bookmark-location): Doc string fix.
12067 (Bug#4250)
12068
1bd49952
KF
120692009-10-04 Karl Fogel <kfogel@red-bean.com>
12070
12071 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12072 don't use a file dialog, because they usually don't know how to read
12073 a directory target from the user. (Bug#4230)
12074 Also, make sure the prompt can display directories as well as files.
12075
825382c0
KF
120762009-10-04 Karl Fogel <kfogel@red-bean.com>
12077
12078 * bookmark.el (bookmark-set, bookmark-buffer-name):
12079 Improve doc strings. (Bug#1193)
12080
13901bcb
KF
120812009-10-04 Karl Fogel <kfogel@red-bean.com>
12082
4a34f065
SM
12083 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12084 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12085 (bookmark-get-annotation, bookmark-set-annotation)
12086 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12087 (bookmark-set-position, bookmark-get-front-context-string)
12088 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12089 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12090 (bookmark-jump-other-window, bookmark-handle-bookmark)
12091 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12092 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12093 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
12094 Improve doc strings to say whether bookmark can be a string or
12095 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
12096 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12097 (bookmark-default-annotation-text, bookmark-yank-word)
12098 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12099 (bookmark-import-new-list, bookmark-maybe-rename)
12100 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12101 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 12102 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 12103 add a FIXME comment about how the function may be pointless.
13901bcb 12104 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
12105 parameter name, to clarify that this takes a bookmark record
12106 not a bookmark name.
13901bcb 12107 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 12108 and improve the doc string a bit.
13901bcb
KF
12109 (Bug#4188)
12110
5c1b3e94
KF
121112009-10-04 Karl Fogel <kfogel@red-bean.com>
12112
12113 * bookmark.el (bookmark-alist): Document the new `handler' element
12114 in the param alist.
12115 (bookmark-make-record-function): Adjust documentation for above.
12116 (Bug#4193)
12117
8559076d
KF
121182009-10-04 Karl Fogel <kfogel@red-bean.com>
12119
12120 * info.el (Info-bookmark-make-record): Document this function.
12121 (Info-bookmark-jump): Document with a doc string, not just a comment.
12122 (Bug#4203)
12123
b4583b8c
MA
121242009-10-04 Michael Albinus <michael.albinus@gmx.de>
12125
12126 * files.el (copy-directory): New defun.
12127
12128 * dired-aux.el (dired-copy-file-recursive): Use it.
12129
131ae8f2
JB
121302009-10-04 Juanma Barranquero <lekktu@gmail.com>
12131
a30e71ae 12132 * files-x.el (modify-dir-local-variable)
dd9af436
CY
12133 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12134 docstrings.
a30e71ae 12135
131ae8f2
JB
12136 * recentf.el (recentf-unload-function): New function.
12137
ccafbf06
GM
121382009-10-04 Glenn Morris <rgm@gnu.org>
12139
12140 * window.el (window-full-height-p): Add doc string.
12141
02c6f098
GM
121422009-10-04 Martin Rudalics <rudalics@gmx.at>
12143
12144 * window.el (window-full-height-p): New function. (Bug#4543)
12145
ed6b0195
DN
121462009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12147
12148 * vc.el: Remove commented out code.
12149 (vc-derived-from-dir-mode): Remove, unused.
12150 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12151
1b8d1cc7
MA
121522009-10-03 Michael Albinus <michael.albinus@gmx.de>
12153
4a34f065
SM
12154 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12155 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
12156 there could be recursive loading when `default-directory' is a
12157 remote file name. (Bug#4614)
12158
ac3c593c
GM
121592009-10-03 Glenn Morris <rgm@gnu.org>
12160
686ea556
GM
12161 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12162 the frame is wide.
12163 (calendar-generate-window): Test for shrinkability rather than width.
12164
ac3c593c
GM
12165 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12166 reusing existing buffers, in case we happen to visit two files with the
12167 same basename. (Bug#4593)
12168
573709fd
EZ
121692009-10-02 Eli Zaretskii <eliz@gnu.org>
12170
4a34f065 12171 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
12172 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12173 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12174 subdirs of cedet as well.
8f885d01 12175 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 12176
8d6c1239
SM
121772009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12178
12179 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12180 Obey advertised-signature-table.
12181
12182 * help-fns.el (help-function-arglist): Don't check
12183 advertised-signature-table.
12184 (describe-function-1): Do it here instead so it also applies to subrs.
12185
c4861de0
MA
121862009-10-02 Michael Albinus <michael.albinus@gmx.de>
12187
12188 * simple.el (start-file-process): Say in the doc-string, that file
12189 handlers might not support pty association, if PROGRAM is nil.
12190
12191 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12192 HOST and USER are strings. They are nil, when there are
12193 incomplete entries in ~/.netrc, for example.
12194 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12195 root directory ("device busy" error otherwise).
12196
8d6c1239
SM
12197 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12198 Flush file properties of created directory.
c4861de0 12199
d2bda74f
EZ
122002009-10-02 Eli Zaretskii <eliz@gnu.org>
12201
12202 * makefile.w32-in (WINS_BASIC): Remove cedet.
12203 (WINS_CEDET): Add cedet.
12204 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12205
895d1904
GM
122062009-10-02 Kevin Ryde <user42@zip.com.au>
12207
12208 * net/browse-url.el (browse-url): Pass any symbol in
12209 browse-url-browser-function to `apply', since if you've mistakenly put
12210 an unbound symbol then the error is clearer. (Bug#4531)
12211
32226619
JB
122122009-10-02 Juanma Barranquero <lekktu@gmail.com>
12213
12214 * allout.el (allout-init, allout-back-to-current-heading)
12215 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12216 (allout-ascend, allout-up-current-level, allout-end-of-level)
12217 (allout-previous-visible-heading, allout-forward-current-level)
12218 (allout-backward-current-level, allout-show-children):
12219 * apropos.el (apropos-describe-plist):
12220 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12221 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12222 * completion.el (add-completion, add-permanent-completion):
12223 * descr-text.el (describe-text-category, describe-char):
12224 * desktop.el (desktop-lazy-abort):
12225 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12226 * dired.el (dired-build-subdir-alist):
12227 * ediff.el (ediff-version):
12228 * elide-head.el (elide-head, elide-head-show):
12229 * emerge.el (emerge-version):
12230 * env.el (getenv):
12231 * face-remap.el (variable-pitch-mode):
12232 * faces.el (describe-face):
12233 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12234 (dired-at-point):
12235 * files.el (find-file-existing, auto-save-mode):
12236 * font-lock.el (font-lock-fontify-buffer):
12237 * help-fns.el (describe-function, describe-variable)
12238 (describe-syntax, describe-categories):
12239 * help.el (view-lossage, describe-bindings, describe-key)
12240 (describe-mode):
12241 * hexl.el (hexl-current-address):
12242 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12243 * info.el (Info-goto-emacs-key-command-node):
12244 * log-edit.el (log-edit-insert-cvs-template)
12245 (log-edit-insert-cvs-rcstemplate):
12246 * menu-bar.el (menu-bar-mode):
12247 * mouse.el (mouse-appearance-menu):
12248 * newcomment.el (comment-indent-new-line):
12249 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12250 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 12251 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
12252 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12253 * recentf.el (recentf-mode):
12254 * savehist.el (savehist-mode, savehist-save):
12255 * shadowfile.el (shadow-copy-files):
12256 * simple.el (kill-ring-save, next-line, previous-line)
12257 (normal-erase-is-backspace-mode):
12258 * strokes.el (strokes-update-window-configuration)
12259 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12260 (strokes-xpm-for-stroke):
12261 * time.el (emacs-uptime, emacs-init-time):
12262 * tutorial.el (tutorial--describe-nonstandard-key)
12263 (tutorial--detailed-help):
12264 * type-break.el (type-break-mode)
12265 (type-break-mode-line-message-mode, type-break-query-mode)
12266 (type-break-guesstimate-keystroke-threshold):
12267 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12268 * version.el (emacs-version):
12269 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12270 * winner.el (winner-mode):
12271 * calendar/timeclock.el (timeclock-in, timeclock-out)
12272 (timeclock-status-string, timeclock-change)
12273 (timeclock-workday-remaining-string)
12274 (timeclock-workday-elapsed-string)
12275 (timeclock-when-to-leave-string):
12276 * calendar/todo-mode.el (todo-add-category):
12277 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12278 * emacs-lisp/autoload.el (update-file-autoloads):
12279 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12280 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12281 (checkdoc-message-text, checkdoc-defun):
12282 * emacs-lisp/debug.el (debugger-list-functions):
12283 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12284 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12285 (eieio-describe-generic):
12286 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12287 * emacs-lisp/shadow.el (list-load-path-shadows):
12288 * emulation/cua-base.el (cua-mode):
12289 * emulation/edt.el (edt-set-scroll-margins):
12290 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12291 (tpu-toggle-regexp, tpu-toggle-search-direction)
12292 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12293 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12294 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12295 (viper-set-parsing-style-toggling-macro)
12296 (viper-set-emacs-state-searchstyle-macros):
12297 * emulation/viper.el (viper-set-hooks):
12298 * eshell/esh-mode.el (eshell-truncate-buffer):
12299 * international/mule-cmds.el (prefer-coding-system)
12300 (describe-input-method, describe-language-environment):
12301 * international/mule-diag.el (list-character-sets)
12302 (describe-character-set, describe-coding-system)
12303 (describe-fontset, list-fontsets, list-input-methods):
12304 * mail/sendmail.el (mail-signature):
12305 * net/ange-ftp.el (ange-ftp-copy-file):
12306 * net/browse-url.el (browse-url):
12307 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12308 * net/quickurl.el (quickurl-add-url):
12309 * net/rcirc.el (names, topic):
12310 * net/xesam.el (xesam-mode):
12311 * play/5x5.el (5x5-new-game):
12312 * play/yow.el (apropos-zippy):
12313 * progmodes/ada-mode.el (ada-mode-version):
12314 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12315 (f90-end-of-block)
12316 (f90-beginning-of-block):
12317 * progmodes/fortran.el (fortran-end-of-block)
12318 (fortran-beginning-of-block):
12319 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12320 * progmodes/python.el (python-describe-symbol, python-shell):
12321 * term/ns-win.el (ns-print-buffer):
12322 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12323 * textmodes/flyspell.el (flyspell-mode-on):
12324 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12325 (pages-directory-for-addresses):
12326 * textmodes/table.el (table-recognize-cell)
12327 (table-query-dimension, table-generate-source)
12328 (table-insert-sequence, table--warn-incompatibility):
12329 * textmodes/tex-mode.el (tex-validate-buffer):
12330 * textmodes/texinfmt.el (texinfmt-version)
12331 (texinfo-format-buffer):
12332 Use `called-interactively-p' instead of `interactive-p'.
12333
12a3c28c
JB
123342009-10-02 Juanma Barranquero <lekktu@gmail.com>
12335
12336 * image-mode.el (image-toggle-display):
12337 * emacs-lisp/elp.el (elp-instrument-function):
12338 * emacs-lisp/advice.el (ad-make-advised-definition):
12339 * emacs-lisp/easy-mmode.el (define-minor-mode):
12340 * net/browse-url.el (browse-url-maybe-new-window):
12341 * progmodes/sh-script.el (sh-learn-buffer-indent):
12342 Pass new argument 'any to `called-interactively-p'.
12343
171fda8a
JB
123442009-10-01 Juanma Barranquero <lekktu@gmail.com>
12345
171fda8a
JB
12346 * international/uni-bidi.el:
12347 * international/uni-category.el:
12348 * international/uni-combining.el:
12349 * international/uni-comment.el:
12350 * international/uni-decimal.el:
9c3c9fdf 12351 * international/uni-decomposition.el:
171fda8a
JB
12352 * international/uni-digit.el:
12353 * international/uni-lowercase.el:
12354 * international/uni-mirrored.el:
12355 * international/uni-name.el:
12356 * international/uni-numeric.el:
12357 * international/uni-old-name.el:
12358 * international/uni-titlecase.el:
12359 * international/uni-uppercase.el:
12360 Regenerate from Unicode 5.2.0 data.
12361
dcb9734a
GM
123622009-10-01 Glenn Morris <rgm@gnu.org>
12363
12364 * Makefile.in (ELCFILES): Regenerate.
12365
ced10a4c
SM
123662009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12367
9d28c33e
SM
12368 * subr.el (interactive-p): Mark obsolete.
12369 (called-interactively-p): Make the optional-ness of `kind' obsolete.
12370 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12371 advertised-signature-table for subroutines as well.
12372
ced10a4c
SM
12373 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12374 (set-advertised-calling-convention): New function.
12375 (make-obsolete, define-obsolete-function-alias)
12376 (make-obsolete-variable, define-obsolete-variable-alias):
12377 Make the optional-ness of `when' obsolete.
12378 (define-obsolete-face-alias): Make `when' non-optional.
12379 * help-fns.el (help-function-arglist):
12380 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12381 Use advertised-signature-table.
12382
cc3dda16
MA
123832009-10-01 Michael Albinus <michael.albinus@gmx.de>
12384
12385 * files.el (delete-directory): New defun. The original function
12386 in fileio.c has been renamed to `delete-directory-internal'.
12387
12388 * dired.el (dired-delete-file): Call `delete-directory' with
12389 RECURSIVE parameter.
12390
5ce6e4f4 12391 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
12392 parameter RECURSIVE. Implementation is missing.
12393
12394 * net/tramp.el (tramp-handle-make-directory): Flush upper
12395 directory's file properties.
ced10a4c 12396 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
12397 (tramp-handle-dired-recursive-delete-directory): Flush directory
12398 properties after the remove command only.
12399
ced10a4c
SM
12400 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12401 Handle optional parameter RECURSIVE.
cc3dda16 12402
ced10a4c
SM
12403 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12404 Handle optional parameter RECURSIVE.
cc3dda16
MA
12405
12406 * net/tramp-smb.el (tramp-smb-errors): Add error message for
12407 connection timeout.
12408 (tramp-smb-handle-delete-directory): Handle optional parameter
12409 RECURSIVE.
12410
cf885595
SM
124112009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12412
e3a6b82f
SM
12413 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12414 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12415 (byte-compile-defmacro): Use backquotes.
12416
7201bfbb
SM
12417 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12418
cf885595
SM
12419 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12420 has no associated file.
12421 (vc-resynch-buffer): Use vc-dir-buffers.
12422
a4d2c321
GM
124232009-10-01 Glenn Morris <rgm@gnu.org>
12424
9ffe3f52
GM
12425 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12426 (chart-file-count):
12427 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12428 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12429 * emacs-lisp/eieio-opt.el (eieio-describe-class):
12430 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12431 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12432 (eieio-copy-parents-into-subclass, make-instance, class-children)
12433 (eieio-generic-form):
bd2afec2 12434
9515cdcc
GM
12435 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12436 match-data. (Bug#4555).
12437
a4d2c321
GM
12438 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12439 rather than parsing it as a regexp. This relaxes the layout
12440 requirements and makes errors easier to detect.
12441 (check-declare-verify): Check file is regular.
12442 (check-declare-directory): Doc fix.
12443 * subr.el (declare-function): Doc fix.
12444
b15c31c7
GM
12445 * ibuffer.el (ibuffer-format-qualifier):
12446 * isearch.el (hi-lock-regexp-okay):
12447 * calc/calc.el (math-zerop):
12448 * mail/uce.el (rmail-msgbeg, rmail-msgend):
12449 * term/w32-win.el (setup-default-fontset, set-fontset-font):
12450 Remove unused declarations.
12451
1fc28a2c
GM
124522009-09-30 Glenn Morris <rgm@gnu.org>
12453
1fc28a2c
GM
12454 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12455
494f4fc7
GM
12456 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12457 filename is not a string.
12458
561580e9
CY
124592009-09-29 Chong Yidong <cyd@stupidchicken.com>
12460
12461 * files.el (safe-local-eval-forms): Fix typo.
12462
dcbbecd4
SM
124632009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12464
12465 * vc-hooks.el (vc-dir-buffers): New var.
12466 (vc-state-refresh): New function.
12467 (vc-state): Use it.
12468 (vc-after-save): Always ask the backend to recompute the new state.
12469 Always call vc-dir if necessary, using vc-dir-buffers.
12470 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12471 Use vc-dir-buffers.
12472 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12473 (vc-dir-prepare-status-buffer, vc-dir-update)
12474 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12475 Don't call expand-file-name on default-directory.
12476
d88444f2
JB
124772009-09-29 Juanma Barranquero <lekktu@gmail.com>
12478
12479 * speedbar.el (speedbar-item-delete):
12480 * calc/calc-prog.el (calc-kbd-if):
12481 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12482
12483 * epa.el (epa-key-list-mode-map):
12484 * hi-lock.el (hi-lock-menu): Fix typos in menus.
12485
12486 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12487 (hs-show-hook): Fix typo in docstring.
12488
5da62d41
GM
124892009-09-29 Glenn Morris <rgm@gnu.org>
12490
8360fce0
GM
12491 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12492 file-name-nondirectory call preventing location of cedet files.
12493 (check-declare-verify): Use literal search rather than re-search.
ae715515 12494 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
12495
12496 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12497 Use tramp-compat-file-attributes rather than nonexistent
12498 tramp-compat-handle-file-attributes.
12499
5da62d41
GM
12500 * Makefile.in (lisptagsfiles4): New.
12501 (AUTOGENEL): Add cedet loaddefs files.
12502 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12503 (update-elclist, compile-always, backup-compiled-files)
12504 (bootstrap-clean): Add yet another directory level.
12505 (update-elclist): Use LC_COLLATE rather than COLLATE.
12506 (ELCFILES): Update, via `make update-elclist'.
12507
48267264
JB
125082009-09-29 Juanma Barranquero <lekktu@gmail.com>
12509
12510 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12511 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12512 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12513
2c4cd0b0
AS
125142009-09-28 Andreas Schwab <schwab@linux-m68k.org>
12515
12516 * Makefile.in (lisptagsfiles3): Define.
5da62d41 12517 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
12518 (update-elclist): Add third directory level to look for elc files.
12519 (compile-always): Likewise.
12520 (backup-compiled-files): Likewise.
12521 (bootstrap-clean): Likewise.
12522 (ELCFILES): Update.
12523
a2533e47
CY
125242009-09-28 Chong Yidong <cyd@stupidchicken.com>
12525
12526 * Makefile.in (ELCFILES): Add CEDET files.
12527
eefbedb1
MA
125282009-09-28 Michael Albinus <michael.albinus@gmx.de>
12529
12530 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12531
12532 * net/tramp.el (top): Require tramp-imap.
12533
12534 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12535 Use `tramp-compat-handle-file-attributes'.
12536
125372009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12538
12539 * net/tramp-imap.el: New package.
12540
748e3d67
VJL
125412009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12542
12543 * whitespace.el (whitespace-trailing-regexp)
12544 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12545 Fix doc string.
12546
15120dec
CY
125472009-09-27 Chong Yidong <cyd@stupidchicken.com>
12548
12549 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12550 menu.
12551
12552 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12553 menu-bar-ediff-menu.
12554
12555 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12556 define-overloadable-function.
12557
12558 * progmodes/autoconf.el: Provide autoconf as well, so that this
12559 file can be `require'd.
12560
12561 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12562
12563 * emacs-lisp/autoload.el (generated-autoload-feature)
12564 (generated-autoload-load-name): New vars.
12565 (autoload-rubric, autoload-generate-file-autoloads): Use them.
12566 (make-autoload): Recognize define-overloadable-function and
12567 defclass forms (for EIEIO).
12568
12569 * Makefile.in (update-subdirs): Exclude cedet directory.
12570
135abf91
AR
125712009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12572
1becddbb 12573 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
12574
12575 * faces.el: Default light-background background for region face to
12576 ns_selection_color under NS.
12577
3d994264
TZ
125782009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12579
12580 * net/imap-hash.el: New library, see NEWS.
12581
12582 * Makefile.in (ELCFILES): Add imap-hash.el.
12583
ce9a0ccb
SM
125842009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
12585
12586 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12587 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12588 * help-macro.el (make-help-screen): Avoid using an ambiguous function
12589 definition where the docstring could be taken for the return value.
12590
a92cdd49
GM
125912009-09-26 Glenn Morris <rgm@gnu.org>
12592
12593 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12594 Add option to only show images below a certain size.
12595 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12596 save-excursion calls.
12597
416ac2f1
EZ
125982009-09-26 Eli Zaretskii <eliz@gnu.org>
12599
12600 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12601 subdirectories) and eieio.
12602
d9a13f68
AM
126032009-09-26 Alan Mackenzie <acm@muc.de>
12604
9c3c9fdf 12605 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 12606 buggy bracketing. (Bug#4289)
d9a13f68
AM
12607
12608 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 12609 character constants (as case labels). (Bug#4289)
d9a13f68 12610
182b3bec
CY
126112009-09-25 Juri Linkov <juri@jurta.org>
12612
12613 * files.el (safe-local-eval-forms): Allow time-stamp in
12614 before-save-hook (Bug#4554).
12615
8f75f2da
JB
126162009-09-25 Drew Adams <drew.adams@oracle.com>
12617
12618 * menu-bar.el (list-buffers-directory): Doc fix.
12619
8390fb80
SM
126202009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12621
12622 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12623 Try and avoid copying twice the same paragraph.
12624 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12625 Remove save-excursion.
12626 (log-edit-changelog-entry): Do it here instead.
12627
11ee8d90
JB
126282009-09-25 Juanma Barranquero <lekktu@gmail.com>
12629
027b1942
JB
12630 * bs.el (bs--get-file-name): Use `list-buffers-directory'
12631 when available, instead of hardcoding mode names. Doc fix.
12632
11ee8d90
JB
12633 * menu-bar.el (list-buffers-directory): Add docstring.
12634 Make automatically buffer-local.
12635
12636 * dired.el (dired-mode):
12637 * files.el (cd-absolute):
12638 * pcvs.el (cvs-temp-buffer):
12639 * pcvs-util.el (cvs-get-buffer-create):
12640 * shell.el (shell-mode):
12641 * vc-dir.el (vc-dir-mode):
12642 Don't make `list-buffers-directory' buffer local.
12643
21289c5d
CY
126442009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
12645
8390fb80
SM
12646 * comint.el (comint-exec, comint-run, make-comint):
12647 Doc fixes (Bug#4542).
21289c5d 12648
e8652dd9
GM
126492009-09-25 Glenn Morris <rgm@gnu.org>
12650
12651 * mail/rmailmm.el (rmail-mime): New custom group.
12652 Move all defcustoms in this file into this group.
12653 (rmail-mime-media-type-handlers-alist): Revert previous change.
12654 (rmail-mime-show-images): New option.
12655 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12656 references to it, since it wasn't actually used for anything.
12657 (rmail-mime-insert-image): New function.
12658 (rmail-mime-image): Use rmail-mime-insert-image.
12659 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
12660 obey the value of `rmail-mime-show-images' option. Print the size of
12661 attachments.
e8652dd9 12662
fb652bb5
JB
126632009-09-25 David Engster <deng@randomsample.de>
12664
12665 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
12666
32a9841c
VJL
126672009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12668
12669 * whitespace.el: Does not highlight trailing spaces While point is
12670 at end of line. Does not highligt spaces at beginning of buffer
12671 while point is at beginning of buffer. Does not highlight spaces
12672 at end of buffer while point is at end of buffer. (Bug#4177)
12673 New version 12.0.
12674 (whitespace-display-mappings): Adjust initialization.
12675 (whitespace-point, whitespace-font-lock-refontify): New vars.
12676 (whitespace-color-on, whitespace-color-off): Adjust code.
12677 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12678 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
12679 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
12680
e477ca84
CY
126812009-09-24 Chong Yidong <cyd@stupidchicken.com>
12682
12683 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
12684
12685 * textmodes/sgml-mode.el: Remove xml-mode alias.
12686
12687 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 12688 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 12689
68712602
AM
126902009-09-24 Alan Mackenzie <acm@muc.de>
12691
12692 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
12693 c-forward-conditionals, but it doesn't move point and doesn't set
12694 the mark.
12695 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
12696 (c-down-conditional-with-else, c-backward-conditional)
12697 (c-forward-conditional): Refactor to use c-scan-conditionals.
12698
1659ada0
JB
126992009-09-24 Juanma Barranquero <lekktu@gmail.com>
12700
12701 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12702 (help-default-arg-highlight): Remove.
12703 (help-highlight-arg): New function.
12704 (help-do-arg-highlight): Use it.
12705 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
12706
b3f01e46
SM
127072009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 * term.el (term-set-scroll-region, term-handle-ansi-escape):
12710 Undo last change, which didn't fix the problem and introduced others.
12711
107ef54a
NR
127122009-09-24 Nick Roberts <nickrob@snap.net.nz>
12713
12714 * progmodes/gdb-mi.el: Don't require speedbar.
12715 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12716
ffa1fed6
GM
127172009-09-24 Glenn Morris <rgm@gnu.org>
12718
2157a2be
GM
12719 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12720
6125167c
GM
12721 * term/ns-win.el (ns-reg-to-script): Define for compiler.
12722
ffa1fed6
GM
12723 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12724 there is no newline after the final mime boundary. (Bug#4539)
12725 Move markers on insertion so that any buttons inserted don't end up in
12726 the next part of a multipart message.
2e9075d3
GM
12727 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
12728 (rmail-mime-bulk-handler): Optionally handle images.
12729 (rmail-mime-image): New button action.
12730 (rmail-mime-image-handler): New function.
12731 (rmail-mime-mode): New mode.
12732 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 12733
4a814992
SM
127342009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12735
075518b5
SM
12736 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
12737 than just dropping elements from it (bug#4504).
12738
8ad2defc
SM
12739 * term.el (term-set-scroll-region): Don't move cursor any more.
12740 (term-handle-ansi-escape): Call term-goto here instead.
12741 Suggested by Ivan Kanis <apple@kanis.eu>.
12742
4a814992
SM
12743 * term.el: Require CL.
12744 (term-ansi-reset): New function.
12745 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
12746 (term-handle-colors-array): Simplify.
12747
5a0c3f56
JB
127482009-09-24 Juanma Barranquero <lekktu@gmail.com>
12749
12750 * allout.el (allout-overlay-interior-modification-handler)
12751 (allout-obtain-passphrase):
12752 * epa-file.el (epa-file-write-region):
12753 * ps-print.el (ps-begin-job):
12754 * vc-hooks.el (vc-toggle-read-only):
12755 * vc-rcs.el (vc-rcs-rollback):
12756 * vc-sccs.el (vc-sccs-rollback):
12757 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
12758 (vc-version-diff, vc-revert, vc-rollback):
12759 * wdired.el (wdired-check-kill-buffer):
12760 * emacs-lisp/authors.el (authors):
12761 * net/socks.el (socks-open-connection):
12762 * net/zeroconf.el (zeroconf-service-add-hook):
12763 * obsolete/vc-mcvs.el (vc-mcvs-register):
12764 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
12765 (gdb-select-frame):
12766 * progmodes/grep.el (lgrep, rgrep):
12767 * progmodes/idlw-help.el (idlwave-help-check-locations)
12768 (idlwave-help-html-link, idlwave-help-assistant-open-link):
12769 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12770 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
12771 (reftex-toc-rename-label): Fix typos in error messages.
12772
12773 * dired-aux.el (dired-do-shell-command): Reflow docstring.
12774 (dired-copy-how-to-fn): Doc fix.
12775 (dired-files-attributes, dired-read-shell-command):
12776 Fix typos in docstrings.
12777
12778 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
12779 (dired-x-find-file-other-window): Reflow docstrings.
12780 (dired-omit-marker-char, dired-read-shell-command)
12781 (dired-x-submit-report): Fix typos in docstrings.
12782
12783 * shell.el (shell-mode-hook):
12784 * view.el (View-scroll-line-forward):
12785 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
12786 Fix typos in docstrings.
12787
12788 * net/dig.el (dig-invoke): Fix typo in docstring.
12789 (query-dig): Reflow docstring.
12790
12791 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
12792 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
12793 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
12794 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
12795 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
12796 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
12797 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
12798 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
12799 (idlwave-completion-map, idlwave-current-indent)
12800 (idlwave-custom-ampersand-surround, idlwave-customize)
12801 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
12802 (idlwave-define-abbrev, idlwave-determine-class-special)
12803 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
12804 (idlwave-end-block-reg, idlwave-end-of-statement)
12805 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
12806 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
12807 (idlwave-explicit-class-listed, idlwave-file-header)
12808 (idlwave-fill-paragraph, idlwave-find-class-definition)
12809 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
12810 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
12811 (idlwave-in-quote, idlwave-indent-action-table)
12812 (idlwave-indent-expand-table, idlwave-indent-line)
12813 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
12814 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
12815 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
12816 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
12817 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
12818 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
12819 (idlwave-outlawed-buffers, idlwave-popup-select)
12820 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
12821 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
12822 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
12823 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
12824 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
12825 (idlwave-statement-type, idlwave-struct-skip)
12826 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
12827 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
12828 (idlwave-what-module-find-class): Fix typos in docstrings.
12829 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
12830 (idlwave-calculate-cont-indent, idlwave-expand-equal)
12831 (idlwave-find-module, idlwave-find-structure-definition)
12832 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
12833 (idlwave-list-load-path-shadows, idlwave-next-statement)
12834 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
12835 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
12836 (idlwave-template): Reflow docstrings.
12837
12838 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
12839 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
12840 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
12841 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
12842 (idlwave-shell-display-line, idlwave-shell-display-wframe)
12843 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
12844 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
12845 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
12846 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
12847 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
12848 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
12849 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
12850 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
12851 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
12852 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
12853 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
12854 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
12855 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
12856 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
12857 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
12858 Fix typos in docstrings.
12859 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
12860 (idlwave-shell-hide-output, idlwave-shell-mode)
12861 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
12862 Reflow docstrings.
12863
12864 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
12865
62136c5d
SM
128662009-09-24 Ivan Kanis <apple@kanis.eu>
12867
12868 * term.el (term-bold-attribute): New var.
12869 (term-handle-colors-array): Use it.
12870
9c1a45ed
NR
128712009-09-23 Nick Roberts <nickrob@snap.net.nz>
12872
12873 * progmodes/gdb-mi.el (gdb-version): New variable.
12874 (gdb-non-stop-handler): Set gdb-version.
12875 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
12876 Condition "--thread" option on gdb-version.
12877 (gdb-invalidate-threads): Remove unused argument.
12878
03304f31
SM
128792009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12880
12881 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
12882 to looking-back to avoid ridiculous slow down in large files (bug#4511).
12883
4f02f0c9
GM
128842009-09-23 Glenn Morris <rgm@gnu.org>
12885
12886 * mail/rmail.el (rmail-reply): Don't try to add a References header when
12887 replying to mail without References or Message-Id. (Bug#4525)
12888
a3b4b363
AR
128892009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
12890
12891 * term/ns-win.el (ns-reg-to-script): New variable.
12892
7bda18cc
DU
128932009-09-23 Daiki Ueno <ueno@unixuser.org>
12894
12895 * epg.el (epg-wait-for-status): Preserve existing 'error results.
12896
72169e55
SS
128972009-09-22 Sam Steingold <sds@gnu.org>
12898
12899 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
12900 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
12901 to 1 because hg returns status 1 when nothing is found.
0aa4f295 12902 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 12903
905b7d38
SM
129042009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12905
b0459dec
SM
12906 * textmodes/fill.el: Convert to utf-8 encoding.
12907 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 12908 pre-Unicode days.
b0459dec 12909
905b7d38
SM
12910 * add-log.el (change-log-fill-forward-paragraph): New function.
12911 (change-log-mode): Use it so fill-region DTRT.
12912 Set fill-indent-according-to-mode here rather than in
12913 change-log-fill-paragraph.
12914 (change-log-fill-paragraph): Remove.
12915
baa7f3de
JB
129162009-09-22 Juanma Barranquero <lekktu@gmail.com>
12917
12918 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
12919 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
12920
a8d789f0
GM
129212009-09-22 Glenn Morris <rgm@gnu.org>
12922
daedbbc2
GM
12923 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
12924 the scroll-bar scroll the calendar window rather than the buffer.
12925
d8899a74
GM
12926 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
12927 commands that move point (as opposed to scrolling).
12928
a8d789f0
GM
12929 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
12930
12931 * emacs-lisp/elint.el (elint): New custom group.
12932 (elint-log-buffer): Make it a defcustom.
12933 (elint-scan-preloaded, elint-ignored-warnings)
12934 (elint-directory-skip-re): New options.
12935 (elint-builtin-variables): Doc fix.
12936 (elint-preloaded-env): New variable.
12937 (elint-unknown-builtin-args): Add an entry for encode-time.
12938 (elint-extra-errors): Make it a variable rather than a constant.
12939 (elint-preloaded-skip-re): New constant.
12940 (elint-directory): Skip files matching elint-directory-skip-re.
12941 (elint-features): New variable, local to linted buffers.
12942 (elint-update-env): Initialize elint-features. Possibly add
12943 elint-preloaded-env to the buffer's environment.
12944 (elint-get-top-forms): Bind elint-current-pos, for log messages.
12945 Skip quoted forms.
12946 (elint-init-form): New function, extracted from elint-init-env.
12947 Make non-list forms a warning rather than an error.
12948 Add the mode-map for define-derived-mode. Handle define-minor-mode,
12949 easy-menu-define, put that adds an error-condition, and provide.
12950 When requiring cl, also require cl-macs. Really require cl, to handle
12951 some cl macros. Store required libraries in the list elint-features,
12952 so as not to re-load them. Treat cc-require like require.
12953 (elint-init-env): Call elint-init-form to do the work.
12954 Handle eval-and-compile and such like.
12955 (elint-add-required-env): Do not clear messages.
12956 (elint-special-forms): Add handlers for function, defalias, if, when,
12957 unless, and, or.
12958 (elint-form): Add optional argument to ignore elint-special-forms,
12959 useful to prevent recursive calls from handlers. Doc fix.
12960 Respect elint-ignored-warnings.
12961 (elint-form): Respect elint-ignored-warnings.
12962 (elint-bound-variable, elint-bound-function): New variables.
12963 (elint-unbound-variable): Respect elint-bound-variable.
12964 (elint-get-args): Respect elint-bound-function.
12965 (elint-check-cond-form): Add some simple handling for (f)boundp and
12966 featurep tests.
12967 (elint-check-defalias-form): New handler.
12968 (elint-check-let-form): Make an empty let a warning rather than an
12969 error.
12970 (elint-check-setq-form): Make an empty setq a warning rather than an
12971 error. Respect elint-ignored-warnings.
12972 (elint-check-defvar-form): Accept null doc-strings.
12973 (elint-check-conditional-form): New handler. Does some simple-minded
12974 checking of featurep and (f)boundp tests.
12975 (elint-put-function-args): New function.
12976 (elint-initialize): Use elint-scan-doc-file rather than
12977 elint-find-builtin-variables. Use elint-put-function-args.
12978 Possibly scan preloaded-file-list.
12979 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
12980 extend to handle functions as well.
12981
245be23c
JB
129822009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
12983
12984 * linum.el (linum-delete-overlays, linum-update-window):
12985 Do not modify the right margin. (Bug#3971)
12986
91fdbd6f
CY
129872009-09-21 Chong Yidong <cyd@stupidchicken.com>
12988
12989 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
12990 nxml-mode instead of xml-mode.
12991
7589d38e
JB
129922009-09-21 Kevin Ryde <user42@zip.com.au>
12993
12994 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
12995
5ac42715
SM
129962009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12997
12998 * net/dig.el (dig-mode): Use define-derived-mode.
12999
09c01323
DN
130002009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13001
4096c5f2
DN
13002 * vc-dispatcher.el (vc-do-command): Return the process object in
13003 the asynchronous case. Use when instead of if. Do not run
5480359e 13004 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 13005
0e172cc2
DN
13006 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13007 properties to the stash strings.
13008 (vc-git-stash-list): Return a list of strings.
13009 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13010 (vc-git-stash-show-at-point): New functions.
13011 (vc-git-stash-map): New keymap.
13012
03304f31
SM
13013 * register.el (ctl-x-r-map): Define the keys here instead of
13014 using autoload.
09c01323 13015
03304f31 130162009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
13017
13018 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13019 list, to workaround performance problem (bug#4485).
13020
2f5fc4d7
NR
130212009-09-20 Nick Roberts <nickrob@snap.net.nz>
13022
13023 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13024
b0f5fd2e
DU
130252009-09-20 Daiki Ueno <ueno@unixuser.org>
13026
13027 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13028 Document that this option is not recommended to use.
13029
f3445fab
GM
130302009-09-19 Glenn Morris <rgm@gnu.org>
13031
547c6921
GM
13032 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13033 variable `var'.
13034
f3445fab
GM
13035 * calc/calc-alg.el (var):
13036 * calc/calcalg2.el (var): Define for compiler.
13037
946c009b
CY
130382009-09-19 Chong Yidong <cyd@stupidchicken.com>
13039
e3f36d03
SM
13040 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13041 Doc fix (Bug#3932).
e2045997 13042
24aedbca
CY
13043 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13044
327dd27a
CY
13045 * time-stamp.el (time-stamp-month-dd-yyyy)
13046 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13047 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13048 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
13049 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13050 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 13051
946c009b
CY
13052 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13053 indent buffer only if called interactively (Bug#4452).
13054
3e70541a 130552009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 13056 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
13057
13058 This fixes bug#4197 (merged to bug#865, though not identical).
13059 * server.el (server-auth-dir): Add docstring note about FAT32.
13060 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13061 but warn against using them.
13062
9b94c32e
NR
130632009-09-19 Nick Roberts <nickrob@snap.net.nz>
13064
13065 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13066 older GDB where there is no has_more field.
13067
66590684
GM
130682009-09-19 Glenn Morris <rgm@gnu.org>
13069
13070 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13071
9a1337f9
CY
130722009-09-18 Chong Yidong <cyd@stupidchicken.com>
13073
13074 * files.el (auto-mode-alist): Change default for XML files to nXML
13075 mode (Bug#4169).
13076
d7554167
JB
130772009-09-18 Juanma Barranquero <lekktu@gmail.com>
13078
13079 * server.el (server-ensure-safe-dir): Pass 'integer
13080 to `file-attributes', as suggested.
13081
35a3f9a4
SM
130822009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13083
13084 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13085 (dired-query): Use read-key.
13086
044f9b05
AR
130872009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13088
13089 * cus-start.el (ns-use-qd-smoothing): Remove.
13090
6188ea49
GM
130912009-09-18 Glenn Morris <rgm@gnu.org>
13092
08cf18e4
GM
13093 * allout.el (top-level): Remove unnecessary progn.
13094
07eae5c5
GM
13095 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13096
6726c25e
GM
13097 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13098 definition of abbrev table.
13099
3f527154 13100 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
13101 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13102 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
13103 * net/newst-backend.el (newsticker--cache-read-feed):
13104 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
13105 condition-case handlers.
13106
ccb4c30c
NR
131072009-09-18 Nick Roberts <nickrob@snap.net.nz>
13108
13109 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13110 (gdb-var-list): Add an element for has_more field.
13111 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13112 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13113 (gdb-var-update-handler-1): Parse output of dynamic variable
13114 objects (STL containers).
13115 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13116 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13117
13118 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13119 gdb-var-list.
13120 (gud-speedbar-buttons): Make node expandable if expression "has more"
13121 children.
13122
8686ac71
JB
131232009-09-17 Juanma Barranquero <lekktu@gmail.com>
13124
13125 * startup.el (emacs-quick-startup): Remove variable and all uses.
13126 (command-line): Set `inhibit-x-resources' instead.
13127 (command-line-1): Use `inhibit-x-resources' instead.
13128
a69c67e8
CY
131292009-09-17 Chong Yidong <cyd@stupidchicken.com>
13130
13131 * subr.el: Fix last change to avoid using the `unless' macro,
13132 which breaks bootstrapping.
13133
354f0faf
SM
131342009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13135
13136 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13137 extended definitions, in case we reload subr.el after having
13138 loaded CL.
13139 (eval-next-after-load): Mark as obsolete.
13140
98b9bf40
JL
131412009-09-17 Juri Linkov <juri@jurta.org>
13142
13143 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13144 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13145 (menu-bar-showhide-menu, menu-bar-tools-menu)
13146 (menu-bar-describe-menu, menu-bar-help-menu)
13147 (minibuffer-local-completion-map, minibuffer-local-map):
13148 Fix list quoting.
13149
28fab7b5
GM
131502009-09-17 Glenn Morris <rgm@gnu.org>
13151
88d5190c
GM
13152 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13153 arguments, whether or not it has a handler.
13154
74f24ba7
GM
13155 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13156
28fab7b5
GM
13157 * simple.el (hard-newline): Give it a doc-string.
13158
a8106aec
GM
13159 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13160 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 13161
76251ad7
DN
131622009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13163
72033dbe
DN
13164 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13165 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13166 (menu-bar-options-menu, menu-bar-showhide-menu)
13167 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13168 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13169 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13170 (menu-bar-options-menu, menu-bar-tools-menu)
13171 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13172 (menu-bar-help-menu):
13173 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13174 string arguments.
13175
76251ad7
DN
13176 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13177 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13178 calls for the menu names and :help.
13179
97b952b7
SM
131802009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13181
13182 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13183 to :minor-mode-function (bug#4455).
13184
8f38189e
SM
131852009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13186
d2fd733e
SM
13187 * startup.el (command-line): Initialize the window-system after
13188 processing the command-line.
13189
8f38189e
SM
13190 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13191 page-delimiter matches the empty string.
13192
77564fa4
GM
131932009-09-16 Glenn Morris <rgm@gnu.org>
13194
13195 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13196 byte-compile-not-obsolete-var. It's a list now.
13197 (byte-compile-not-obsolete-funcs): New variable.
13198 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13199 byte-compile-not-obsolete-funcs.
13200 (byte-compile-variable-ref, byte-compile-defvar): Update for
13201 byte-compile-not-obsolete-vars name-change and list nature.
13202 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13203 and variables behind (f)boundp tests.
13204 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13205
79d316d3
DN
132062009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13207
13208 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13209
8fed6934
SM
132102009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13211
13212 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13213 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13214 Don't autoload.
13215
4078fd57
SE
132162009-09-15 Stephen Eglen <stephen@gnu.org>
13217
13218 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 13219 the virtual-buffers, use the name of the buffer specified by
4078fd57 13220 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 13221 problem if the target and the symlink had different names.)
4078fd57 13222
838ff458
SM
132232009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13224
b3c7c12d
SM
13225 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13226
13dc2bc2
SM
13227 * desktop.el (desktop-path): Check user-emacs-directory.
13228
49fec531
SM
13229 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13230
0e328d37
SM
13231 * loadup.el: Use after-load-functions to GC after loading each file.
13232 Remove the explicit GC calls that used to be sprinkled around.
13233
838ff458
SM
13234 * subr.el (after-load-functions): New hook.
13235 (do-after-load-evaluation): Run it. Use string-match-p to detect
13236 `obsolete' packages, rather than painfully extracting the relevant
13237 directory name.
13238
a62f564f
GM
132392009-09-15 Glenn Morris <rgm@gnu.org>
13240
13241 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13242 free variable `doc'.
13243
13244 * dired.el (dired-mode-map): Add menu entry for async shell command.
13245
13246 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13247 variables, also consider the .elc files, since the .el files are
13248 normally gzipped (subsequent code locates the .el.gz from the .elc).
13249
13250 * calc/calc-prog.el (arglist): Define for compiler.
13251
13252 * calendar/diary-lib.el (diary-display-function): Change the default to
13253 fancy display.
13254 (body): Define for compiler.
13255
13256 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13257 (byte-compile-file-form, byte-compile-lambda)
13258 (byte-compile-top-level-body, byte-compile-form)
13259 (byte-compile-variable-ref, byte-compile-setq)
13260 (byte-compile-setq-default, byte-compile-body)
13261 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13262 (batch-byte-compile): Give some more local variables with common names
13263 a "bytecomp-" prefix to avoid masking warnings about free variables.
13264
cd05fe7f
GM
13265 * startup.el (command-line-1): Give local variables with common names a
13266 distinguishing prefix, so as not to hide free variable warnings during
13267 bootstrap.
13268
a62f564f
GM
13269 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13270 clever and add a suffix to make a unique name, just let the user decide
13271 whether or not to overwrite it. If the input is a directory, write the
13272 default filename to that directory. (Bug#4388)
13273 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13274 is a filename-as-a-directory.
13275
fbc88440
SM
132762009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13277
13278 * textmodes/page.el (what-page): Don't move to beginning of line.
13279 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13280
60308853
DN
132812009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13282
13283 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13284
32ba3abc
DN
132852009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13286
9cd39aff
DN
13287 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13288 * help.el (help-for-help-internal): Add purecopy calls for text.
13289
32ba3abc
DN
13290 * vc.el (top): print-log method now takes an optional SHORTLOG
13291 argument. Add a new method: root.
32ba3abc
DN
13292 (vc-root-diff, vc-print-root-log): New functions.
13293 (vc-log-short-style): New variable.
13294 (vc-print-log-internal): Add support for showing short logs.
13295
13296 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13297 vc-print-root-log and vc-print-root-diff.
13298
13299 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13300 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13301 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13302 short logs.
13303
13304 * vc-cvs.el (vc-cvs-print-log):
13305 * vc-mtn.el (vc-mtn-print-log):
13306 * vc-rcs.el (vc-rcs-print-log):
13307 * vc-sccs.el (vc-sccs-print-log):
13308 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13309 that is ignored for now.
13310
837b0e99
DN
13311 * vc-mtn.el (vc-mtn-annotate-command):
13312 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13313
31cd2dd4
SM
133142009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13315
13316 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13317 to function-key-map, and give them ascii-character property.
13318 * term/x-win.el (x-alternatives-map):
13319 * term/ns-win.el (ns-alternatives-map):
13320 * term/internal.el (msdos-key-remapping-map):
13321 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13322
d62e5bf2
GM
133232009-09-14 Glenn Morris <rgm@gnu.org>
13324
13325 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13326 temp-buffers (2009-09-12).
13327
7d0105e5
SM
133282009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13329
13330 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13331 the new read-key function.
13332
e17ed9ad
CY
133332009-09-13 Chong Yidong <cyd@stupidchicken.com>
13334
13335 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13336 is defined (Bug#4405).
13337
1fc26e29
CY
133382009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13339
13340 * recentf.el (recentf-cleanup): Use a hash table to find
13341 duplicates (Bug#4407).
13342
61dc96a2 133432009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
13344
13345 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13346 kp-0 to ascii equivalents (Bug#4325).
13347
42c3a9e3
CY
133482009-09-13 Chong Yidong <cyd@stupidchicken.com>
13349
1f5c1626
CY
13350 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13351
42c3a9e3 13352 * eshell/em-hist.el:
31cd2dd4
SM
13353 * eshell/em-dirs.el (eshell-complete-user-reference):
13354 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
13355
133562009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13357
13358 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13359 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13360 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
13361 * eshell/em-hist.el (eshell-history-file-name):
13362 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 13363
1e2b6acf
GM
133642009-09-13 Glenn Morris <rgm@gnu.org>
13365
13366 * ediff-merg.el (ediff-do-merge):
13367 * filesets.el (filesets-run-cmd):
13368 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13369 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13370 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13371 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13372 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13373 Replace empty `let's with `progn'.
13374
adba8116
SM
133752009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13376
13377 * mail/sendmail.el (send-mail-function):
13378 * tooltip.el (tooltip-mode):
13379 * simple.el (transient-mark-mode):
13380 * rfn-eshadow.el (file-name-shadow-mode):
13381 * frame.el (blink-cursor-mode):
13382 * font-core.el (global-font-lock-mode):
13383 * files.el (temporary-file-directory)
13384 (small-temporary-file-directory, auto-save-file-name-transforms):
13385 * epa-hook.el (auto-encryption-mode):
13386 * composite.el (global-auto-composition-mode):
13387 Use custom-initialize-delay.
13388 * startup.el (command-line): Don't explicitly call
13389 custom-reevaluate-setting for all the above vars.
13390 * custom.el (custom-initialize-safe-set)
13391 (custom-initialize-safe-default): Delete.
13392
0a4afea9
SM
133932009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13394
9f94990d
SM
13395 * term/x-win.el (x-initialize-window-system):
13396 * term/w32-win.el (w32-initialize-window-system):
13397 * term/ns-win.el (ns-initialize-window-system): Don't call
13398 mouse-wheel-mode since it's enabled globally by default already.
13399
0a4afea9
SM
13400 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13401 actually define the variable, but only silences the byte-compiler.
13402 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13403 before looking it up.
13404 (mouse-wheel-scroll-amount): Also reset the bindings if this value
13405 is changed.
13406
bf01513f
GM
134072009-09-12 Glenn Morris <rgm@gnu.org>
13408
13409 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13410 1000.
13411 (elint-add-required-env): Don't beep on error.
13412 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
13413 (elint-init-env): Skip non-list forms.
13414 (elint-log): Handle unknown file positions.
bf01513f 13415
d85889e4
DU
134162009-09-12 Daiki Ueno <ueno@unixuser.org>
13417
13418 * epg.el (epg-make-context): Add autoload cookie.
13419 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13420 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13421 (epg-verify-string, epg-start-sign, epg-sign-file)
13422 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13423 (epg-encrypt-string, epg-start-export-keys)
13424 (epg-export-keys-to-file, epg-export-keys-to-string)
13425 (epg-start-import-keys, epg-import-keys-from-file)
13426 (epg-import-keys-from-string, epg-start-receive-keys)
13427 (epg-receive-keys, epg-import-keys-from-server)
13428 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13429 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
13430 (epg-generate-key-from-file, epg-generate-key-from-string):
13431 Remove autoload cookie.
d85889e4 13432
8f825ee6
EZ
134332009-09-12 Eli Zaretskii <eliz@gnu.org>
13434
36b434ee
EZ
13435 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13436 reevaluation of trash-directory.
13437
8f825ee6
EZ
13438 * mwheel.el: Fix last change.
13439 (mouse-wheel-mode): New defvar.
13440 (mouse-wheel-mode): Remove autoload cookie.
13441
5766c380
SM
134422009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13443
ab5c0fcd
SM
13444 * mwheel.el (mwheel-installed-bindings): New var.
13445 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13446 the bindings we set last time. Use custom-initialize-delay.
13447 * loadup.el: Load mwheel after term/*-win.el.
13448 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13449 and mouse-wheel-up-event now that their first evaluation is done
13450 sufficiently late to be correct.
13451
45448e64
SM
13452 * startup.el (tutorial-directory): Make it a defcustom.
13453 Use custom-initialize-delay rather than eval-at-startup to set it.
13454 * image.el (image-load-path): Make it a defcustom.
13455 Use custom-initialize-delay rather than eval-at-startup to set it.
13456 * subr.el (eval-at-startup): Remove.
13457 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13458
5766c380
SM
13459 * subr.el (do-after-load-evaluation): Warn the user after loading an
13460 obsolete package.
13461
d6549da4
GM
134622009-09-12 Glenn Morris <rgm@gnu.org>
13463
13464 * proced.el (proced-mark-alt): Remove alias.
13465 (proced-mode-map): Remove proced-mark-alt.
13466
13467 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13468 Elint file and directory. Remove initialization entry.
13469
13470 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13471 commands.
13472 (elint-current-buffer): Set mode-line-process.
13473 (elint-init-env): Handle define-derived-mode.
13474 Fix declare-function with unspecified arglist. Guard against odd
13475 defalias statements (eg iso-insert's 8859-1-map).
13476 (elint-add-required-env): Use a temp buffer.
13477 (elint-form): Just print the function/macro name, not the whole form.
13478 Return env unchanged if we fail to parse a macro.
13479 (elint-forms): Guard against parse errors.
13480 (elint-output): New function, to handle batch mode.
13481 (elint-log-message): Add optional argument. Use elint-output.
13482 (elint-set-mode-line): New function.
13483
30194d4d
CY
134842009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
13485
13486 * emacs-lisp/elp.el (elp-not-profilable): Add more
13487 functions (Bug#4233).
13488
a035f9b0
CY
134892009-09-12 Chong Yidong <cyd@stupidchicken.com>
13490
13491 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13492 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13493
dad61164
NR
134942009-09-11 Nick Roberts <nickrob@snap.net.nz>
13495
13496 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13497 (gdb-var-list-children): Use json parsing.
13498
9c3c9fdf 134992009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
13500
13501 * progmodes/js.el (js--proper-indentation): Handle the case where
13502 char-before is null. Reported by Deniz Dogan.
13503
b4587710
JB
135042009-09-11 Juanma Barranquero <lekktu@gmail.com>
13505
13506 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13507
13890796
DU
135082009-09-11 Daiki Ueno <ueno@unixuser.org>
13509
13510 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13511 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 13512 (epg-context-set-passphrase-callback)
97d4bdba 13513 (epg-context-set-progress-callback): Add description about
b18508dd 13514 callback function.
13890796 13515
2efb64a8
SM
135162009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13517
790d0270
SM
13518 * custom.el (custom-delayed-init-variables): New var.
13519 (custom-initialize-delay): New function.
13520 * startup.el (command-line): "Re"evaluate all vars in
13521 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
13522 explicitly any more.
13523 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13524 to avoid creating a ~/.emacs.d at build-time (bug#4347).
13525
13526 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 13527
ac243a40
NR
135282009-09-11 Nick Roberts <nickrob@snap.net.nz>
13529
13530 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13531 (gdb-var-update-handler): Use json parsing.
13532
657bc6fc
JB
135332009-09-11 Juanma Barranquero <lekktu@gmail.com>
13534
13535 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13536 decode annotated text, regardless of language environment. (Bug#2741)
13537
b6fe8102
SM
135382009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13539
13540 * Makefile.in (autoloads): Make rmail.el writable as well.
13541
5cc443fe
GM
135422009-09-11 Glenn Morris <rgm@gnu.org>
13543
5515c54e
GM
13544 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13545 loaddefs.el.
13546 * dired.el: Regenerate with extracted autoloads.
13547 * Makefile.in (autoloads): Make dired.el writable.
13548
15067158
GM
13549 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13550 * ibuffer.el: Regenerate with extracted autoloads.
13551 * Makefile.in (autoloads): Make ibuffer.el writable.
13552
d35d0238
GM
13553 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13554 * version.el (emacs-copyright, emacs-major-version)
13555 (emacs-minor-version): Reformat doc-strings for make-docfile.
13556
5cc443fe
GM
13557 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13558 functions and variables, since they must be stuff specific to some other
13559 platform.
13560 (apropos-print): Make mouse-click message less specific about button.
13561
13562 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13563 that records where a macro was defined.
13564 * help-fns.el (describe-function-1): Mention if a function has a
13565 compiler-macro.
13566 * help-mode.el (help-function-cmacro): New button.
13567
13568 * locate.el (top-level): Always require dired.
13569 (locate-mode-map): Initialize inside the defvar.
13570
13571 * net/ange-ftp.el (dired-compress-file): Declare.
13572 (ange-ftp-dired-compress-file): Add doc string.
13573
13574 * term/ns-win.el (x-display-name, x-setup-function-keys):
13575 Unify doc-strings with X versions.
13576
8cb95edf
SM
135772009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13578
726a4d09
SM
13579 * emulation/crisp.el (crisp-mode-map): Move initialization
13580 into declaration.
13581 (crisp-mode): Use define-minor-mode.
13582
8cb95edf
SM
13583 * progmodes/xscheme.el (xscheme-evaluation-commands):
13584 Put a :advertised-binding property rather than using
13585 advertised-xscheme-send-previous-expression.
13586 (advertised-xscheme-send-previous-expression): Declare obsolete.
13587 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13588 `advertised-undo'.
13589 (crisp-mode): Add corresponding bindings to
13590 undo's :advertised-binding instead.
13591 * dired.el (dired-mode-map): Put a :advertised-binding property rather
13592 than using dired-advertised-find-file.
13593 (dired-advertised-find-file):
13594 * simple.el (advertised-undo):
13595 * wid-edit.el (advertised-widget-backward): Declare obsolete.
13596 (widget-keymap): Put a :advertised-binding property rather
13597 than using advertised-widget-backward.
13598 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13599 than using advertised-undo.
13600 * tutorial.el (tutorial--default-keys): Adjust accordingly.
13601
07db5857
SS
136022009-09-10 Simon South <ssouth@slowcomputing.org>
13603
13604 * progmodes/delphi.el (delphi-tab): Indent region when Transient
13605 Mark mode is enabled and region is active; otherwise indent or
13606 insert TAB as usual.
13607 (delphi-mode): Update description of TAB-key binding.
13608
50d4ba39
SM
136092009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13610
13611 * subr.el (define-key-rebound-commands): Mark obsolete.
13612 * startup.el (precompute-menubar-bindings): Remove.
13613 (normal-top-level): Remove obsolete code that tried to precompute
13614 menubar bindings.
13615 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13616 define-key-rebound-commands and precompute-menubar-bindings.
13617
ffa894db
KY
136182009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
13619
13620 * net/imap.el (imap-interactive-login): Better messages.
13621 (imap-open): Fix bug with renamed buffer on reconnect.
13622 (imap-authenticate): Add buffer-local imap-last-authenticator variable
13623 for easier debugging and cleaner code. On successful (guessed based on
13624 server capabilities) secondary authentication, set imap-state
13625 correctly.
13626 (imap-last-authenticator): Define imap-last-authenticator as a variable
13627 to avoid warnings.
13628
9477096c
GM
136292009-09-10 Glenn Morris <rgm@gnu.org>
13630
13631 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13632
13633 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13634 (byte-compile-file-form-autoload): Don't warn about unknown functions
13635 where the autoload statement comes after the use.
13636 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13637 that any handlers inside the body (eg require) are in turn respected.
13638
13639 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13640 effects.
13641
13642 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13643 and syntax and abbrev tables basic docs, if they don't have any.
13644
13645 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13646
13647 * international/mule-cmds.el (top-level): Require cl when compiling.
13648 (view-hello-file): Use default-value rather than
13649 default-enable-multibyte-characters.
13650
13651 * progmodes/fortran.el: Move all safe and risky properties into the
13652 defcustoms.
13653
13654 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13655 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13656 * mail/undigest.el:
13657 Put autoloads in rmail.el rather than loaddefs.el.
13658 * mail/rmail.el: Regenerate with extracted autoloads.
13659
13660 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13661 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13662
9f16c547
NR
136632009-09-10 Nick Roberts <nickrob@snap.net.nz>
13664
13665 Reported in thread for Bug#4375.
13666 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13667 "-data-evaluate-expression" instead of print.
13668 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13669 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
13670 (gdb): Revert 2009-08-11 change. User should detach inferior
13671 manually.
9f16c547
NR
13672
13673 Remove the word "separate" from IO functions as inferior
13674 output is now never displayed in the GUD buffer.
13675
50405cd0
JB
136762009-09-10 Juanma Barranquero <lekktu@gmail.com>
13677
13678 * startup.el (command-line-normalize-file-name): On Windows and
13679 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
13680
7ae62430
JL
136812009-09-10 Juri Linkov <juri@jurta.org>
13682
13683 * isearch.el (isearch-text-char-description): Propertize escape
13684 character sequences with the `escape-glyph' face. (Bug#4344)
13685
13686 * simple.el (shell-command): Set asynchronous process filter to
13687 `comint-output-filter'. (Bug#4343)
13688
13689 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
13690 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
13691 the list. Move "asm" to the bottom.
13692 (grep-find-ignored-directories): Add `choice' with nil value
13693 to empty the list easily.
13694 (grep-find-ignored-files): New option.
13695 (grep-files-history): Set to nil by default instead of '("ch" "el").
13696 (grep-compute-defaults): Add "<X>" to `grep-template'.
13697 (grep-read-files): Bind new local variables `default-alias' and
13698 `default-extension'. Use a list of default values for the file prompt.
13699 (lgrep): Add `--exclude=' command line options composed from
13700 `grep-find-ignored-files'.
13701 (rgrep): Add `-name' command line options composed from
13702 `grep-find-ignored-files'. (Bug#4301)
13703
cd875252
SM
137042009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13705
13706 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13707 (bug#4368).
13708
cdce0b33
KY
137092009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13710
13711 * calendar/time-date.el (autoload):
13712 Expand define-obsolete-function-alias into defalias and make-obsolete
13713 for old Emacsen that Gnus supports.
13714 (with-no-warnings): Define it for old Emacsen.
13715 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13716 is available.
13717 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13718 float-time is available; suppress compile warning for time-to-seconds.
13719
137202009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
13721
13722 * net/imap.el (imap-message-map): Docstring fix.
13723
2b2eb431
GM
137242009-09-09 Glenn Morris <rgm@gnu.org>
13725
13726 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
13727 line numbers too. (Bug#4374)
13728
83a5aac5
SM
137292009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13730
755e0210
SM
13731 * smerge-mode.el (smerge-remove-props, smerge-refine):
13732 Use with-silent-modifications (bug#4342).
13733
83a5aac5
SM
13734 * subr.el (with-silent-modifications): New macro.
13735
79f01fa7
JB
137362009-09-07 Juanma Barranquero <lekktu@gmail.com>
13737
13738 * files.el (top-level): Require `cl' when compiling.
13739
448ecec3
GM
137402009-09-07 Glenn Morris <rgm@gnu.org>
13741
13742 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
13743
8f09a02f
GM
13744 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
13745 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
13746
76ff67bf
NR
137472009-09-06 Nick Roberts <nickrob@snap.net.nz>
13748
13749 * vc-git.el (vc-git-annotate-command): Use separator to parse
13750 arguments correctly.
13751
943c8b75
EZ
137522009-09-06 Eli Zaretskii <eliz@gnu.org>
13753
13754 * proced.el (proced-mode): Doc fix.
13755
680db9ac
MA
137562009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
13757
13758 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
13759 lstat fails.
13760 (tramp-do-file-attributes-with-ls): Check for file existence at
13761 remote end.
13762 (tramp-do-file-attributes-with-stat): Likewise.
13763 (tramp-convert-file-attributes): Return nil when attr is nil.
13764
3f12e5bd
GM
137652009-09-05 Glenn Morris <rgm@gnu.org>
13766
c8dc27bf
GM
13767 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
13768 properties to this button.
13769 (diary-fancy-display): Don't extend the button to the final newline.
13770 (diary-fancy-display-mode): Continue to define "q" as a local key.
13771
cca065d8
GM
13772 * calendar/cal-china.el (holiday-chinese): Make it slightly more
13773 efficient.
13774
cddaedb6
GM
13775 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
13776
3f12e5bd
GM
13777 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
13778 (byte-compile-dest-file-function): New option.
13779 (byte-compile-dest-file): Doc fix.
13780 Obey byte-compile-dest-file-function.
13781 (byte-compile-cl-file-p): New function.
13782 (byte-compile-eval): Only suppress noruntime warnings about cl functions
13783 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
13784 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
13785 than for file being previously loaded.
13786 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
13787 (byte-compile-file-form-require): Handle the case where requiring a file
13788 indirectly causes CL to be loaded.
13789
049a231b
KF
137902009-09-05 Karl Fogel <kfogel@red-bean.com>
13791
13792 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
13793 before killing the old buffer, since by the time `kill-buffer' is
13794 run so many buffer variables have been set to nil that it may not
13795 behave as expected. (Bug#4061)
13796
ef7ef2a0
KF
137972009-09-05 Karl Fogel <kfogel@red-bean.com>
13798
13799 * files.el (find-alternate-file): If the old buffer is modified
13800 and visiting a file, behave similarly to `kill-buffer' when
13801 killing it, thus reverting to the pre-1.878 behavior; see
13802 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
13803 for discussion. Also, consult `buffer-file-name' as a variable
13804 not as a function, for consistency with the rest of the code.
13805
73d854cd
MA
138062009-09-04 Michael Albinus <michael.albinus@gmx.de>
13807
13808 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
13809 also when adding a new directory.
13810
13811 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
13812 defun.
13813
df120481
SM
138142009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
13815
13816 * files.el (locate-file-completion-table): Make it provide boundary
13817 information, so partial-completion works better.
13818
c0bc6d79
SM
138192009-09-04 Leo <sdl.web@gmail.com> (tiny change)
13820
13821 * mail/footnote.el (Footnote-text-under-cursor):
13822 Check footnote-text-marker-alist before using it (bug#4324).
13823
f76a9756
GM
138242009-09-04 Glenn Morris <rgm@gnu.org>
13825
67d110f1
GM
13826 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
13827 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
13828 * play/solitaire.el, play/tetris.el:
13829 Remove leading * from defcustom and defface docs.
13830
b42d4989
GM
13831 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
13832 necessary.
13833 (diary-fancy-overriding-map): New variable.
13834 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
13835 Use view-mode.
13836
f76a9756
GM
13837 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
13838 goto-line.
13839
e605eeeb
GM
138402009-09-03 Glenn Morris <rgm@gnu.org>
13841
597e2240
GM
13842 * arc-mode.el (archive-mode):
13843 * dos-fns.el (set-default-process-coding-system):
13844 * man.el (Man-getpage-in-background):
13845 * menu-bar.el (menu-bar-describe-menu):
13846 * server.el (server-process-filter):
13847 * startup.el (command-line):
13848 * tar-mode.el (tar-header-block-tokenize, tar-extract):
13849 * w32-fns.el (set-default-process-coding-system):
13850 * x-dnd.el (x-dnd-handle-file-name):
13851 * international/mule-cmds.el (mule-menu-keymap)
13852 (set-default-coding-systems, language-info-alist, set-language-info)
13853 (set-language-environment, standard-display-european-internal)
13854 (set-locale-environment):
13855 * international/mule-diag.el (mule-diag):
13856 * mail/emacsbug.el (report-emacs-bug):
13857 * mail/rmail.el (rmail-mode):
13858 * mail/sendmail.el (mail-setup):
13859 Use default-value rather than default-enable-multibyte-characters.
13860
f38184aa
GM
13861 * progmodes/f90.el: Move all safe properties into the defcustoms.
13862 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
13863
e605eeeb
GM
13864 * calendar/appt.el (appt-check):
13865 * calendar/diary-lib.el (diary-set-header, diary-live-p)
13866 (diary-check-diary-file, diary-list-entries)
13867 (diary-include-other-diary-files, diary-simple-display)
13868 (diary-fancy-display, diary-print-entries)
13869 (diary-mark-included-diary-files, diary-make-entry):
13870 Don't call substitute-in-file-name on diary-file.
13871
734db384 138722009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 13873 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
13874
13875 * mail/footnote.el (footnote-prefix): Make it a defcustom.
13876 (footnote-mode-map): Move initialization into the declaration.
13877 (footnote-minor-mode-map): Define it rather than changing global-map.
13878 (footnote-mode): Use define-minor-mode.
13879
e5aa47f9
MA
138802009-09-02 Michael Albinus <michael.albinus@gmx.de>
13881
13882 * net/tramp.el (tramp-handle-file-attributes-with-ls)
13883 (tramp-do-file-attributes-with-perl)
13884 (tramp-do-file-attributes-with-stat): Rename from
13885 `tramp-handle-file-attributes-with-*'.
13886 (tramp-handle-file-attributes): Use them.
13887 (tramp-do-directory-files-and-attributes-with-perl)
13888 (tramp-do-directory-files-and-attributes-with-stat): Rename from
13889 `tramp-handle-directory-files-and-attributes-with-*'.
13890 (tramp-handle-directory-files-and-attributes): Use them.
13891 (tramp-method-out-of-band-p): Additional parameter SIZE.
13892 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
13893 (tramp-handle-write-region): Use it.
734db384 13894 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
13895 (tramp-handle-vc-registered): Check, whether the first run did
13896 return files to be tested.
13897 (tramp-advice-make-auto-save-file-name): Do not call directly
13898 `tramp-handle-make-auto-save-file-name', because this would bypass
13899 the locking mechanism.
13900
734db384 13901 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
13902 (file-remote-p, process-file, start-file-process, set-file-times)
13903 (tramp-compat-file-attributes): Compatibility functions shall not
13904 call directly `tramp-handle-*', because this would bypass the
13905 locking mechanism.
13906 (tramp-compat-number-sequence): New defun.
13907
6e2ca895
GM
139082009-09-02 Glenn Morris <rgm@gnu.org>
13909
697c7714
GM
13910 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
13911 alias for float-time.
13912 (time-to-number-of-days): In Emacs, use float-time.
13913 * net/newst-backend.el (time-add): Suppress warnings from compat
13914 function.
13915 * time.el (emacs-uptime, emacs-init-time):
13916 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
13917 Use float-time rather than time-to-seconds.
13918
6e2ca895
GM
13919 * minibuffer.el (completion-initials-expand): Fix typo.
13920
13921 * faces.el (modeline, modeline-inactive, modeline-highlight)
13922 (modeline-buffer-id):
13923 * info.el (info-menu-5): Mark these face aliases as obsolete.
13924
ed17efec
NR
139252009-09-01 Nick Roberts <nickrob@snap.net.nz>
13926
13927 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
13928 space ...
13929 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
13930 no "--thread" option.
13931 (gdb-stopped): Don't print "Switched to thread" message when it is
13932 unchanged.
13933
fcb68f70
SM
139342009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13935
13936 * minibuffer.el (completion-try-completion)
13937 (completion-all-completions): Remove ill-defined (and
13938 mistakenly installed and luckily never used nor documented)
13939 `completion-styles' property.
13940 (completion-initials-expand, completion-initials-all-completions)
13941 (completion-initials-try-completion): New functions.
13942 (completion-styles-alist): Add doc to each entry.
13943 Add new `initials' entry.
13944
83318a6d
NR
139452009-09-01 Nick Roberts <nickrob@snap.net.nz>
13946
13947 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
13948 MI command -var-evaluate-expression.
13949 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
13950 and tweak for case of string child.
734db384 13951 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 13952
d63eb0e7
GM
139532009-09-01 Glenn Morris <rgm@gnu.org>
13954
c4f6e489
GM
13955 * add-log.el (change-log-date-face, change-log-name-face)
13956 (change-log-email-face, change-log-file-face, change-log-list-face)
13957 (change-log-conditionals-face, change-log-function-face)
13958 (change-log-acknowledgement-face):
13959 * cus-edit.el (custom-invalid-face, custom-rogue-face)
13960 (custom-modified-face, custom-set-face, custom-changed-face)
13961 (custom-saved-face, custom-button-face, custom-button-pressed-face)
13962 (custom-documentation-face, custom-state-face, custom-comment-face)
13963 (custom-comment-tag-face, custom-variable-tag-face)
13964 (custom-variable-button-face, custom-face-tag-face)
13965 (custom-group-tag-face-1, custom-group-tag-face):
13966 * diff-mode.el (diff-header-face, diff-file-header-face)
13967 (diff-index-face, diff-hunk-header-face, diff-removed-face)
13968 (diff-added-face, diff-changed-face, diff-function-face)
13969 (diff-context-face, diff-nonexistent-face):
13970 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
13971 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
13972 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13973 (Info-title-4-face):
13974 * isearch.el (isearch-lazy-highlight-face):
13975 * log-view.el (log-view-file-face, log-view-message-face):
13976 * paren.el (show-paren-match-face, show-paren-mismatch-face):
13977 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13978 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13979 (cvs-msg-face):
13980 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13981 (smerge-base-face, smerge-markers-face):
13982 * wid-edit.el (widget-documentation-face, widget-button-face)
13983 (widget-field-face, widget-single-line-field-face)
13984 (widget-inactive-face, widget-button-pressed-face):
13985 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
13986 (woman-addition-face):
2fb1ec93
GM
13987 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
13988 (eshell-ls-executable-face, eshell-ls-readonly-face)
13989 (eshell-ls-unreadable-face, eshell-ls-special-face)
13990 (eshell-ls-missing-face, eshell-ls-archive-face)
13991 (eshell-ls-backup-face, eshell-ls-product-face)
13992 (eshell-ls-clutter-face):
13993 * eshell/em-prompt.el (eshell-prompt-face):
13994 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 13995 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
13996 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
13997 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
13998 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
13999 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14000 (antlr-font-lock-literal-face):
c4f6e489
GM
14001 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14002 (ebrowse-root-class-face, ebrowse-file-name-face)
14003 (ebrowse-default-face, ebrowse-member-attribute-face)
14004 (ebrowse-member-class-face, ebrowse-progress-face):
14005 * progmodes/make-mode.el (makefile-space-face):
14006 * progmodes/sh-script.el (sh-heredoc-face):
14007 * textmodes/flyspell.el (flyspell-incorrect-face)
14008 (flyspell-duplicate-face):
14009 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 14010 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
14011 Mark face aliases with "-face" suffix as obsolete.
14012
d80619fa
GM
14013 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14014 compiler.
14015
5f68c1b7
GM
14016 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14017 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14018 easy-menu-define wants to modify these.
14019
14020 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14021
14022 * net/browse-url.el (browse-url-file-url):
14023 * term/internal.el (dos-codepage-setup):
14024 Use default-value rather than default-enable-multibyte-characters.
14025
d80619fa 14026 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
14027 * progmodes/flymake.el (flymake-highlight-line)
14028 (flymake-goto-file-and-line, flymake-goto-line):
14029 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14030 (gdb-goto-breakpoint):
14031 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14032 * progmodes/python.el (python-find-function)
14033 (python-pdbtrack-track-stack-file):
14034 * progmodes/verilog-mode.el (verilog-surelint-off):
14035 * term/ns-win.el (ns-open-file-select-line):
14036 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14037 Use forward-line rather than goto-line.
14038
d63eb0e7
GM
14039 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14040 * textmodes/reftex-index.el (reftex-display-index):
14041 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14042 * textmodes/reftex-toc.el (reftex-toc):
14043 Remove unnecessary bindings of default-major-mode (all are followed by
14044 major-mode check and possible mode switch).
14045
0afad278
NR
140462009-08-31 Nick Roberts <nickrob@snap.net.nz>
14047
14048 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14049 Handle watchpoints (bug#4282).
14050 (def-gdb-thread-buffer-command): Enable thread to be selected by
14051 clicking without selecting threads buffer first.
14052 (gdb-current-context-command): Use selected frame so that "up",
14053 "down" etc work in the GUD buffer.
14054 (gdb-update): Find selected frame before rendering stack buffer.
14055 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14056
4e135dd2
SM
140572009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14058
14059 * progmodes/sym-comp.el (displayed-completions): Remove.
14060 (symbol-complete): Use minibuffer-complete.
14061
e61eba34
GM
140622009-08-31 Glenn Morris <rgm@gnu.org>
14063
14064 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14065
734db384
SM
14066 * apropos.el (apropos-symbols-internal):
14067 Handle (obsolete) face aliases.
e61eba34
GM
14068
14069 * faces.el (describe-face): Adjust the output format to be more like
14070 describe-variable, and to mention (obsolete) face aliases.
14071 Adjust the whitespace so that help-setup-xref works.
14072
14073 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14074 * calendar/diary-lib.el (diary-button-face):
14075 Mark these face aliases as obsolete.
14076
14077 * calendar/calendar.el (calendar-today): Doc fix.
14078
4cf71456
NR
140792009-08-31 Nick Roberts <nickrob@snap.net.nz>
14080
14081 * progmodes/gdb-mi.el (gdb-control-all-threads)
14082 (gdb-control-current-thread): Force tool bar update.
14083 (gdb-non-stop-handler): New function.
14084 (gdb-init-1): Use it to test if non-stop mode is supported.
14085 Remove unused gdbmi buffer type.
14086
e61eba34 140872009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
14088
14089 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 14090 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 14091
4324f7ca
NR
140922009-08-30 Nick Roberts <nickrob@snap.net.nz>
14093
14094 * comint.el (comint-exec-1): Check command is non-null first.
14095 Part of gdb-mi.el change (2009-08-28).
14096
a1bf889a
SM
140972009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14098
14099 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14100
060c08b5
JB
141012009-08-30 Juanma Barranquero <lekktu@gmail.com>
14102
14103 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14104 instead of `dolist' to avoid a recursive require when bootstrapping.
14105
ab22be48
SM
141062009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14107
73ebf88f
SM
14108 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14109
80629cfc
SM
14110 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14111
206d0387 14112 * net/imap.el (imap-send-command): Simplify.
734db384 14113 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 14114
844f7784
SM
14115 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14116
5ca4661e
SM
14117 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14118 with constant argument.
14119
c61dc887
SM
14120 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14121
7eb73deb
SM
14122 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14123
5fe443de
SM
14124 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14125 Change default, since most of our files don't have a history.
14126 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14127 the user.
14128
6444d64a
SM
14129 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14130 Add comint-run.
14131
5cb16bfc
SM
14132 * calc/calc.el: Improve commenting convention.
14133 (calc-digit-map, toplevel): Simplify.
14134
0aeb71a7
SM
14135 * comint.el (comint-insert-input): Be careful to only set point if we
14136 don't delegate to some other command.
14137
9a9af856
SM
14138 * proced.el (proced-signal-list): Make it an alist.
14139 (proced-grammar-alist): Capitalize names.
14140 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14141 Disable undo manually and make it read-only.
14142 Use completion-annotate-function.
14143
ab22be48
SM
14144 * minibuffer.el (minibuffer-message): If the current buffer is not
14145 a minibuffer, insert the message in the echo area rather than at the
14146 end of the buffer.
14147 (completion-annotate-function): New variable.
14148 (minibuffer-completion-help): Use it.
14149 (completion--embedded-envvar-table): Environment vars are
14150 always case-sensitive.
14151
4a948dbf
GM
141522009-08-30 Glenn Morris <rgm@gnu.org>
14153
14154 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14155 from fortran-current-defun.
14156 (fortran-beginning-of-subprogram): Be more precise about finding the
14157 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14158 (fortran-end-of-subprogram): Simplify.
14159 (fortran-current-defun): Use fortran-start-prog-re.
14160
486cf3b8
JB
141612009-08-29 Juanma Barranquero <lekktu@gmail.com>
14162
14163 * subr.el (do-after-load-evaluation): Simplify.
14164
db167d28
DN
141652009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14166
14167 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14168
14169 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14170 (vc-rcs-print-log): Use it.
14171
14172 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14173
efbc652a
SM
141742009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14175
2aa0e5bf
SM
14176 * paths.el (abbrev-file-name): Move to abbrev.el.
14177 * abbrev.el (abbrev-file-name): Move from paths.el.
14178 Obey user-emacs-directory.
14179 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14180 user-emacs-directory.
14181 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14182 abbrev-file-name and calc-settings-file any more.
14183 * startup.el (command-line): Recompute abbrev-file-name and
14184 abbreviated-home-dir.
14185 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14186 of the special code for when C-h bindings haven't been changed.
14187 (display-startup-echo-area-message): Use with-current-buffer.
14188 (command-line-1): Use a list of strings, rather than a list of lists
14189 of strings for longopts.
14190
51da8fe2
SM
14191 * files.el (get-free-disk-space): Use / for default-directory.
14192
0c3cc4dd
SM
14193 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14194 Use with-current-buffer.
14195
d988dbf6
SM
14196 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14197 Recognize immutable variables like most-positive-fixnum.
14198 (byte-compile-setq-default): Check and warn if trying to assign
14199 to an immutable variable, or a non-variable.
14200
efbc652a
SM
14201 * progmodes/cc-vars.el (c-comment-continuation-stars):
14202 * progmodes/cc-engine.el (c-looking-at-bos):
14203 * progmodes/cc-cmds.el (c-toggle-auto-state)
14204 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14205 (c-comment-line-break-function): Add version of obsolescence.
14206
d30a05d1
JL
142072009-08-28 Juri Linkov <juri@jurta.org>
14208
14209 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14210 associated with `archive-mode'.
14211
14212 * image.el (image-type-header-regexps): Use only JPEG magic number
14213 to determine JPEG images, and don't use `image-jpeg-p' because
14214 Emacs can display non-JFIF non-Exif JPEG images.
14215
1e8eecea
JB
142162009-08-28 Juanma Barranquero <lekktu@gmail.com>
14217
14218 * arc-mode.el (archive-mode):
14219 * emacs-lisp/re-builder.el (re-builder-unload-function):
14220 Protect against the default value of `major-mode' being nil.
14221
dd4fbf56
JB
142222009-08-28 Juanma Barranquero <lekktu@gmail.com>
14223
14224 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14225 Fix typos in docstrings.
14226
14227 * progmodes/js.el (js--macro-decl-re): Doc fix.
14228 (js--plain-method-re, js--split-name): Refloc docstring.
14229 (js--class-styles, js--make-merged-item, js--splice-into-items):
14230 Fix typos in docstrings; reflow docstrings.
14231 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14232 (js--variable-decl-matcher, js--inside-pitem-p)
14233 (js--parse-state-at-point, js--get-all-known-symbols)
14234 (js--symbol-history, js-find-symbol, js--js-references)
14235 (js--moz-interactor, js--js-encode-value, js--read-tab):
14236 Fix typos in docstrings.
14237
72f16325
SM
142382009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14239
14acf2f5
SM
14240 * textmodes/reftex.el (reftex-get-file-buffer-force):
14241 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14242 * emulation/viper.el (viper-go-away, viper-set-hooks):
14243 * emacs-lisp/re-builder.el (re-builder-unload-function):
14244 * emacs-lisp/bytecomp.el (byte-compile-file):
14245 * ses.el (ses-unload-function):
14246 * hexl.el (hexl-find-file):
14247 * files.el (normal-mode):
14248 * ehelp.el (with-electric-help):
14249 * autoinsert.el (auto-insert-alist):
14250 * arc-mode.el (archive-mode):
14251 Use (default-value 'major-mode) instead of default-major-mode.
14252
72f16325
SM
14253 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14254 * international/mule.el (load-with-code-conversion):
14255 * emacs-lisp/debug.el (debug):
14256 * ediff-vers.el (ediff-rcs-get-output-buffer):
14257 * dired.el (dired-internal-noselect): Don't let-bind
14258 default-major-mode around code that doesn't use it.
14259 E.g. buffer creation via get-buffer-create doesn't use it.
14260
aa485f7c
MA
142612009-08-28 Michael Albinus <michael.albinus@gmx.de>
14262
14263 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14264 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14265 when writing the temp file. Otherwise, epa-file gets confused.
14266 (tramp-register-file-name-handlers): Make it a defun. Move also
14267 `epa-file-handler' to the front of `file-name-handler-alist'.
14268
142692009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14270
14271 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14272 start right after a ^M.
14273 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14274 (tramp-completion-file-name-regexp-separate)
14275 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
14276 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14277 Don't modify last-coding-system-used by accident.
aa485f7c
MA
14278 (tramp-completion-file-name-handler): Apply the checks here,
14279 instead during registration.
48c2d18a 14280 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
14281 `tramp-register-file-name-handler'. Register both
14282 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 14283 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 14284
3f0c2b92
NR
142852009-08-28 Nick Roberts <nickrob@snap.net.nz>
14286
72f16325
SM
14287 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14288 Remove variable ...
3f0c2b92
NR
14289 (gdb-init-1, gdb-display-separate-io-buffer)
14290 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14291 references to it.
14292 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14293 (gdb-inferior-filter): Use comint-output-filter to stop
14294 echoing and remove ^M characters.
14295
705e5bd9
SM
142962009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14297
009fdc2e
SM
14298 * emulation/viper-init.el (viper-restore-cursor-type):
14299 * emulation/cua-base.el (cua--update-indications):
14300 Replace default-cursor-type with (default-value 'cursor-type).
14301
b56a5ae0
SM
14302 * mail/sendmail.el (mail-recover-1):
14303 * international/mule-diag.el (describe-current-coding-system-briefly)
14304 (describe-current-coding-system):
14305 * international/mule-cmds.el (select-safe-coding-system)
14306 (select-message-coding-system)
14307 (set-language-environment-coding-systems, set-locale-environment):
14308 * hexl.el (hexl-insert-multibyte-char):
14309 * dos-w32.el (find-buffer-file-type-coding-system):
14310 * simple.el (what-cursor-position):
14311 Replace uses of default-buffer-file-coding-system
14312 with (default-value 'buffer-file-coding-system).
14313
de70529f
SM
14314 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14315 Replace uses of default-cursor-in-non-selected-windows
14316 with (default-value 'cursor-in-non-selected-windows).
14317 Use with-current-buffer.
14318
705e5bd9
SM
14319 * mail/feedmail.el: Use CL macros.
14320 (feedmail-run-the-queue, feedmail-send-it-immediately):
14321 * dos-w32.el (find-buffer-file-type): Replace uses of
14322 default-buffer-file-type with (default-value 'buffer-file-type).
14323
4d985ac2
GM
143242009-08-28 Glenn Morris <rgm@gnu.org>
14325
14326 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14327 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14328 Use default-value of major-mode rather than default-major-mode.
14329
17c15b81
SM
143302009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14331
3a68ab06
SM
14332 * Makefile.in (update-elcfiles): Report left over elc files.
14333
9421bdd1
SM
14334 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14335 expand-file-name and with-current-buffer.
14336 (mail-get-names, mail-directory): Use with-current-buffer.
14337
17c15b81
SM
14338 * vc.el (vc-read-revision): New function.
14339 (vc-version-diff, vc-merge): Use it.
14340
ba83a64e
SS
143412009-08-27 Sam Steingold <sds@gnu.org>
14342
14343 * simple.el (kill-do-not-save-duplicates): New user option.
14344 (kill-new): When it is non-nil, and the new string is the same as
14345 the latest kill, set replace to t to avoid duplicates in kill-ring.
14346
be3e598a 143472009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
14348
14349 * net/tramp.el (tramp-handle-process-file): Do not flush all
14350 caches when `process-file-side-effects' is set.
14351 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
14352 instead of `tramp-find-file-exists-command'.
14353 Unset `process-file-side-effects'.
d5b5c94a
MA
14354
143552009-08-27 Michael Albinus <michael.albinus@gmx.de>
14356
14357 * net/tramp.el (tramp-methods): New method "rsyncc".
14358 (top): Add completion function for "rsyncc".
14359 (tramp-message-show-message): New defvar.
14360 (tramp-message, tramp-error): Use it.
14361 (tramp-do-copy-or-rename-file-directly): Extend check for direct
14362 remote copying.
14363 (tramp-do-copy-or-rename-file-out-of-band): Handle new
14364 `tramp-methods' entry `copy-env' of "rsyncc".
14365 (tramp-vc-registered-read-file-names): New defconst.
14366 (tramp-vc-registered-file-names): New defvar.
14367 (tramp-handle-vc-registered): Implement optimization strategy.
14368 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14369 (tramp-vc-file-name-handler): New defun.
14370 (tramp-get-ls-command, tramp-get-test-command)
14371 (tramp-get-file-exists-command, tramp-get-remote-ln)
14372 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 14373 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
14374
14375 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14376 (tramp-cache-inhibit-cache): Extend doc string. It allows also
14377 timestamps.
14378 (tramp-get-file-property): Check for timestamps in
14379 `tramp-cache-inhibit-cache'.
14380 (tramp-set-file-property): Write timestamp.
14381
1339cf20
KH
143822009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14383
14384 * language/japan-util.el (japanese-symbol-table): Add entries for
14385 cp932-2-byte.
14386
14387 * international/characters.el: Add category `j' to cp932-2-byte.
14388
726e3f1d
KH
143892009-08-27 Kenichi Handa <handa@m17n.org>
14390
14391 * international/fontset.el (build-default-fontset-data): New macro.
14392 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 14393 tibetan, ethiopic, and ipa.
726e3f1d 14394
4e3b4528
SM
143952009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14396
14397 * cus-start.el (default-major-mode): Customize `major-mode' instead.
14398 (enable-multibyte-characters): Not customizable any more.
14399
14400 * subr.el (default-mode-line-format, default-header-line-format)
14401 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14402 (default-direction-reversed, default-truncate-lines)
14403 (default-left-margin, default-tab-width, default-case-fold-search)
14404 (default-left-margin-width, default-right-margin-width)
14405 (default-left-fringe-width, default-right-fringe-width)
14406 (default-fringes-outside-margins, default-scroll-bar-width)
14407 (default-vertical-scroll-bar, default-indicate-empty-lines)
14408 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14409 (default-fringe-cursor-alist, default-scroll-up-aggressively)
14410 (default-scroll-down-aggressively, default-fill-column)
14411 (default-cursor-type, default-buffer-file-type)
14412 (default-cursor-in-non-selected-windows)
14413 (default-buffer-file-coding-system, default-major-mode)
14414 (default-enable-multibyte-characters): Mark as obsolete.
14415
b3cca6a6
DN
144162009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
14417
652cc1a2
DN
14418 * vc-dir.el (vc-dir-update): Remove debug helper.
14419
b3cca6a6
DN
14420 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14421
4ed8c7aa
SS
144222009-08-26 Sam Steingold <sds@gnu.org>
14423
14424 * simple.el (save-interprogram-paste-before-kill): New user option.
14425 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14426 save the interprogram-paste into kill-ring before overriding it
14427 with the Emacs kill.
14428
3b64d86b
DN
144292009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14430
14431 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14432 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14433 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14434 and move to vc-rcs.el.
14435 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14436 move to vc-rcs.el.
14437 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14438 (vc-rcs-update-changelog): Remove.
14439 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14440 and move to vc-rcs.el.
14441
14442 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14443 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14444 renaming.
14445 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 14446 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
14447 vc.el, renamed to be RCS specific.
14448
72f16325
SM
14449 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14450 New functions.
14451 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
14452
14453 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14454 New functions.
14455
636a36a0
SM
144562009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14457
14458 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14459
239b3340
DN
144602009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14461
b91f0762 14462 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
14463 (vc-git-stash, vc-git-stash-show): New functions.
14464 (vc-git-extra-menu-map): Bind them.
b91f0762 14465
b8e54362
DN
14466 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14467 directory correctly in case the item is a directory itself.
14468
239b3340
DN
14469 * vc.el: Document the desired behavior for reverted files in the
14470 `added' state.
dc810649
DN
14471 (vc-default-prettify-state-info): Remove function, unused.
14472
14473 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 14474
e49c0179
GM
144752009-08-26 Glenn Morris <rgm@gnu.org>
14476
14477 * bindings.el (standard-mode-line-format): Reposition dashes in
14478 which-func entry. (Bug#4217)
14479
3029e594
GM
14480 * files.el (enable-local-variables, enable-local-eval)
14481 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14482 the defcustoms.
14483 (auto-mode-alist, ignored-local-variables)
14484 (save-some-buffers-action-alist): Move risky declarations to the
14485 definitions.
14486 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14487 (font-lock-defaults, format-alist, imenu--index-alist)
14488 (imenu-generic-expression, input-method-alist, minor-mode-alist)
14489 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14490 (mode-line-modified, mode-line-mule-info, mode-line-position)
14491 (mode-line-process, mode-line-remote, outline-level)
14492 (parse-time-rules, rmail-output-file-alist)
14493 (special-display-buffer-names, vc-mode):
14494 Move risky declarations to the relevant files.
72f16325
SM
14495 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14496 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
14497 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14498 * font-core.el (font-lock-defaults):
14499 * format.el (format-alist):
14500 * vc-hooks.el (vc-mode):
14501 * window.el (special-display-buffer-names):
14502 * international/mule-cmds.el (input-method-alist):
14503 Define riskiness here (dumped file) rather than in files.el.
14504 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14505 * imenu.el (imenu-generic-expression, imenu--index-alist):
14506 * outline.el (outline-level):
14507 * time.el (display-time-string):
14508 * calendar/parse-time.el (parse-time-rules):
14509 * mail/rmailout.el (rmail-output-file-alist):
14510 Autoload riskiness here, rather than placing in files.el.
14511
8476cfaf
SM
145122009-08-26 Andreas Schwab <schwab@linux-m68k.org>
14513
14514 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14515
0b35b48e
MA
145162009-08-25 Michael Albinus <michael.albinus@gmx.de>
14517
14518 * simple.el (process-file-side-effects): New defvar.
14519
14520 * dired-aux.el (dired-show-file-type):
14521 * vc.el (vc-diff-internal):
14522 * vc-arch.el (vc-arch-diff):
14523 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14524 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14525 * vc-git.el (vc-git-registered, vc-git-working-revision)
14526 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14527 (vc-git--empty-db-p):
14528 * vc-hooks.el (vc-user-login-name):
14529 * vc-svn.el (vc-svn-registered, vc-svn-state)
14530 (vc-svn-dir-extra-headers, vc-svn-find-revision):
14531 * progmodes/grep.el (grep-probe): Let-bind
14532 `process-file-side-effects' with nil.
14533
14534 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14535
14536 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14537 daemon. Replace ping by checking for running service for bluez
14538 and zeroconf. (Bug#4239)
14539
d54cc599
GM
145402009-08-25 Kevin Ryde <user42@zip.com.au>
14541
14542 * net/dig.el (dig): Add autoload cookie.
14543
7bfd055d
GM
145442009-08-25 Glenn Morris <rgm@gnu.org>
14545
bac9c66c
GM
14546 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14547 load-history for absolute file-names.
14548 (byte-compile-file-form-require): Warn about use of the cl package.
14549
7bfd055d
GM
14550 * format.el (format-alist): Doc fix.
14551
5ac1f9e0
GM
14552 * play/bubbles.el (top-level): Don't require cl at run-time.
14553
af62aa88
GM
14554 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14555 run-time cl).
14556
71e036af
DD
145572009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
14558
14559 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14560 from cl package.
14561 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14562
42110eaf
JB
145632009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
14564
14565 * calc/calc-alg.el (math-trig-rewrite)
14566 (math-hyperbolic-trig-rewrite): New functions.
14567 (calc-simplify): Simplify trig functions when asked.
14568
88421f3e
SM
145692009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14570
14571 * diff-mode.el (diff-find-source-location): Avoid goto-line.
14572
dbd9624e
KH
145732009-08-24 Kenichi Handa <handa@m17n.org>
14574
14575 * language/ind-util.el (mapthread): Delete it.
14576 (combinatorial): New function.
14577 (indian--puthash-cv): Use combinatorial instead of mapthread.
14578
9b89e3ee
GM
145792009-08-22 Kevin Ryde <user42@zip.com.au>
14580
14581 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14582 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14583 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14584 Clarify docstring that the value is strings not symbols.
14585 (checkdoc-list-of-strings-p): New function.
14586
e6ce8c42
GM
145872009-08-22 Glenn Morris <rgm@gnu.org>
14588
2ddf2ea6 14589 * files.el (auto-mode-alist):
a3374680
GM
14590 * hippie-exp.el (he-concat-directory-file-name):
14591 * lpr.el (lpr-windows-system, printer-name):
14592 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14593 * ps-print.el (ps-windows-system):
14594 * startup.el (command-line):
14595 * emulation/viper-ex.el (viper-glob-function):
14596 * international/mule-cmds.el (set-language-environment-coding-systems):
14597 * net/ange-ftp.el (ange-ftp-write-region):
14598 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 14599 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
14600 unisoft-unix, vax-vms, win32, w32.
14601
977955fa
GM
14602 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14603 given name if the pattern is not more specific.
14604
b4deec2e
GM
14605 * calendar/lunar.el (lunar-phase-names): New option.
14606 (lunar-phase): Doc fix.
14607 (lunar-cycles-per-year): New constant.
14608 (lunar-index): New function.
14609 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14610 (lunar-phase-name): Use lunar-phase-names.
14611 (calendar-lunar-phases): Use format.
14612 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14613
47e83968
GM
14614 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14615 Copy imenu-example--name-and-position function here for own use.
14616 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14617
e6ce8c42
GM
14618 * bs.el (bs--redisplay):
14619 * cus-edit.el (custom-redraw):
14620 * ibuffer.el (ibuffer-bury-buffer):
14621 * server.el (server-goto-line-column):
14622 * startup.el (command-line-1):
14623 * strokes.el (strokes-xpm-for-stroke):
14624 * term.el (term-display-buffer-line):
14625 * view.el (View-goto-line):
14626 * calc/calc.el (calc-do, calc-trail-buffer):
14627 * play/gamegrid.el (gamegrid-add-score-insecure):
14628 * progmodes/ada-mode.el (ada-compile-goto-error):
14629 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14630 (ebrowse-select-1st-to-9nth):
47e83968 14631 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
14632 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14633 * progmodes/gud.el (gud-display-line):
14634 (idlwave-shell-display-line):
14635 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14636 * progmodes/make-mode.el (makefile-browser-toggle):
14637 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14638 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14639 * textmodes/picture.el (picture-draw-rectangle):
14640 * textmodes/reftex-index.el (reftex-index-goto-letter):
14641 (reftex-select-jump-to-previous):
14642 * textmodes/reftex-sel.el (reftex-find-start-point)
14643 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14644 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14645 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14646 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14647 * textmodes/two-column.el (2C-associated-buffer):
14648 Use forward-line rather than goto-line.
14649
14650 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14651 goto-line.
14652
4b18bdb3
GM
14653 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14654 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14655 (quick-check-list-to-regexp): Declare.
e6ce8c42 14656
72f16325
SM
14657 * progmodes/make-mode.el (makefile-browser-insert-selection):
14658 Use goto-char rather than goto-line.
e6ce8c42
GM
14659
14660 * progmodes/prolog.el (compilation-error-regexp-alist)
14661 (compilation-forget-errors): Declare.
14662
32a2cf25
JL
146632009-08-22 Juri Linkov <juri@jurta.org>
14664
14665 * progmodes/grep.el (lgrep, rgrep): At the beginning
14666 set `dir' to `default-directory' unless `dir' is a non-nil
14667 readable directory. (Bug#4052)
14668 (lgrep, rgrep): Change a weird way to report an error
14669 from using `read-string' to using `error'.
14670 Instead of using interactive arguments in the function body,
14671 add new argument `confirm'.
14672
5443c9b7
SM
146732009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
14674
cb5b40ee
SM
14675 * textmodes/remember.el (remember-buffer):
14676 * progmodes/cperl-mode.el (cperl-vc-header-alist):
14677 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
14678 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
14679 * net/newst-treeview.el (newsticker-groups-filename):
14680 * net/newst-backend.el (newsticker-cache-filename):
14681 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
14682 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
14683 (speedbar-add-ignored-path-regexp, speedbar-line-path)
14684 (speedbar-buffers-line-path, speedbar-path-line)
14685 (speedbar-buffers-line-path):
14686 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
14687 (epg-sign-keys):
14688 * epa.el (epa-display-verify-result):
14689 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
14690
d6261cc1
GM
146912009-08-21 Glenn Morris <rgm@gnu.org>
14692
3e1ea342
GM
14693 * progmodes/js.el (inferior-moz-process): Fix declaration.
14694
ce86eeb5
GM
14695 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14696
fff28970
GM
14697 * obsolete/rnewspost.el (news-mail-reply):
14698 Use goto-char rather than goto-line.
14699
d93e053b
GM
14700 * term/ns-win.el (ns-open-file-select-line):
14701 Use line-beginning-position rather than goto-line.
14702
d5d105e8
GM
14703 * apropos.el (apropos-command):
14704 * ehelp.el (electric-helpify):
14705 * printing.el (pr-show-setup):
14706 * strokes.el (strokes-help):
14707 * tutorial.el (tutorial--describe-nonstandard-key)
14708 (tutorial--detailed-help):
14709 * woman.el (woman-mini-help, woman-display-extended-fonts):
14710 * calc/calc-help.el (calc-describe-key):
14711 * emulation/edt.el (edt-electric-helpify):
14712 * international/mule-diag.el (mule-diag):
14713 * play/yow.el (apropos-zippy):
14714 * progmodes/python.el (python-describe-symbol):
14715 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14716 * textmodes/table.el (*table--cell-describe-mode)
14717 (*table--cell-describe-bindings):
14718 Use help-print-return-message rather than the now obsolete alias.
14719
a8ab722f 14720 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
14721 (calendar-cursor-to-visible-date):
14722 * play/5x5.el (5x5-position-cursor):
14723 * play/decipher.el (decipher):
14724 * play/gomoku.el (gomoku-goto-xy):
14725 * play/landmark.el (lm-goto-xy):
14726 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
14727 (mpuz-paint-digit):
14728 Use forward-line, not goto-line.
a8ab722f 14729
d6261cc1
GM
14730 * mail/rmail.el (rmail-obsolete): Delete custom group.
14731 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
14732 (rmail-remote-password, rmail-remote-password-required):
14733 Remove unneeded :set-after and :set properties.
14734
9e846523
MA
147352009-08-21 Michael Albinus <michael.albinus@gmx.de>
14736
14737 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
14738
bbe1f502
DN
147392009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
14740
bcc5db24
DN
14741 * loadup.el: Remove leftover macos code.
14742
bbe1f502
DN
14743 * vc-git.el (vc-git-annotate-command): Run asynchronously.
14744 Explicitly pass the date format to git blame so that user local
14745 so that the output format can be parsed.
14746
6fd2d19a
MA
147472009-08-20 Michael Albinus <michael.albinus@gmx.de>
14748
14749 * net/dbus.el (top): Don't check for (getenv
14750 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
14751
31764e15
SM
147522009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
14753
14754 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 14755 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 14756
28930e39
SM
147572009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14758
4fd15622 14759 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 14760 Bug#3287
4fd15622 14761
b3d8e4a0
SM
14762 * help.el (help-print-return-message): Rename from
14763 print-help-return-message.
14764
c9829c70
SM
14765 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
14766 cvs-mode-map parent hack.
14767 (log-view-mode): Derive from special-mode.
14768
b932657b
SM
14769 * linum.el (linum-mode): window-size-change-functions is redundant.
14770 Adapt to new window-configuration-change-hook behavior.
14771 (linum-after-size, linum-after-config): Remove.
14772
1b700bca
SM
14773 * imenu.el (imenu-example--name-and-position)
14774 (imenu-example--lisp-extract-index-name)
14775 (imenu-example--create-lisp-index, imenu-example--create-c-index):
14776 Mark as obsolete.
14777
28930e39
SM
14778 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
14779 (inferior-prolog-mode): Use it.
14780 (inferior-prolog-load-file): Reset list of errors.
14781
c9af0b68
KH
147822009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14783
14784 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
14785
14786 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
14787
720c7cd6
MA
147882009-08-19 Michael Albinus <michael.albinus@gmx.de>
14789
14790 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
14791 is running already.
14792
03a74b84
SM
147932009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14794
14795 * subr.el (listify-key-sequence-1): Use normal syntax since those
14796 integers are nowadays always represented by the same (positive) number
14797 on all platforms.
14798 (read-key-empty-map): New const.
14799 (read-key-delay): New var.
14800 (read-key): New function.
14801 (force-mode-line-update): Use with-current-buffer.
14802 (locate-user-emacs-file): Don't forget to abbreviate the file name.
14803 (start-process-shell-command, start-file-process-shell-command):
14804 Discourage the use of command-args.
14805
f43e88d4
GM
148062009-08-19 Glenn Morris <rgm@gnu.org>
14807
14808 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
14809
890429cc
SM
148102009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14811
85be9ec4
SM
14812 * simple.el (choose-completion-string): Don't rely on
14813 minibuffer-completing-file-name and ad-hoc checks to decide whether
14814 to continue completion or not.
14815
890429cc
SM
14816 * minibuffer.el (minibuffer-hide-completions): New function.
14817 (completion--do-completion): Use it.
14818 (completions-annotations): New face.
14819 (completion--insert-strings): Use it.
14820 (completion-pcm--delim-wild-regex): Add docstring.
14821 (completion-pcm--string->pattern): Add support for 0-width delimiters
14822 in completion-pcm--delim-wild-regex.
14823
265d4549
SM
148242009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
14825
d440b941
SM
14826 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
14827 Remove unused var `buffer-modified-p'.
14828
265d4549
SM
14829 * minibuffer.el (completion--do-completion): Move point for the #b001
14830 case as well (bug#4176).
14831 (minibuffer-complete, minibuffer-complete-word): Don't move point.
14832
ba6f7d86
MA
148332009-08-18 Michael Albinus <michael.albinus@gmx.de>
14834
14835 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
14836 and :session buses.
14837
98819490
KH
148382009-08-18 Kenichi Handa <handa@m17n.org>
14839
265d4549
SM
14840 * international/ucs-normalize.el (ucs-normalize-version):
14841 Change to 1.1.
58627cf0
KH
14842 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
14843 (utf-8-hfs): Make it perform normalization on encoding too.
14844
98819490
KH
14845 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
14846 (sentence-end-without-space): Delete duplicated chars.
14847 (sentence-end-base): Likewise.
e739cc85
KH
14848
14849 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
14850 (html-mode): Delete duplicated chars from sentence-end-base.
14851
14852 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
14853 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 14854
645b9326
CY
148552009-08-17 Chong Yidong <cyd@stupidchicken.com>
14856
14857 * files.el (hack-one-local-variable): If the mode function is for
14858 a minor mode, pass it an argument (Bug#4148).
14859
56c195af
MA
148602009-08-17 Michael Albinus <michael.albinus@gmx.de>
14861
14862 * net/tramp.el (tramp-register-completion-file-name-handler):
14863 Check also for (member 'partial-completion completion-styles).
14864
7a55c78b
CY
148652009-08-16 Chong Yidong <cyd@stupidchicken.com>
14866
14867 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
14868 abbrev (Bug#3943).
14869
be3e598a 148702009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
14871
14872 * progmodes/cperl-mode.el: Merge upstream 6.2.
14873 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
14874 (cperl-forward-re): Check cperl-brace-recursing.
14875 (cperl-highlight-charclass): New function.
14876 (cperl-find-pods-heres): Use it.
31cd2dd4 14877 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 14878 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 14879 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
14880 (cperl-beautify-level): Don't process entire regexp.
14881 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
14882 calling man.
14883 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
14884 (cperl-init-faces): Build a list in the normal way.
14885
81b1f9c9
CY
148862009-08-16 Chong Yidong <cyd@stupidchicken.com>
14887
14888 * calendar/parse-time.el (parse-time-string-chars): Save match
14889 data.
14890
c3732cb8
SM
148912009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
14892
55659495
SM
14893 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
14894 (sql-product): Use it.
14895 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
14896 (sql-set-product): Add completion.
14897 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
14898 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
14899 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
14900 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
14901 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
14902 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
14903 (sql-highlight-db2-keywords): Remove.
14904 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
14905 (sql-highlight-product): Use derived-mode-p.
14906 (sql-set-sqli-buffer): Use with-current-buffer.
14907 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
14908 Simplify.
14909
1ae79427
SM
14910 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
14911
c3732cb8
SM
14912 * term.el: Fix commenting convention, turn comments into docstrings.
14913
f24b8bf3
CY
149142009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14915
14916 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
14917
7b6fefac 149182009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 14919
1200ac26 14920 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
14921 character classes, to handle non-ascii characters (Bug#3190).
14922
149232009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 14924
1abbe4e5
CY
14925 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
14926 another heredoc if the user adds another < (Bug#3226).
14927
c3732cb8
SM
14928 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14929 Don't initialize based on window-system (Bug#4124).
19261da4 14930
daad00fc
CY
14931 * facemenu.el (facemenu-read-color): Use a completion function
14932 that accepts any defined color, such as RGB triplets (Bug#3677).
14933
e1bdde78
CY
14934 * files.el (get-free-disk-space): Change fallback default
14935 directory to /. Expand DIR argument before switching to fallback.
14936 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
14937
9d73a99e
CY
149382009-08-15 Chong Yidong <cyd@stupidchicken.com>
14939
14940 * files.el (load-library): Doc fix.
14941
68b962d4 149422009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 14943
953e0c1a 14944 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 14945 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 14946 incremental search string.
9d73a99e 14947
c3732cb8 14948 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 14949 XEmacs.
9d73a99e 14950
c3732cb8
SM
14951 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
14952 (ediff-merge-region-is-non-clash)
14953 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 14954 Also check if the job is really a merge job.
9d73a99e 14955
c3732cb8 14956 * ediff.el (ediff-current-file): New function.
9d73a99e 14957
2e330adc
CY
149582009-08-15 Chong Yidong <cyd@stupidchicken.com>
14959
14960 * progmodes/js.el: Edit docstrings throughout to follow Emacs
14961 conventions.
c3732cb8 14962 (js-insert-and-indent): Delete function.
2e330adc
CY
14963 (js-mode-map): Don't bind keys to js-insert-and-indent.
14964 (js-beginning-of-defun): Rename from js--beginning-of-defun.
14965 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 14966 (js-auto-indent-flag): Delete variable.
2e330adc 14967
17b5d0f7
CY
149682009-08-14 Chong Yidong <cyd@stupidchicken.com>
14969
c3732cb8
SM
14970 * progmodes/js.el: Remove proclaim statement.
14971 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 14972
ba2d8894
CY
14973 * files.el (auto-mode-alist): Use js-mode for .js files.
14974
c3732cb8 14975 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
14976
14977 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
14978
14979 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
14980
c3732cb8 14981 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
14982
149832009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 14984 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
14985
14986 * progmodes/js.el: New file.
14987
b6377f1d
MH
149882009-08-14 Mark A. Hershberger <mah@everybody.org>
14989
14990 * timezone.el (timezone-parse-date): Add ability to understand ISO
14991 basic format (minimal separators) dates in addition to the
14992 already-supported extended format dates.
14993
bc0eef46
EZ
149942009-08-14 Eli Zaretskii <eliz@gnu.org>
14995
4e021e65
EZ
14996 * international/ucs-normalize.el: Add a `coding' file variable.
14997
bc0eef46
EZ
14998 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
14999
53dab179
SS
150002009-08-14 Sam Steingold <sds@gnu.org>
15001
6801c38a 15002 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 15003
6c58c39c
CY
150042009-08-13 Chong Yidong <cyd@stupidchicken.com>
15005
15006 * faces.el (help-argument-name): Define it here instead of
15007 help-fns.el, because in daemon mode help-fns.el may be loaded when
15008 faces are still uninitialized (Bug#1078).
15009
15010 * help-fns.el (help-argument-name): Move defface to faces.el.
15011
c7baf7e9
NR
150122009-08-13 Nick Roberts <nickrob@snap.net.nz>
15013
15014 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15015 create buffer with a pty but no process so that GDB can make the
15016 inferior the controlling process.
15017
9c40e995 150182009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
15019
15020 * international/ucs-normalize.el: New file.
15021
8cdba32b
RS
150222009-08-13 Richard Stallman <rms@gnu.org>
15023
5c950923
RS
15024 * mail/rmail.el (rmail-get-attr-names):
15025 Accept an attribute header that is too short.
15026
76e1e40b
RS
15027 * mail/rmail.el (rmail-forget-messages):
15028 Ignore nil elt in rmail-message-vector. Use dotimes.
15029
1fc01b08
RS
15030 * progmodes/compile.el (compilation-goto-locus):
15031 Use next-error-move-function.
15032
8cdba32b
RS
15033 * simple.el (next-error-move-function): New variable.
15034
99910cf4
JL
150352009-08-12 Juri Linkov <juri@jurta.org>
15036
15037 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15038 always non-nil. (Bug#4052)
15039
15040 * replace.el (read-regexp): Return empty string when
15041 `default-value' is nil.
15042 (keep-lines-read-args): Don't use empty string as the
15043 default value for `read-regexp'. (Bug#2495)
15044
fc5bdf6c
JL
150452009-08-12 Juri Linkov <juri@jurta.org>
15046
15047 * international/mule-cmds.el (ucs-insert): Change arguments
15048 from `arg' to `character', `count', `inherit' to be the same
15049 as in `insert-char'. Doc fix. (Bug#4039)
15050
15051 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15052
77748848
JL
150532009-08-12 Juri Linkov <juri@jurta.org>
15054
15055 * files-x.el: New file.
15056
15057 * files.el: Move code that deals with adding/deleting
15058 file/directory-local variables to files-x.el.
15059
15060 * Makefile.in (ELCFILES): Add files-x.elc.
15061
c8a44c4e
DD
150622009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15063
27a9fd5a
DD
15064 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15065 to use `goto-line'.
15066 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15067 `goto-line'.
15068 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 15069 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 15070 threads list.
107ef54a 15071 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
15072 (gdb-starting): Moved -data-list-register-names...
15073 (gdb-stopped): ...here so it's sent when first thread stops.
15074 (gdb-registers-handler-custom): Do nothing if register names are
15075 unknown yet.
27a9fd5a 15076
c8a44c4e
DD
15077 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15078 from `gdb-mi.el' to avoid extra tangling.
15079
15080 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 15081 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
15082 (gdb-update-gud-running): No extra fuss for updating frame number.
15083
dfd4e693
SM
150842009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15085
51c4341f
SM
15086 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15087 (describe-language-environment-map, setup-language-environment-map)
15088 (set-coding-system-map): Move initialization into declaration.
15089 (set-language-info-alist): Last arg to define-key-after can be skipped.
15090
15091 * international/quail.el (quail-completion-1): Simplify.
15092 (quail-define-rules): Use slightly more compact code.
15093 (quail-insert-decode-map): Propertize keys, compact columns.
15094
dfd4e693
SM
15095 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15096 Add goto-line.
15097
83326559
MB
150982009-08-10 Miles Bader <miles@gnu.org>
15099
15100 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15101 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15102 (js2-instance-member, js2-private-member, js2-private-function-call)
15103 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15104 (js2-magic-paren, js2-external-variable):
15105 Remove "-face" suffix from face names.
15106 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15107 (js2-highlight-undeclared-vars, js2-peek-token)
15108 (js2-parse-function-params, js2-mode-show-errors)
15109 (js2-mode-show-warnings, js2-make-magic-delimiter)
15110 (js2-mode-highlight-magic-parens): Update to use new face names.
15111
8e754ea2
MA
151122009-08-09 Michael Albinus <michael.albinus@gmx.de>
15113
15114 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15115 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15116
1c292fc7
CY
151172009-08-09 Chong Yidong <cyd@stupidchicken.com>
15118
18d433a7
CY
15119 * subr.el: Provide hashtable-print-readable.
15120
1c292fc7
CY
15121 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15122 hs-c-like-adjust-block-beginning.
15123 (hs-hide-block-at-point): Stop hiding at the beginning of
15124 hs-block-end-regexp (Bug#700).
15125
2db0ae07
DD
151262009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15127
15128 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15129 a macro.
15130 (gdb-registers-handler-custom): Do not fail when register names
15131 are unavailable.
15132
fe4740a6
DD
151332009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15134
15135 * progmodes/gdb-mi.el (gdb-control-all-threads)
15136 (gdb-control-current-thread): Interactive setters for
15137 `gdb-gud-control-all-threads' to use in menu.
15138 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 15139 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
15140 gud/thread.xpm and gud/all.xpm.
15141
ce299d55
CY
151422009-08-08 Yoni Rabkin <yoni@rabkins.net>
15143
15144 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15145 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
15146 (net-utils-mode): New mode for viewing diagnostic network output.
15147 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15148 (net-utils-run-simple): New function.
15149 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 15150
7c4654ad
DD
151512009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15152
15153 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15154 (gdb-memory-set-address, def-gdb-set-positive-number)
15155 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15156 after changing settings.
15157 (gdb-invalidate-disassembly): Update when first shown.
15158 (gdb-edit-locals-value): Fixed.
15159 (gdb-registers-handler-custom): Print registers in right order and
15160 allow changing register values (only for current thread yet).
9cbac26b
DD
15161 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15162 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15163 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15164 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15165 info in mode name.
15166 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 15167
0f25a277
EZ
151682009-08-08 Eli Zaretskii <eliz@gnu.org>
15169
15170 * mail/rmail.el (rmail-add-mbox-headers)
15171 (rmail-set-message-counters-counter): Search for
15172 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15173
b971be60
GM
151742009-08-08 Glenn Morris <rgm@gnu.org>
15175
15176 * Makefile.in (ELCFILES): Update.
15177
a35d3ad8
EZ
151782009-08-07 Eli Zaretskii <eliz@gnu.org>
15179
60c2df40
EZ
15180 * mail/sendmail.el (mail-yank-original): Set
15181 buffer-file-coding-system from the one used by the message whose
15182 text is yanked.
15183
8b0bcc2e
EZ
15184 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15185 to "windows" when "pgnuplot" is used.
15186 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15187 call accept-process-output if "pgnuplot" is used.
15188 (calc-graph-init): Don't send -display and -geometry to
15189 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15190 running "pgnuplot -V" with shell-command-to-string.
15191
15192 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15193 the default.
15194
151952009-08-07 Eli Zaretskii <eliz@gnu.org>
15196
15197 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
15198 org/org-latex.elc.
15199
3bca7ca5
DN
152002009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15201
3c53763c
DN
15202 * vc-dispatcher.el (vc-resynch-window): Update comment.
15203
3bca7ca5
DN
15204 * term.el (term-handle-ansi-escape): Add comments with the
15205 terminfo capabilities implemented.
15206
7b217360
DD
152072009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15208
15209 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15210 (gdb-var-create-handler): Rewritten using JSON parser.
15211 (gdb-propertize-header): Moved earlier.
15212 (gdb-set-header): Removed to avoid duplication.
15213 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15214 Refresh disassembly buffers only after threads list have been
15215 update.
15216 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15217 variables.
15218
b4d84ecf
JL
152192009-08-04 Juri Linkov <juri@jurta.org>
15220
15221 * files.el: Commands to add/delete file/directory-local variables.
15222 (read-file-local-variable, read-file-local-variable-value)
15223 (read-file-local-variable-mode, modify-file-local-variable)
15224 (modify-file-local-variable-prop-line)
15225 (modify-dir-local-variable): New functions.
15226 (add-file-local-variable, delete-file-local-variable)
15227 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15228 (add-dir-local-variable, delete-dir-local-variable)
15229 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15230 (copy-dir-locals-to-file-locals-prop-line): New commands.
15231
42da39c1
CY
152322009-08-04 Chong Yidong <cyd@stupidchicken.com>
15233
15234 * abbrev.el (insert-abbrev-table-description): Prettify output.
15235 Suggested by Karl Chen.
15236
98bf8494
DD
152372009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15238
78b9fb28 15239 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 15240 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
15241 (gdb-overlay-arrow-position, gdb-thread-position)
15242 (gdb-disassembly-position): Declare variables.
15243 (gdb-wait-for-pending): Function now.
15244 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15245 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15246 compilation goes smoothly.
15247 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15248 (gdb-non-stop-setting): New customization setting which replaces
15249 `gdb-non-stop' so changing it doesn't break active GDB session.
15250 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15251 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15252 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15253 (gdb-show-threads-by-default): New customization options.
15254 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15255 routines.
15256 (gdb-get-buffer-create): Send buffers update signal when they are
15257 created.
15258 (gdb-invalidate-locals, gdb-invalidate-registers)
15259 (gdb-invalidate-breakpoints)
15260 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15261 (gdb-invalidate-memory): Accept update signal.
15262 (gdb-current-context-command): Use --frame option.
15263 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15264 Implement `gdb-frame-number' selection logic.
15265 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15266 whether to show GUD toolbar buttons.
15267 (gdb-thread-exited): Unselect current thread when it exits.
15268 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15269 (gdb-mark-line): Routine which sets overlay arrow or inverses
15270 video on fringeless displays.
15271 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15272 to build aligned columns of data in GDB buffers and set text
15273 properties line-by-line.
15274 (gdb-invalidate-breakpoints)
15275 (gdb-breakpoints-list-handler-custom)
15276 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15277 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15278 (gdb-registers-handler-custom): Align data columns.
15279 (gdb-locals-handler-custom): Now prints data like in variable
15280 declarations.
15281 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15282 Removed confusing buttons.
15283 (gdb-invalidate-threads): Append --frame.
15284 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15285 between breakpoints/threads buffers.
15286 (gdb-set-window-buffer): Now can ignore dedicated windows.
15287 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15288 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15289 (def-gdb-thread-buffer-gud-command): Replaces
15290 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15291 for fine thread control.
15292 (gdb-preempt-existing-or-display-buffer): New function used to
15293 display bound buffers without breaking window layout.
15294 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15295 (gdb-select-frame): New version of `gdb-frames-select' which now
15296 sets `gdb-frame-number' so commands may use --frame option instead
15297 of inner debugger state.
15298 (gdb-frame-handler): Do not set `gdb-frame-number'.
15299 (gdb-threads-mode-map): Select threads with mouse.
15300
15301 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15302 avoid compilation warning.
15303 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15304 `gdb-show-stop-p`.
15305
566f3909
DD
15306 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15307 Argument `key' renamed to `buffer-type'.
15308 (gdb-current-context-buffer-name): Do not add thread info to
15309 buffer name when no thread is selected.
15310 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15311 command (bug 3794).
15312 (gdb-thread-selected): Handle `=thread-selected' notification.
15313 (gdb-wait-for-pending): New macro to deal with congestion problems.
15314 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15315 breakpoints.
7b6fefac
JB
15316 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15317 This fixes problem similar to one described in bug 3947.
566f3909
DD
15318 (gud-menu-map): More menu items.
15319 (gdb-init-1): Reset `gdb-thread-number' to nil.
15320
4a31122c
DD
15321 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15322 non-stop settings.
15323
15324 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15325 (gdb-current-context-command): Do not append --thread if
15326 `gdb-thread-number' is nil.
15327 (gdb-running-threads-count, gdb-stopped-threads-count): New
15328 variables.
15329 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15330 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15331 customization options.
15332 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15333 GUD commands.
7b6fefac 15334 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
15335 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15336 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15337 set `gdb-thread-number' and update `gud-running' properly.
15338 (gdb-running): Update threads list when new threads appear.
15339 (gdb-stopped): Support non-stop operation and new thread switching
15340 logic.
15341 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15342 (gdb-json-partial-output): New set of JSON routines.
15343 (def-gdb-auto-update-trigger): New `signal-list' optional
15344 argument.
15345 (gdb-thread-list-handler-custom): Update `gud-running',
15346 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15347 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15348 (gdb-continue-thread, gdb-step-thread): New commands for fine
15349 thread execution control.
15350 (gud-menu-map): New menu items to switch non-stop options.
15351 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 15352 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
15353
15354 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15355 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15356 gdb-buffer-rules.
15357 (def-gdb-auto-update-handler): New nopreserve optional argument.
15358 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15359
15360 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15361 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15362 (gdb-parent-mode): New mode to derive other GDB modes from.
15363 (gdb-display-disassembly-for-thread)
15364 (gdb-frame-disassembly-for-thread): New commands for threads
15365 buffer.
15366
15367 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15368 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
15369 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15370 (gdb-update): We now store all GDB buffers in a list so that they
15371 can be updated by traversing a list instead of calling invalidate
7b6fefac 15372 triggers explicitly.
a5c9f540
DD
15373 (def-gdb-trigger-and-handler): New macro to define trigger-handler
15374 pair for GDB buffer.
15375 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
15376 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15377 handle pending triggers.
15378 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15379 (def-gdb-thread-buffer-simple-command)
15380 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15381 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
15382 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15383 New commands which show buffers bound to thread.
e7086683 15384 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 15385
7b6fefac
JB
15386 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15387 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
15388 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15389 to (gud-comint-buffer) in *-buffer-name functions
15390 because (gdb-get-target-string) already does that.
15391 (gdb-locals-handler-custom, gdb-registers-handler-custom)
15392 (gdb-changed-registers-handler): Rewritten without regexps.
15393
ba214964 15394 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
15395 (gdb-thread-number): New variable.
15396 (gdb-current-context-command): New macro which adds --thread
15397 option to command.
7b6fefac 15398 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 15399 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 15400 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
15401 (gdb-select-thread): New command which selects current thread.
15402 (gdb-invalidate-frames, gdb-invalidate-locals)
15403 (gdb-invalidate-registers): Use --thread option.
20f12ed8 15404
2ac33804
MA
154052009-08-04 Michael Albinus <michael.albinus@gmx.de>
15406
15407 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 15408 robust. (Bug#3977)
2ac33804
MA
15409 (tramp-handle-insert-file-contents): `unwind-protect' must be
15410 inside `with-parsed-tramp-file-name'.
15411
15412 * net/tramp-gvfs.el (top): Remove superfluous message when loading
15413 fails.
15414
39d0296f
NR
154152009-08-03 Nick Roberts <nickrob@snap.net.nz>
15416
15417 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15418 directory if CLASSPATH is not set.
15419
adcbca53
MA
154202009-08-03 Michael Albinus <michael.albinus@gmx.de>
15421
7b6fefac
JB
15422 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15423 New defconst.
7ef849b6 15424 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 15425
30924b0b
CY
154262009-08-02 Kevin Ryde <user42@zip.com.au>
15427
7b6fefac
JB
15428 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15429 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 15430
b6ce92f1
CY
154312009-08-02 Chong Yidong <cyd@stupidchicken.com>
15432
d977a092
CY
15433 * select.el (x-set-selection): Doc fix (Bug#4021).
15434
15435 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15436
b6ce92f1
CY
15437 * help-fns.el (describe-variable): Treat list return values from
15438 dir-locals-find-file properly (Bug#4005).
15439
7b6fefac 154402009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
15441
15442 * net/tramp.el (tramp-debug-message): Print also microseconds.
15443
154442009-08-02 Michael Albinus <michael.albinus@gmx.de>
15445
15446 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15447 or END is non-nil.
15448 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15449 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15450 format.
15451
5ce6e4f4 15452 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
15453 (tramp-get-file-property): Use it.
15454
15455 * autorevert.el (auto-revert-handler): Allow
15456 `auto-revert-tail-mode' for remote files.
15457
2aafe808
JR
154582009-08-02 Jason Rumney <jasonr@gnu.org>
15459
15460 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 15461 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 15462
e094097c
CY
154632009-08-02 Chong Yidong <cyd@stupidchicken.com>
15464
15465 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15466 (font-lock-variable-name-face, font-lock-constant-face): Darken
15467 the colors for light backgrounds.
15468
de94f281
EZ
154692009-08-01 Eli Zaretskii <eliz@gnu.org>
15470
15471 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15472 month names. (Bug#3987)
15473
54b99340
CY
154742009-07-31 Chong Yidong <cyd@stupidchicken.com>
15475
15476 * simple.el (line-move-finish): Pass whole number to
15477 line-move-to-column.
34be836c 15478 (line-move-visual): Perform hscroll to the recorded position.
54b99340 15479
38216c30
JB
154802009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
15481
15482 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15483
c779896d
CY
154842009-07-29 Alan Mackenzie <acm@muc.de>
15485
15486 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15487
592ccae0
DD
154882009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
15489
35edc6c6
DD
15490 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15491 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 15492
5a9e3ab7
JB
154932009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
15494
15495 * calc/calc.el (calc-mode-map): Add keybinding for
15496 `calc-transpose-lines'.
15497
7b6fefac 154982009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
15499
15500 * calc/calc-misc.el (calc-transpose-lines): New function.
15501
905fb90e
MA
155022009-07-28 Michael Albinus <michael.albinus@gmx.de>
15503
15504 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15505 Simplify check for out-of-band methods.
15506 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15507 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
15508
76e14464
DN
155092009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15510
15511 * vc-git.el (vc-git-checkin): Fix typo.
15512
6088b51f 155132009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
15514
15515 * progmodes/js2-mode.el: New file.
15516
b85157fe
NR
155172009-07-28 Nick Roberts <nickrob@snap.net.nz>
15518
15519 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15520 (gud-menu-map): Adjust tooltip accordingly.
15521
d43c2b06
DN
155222009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15523
1c0f0c3b
DN
15524 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15525 (vc-bzr-log-view-mode): Adjust log-view-file-re.
15526
d43c2b06
DN
15527 * add-log.el (change-log-mode-map): Add a menu.
15528
3dec5c36
MA
155292009-07-27 Michael Albinus <michael.albinus@gmx.de>
15530
15531 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15532 function returns nil.
15533 (dbus-handle-event): Handle special return value :ignore.
15534 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15535
5704140c
CY
155362009-07-26 Chong Yidong <cyd@stupidchicken.com>
15537
15538 * view.el (view-mode-enable): Don't define Helper-return-blurb if
15539 it's not needed.
15540
3077d1f6
EZ
155412009-07-25 Eli Zaretskii <eliz@gnu.org>
15542
15543 Fix Bug#3888:
15544
15545 * w32-vars.el (x-select-enable-clipboard): Doc fix.
15546
15547 * term/pc-win.el (x-display-name, x-colors)
15548 (x-select-enable-clipboard, x-select-text): Doc fix.
15549
15550 * term/common-win.el (x-display-name, x-colors): Doc fix.
15551
15552 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15553 (xw-defined-colors): Doc fix.
15554
15555 * w32-fns.el (x-select-text, x-setup-function-keys)
15556 (x-get-selection, x-set-selection): Doc fix.
15557
15558 * term/x-win.el (x-select-text, x-setup-function-keys)
15559 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15560
15561 * select.el (x-set-selection): Doc fix.
15562
51768bc8
MA
155632009-07-25 Michael Albinus <michael.albinus@gmx.de>
15564
15565 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15566 instead of "IsNSSSupportAvailable". Avahi ought to work also when
15567 "IsNSSSupportAvailable" method is not available. Reported by
15568 Steve Youngs <steve@sxemacs.org>.
15569
b11c2874
KH
155702009-07-24 Kenichi Handa <handa@m17n.org>
15571
15572 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 15573 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
15574 (build-unicode-category-table): Fix range checks.
15575
ba83b7b6
DN
155762009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15577
15578 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15579 the buffer we try to sync is current when calling
15580 vc-resynch-buffer.
15581
15582 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15583 not show up to date files.
15584
7a8ae964
GM
155852009-07-24 Glenn Morris <rgm@gnu.org>
15586
15587 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15588 Add autoload cookies. If necessary, initialize.
15589 (elint-log): Handle non-file buffers.
15590 (elint-initialize): Add optional argument to reinitialize.
15591 (elint-find-builtin-variables): Save excursion.
15592
a707eb05
DN
155932009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15594
15595 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15596 for Lint.
15597
0a2ddfa6
DN
155982009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15599
d6a62b0d
DN
15600 * vc.el (vc-print-log-internal): New function, split out from ...
15601 (vc-print-log): ... here.
10b5dcad 15602 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 15603
0a2ddfa6
DN
15604 * vc-git.el (vc-git-add-signoff): New variable.
15605 (vc-git-checkin): Use it.
15606 (vc-git-toggle-signoff): New function.
15607 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
15608 (vc-git--run-command-string): Accept a nil FILE argument.
15609 (vc-git-stash-list): New function.
15610 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 15611
589a99f2
GM
156122009-07-23 Glenn Morris <rgm@gnu.org>
15613
15614 * help-fns.el (describe-variable): Describe ignored and risky local
15615 variables in a similar way to that in which we describe safe ones.
15616
15617 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15618 (byte-compile-output-file-form, byte-compile-output-docform)
15619 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15620 Give some more local variables with common names a "bytecomp-" prefix,
15621 so as not to shadow things during compilation.
15622 * emacs-lisp/cl-macs.el (load-time-value)
15623 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15624 `outbuffer' to `bytecomp-outbuffer'.
15625
15626 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15627 since the next two variables cover them automatically now.
15628 (elint-builtin-variables, elint-autoloaded-variables): New.
15629 (elint-unknown-builtin-args): Remove all members, since they can be
15630 parsed automatically now.
15631 (elint-extra-errors): New.
15632 (elint-env-add-env, elint-env-add-macro): Use cadr.
15633 (elint-current-buffer): Use or. Change final message.
15634 (elint-get-top-forms): Use line-end-position.
15635 (elint-init-env): Use cadr. Handle autoload, declare-function,
15636 and defalias.
15637 (elint-add-required-env): Doc fix. Use or. Standardize error.
15638 (regexp-assoc): Remove unused function.
15639 (elint-top-form): Set elint-current-pos, to record the start of the
15640 top-level form, for compilation-mode.
15641 (elint-form): Trap errors in macro expansion. Use dolist.
15642 (elint-unbound-variable): Use elint-builtin-variables and
15643 elint-autoloaded-variables.
15644 (elint-get-args): Use cadr, or.
15645 (elint-check-cond-form): Use dolist, cadr.
15646 (elint-check-condition-case-form): Doc fix. Use cadr.
15647 Use elint-extra-errors.
15648 (elint-log): New function.
15649 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15650 Distinguish errors and warnings.
15651 (elint-log-message): Use with-current-buffer. Inhibit read-only.
15652 Use a bytecomp-style format.
15653 (elint-clear-log): Preserve default-directory. Inhibit read-only.
15654 (elint-get-log-buffer): Use compilation mode. Disable undo.
15655 Don't truncate lines.
15656 (elint-initialize): Set builtin and autoloaded variable lists.
15657 Only process elint-unknown-builtin-args if non-nil.
15658 (elint-find-builtin-variables, elint-find-autoloaded-variables):
15659 New functions.
15660 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
15661
855b42a2
GM
156622009-07-22 Kevin Ryde <user42@zip.com.au>
15663
15664 * net/newst-backend.el (newsticker--parse-atom-1.0)
15665 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15666 (newsticker--parse-rss-1.0):
15667 * progmodes/idlwave.el (idlwave-mode):
15668 * progmodes/idlw-shell.el (idlwave-shell-mode):
15669 * progmodes/vera-mode.el (vera-mode):
15670 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
15671 * progmodes/vhdl-mode.el (vhdl-mode):
15672 * textmodes/table.el (table-generate-source)
15673 (table--warn-incompatibility):
15674 Hyperlink urls in docstrings with URL `...'.
15675
fd413a37
GM
156762009-07-22 Glenn Morris <rgm@gnu.org>
15677
cb711556
GM
15678 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
15679 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
15680 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
15681 Remove leading * from defcustom docs.
15682
fd413a37
GM
15683 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
15684
15685 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
15686 defcustom doc.
15687 (list-load-path-shadows): Optionally, just return shadows as a string.
15688
15689 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
15690
a4f69701
CY
156912009-07-21 Chong Yidong <cyd@stupidchicken.com>
15692
15693 * mail/rmailedit.el (rmail-edit-mode): Use
15694 auto-save-include-big-deletions.
15695
15696 * mail/rmail.el (rmail-variables): Use
15697 auto-save-include-big-deletions.
15698
15699 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15700 changes.
15701
ec06459c
JB
157022009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
15703
15704 * calc/calc.el (calc-undo-length): New variable.
15705 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15706
b41b0976
RS
157072009-07-21 Richard Stallman <rms@gnu.org>
15708
15709 * files.el (auto-save-mode): Handle buffer-save-size = -2
15710 for toggling mode.
15711
4ed32706
GM
157122009-07-21 Glenn Morris <rgm@gnu.org>
15713
531b1264
GM
15714 * textmodes/ispell.el (ispell-looking-back): Update declaration.
15715
55d27f41
GM
15716 * calendar/todo-mode.el (calendar-current-date): Update declaration.
15717
02df3f4d
GM
15718 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15719 silence compiler. Instead...
15720 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15721 (ps-print-ensure-fontified): Update for above function name changes.
15722
fdd8417e
GM
15723 * printing.el (pr-mh-get-msg-num, pr-mh-show)
15724 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15725 silence compiler. Instead...
15726 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
15727 (mh-show-buffer): Only define for compiler.
15728 (pr-mh-current-message): Update for above function name changes.
15729
4ed32706
GM
15730 * files.el (abort-if-file-too-large): Explicitly pass `filename'
15731 as an argument.
15732 (find-file-noselect, insert-file-1): Update for above change.
15733
15734 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
15735
15736 * mail/mailclient.el (mailclient-send-it): Fix message.
15737
15738 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
15739 (edebug-eval): Check cl-debug-env is bound.
15740 (print-level, print-circle): Don't redefine built-in variables.
15741
15742 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
15743 (custom-print-vectors): Remove old comments from doc.
15744
15745 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
15746 (emerge-version): Make the variable an obsolete alias for the
15747 emacs-version variable. Make the function obsolete.
15748 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
15749 Emerge options, rather than merging in into the main Options menu.
15750 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
15751 and auto advance modes. Disable edit/fast items when not relevant.
15752
86812144
CY
157532009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15754
15755 * term/vt420.el (terminal-init-vt420): Fix typo.
15756
6bb90094
SS
157572009-07-20 Sam Steingold <sds@gnu.org>
15758
15759 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
15760 variable (removed from compile.el on 2004-03-11).
15761
42e0a725
CY
157622009-07-20 Chong Yidong <cyd@stupidchicken.com>
15763
15764 * files.el (hack-local-variables-filter): Fix last change.
15765
2ee20f24
JL
157662009-07-19 Juri Linkov <juri@jurta.org>
15767
15768 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
15769 (dir-local-variables-alist): New buffer-local variable.
15770 (hack-local-variables-filter): If variable is not dir-local,
15771 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
15772 because file-local overrides dir-local.
3570691b 15773 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
15774 Remove obsolete declaration.
15775 (hack-dir-local-variables): Add dir-local variable/value pair to
15776 `dir-local-variables-alist' and remove duplicates. Doc fix.
15777
15778 * help-fns.el (describe-variable): Add information about
15779 file-local and dir-local variables.
15780
89bf83cd
CY
157812009-07-19 Chong Yidong <cyd@stupidchicken.com>
15782
15783 * files.el (hack-local-variables-filter): Rewrite.
15784
1a8d3541
GM
157852009-07-19 Glenn Morris <rgm@gnu.org>
15786
d9e8a018
GM
15787 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
15788 Silence compiler by only defining on XEmacs.
15789
da332cfb
GM
15790 * international/mule.el (auto-coding-regexp-alist): Only match
15791 BABYL... at the start of buffer, not of lines. (Bug#3790)
15792
1a8d3541
GM
15793 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
15794 non-calendar buffers (Bug#3862). Restore "not on a date" message.
15795 (cal-menu-context-mouse-menu): Doc fix.
15796
15797 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
15798
15799 * simple.el (mail-user-agent): Doc fix. Set :version tag.
15800
d842b103
JL
158012009-07-18 Juri Linkov <juri@jurta.org>
15802
15803 * info.el: Virtual Info keyword finder.
3570691b 15804 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
15805 (Info-finder-file): New variable.
15806 (Info-finder-find-file): New function.
15807 (finder-known-keywords, finder-package-info)
15808 (find-library-name, lm-commentary): Use defvar and
15809 declare-function to silence compiler warnings.
15810 (Info-finder-find-node): New function.
15811 (info-finder): New command.
15812
15813 * subr.el (process-kill-buffer-query-function): New function.
15814 (add-hook)<kill-buffer-query-functions>: Add hook
15815 `process-kill-buffer-query-function'.
15816
10d37df7
AM
158172009-07-18 Alan Mackenzie <acm@muc.de>
15818
7b6fefac 15819 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
15820 (c-postprocess-file-styles): Give invocation of `c-set-style'
15821 DONT-OVERRIDE parameter of t. Already set style variables will
15822 thus not be overridden by style settings given by `c-file-syle'.
15823
15824 * files.el (hack-local-variables-filter): Remove entries with
15825 duplicate keys from `file-local-variables-alist'.
15826
102e1a41
EZ
158272009-07-18 Eli Zaretskii <eliz@gnu.org>
15828
15829 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
15830 x-set-selection if display-selections-p returns nil for the
15831 current frame.
15832
16f2e9fc
CY
158332009-07-18 Chong Yidong <cyd@stupidchicken.com>
15834
15835 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
15836
f22693fc
EZ
158372009-07-18 Eli Zaretskii <eliz@gnu.org>
15838
a6c2c80c
EZ
15839 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
15840 Accept nil in addition to a regexp.
15841 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
15842 Accept nil in addition to a regexp.
15843 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
15844 buffers that have an associated file. Handle nil values of
15845 desktop-buffers-not-to-save and desktop-files-not-to-save.
15846 (Bug#3833)
15847
f22693fc
EZ
15848 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15849 (x-disown-selection-internal): New functions.
15850
e456379a
NR
158512009-07-18 Nick Roberts <nickrob@snap.net.nz>
15852
15853 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
15854 warning.
15855 (gdb-breakpoints-header): Move forward to avoid compiler warning.
15856 (gdb-make-header-line-mouse-map): Remove duplicate definition.
15857
0013b70f
CY
158582009-07-18 David De La Harpe Golden <david@harpegolden.net>
15859
15860 * simple.el (set-mark): Revert last change.
15861
0855c2ca
CY
158622009-07-17 Tassilo Horn <tassilo@member.fsf.org>
15863
15864 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
15865 rendering of pngs is not possible instead of messaging a long
15866 description.
15867
3f5c9cad
CY
158682009-07-17 David De La Harpe Golden <david@harpegolden.net>
15869
15870 * w32-fns.el (x-selection-owner-p): New function.
15871
15872 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
15873 (mouse-yank-at-click, mouse-yank-primary): If
15874 select-active-regions is non-nil, deactivate the mark before
15875 insertion.
3f5c9cad
CY
15876
15877 * simple.el (deactivate-mark, set-mark): Only save selection if we
15878 own it.
15879
1fc87f9b
KH
158802009-07-17 Kenichi Handa <handa@m17n.org>
15881
15882 * case-table.el (describe-buffer-case-table): Fix for the case
15883 that KEY is a cons.
15884
d56fdcd2
DN
158852009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
15886
15887 * vc-rcs.el (vc-rcs-find-file-hook):
15888 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
15889
bede3e9f
MA
158902009-07-16 Michael Albinus <michael.albinus@gmx.de>
15891
15892 * net/tramp.el (tramp-wait-for-output): Handle the case when
15893 commands do not return a newline but a null byte before the shell
15894 prompt. (Bug#3858)
15895
7653ca1d
YM
158962009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15897
15898 * term/ns-win.el (ns-set-alpha): Don't declare.
15899 (ns-set-background-alpha): Remove function.
15900
ed2a52e9
SM
159012009-07-16 Kevin Ryde <user42@zip.com.au>
15902
15903 * emacs-lisp/copyright.el (copyright-update): Save match-data across
15904 y-or-n-p, for safety.
15905
7a907299
RS
159062009-07-16 Richard Stallman <rms@gnu.org>
15907
15908 * files.el (auto-save-mode): If buffer-saved-size is -2,
15909 don't clobber it.
15910
15911 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
15912 (rmail-retry-ignored-headers): Add more uninteresting fields.
15913
c0db3477
CY
159142009-07-15 Jari Aalto <jari.aalto@cante.net>
15915
15916 * net/rcirc.el (rcirc): Use history variables.
15917 (rcirc-server-name-history, rcirc-nick-name-history)
15918 (rcirc-server-port-history): New variables.
15919
6c875452
KH
159202009-07-15 Kenichi Handa <handa@m17n.org>
15921
bf974dc9
KH
15922 * international/mule-cmds.el (set-language-environment-charset):
15923 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
15924 ignore them.
15925
6c875452
KH
15926 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
15927 Delete unibyte-display.
15928
2066b4fe
CY
159292009-07-15 Chong Yidong <cyd@stupidchicken.com>
15930
15931 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
15932
f9be2e35
CY
159332009-07-15 Chong Yidong <cyd@stupidchicken.com>
15934
15935 * simple.el (deactivate-mark): Optional argument FORCE.
15936 (set-mark): Use deactivate-mark.
15937
15938 * info.el (Info-search): No need to check transient-mark-mode
15939 before calling deactivate-mark.
15940
15941 * select.el (x-set-selection): Doc fix.
15942 (x-valid-simple-selection-p): Allow buffer values.
15943 (xselect--selection-bounds): Handle buffer values. Suggested by
15944 David De La Harpe Golden.
15945
15946 * mouse.el (mouse-set-region, mouse-drag-track): Call
15947 copy-region-as-kill before setting the mark, to let
15948 select-active-regions work.
15949
be3e598a 159502009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
15951
15952 * simple.el (deactivate-mark): If select-active-regions is
15953 non-nil, copy the selection data into a string.
15954 (activate-mark): If select-active-regions is non-nil, set the
15955 selection to the current buffer.
15956 (set-mark): Update selection if select-active-regions is non-nil.
15957
15958 * select.el (x-valid-simple-selection-p): Allow buffer values.
15959
cbd61418
SM
159602009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
15961
15962 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
15963 and more featureful message-mode.
15964
f470187f
CY
159652009-07-14 Chong Yidong <cyd@stupidchicken.com>
15966
15967 * select.el (x-set-selection): Doc fix.
15968 (x-valid-simple-selection-p): Disallow selection data consisting
15969 of a list or cons of integers, since that is not used.
15970 (xselect--selection-bounds, xselect--int-to-cons): New functions.
15971 (xselect-convert-to-string, xselect-convert-to-length)
15972 (xselect-convert-to-filename, xselect-convert-to-charpos)
15973 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
15974
bfc99364
DD
159752009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
15976
15977 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
15978 output in -break-info command (Emacs bug #3794).
15979
e32721f5
GM
159802009-07-14 Glenn Morris <rgm@gnu.org>
15981
1e46f9e4
GM
15982 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
15983 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
15984 (edebug-print-length, edebug-print-level, edebug-print-circle)
15985 (edebug-sit-for-seconds, edebug-view-outside)
15986 (edebug-bounce-point, edebug-set-global-break-condition)
15987 (edebug-Go-nonstop-mode, edebug-trace-mode)
15988 (edebug-Trace-fast-mode, edebug-continue-mode)
15989 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
15990 (edebug-visit-eval-list): Doc fixes.
15991
e32721f5
GM
15992 * subr.el (def-edebug-spec): Doc fix.
15993
66a85e76
KH
159942009-07-14 Kenichi Handa <handa@m17n.org>
15995
15996 * international/characters.el: Fix setting of category ?C.
15997
28571246
JD
159982009-07-13 Jan Djärv <jan.h.d@swipnet.se>
15999
7b6fefac 16000 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
16001 ns-popup-font-panel instead of generate-fontset-menu.
16002
5d74672c
EZ
160032009-07-12 Eli Zaretskii <eliz@gnu.org>
16004
7b6fefac 16005 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 16006
eb1727a4
CY
160072009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16008
16009 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16010 the PK\003\004 header (Bug#3770).
16011
208384c5
CY
160122009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16013
16014 * pcomplete.el (pcomplete-comint-setup): Check for
16015 shell-dynamic-complete-filename too.
16016
774409a1
CY
160172009-07-11 Chong Yidong <cyd@stupidchicken.com>
16018
16019 * simple.el (temporary-goal-column): Change the value for
16020 line-move-visual to a cons cell.
16021 (line-move-visual): Record or set the window hscroll, if
16022 necessary (Bug#3494).
16023 (line-move-1): Handle cons value of temporary-goal-column.
16024
1639ee1d
KH
160252009-07-11 Kenichi Handa <handa@m17n.org>
16026
16027 * international/mule-diag.el (describe-character-set): Don't show
16028 width.
16029
2b1d2412
SS
160302009-07-10 Sam Steingold <sds@gnu.org>
16031
16032 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16033 Omake sometimes indents the errors it prints, so allow all
16034 regexps to start with spaces.
16035
ed3a5691
EZ
160362009-07-10 Eli Zaretskii <eliz@gnu.org>
16037
ed2a52e9
SM
16038 * cus-edit.el (customize-changed-options-previous-release):
16039 Bump value to 22.1. (Bug#3804)
ed3a5691 16040
49405d0e
SS
160412009-07-08 Sam Steingold <sds@gnu.org>
16042
16043 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16044 to be a cons cell (test . ignored-directory) to selectively ignore
16045 some directories depending on the location of the search.
16046
93c3eb7c
MA
160472009-07-08 Michael Albinus <michael.albinus@gmx.de>
16048
16049 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16050 remote user is root, on the local host.
16051 (tramp-local-host-p): Either the local user or the remote user
16052 must be root. (Bug#3771)
16053
6f2a8484
NR
160542009-07-08 Nick Roberts <nickrob@snap.net.nz>
16055
16056 * progmodes/gdb-mi.el (gdb): Remove description of
16057 gdb-use-separate-io-buffer.
69cb8d82 16058 (menu): Don't allow toggling of or enable
6f2a8484
NR
16059 gdb-use-separate-io-buffer from menubar.
16060
88d03607
CY
160612009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16062
16063 * mail/unrmail.el (unrmail): Make sure the message ends with two
16064 newlines (Bug#3769).
16065
7ef5b8b2
GM
160662009-07-08 Glenn Morris <rgm@gnu.org>
16067
16068 * calendar/calendar.el (calendar-current-date): Rework previous change.
16069
3ce82f97
GM
160702009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16071
16072 * calendar/calendar.el (calendar-current-date):
16073 Add an optional argument giving an offset from today.
16074
f35fc841
GM
160752009-07-08 Glenn Morris <rgm@gnu.org>
16076
16077 * tutorial.el (tutorial--describe-nonstandard-key):
16078 Adjust the message for when a key has been unbound.
16079 (help-with-tutorial): Hide the arch-tag.
16080
40149292
KH
160812009-07-08 Kenichi Handa <handa@m17n.org>
16082
69cb8d82
KH
16083 * international/fontset.el (setup-default-fontset): For each
16084 script, append (not set) font-specs.
16085
40149292
KH
16086 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16087 docstring.
16088
ff0c4194
NR
160892009-07-08 Nick Roberts <nickrob@snap.net.nz>
16090
16091 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16092 -data-list-register-names to ...
16093 (gdb-starting): ... here because GDB 7.0 requires execution to
16094 have started when using this MI command.
16095 (gdb-set-header): New function to distinguish select and
16096 unselected tabs in gdb buffers.
16097 (gdb-propertize-header): New macro that uses gdb-set-header.
16098 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 16099 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 16100
8954c675
CY
161012009-07-07 Chong Yidong <cyd@stupidchicken.com>
16102
16103 * Makefile.in (ELCFILES): Remove fadr.elc.
16104
0996385d
DD
161052009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16106
dc6b4519
DD
16107 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16108 may contain frame information, so `string-match' should be used.
16109 (gdb-update): Disassembly is invalidated through
16110 `gdb-get-selected-frame'.
16111 (gdb-pad-string): New function to pad string with spaces.
16112 (gdb-invalidate-disassembly): Invalidate only if the buffer
16113 exists.
16114 (gdb-disassembly-handler-custom): Column alignment.
16115 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16116 placing new ones.
16117 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16118 end of line, too.
16119 (gdb-frame-handler): Match convention to for disassembly buffer
16120 mode name.
17c1380b 16121 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
16122 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16123 not highlight breakpoints without line information.
69a197a2 16124 (gdb-input): Add trailing newline to command.
dc6b4519 16125
14340b25
DD
16126 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16127 buffer properly.
16128 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 16129 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
16130 now.
16131 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16132 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16133 to place breakpoints.
14340b25
DD
16134 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16135 functions.
16136 (gdb-disassembly-handler-custom): Show overlay arrow.
16137 (gdb-disassembly-place-breakpoints): Show breakpoints in
16138 disassembly buffer.
16139 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 16140 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 16141 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 16142 in `gud-menu-map'.
14340b25 16143
38d4f316 16144 * fadr.el: Remove.
1f2a6224 16145
7b6fefac 16146 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 16147 (gdb-memory-address): New variable which holds top address of
7b6fefac 16148 memory page shown in memory buffer.
0996385d
DD
16149 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16150 customization variables.
16151 New functions:
16152 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16153 display the memory buffer.
16154 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16155 buffer display parameters.
16156 (def-gdb-memory-format, gdb-memory-format-binary)
16157 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16158 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16159 Functions for setting memory buffer format.
16160 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16161 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16162 unit size used in memory buffer.
16163 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16164 to next/previous page of memory buffer.
28d67a53 16165 Now using (bindat-get-field) instead of fadr functions.
0996385d 16166
9ba562d3
SS
161672009-07-07 Sam Steingold <sds@gnu.org>
16168
16169 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16170 non-top-level files.
16171
a43977db
KH
161722009-07-07 Kenichi Handa <handa@m17n.org>
16173
16174 * international/mule-cmds.el (reset-language-environment): Put
16175 the highset priority to the charset iso-8859-1.
16176
d44d05e8
CY
161772009-07-06 Chong Yidong <cyd@stupidchicken.com>
16178
16179 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16180 to the end of the line when locating the block (Bug#700).
16181
3e2fa353
MA
161822009-07-06 Michael Albinus <michael.albinus@gmx.de>
16183
16184 * net/tramp.el (tramp-handle-write-region): Flush file properties
16185 in case of short track.
16186
be3e598a 161872009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 16188
bf0b361c
JB
16189 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16190 Coded custom representation of verilog error regular expressions
16191 to work with Emacs-22's new format.
d88782c3 16192 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 16193 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
16194 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16195 error recognition into XEmacs.
16196 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16197 error recognition into Emacs-22.
16198
25c6f63e
CY
161992009-07-06 Chong Yidong <cyd@stupidchicken.com>
16200
16201 * woman.el: Remove stand-alone closing parentheses.
16202 (woman-file-name, woman2-format-paragraphs)
16203 (woman-leave-blank-lines): Code cleanup.
16204 (woman-use-own-frame): Change default to nil.
16205 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16206 defaults to inherit from default faces.
16207 (woman2-process-escapes): Consume the newline after a stand-alone
16208 filler character (Bug#3651).
16209
f176290e
GM
162102009-07-06 Glenn Morris <rgm@gnu.org>
16211
16212 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16213 (top-level): Move provide to the end.
16214 (ffap): Remove defunct URL from custom group.
16215
16216 * subr.el (eval-after-load): Doc fix.
16217
7b6fefac 162182009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
16219
16220 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16221 `calc-embedded-word' is called twice.
16222
4b8b1ec5
SM
162232009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16224
16225 * files.el (find-alternate-file-other-window, find-alternate-file):
16226 Obey confirm-nonexistent-file-or-buffer.
16227
d6ceb380
MA
162282009-07-05 Michael Albinus <michael.albinus@gmx.de>
16229
16230 * dired-aux.el (dired-show-file-type): Handle remote files.
16231
be3e598a 162322009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 16233
4b8b1ec5
SM
16234 * desktop.el (desktop-globals-to-save):
16235 Add file-name-history (Bug#2750).
c760f19e 16236
6d00ce04
CY
162372009-07-05 Chong Yidong <cyd@stupidchicken.com>
16238
4b8b1ec5 16239 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 16240
6ee21b07
JB
162412009-07-04 Johan Bockgård <bojohan@gnu.org>
16242
16243 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16244 property on entire argument since this is what eshell-lisp-command
16245 expects.
16246
f0dbdc25
MA
162472009-07-03 Michael Albinus <michael.albinus@gmx.de>
16248
16249 * net/tramp-gvfs.el (tramp-gvfs-methods)
16250 (tramp-gvfs-zeroconf-domain)
16251 (tramp-bluez-discover-devices-timeout): Add version flag.
16252 (tramp-gvfs-handler-mounted-unmounted)
16253 (tramp-gvfs-connection-mounted-p): Polish handling of
16254 incompatibilities between GVFS 0.2 and 1.0.
16255
e044e4fc
JD
162562009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16257
4b8b1ec5 16258 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 16259
2e9b968b
JB
162602009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16261
bf0b361c 16262 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
16263 formatted correctly.
16264
baf1a55e
JL
162652009-07-02 Juri Linkov <juri@jurta.org>
16266
16267 * info.el: Virtual Info files and nodes.
16268 (Info-virtual-files, Info-virtual-nodes): New variables.
16269 (Info-current-node-virtual): New variable.
16270 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16271 New functions.
16272 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16273 to check for a virtual file instead of checking a fixed list
16274 of node names.
16275 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16276 instead of ad-hoc processing of "dir" and (apropos history toc).
16277 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16278 instead of ad-hoc processing of "dir" and (apropos history toc).
16279 Reread a file when moving from a virtual node.
16280 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16281 (Info-directory-toc-nodes, Info-directory-find-file)
16282 (Info-directory-find-node): New functions.
16283 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16284 (Info-history): Move part of code to
16285 `Info-history-find-node'.
16286 (Info-history-toc-nodes, Info-history-find-file)
16287 (Info-history-find-node): New functions.
16288 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16289 (Info-toc): Move part of code to `Info-toc-find-node'.
16290 (Info-toc-find-node): New function.
4b8b1ec5 16291 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
16292 the current Info file name to references because now the node
16293 "*TOC*" belongs to the same Info manual.
4b8b1ec5 16294 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
16295 (Info-toc-nodes): Rename input argument `file' to `filename'.
16296 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16297 instead of ad-hoc processing of ("dir" apropos history toc).
16298 (Info-index-nodes): Use Info-virtual-file-p
16299 to check for a virtual file instead of checking a fixed list
16300 of node names.
16301 (Info-index-node): Add check for `Info-current-node-virtual'.
16302 Raise `save-match-data' higher up the tree to contain
16303 `search-forward' too (bug fix).
16304 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16305 (Info-virtual-index-nodes): New variable.
16306 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16307 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16308 (Info-apropos-file, Info-apropos-nodes): New variables.
16309 (Info-apropos-toc-nodes, Info-apropos-find-file)
16310 (Info-apropos-find-node, Info-apropos-matches): New functions.
16311 (info-apropos): Move part of code to `Info-apropos-find-node' and
16312 `Info-apropos-matches'.
16313 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16314 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16315 for a virtual file instead of checking a fixed list of node names.
16316
16317 * simple.el (async-shell-command): New command.
16318
16319 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16320
16321 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16322 instead of `mount-info'.
16323
d04bc496
MA
163242009-07-02 Michael Albinus <michael.albinus@gmx.de>
16325
16326 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 16327 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 16328
af0403e0
KH
163292009-07-02 Kenichi Handa <handa@m17n.org>
16330
16331 * international/mule.el (set-keyboard-coding-system): Force *-unix
16332 coding-system to avoid eol conversion.
16333
99278f8a
MA
163342009-07-01 Michael Albinus <michael.albinus@gmx.de>
16335
4b8b1ec5
SM
16336 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16337 Add handler for `process-file', `shell-command' and
99278f8a
MA
16338 `start-file-process'.
16339 (tramp-gvfs-handle-shell-command)
16340 (tramp-gvfs-handle-start-file-process)
16341 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 16342 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 16343
3f1c6666
JD
163442009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16345
16346 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16347
3f396bac
KH
163482009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16349
16350 * language/korean.el (set-language-info-alist): Add korean-cp949,
16351 cp949 to spec.
16352
c1185193
KH
163532009-07-01 Kenichi Handa <handa@m17n.org>
16354
16355 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16356
16357 * international/encoded-kb.el: Deleted.
16358
16359 * international/mule.el (set-keyboard-coding-system): Perform the
16360 necessary setup here instead of calling encoded-kbd-setup-display.
16361
3f150a60
GM
163622009-07-01 Glenn Morris <rgm@gnu.org>
16363
16364 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16365
b0d5b05b
GM
163662009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
16367
16368 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
16369
4f4126e6
MA
163702009-06-30 Michael Albinus <michael.albinus@gmx.de>
16371
4b8b1ec5
SM
16372 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16373 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 16374 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 16375
7ae3ea65 16376 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
16377 (top): Add a default for "synce" in `tramp-default-user-alist'.
16378 Add completion function for "synce" method.
16379 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
16380 (tramp-hal-interface-manager, tramp-hal-interface-device):
16381 New defconst.
16382 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16383 (tramp-synce-list-devices, tramp-synce-parse-device-names):
16384 New defuns.
d6ceb380
MA
16385
16386 * net/trampver.el: Update release number.
7ae3ea65 16387
0ad6626b
KH
163882009-06-30 Kenichi Handa <handa@m17n.org>
16389
16390 * international/fontset.el (setup-default-fontset): Add CJK fonts
16391 for symbols and the other miscellaneous characters.
16392
4b8b1ec5
SM
16393 * language/korea-util.el (setup-korean-environment-internal):
16394 Make char-width-table suitable for Korean environments.
0ad6626b
KH
16395 (exit-korean-environment): Cancel above.
16396
16397 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16398 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 16399 setup-function to make char-width-table suitable for respective
0ad6626b
KH
16400 environments, and an exit-function to cancel that.
16401
16402 * language/japan-util.el (setup-japanese-environment-internal):
16403 Call use-cjk-char-width-table with arg `ja_JP'.
16404
16405 * international/characters.el (cjk-char-width-table): Delete it.
16406 (cjk-char-width-table-list): New variable.
16407 (use-cjk-char-width-table): New arg local-name.
16408 (use-default-char-width-table): Fix for the case that Emacs is
16409 already using the default char-width-table.
16410
fd46e893
MA
164112009-06-29 Michael Albinus <michael.albinus@gmx.de>
16412
16413 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16414 modes mandatory. (Bug#3712)
16415
b87d9f96
AM
164162009-06-29 Alan Mackenzie <acm@muc.de>
16417
16418 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 16419 correction between the visible width of TABs and their number of bytes.
b87d9f96 16420
2d25aa5a
CY
164212009-06-29 Chong Yidong <cyd@stupidchicken.com>
16422
16423 * server.el (server-buffer-done): Prevent kill-buffer from
16424 prompting by clearing the buffer modification flag (Bug#3696).
16425
a3a8b002
DN
164262009-06-28 Michael McNamara <mac@mail.brushroad.com>
16427
bf0b361c 16428 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 16429 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
16430 (verilog-basic-complete-re): Support localparam lineup.
16431 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16432 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16433 commenting.
16434 (verilog-leap-to-case-head): Now support *nested* unique &
16435 priority case statements.
16436 (verilog-auto-lineup): Make just declarations the default (as it
16437 had been).
4b8b1ec5 16438 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 16439 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 16440 select the various styles of automatic lineup.
a3a8b002
DN
16441 (verilog-error-regexp-alist): Rework to support the XEmacs style
16442 of error regular expressions from compilers, lint tools &
16443 simulators. Note that GNU Emacs has made it impossible for a mode
16444 to load such things.
16445 (electric-verilog-terminate-line, verilog-indent-declaration)
16446 (verilog-auto-wiure): Rework for radio button selection of
16447 auto-lineup selection of specification of auto lineup.
16448 (verilog-beg-of-statement-1): Redesign to support proper operation
16449 in additional code, based on testing with auto-lineup.
16450 (verilog-calculate-indent, assignments & declarations)
16451 (verilog-backward-token): Enhance to support auto-lineup of
16452 assignments & declarations.
16453 (verilog-in-directive-p, verilog-at-struct-p): New function for
16454 easy test of whether we are.
16455 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16456 to support safe execution at almost anyline.
16457 (verilog-calc-1): Properly support indenting deep inside generate
16458 blocks.
48c2d18a 16459 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 16460 as it is redundant with font-lock-defaults.
a8f316ca 16461 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
16462 to avoid circular calls if syntax-ppss is a function (as is the
16463 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 16464 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
16465 (verilog-ovm-begin-re, verilog-ovm-end-re)
16466 (verilog-ovm-statement-re, verilog-leap-to-head)
16467 (verilog-backward-token): Add support for OVM macros. Some are
16468 complete statements, and others open and close scopes like begin
16469 and end.
16470 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16471 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 16472 compilation issue.
48c2d18a 16473 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 16474 coverpoint, constraint and cross statements.
a3a8b002
DN
16475 (verilog-defun-level-list, verilog-generate-defun-level-list)
16476 (verilog-all-defun-level-list): Redo these specifications - it is
16477 too hard to support eval-when compile aggregation of lists also
16478 built at when-compile time.
16479 (verilog-defun-level-list): Place defconsts of variables used in
16480 building regular expressions which are built in eval-when-compile
16481 bodies in the same eval-when-compile body to facilitate compile
16482 without load.
16483 (verilog-beg-block-re-ordered): Support indenting
16484 virtual/protected tasks and functions.
7b6fefac 16485 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
16486 (verilog-backward-ws&directives, verilog-calc-1): Speed up
16487 indentation of some module items (generate items).
16488 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16489 across virtual/protected tasks and functions.
16490
164912009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
16492
bf0b361c 16493 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 16494 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
16495 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16496 in concatenations. Reported by Yishay Belkind.
16497 (verilog-auto-ascii-enum): Support one-hot state machines in
16498 AUTOASCIIENUM. Suggested by Lloyd Gomez.
16499 (verilog-auto-inst, verilog-auto-inst-port): Include interface
16500 modport in AUTOINST and add vl-modport for users. Reported by
16501 David Rogoff.
16502 (verilog-auto-inout-module, verilog-auto-inst)
16503 (verilog-decls-get-interfaces, verilog-insert-definition)
16504 (verilog-insert-one-definition, verilog-read-decls)
16505 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16506 (verilog-sig-modport, verilog-signals-combine-bus)
16507 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16508 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16509 Suggested by David Rogoff.
16510 (verilog-repair-open-comma): Fix non-insertion of comma when
16511 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
16512 (verilog-make-width-expression): Simplify [A-1:0] expression
16513 widths to just {A{1'b0}}.
16514 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
16515 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16516 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
16517 inputs/outputs or data type. Suggested by Vasu Kandadi.
16518 (next-error-last-buffer): Fix byte-compiler warning.
16519 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16520 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 16521 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 16522 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
16523 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16524 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 16525 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
16526 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16527 causing use of <= assignments. Reported by Alex Reed.
16528 (verilog-read-decls): Fix triand, trior, wand, wor to be
16529 recognized by AUTOWIRE. Reported by Spencer Isaacson.
16530 (verilog-extended-complete-re): Support import "DPI-C" functions.
16531 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 16532 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
16533 (verilog-insert-date, verilog-insert-year)
16534 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16535 Windows systems. Reported by Michael Potts.
16536 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 16537 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 16538 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 16539 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
16540 (verilog-read-decls): Fix detecting "parameter int" when using
16541 AUTOINSTPARAM. Reported by Bruce T.
16542 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 16543 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 16544 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
16545 verilog-goto-defun will work. Reported by Lawrence Butcher.
16546 (verilog-getopt): Expand environment variables in -f file
16547 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 16548 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
16549 when reading enumerations.
16550 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16551 Suggested by Stephen Peltan.
4b8b1ec5 16552 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
16553 files. Reported by Steve Peltan.
16554
f7c0d931
CY
165552009-06-28 David De La Harpe Golden <david@harpegolden.net>
16556
16557 * files.el (trash-directory): Fix defcustom type.
16558
baf1a55e 165592009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
16560
16561 * help-fns.el (describe-function-1): Correctly locate adviced
16562 functions in hyperlink (Bug#2438).
16563
d63a01ef
CY
165642009-06-28 Chong Yidong <cyd@stupidchicken.com>
16565
16566 * files.el (trash-directory): Change default to nil.
16567 (move-file-to-trash): If trash-directory is nil and
16568 system-move-file-to-trash is unbound, perform freedesktop-style
16569 trashing.
16570
165712009-06-28 David De La Harpe Golden <david@harpegolden.net>
16572
16573 * files.el (move-file-to-trash): Add freedesktop trash
16574 support (Bug#973).
16575
fc2f6a26
GM
165762009-06-28 Glenn Morris <rgm@gnu.org>
16577
16578 * autorevert.el (global-auto-revert-non-file-buffers)
16579 (global-auto-revert-mode): Doc fixes.
16580
00242b07
JB
165812009-06-27 Johan Bockgård <bojohan@gnu.org>
16582
16583 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16584
f5594f03
CY
165852009-06-27 Chong Yidong <cyd@stupidchicken.com>
16586
e8a2b2da
CY
16587 * faces.el (x-handle-named-frame-geometry): Ensure that we have
16588 opened an X connection before calling x-get-resource (Bug#3194).
16589
f5594f03
CY
16590 * play/doctor.el: Remove reference to obsolete website.
16591 (make-doctor-variables): Correct grammar mistake (Bug#2633).
16592
3c3bf6ce
DN
165932009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16594
16595 Remove find-file-not-found-hook VC method. (Bug#2757)
16596 * vc-hooks.el (vc-file-not-found-hook)
16597 (vc-default-find-file-not-found-hook): Remove functions.
16598 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16599 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16600 * vc.el:
16601 * vc-hg.el:
16602 * vc-git.el: Do not mention find-file-not-found-hook VC method.
16603
e26a7bc0
AM
166042009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
16605
16606 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 16607 compatibility function for `looking-back'.
e26a7bc0 16608
4b8b1ec5 16609 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 16610 Use `ispell-looking-back'.
e26a7bc0 16611
d9848600
MA
166122009-06-24 Michael Albinus <michael.albinus@gmx.de>
16613
16614 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 16615 rather than `filename'.
d9848600 16616
05fbc4a9
MB
166172009-06-23 Miles Bader <miles@gnu.org>
16618
16619 * face-remap.el (text-scale-set): New function.
16620
f86ca715
GM
166212009-06-23 Glenn Morris <rgm@gnu.org>
16622
33e2c2e5
GM
16623 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16624
f529f302
GM
16625 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16626
34995333
GM
16627 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16628
cc80ccee
GM
16629 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16630
84cb770d
GM
16631 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16632 Simplify Persian conditionals.
16633
d916c965
GM
16634 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16635 variable `filename'.
16636
b6a44b27
GM
16637 * comint.el (comint-insert-input): Doc fix.
16638
f86ca715
GM
16639 * Makefile.in (ELCFILES): Fix typo in previous change.
16640
666e158e
MB
166412009-06-23 Miles Bader <miles@gnu.org>
16642
16643 * cus-start.el: Add entry for `recenter-redisplay'.
16644
be3e598a 166452009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
16646
16647 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16648 Add an optional argument for the backend, use it instead of
16649 calling vc-backend.
4b8b1ec5
SM
16650 (vc-mode-line): Add an optional argument for the backend.
16651 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
16652 special handling for vc-state being a buffer to ...
16653
16654 * vc-rcs.el (vc-rcs-find-file-hook):
16655 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
16656
16657 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16658 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16659 vc-stay-local-p and vc-mode-line calls.
16660
16661 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16662 (vc-cvs-diff, vc-cvs-annotate-command)
16663 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16664 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16665 vc-mode-line calls.
16666
16667 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16668 direct comparison.
16669 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
16670 backend when calling vc-mode-line.
16671 (vc-register): Do not create a closure for calling the vc register
16672 function, call it directly.
16673
2764748c
DN
166742009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16675
16676 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
16677 to make it obvious item can be clicked.
f5a0b281
DN
16678
16679 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
16680
d4a885b2
KH
166812009-06-23 Kenichi Handa <handa@m17n.org>
16682
16683 * language/korea-util.el (korean-key-bindings): Change the binding
16684 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
16685 same command.
16686
e3610693
MA
166872009-06-22 Michael Albinus <michael.albinus@gmx.de>
16688
16689 Sync with Tramp 2.1.16.
16690
16691 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
16692
16693 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
16694 when a loading of a package fails. Completion function for rsync
16695 is `tramp-completion-function-alist-ssh'.
16696 (all): Replace all calls of `split-string' and
16697 `tramp-split-string' by `tramp-compat-split-string'.
16698 (tramp-default-method): Use `tramp-compat-process-running-p'.
16699 (tramp-default-proxies-alist): Allow also Lisp forms.
16700 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 16701 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
16702 (tramp-domain-regexp): Allow also "-", "_" and ".".
16703 (tramp-end-of-output): Remove newlines, and add "$" at the end.
16704 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16705 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
16706 (tramp-handle-directory-files-and-attributes-with-stat):
16707 Care about filenames with spaces, or starting with "-".
e3610693
MA
16708 (tramp-handle-dired-uncache): New defun.
16709 (tramp-handle-insert-directory): Don't flush the directory from
16710 cache, this is handled by `dired-uncache' now.
16711 (tramp-handle-insert-file-contents): Improve error handling.
16712 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16713 Quote `tramp-end-of-output'.
16714 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
16715 (tramp-check-for-regexp): Both echoes must be present, before removing.
16716 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
16717 (tramp-compute-multi-hops): Eval cons cells of
16718 `tramp-default-proxies-alist'.
16719 (tramp-maybe-open-connection): Use the same command pattern for
16720 first hop and further hops.
16721 (tramp-wait-for-output): Remove handling of newlines.
16722 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16723 (tramp-split-string): Remove function. It is handled in
16724 tramp-compat now.
16725
4b8b1ec5
SM
16726 * net/tramp-cmds.el (tramp-bug):
16727 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
16728
16729 * net/tramp-compat.el (tramp-compat-split-string)
16730 (tramp-compat-process-running-p): New defuns.
16731
16732 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
16733 for `dired-uncache'.
16734
16735 * net/tramp-gvfs.el: New package.
16736
4b8b1ec5
SM
16737 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16738 Add handler for `dired-uncache'.
e3610693
MA
16739 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
16740
16741 * net/trampver.el: Update release number. Make version check fit
16742 for SXEmacs 22.
16743
13a3f374
JM
167442009-06-22 Jim Meyering <meyering@redhat.com>
16745
e0a28a3b 16746 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
16747 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
16748 XZ is the successor to LZMA: <http://tukaani.org/xz/>
16749
5242671e 167502009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 16751 Nick Roberts <nickrob@snap.net.nz>
13a3f374 16752
e0a28a3b 16753 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
16754 repository (http://sphinx.net.ru/hg/gdb-mi/).
16755
3fde45af
GM
167562009-06-22 Glenn Morris <rgm@gnu.org>
16757
46253b34
GM
16758 * files.el (dir-locals-collect-mode-variables): Allow for any number of
16759 `mode' and `eval' entries. (Bug#3430)
16760
97e18192
GM
16761 * Makefile.in (ELCFILES): Add fadr.elc.
16762
731a00fb
GM
16763 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
16764 differing behavior of \n and ^ in strings. (Bug#3385)
16765
c66cd0ff
GM
16766 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
16767
3fde45af
GM
16768 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
16769 property.
16770 (lisp-indent-function): Make it a defcustom.
16771
db2241a0
NR
167722009-06-21 Nick Roberts <nickrob@snap.net.nz>
16773
16774 * progmodes/gdb-ui.el: Replace with ...
5242671e 16775 * progmodes/gdb-mi.el: ... this file.
db2241a0 16776 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
16777
167782009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
16779
db2241a0
NR
16780 * fadr.el: New file.
16781
38d4f316 16782See ChangeLog.14 for earlier changes.
e3d51b27
MR
16783
16784;; Local Variables:
16785;; coding: utf-8
e3d51b27
MR
16786;; End:
16787
4e5617ee 16788 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
16789
16790 This file is part of GNU Emacs.
16791
16792 GNU Emacs is free software: you can redistribute it and/or modify
16793 it under the terms of the GNU General Public License as published by
16794 the Free Software Foundation, either version 3 of the License, or
16795 (at your option) any later version.
16796
16797 GNU Emacs is distributed in the hope that it will be useful,
16798 but WITHOUT ANY WARRANTY; without even the implied warranty of
16799 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16800 GNU General Public License for more details.
16801
16802 You should have received a copy of the GNU General Public License
16803 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16804
38d4f316 16805;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1