]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Add gnutls logging and clean up various gnutls bits.
[gnu-emacs] / lisp / ChangeLog
1 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
4 variable.
5 (starttls-negotiate): Use it.
6
7 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8
9 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
10 back.
11
12 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
15
16 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17
18 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
19
20 * net/netrc.el (netrc-store-data): New function.
21
22 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
23
24 * net/gnutls.el: GnuTLS glue code to set up a connection.
25
26 2010-09-25 Julien Danjou <julien@danjou.info>
27
28 * notifications.el: Call dbus-register-signal only if it is bound.
29
30 2010-09-25 Glenn Morris <rgm@gnu.org>
31
32 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
33 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
34 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
35 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
36 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
37 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
38 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
39 * eshell/esh-util.el, eshell/esh-var.el:
40 Remove leading `*' from docs of faces and defcustoms.
41
42 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
43
44 * eshell/em-ls.el (eshell-ls-archive-regexp):
45 * eshell/esh-util.el (eshell-tar-regexp):
46 * ibuffer.el (ibuffer-compressed-file-name-regexp):
47 * info.el (Info-suffix-list):
48 * international/mule.el (auto-coding-alist):
49 * woman.el (woman-file-regexp, woman-file-compression-regexp):
50 * progmodes/etags.el (tags-compression-info-list):
51 Support xz compression.
52
53 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
54
55 * files.el (get-free-disk-space): Don't assume the "df" output
56 columns line up (Bug#6995).
57
58 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
59
60 * finder.el (finder-unknown-keywords):
61 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
62 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
63
64 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
65
66 * server.el (server-start): Revert part of 2010-08-08 change. Using
67 address 127.0.0.1 for local host is now done in Fmake_network_process.
68
69 2010-09-24 Glenn Morris <rgm@gnu.org>
70
71 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
72 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
73 * textmodes/css-mode.el, textmodes/dns-mode.el:
74 Move autoloaded auto-mode-alist entries to files.el.
75 * files.el (auto-mode-alist): Move entries here.
76
77 2010-09-23 Glenn Morris <rgm@gnu.org>
78
79 * isearch.el (isearch-lazy-highlight-cleanup)
80 (isearch-lazy-highlight-initial-delay)
81 (isearch-lazy-highlight-interval)
82 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
83 * net/net-utils.el (ipconfig-program-options):
84 Move aliases to options before the associated definitions.
85
86 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * newcomment.el (comment-normalize-vars): Better test validity of
89 comment-end-skip.
90
91 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
92
93 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
94 (float-e): New name for `e'.
95 (degrees-to-radians, radians-to-degrees):
96 * calendar/solar.el (solar-longitude):
97 * calculator.el (calculator-registers, calculator-funcall):
98 * textmodes/artist.el (artist-spray-random-points):
99 * play/bubbles.el (bubbles--initialize-images): Use new names.
100
101 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
102
103 Update to CEDET 1.0's version of EIEIO.
104
105 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
106 New function.
107 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
108 (eieio-default-eval-maybe): Eval val instead of unquoting only.
109 (class-precedence-list): If class is nil, return nil.
110 (eieio-generic-call): If class of first input arg is nil, don't
111 look up static methods, and do check for primary methods.
112 (initialize-instance): See if the default needs to be evaluated
113 during the constructor.
114 (eieio-perform-slot-validation-for-default): Don't do the check
115 for values that will eventually be evaluated.
116 (eieio-eval-default-p): New function.
117 (eieio-default-eval-maybe): Use it.
118
119 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
120
121 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
122 method-invocation-order.
123 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
124 (eieio-class-precedence-dfs): Compute class precedence list using
125 dfs algorithm.
126 (eieio-class-precedence-bfs): Compute class precedence list using
127 bfs algorithm.
128 (eieio-class-precedence-c3): Compute class precedence list using
129 c3 algorithm.
130 (class-precedence-list): New function.
131 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
132 (inconsistent-class-hierarchy): New error symbol.
133 (call-next-method): Stow the replacement argument list for future
134 call-next-method invocations.
135
136 2010-09-23 Glenn Morris <rgm@gnu.org>
137
138 * calendar/appt.el (appt-check): If not displaying the diary,
139 use (diary 1) to only get the entries we need.
140 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
141 that it is in day order. (Bug#7019)
142
143 * calendar/appt.el (appt-check): Rather than showing the diary,
144 just turn off invisible display, and only if needed.
145
146 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
147
148 2010-09-23 Glenn Morris <rgm@gnu.org>
149
150 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
151 (byte-compile-defvar, byte-compile-cl-warn):
152 Start warnings with lower-case, like the majority.
153
154 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
155
156 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
157
158 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
159 * files.el (auto-mode-alist): Move ld-script entries here, further down
160 the list.
161
162 * vc/add-log.el: Don't require timezone when compiling.
163 (timezone-make-date-sortable): Autoload it.
164 (change-log-sortable-date-at): Don't require timezone.
165 Use `ignore-errors'.
166
167 * comint.el (comint-use-prompt-regexp-instead-of-fields):
168 Move alias before definition, so it does not need autoloading.
169
170 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
171 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
172 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
173 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
174 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
175 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
176 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
177 * textmodes/tex-mode.el, textmodes/two-column.el:
178 Remove leading `*' from docs of defcustoms etc.
179
180 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
181
182 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
183
184 2010-09-22 Dan Christensen <jdc@uwo.ca>
185
186 * calendar/time-date.el (date-to-time): Try using parse-time-string
187 first before using the slower timezone-make-date-arpa-standard.
188
189 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
190
191 * calendar/time-date.el (format-seconds): Comment fix.
192
193 2010-09-22 Glenn Morris <rgm@gnu.org>
194
195 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
196 is not automatically buffer-local.
197
198 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
201 (smie-indent-comment): Be more careful with comment-start-skip.
202 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
203 (smie-indent-functions): Use them.
204
205 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
206
207 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
208
209 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
210
211 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
212 tool-bar-position. Don't modify frame parameters here.
213 (menu-bar-options-save): Add tool-bar-position.
214
215 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
216
217 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * textmodes/reftex-parse.el (reftex-what-macro)
220 (reftex-context-substring): Let-bind forward-sexp-function to nil
221 since we don't need/want to treat \begin...\end as a block (bug#7053).
222
223 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
224
225 * simple.el (blink-matching-open): Use syntax-class.
226
227 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
228 Set invisibility spec for pascal's outline mode.
229 (pascal-outline-change): Clean up calling convention.
230 (pascal-show-all, pascal-hide-other-defuns): Update callers.
231
232 * progmodes/prolog.el (prolog-smie-forward-token)
233 (prolog-smie-backward-token): New functions.
234 (prolog-mode-variables): Use them to parse "!," correctly.
235 Set up smie-blink-matching for ".".
236
237 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
238 and `end'.
239 (ispell-region, ispell-process-line): Update users.
240
241 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
242 point-min==1.
243
244 * textmodes/ispell.el: Fix commenting convention.
245 (ispell-parse-output): Simplify, use push.
246 (ispell-region): Use match-string-no-properties.
247 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
248 (ispell-minor-mode): Use define-minor-mode.
249 (ispell-message): Remove unused var `skip-regexp'.
250 (ispell-add-per-file-word-list): Use dynamic let-binding.
251 Try and use the proper comment marker.
252
253 * mail/sendmail.el: Fix commenting convention.
254 (sendmail-send-it): Use line-beginning-position.
255
256 * help-fns.el (describe-variable): Add original value, if applicable.
257
258 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
259
260 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
261
262 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
263
264 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
265
266 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
267 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
268 (smie-prec2-levels): Use them to better diagnose precedence cycles.
269 (smie-blink-matching-check): Don't signal a mismatch if car is t.
270 (smie-blink-matching-open): Rewrite to remove assumptions, so that
271 something like "." can also be a closer.
272 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
273 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
274 Rename internal functions to use "--". Update callers.
275
276 * frame.el (make-frame-names-alist): Don't list frames on other displays.
277
278 * fringe.el (fringe-styles): New var.
279 (fringe-mode, fringe-query-style): Use it.
280
281 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
282
283 * progmodes/sql.el: Version 2.8
284 (sql-login-params): Update widget structure; changes still needed.
285 (sql-product-alist): Add :list-all and :list-table features for
286 SQLite, Postgres and MySQL products.
287 (sql-redirect): Handle default value.
288 (sql-execute, sql-execute-feature): New functions.
289 (sql-read-table-name): New function.
290 (sql-list-all, sql-list-table): New functions. User API.
291 (sql-mode-map, sql-interactive-mode-map): Add key definitions
292 for above functions.
293 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
294 for above functions.
295 (sql-postgres-login-params): Add user and database defaults.
296 (sql-buffer-live-p): Bug fix.
297 (sql-product-history): New variable.
298 (sql-read-product): New function. Use it.
299 (sql-set-product, sql-product-interactive): Use it.
300 (sql-connection-history): New variable.
301 (sql-read-connection): New function. Use it.
302 (sql-connect): New function.
303 (sql-for-each-login): Redesign function interface.
304 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
305 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
306 (sql-comint): Check for program. Existing live buffer.
307 (sql-comint-postgres): Add port parameter.
308
309 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
310
311 * emacs-lisp/warnings.el: Fix commenting convention.
312 (display-warning): Use special mode and make the buffer read-only.
313
314 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
315
316 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
317 empty string when it follows a repeated or optional pattern.
318
319 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * indent.el (indent-according-to-mode): Apply syntax-propertize.
322 (indent-region): Use indent-according-to-mode.
323
324 2010-09-18 Eli Zaretskii <eliz@gnu.org>
325
326 * fringe.el (fringe-mode): Doc fix.
327
328 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
329
330 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
331 refreshing the preview buffer.
332
333 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
334
335 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
336 (latex-syntax-propertize-rules): New consts; replace
337 tex-font-lock-syntactic-keywords.
338 (tex-env-mark, latex-env-before-change): New functions.
339 (latex-electric-env-pair-mode): New minor mode.
340 (tex-font-lock-verb): Change arguments; do move point.
341 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
342 representation as a form of comment.
343 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
344 (doctex-syntax-propertize-rules): New const; replaces
345 doctex-font-lock-syntactic-keywords.
346 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
347
348 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
349 (fortran-make-syntax-propertize-function): New function; replaces
350 fortran-font-lock-syntactic-keywords.
351 (fortran-mode): Use it.
352 (fortran-line-length): Use it. Improve interactive spec.
353
354 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
355 (syntax-propertize-rules): Add var-ref case. Fix offset computation
356 when adding surrounding \(..\).
357
358 * progmodes/js.el (js-mode): Fix last change (bug#7054).
359
360 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
363 Use with-current-buffer.
364
365 * isearch.el (isearch-face): Rename from `isearch'.
366 (isearch-highlight): Use new name.
367
368 2010-09-17 Eli Zaretskii <eliz@gnu.org>
369
370 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
371 5, for `half' width fringes. (Bug#6933)
372
373 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
376 (byte-compile-defvar): "foo/bar" does not lack a prefix.
377
378 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
379
380 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
381
382 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
383 in calculating new frame position. Add more space between new and
384 parent on the left (Bug#7048).
385
386 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
387
388 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
389 defmacro.
390
391 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
392
393 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
394
395 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
396 obsolete alias for x-selection-value.
397
398 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
399
400 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
401
402 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
403 cookie.
404
405 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
406
407 * net/tramp-compat.el (tramp-compat-with-temp-message)
408 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
409 (tramp-compat-process-put): New defuns.
410
411 * net/tramp.el (top):
412 * net/tramp-gvfs.el (top):
413 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
414
415 * net/tramp.el (tramp-progress-reporter-update):
416 Use `tramp-compat-funcall'.
417
418 * net/tramp.el (tramp-process-actions):
419 * net/tramp-gvfs.el (tramp-handle-vc-registered):
420 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
421 (tramp-get-remote-stat, tramp-get-remote-readlink):
422 Use `tramp-compat-with-temp-message'.
423
424 * net/tramp-sh.el (top): Require 'cl.
425 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
426 (tramp-open-connection-setup-interactive-shell):
427 Use `tramp-compat-process-put'.
428
429 2010-09-15 Alan Mackenzie <acm@muc.de>
430
431 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
432 indentation.
433 (c-forward-<>-arglist-recur): Fix an infinite recursion.
434
435 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
438 `lexical' for warnings related to lexical scoping.
439 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
440 global vars which don't have a prefix and could hence affect lexical
441 scoping in unrelated files.
442
443 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
444
445 * net/imap.el: Revert back to version
446 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
447 seem problematic.
448
449 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
450
451 * obsolete/old-whitespace.el (whitespace-unload-function):
452 Explicitly pass `obarray' to `unintern' to avoid a warning.
453
454 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
455
456 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
457 Add `when' argument. Update callers.
458
459 * subr.el (unintern): Declare the obarray arg mandatory.
460
461 2010-09-14 Glenn Morris <rgm@gnu.org>
462
463 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
464 Doc fixes.
465
466 * calendar/diary-lib.el (diary-included-files): New variable.
467 (diary-list-entries): Maybe initialize diary-included-files.
468 (diary-include-other-diary-files): Append to diary-included-files.
469 * calendar/appt.el (appt-update-list): Also check the members of
470 diary-included-files. (Bug#6999)
471 (appt-check): Doc fix.
472
473 2010-09-14 David Reitter <david.reitter@gmail.com>
474
475 * simple.el (line-move-visual): Do not truncate goal column to
476 integer size. (Bug#7020)
477
478 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * repeat.el (repeat): Allow repeating when the last event is a click.
481 Suggested by Drew Adams (bug#6256).
482
483 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
484
485 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
486 Replace setting HGRCPATH to "" by some less invasive --config options.
487
488 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
489
490 * font-lock.el (font-lock-beginning-of-syntax-function):
491 Mark as obsolete.
492
493 2010-09-14 Glenn Morris <rgm@gnu.org>
494
495 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
496 and tool-bar modes. (Bug#6211)
497 (menu-bar-mode): Move setting of standard-value after the
498 minor-mode definition, otherwise it seems to have no effect.
499
500 2010-09-14 Masatake YAMATO <yamato@redhat.com>
501
502 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
503 Fix typo. (Bug#6976)
504
505 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
506
507 * whitespace.el: Allow cleaning up blanks without blank
508 visualization (Bug#6651). Adjust help window for
509 whitespace-toggle-options (Bug#6479). Allow to use fill-column
510 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
511 (whitespace-style): Add new value 'face. Adjust docstring.
512 (whitespace-space, whitespace-hspace, whitespace-tab):
513 Adjust foreground property face.
514 (whitespace-line-column): Adjust docstring and type declaration.
515 (whitespace-style-value-list, whitespace-toggle-option-alist)
516 (whitespace-help-text): Adjust const initialization.
517 (whitespace-toggle-options, global-whitespace-toggle-options):
518 Adjust docstring.
519 (whitespace-display-window, whitespace-interactive-char)
520 (whitespace-style-face-p, whitespace-color-on): Adjust code.
521 (whitespace-help-scroll): New fun.
522
523 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
524
525 * calendar/time-date.el (format-seconds): Comment fix.
526
527 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
528
529 * progmodes/sql.el: Version 2.7.
530 (sql-buffer-live-p): Improve detection.
531 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
532 (sql-set-sqli-buffer): Use it.
533 (sql-product-interactive): Run `sql-set-sqli-hook'.
534 (sql-rename-buffer): Code cleanup.
535 (sql-redirect, sql-redirect-value): New functions. More to come.
536
537 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
538
539 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.
540 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
541 (TRAMP_SRC): New macro.
542 ($(lisp)/net/tramp-loaddefs.el): New target.
543
544 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
545
546 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
547
548 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
549
550 * net/tramp.el (top): Don't show loading message. Require just
551 'tramp-compat, everything else is required there.
552 Use `ignore-errors' where appropriate.
553 (tramp-inline-compress-start-size, tramp-copy-size-limit)
554 (tramp-terminal-type, tramp-end-of-output)
555 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
556 (tramp-completion-function-alist-ssh)
557 (tramp-completion-function-alist-telnet)
558 (tramp-completion-function-alist-su)
559 (tramp-completion-function-alist-putty, tramp-remote-path)
560 (tramp-remote-process-environment, tramp-sh-extra-args)
561 (tramp-actions-before-shell, tramp-uudecode)
562 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
563 (tramp-perl-file-attributes)
564 (tramp-perl-directory-files-and-attributes)
565 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
566 (tramp-perl-encode, tramp-perl-decode)
567 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
568 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
569 (tramp-handle-make-symbolic-link, tramp-handle-load)
570 (tramp-handle-file-name-as-directory)
571 (tramp-handle-file-name-directory)
572 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
573 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
574 (tramp-do-file-attributes-with-ls)
575 (tramp-do-file-attributes-with-perl)
576 (tramp-do-file-attributes-with-stat)
577 (tramp-handle-set-visited-file-modtime)
578 (tramp-handle-verify-visited-file-modtime)
579 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
580 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
581 (tramp-handle-file-selinux-context)
582 (tramp-handle-set-file-selinux-context)
583 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
584 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
585 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
586 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
587 (tramp-handle-file-ownership-preserved-p)
588 (tramp-handle-directory-file-name, tramp-handle-directory-files)
589 (tramp-handle-directory-files-and-attributes)
590 (tramp-do-directory-files-and-attributes-with-perl)
591 (tramp-do-directory-files-and-attributes-with-stat)
592 (tramp-handle-file-name-all-completions)
593 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
594 (tramp-handle-copy-file, tramp-handle-copy-directory)
595 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
596 (tramp-do-copy-or-rename-file-via-buffer)
597 (tramp-do-copy-or-rename-file-directly)
598 (tramp-do-copy-or-rename-file-out-of-band)
599 (tramp-handle-make-directory, tramp-handle-delete-directory)
600 (tramp-handle-delete-file)
601 (tramp-handle-dired-recursive-delete-directory)
602 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
603 (tramp-handle-insert-directory)
604 (tramp-handle-unhandled-file-name-directory)
605 (tramp-handle-expand-file-name)
606 (tramp-handle-substitute-in-file-name)
607 (tramp-handle-executable-find, tramp-process-sentinel)
608 (tramp-handle-start-file-process, tramp-handle-process-file)
609 (tramp-handle-call-process-region, tramp-handle-shell-command)
610 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
611 (tramp-handle-insert-file-contents)
612 (tramp-handle-insert-file-contents-literally)
613 (tramp-handle-find-backup-file-name)
614 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
615 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
616 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
617 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
618 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
619 (tramp-find-file-exists-command, tramp-open-shell)
620 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
621 (tramp-open-connection-setup-interactive-shell)
622 (tramp-local-coding-commands, tramp-remote-coding-commands)
623 (tramp-find-inline-encoding, tramp-call-local-coding-command)
624 (tramp-inline-compress-commands, tramp-find-inline-compress)
625 (tramp-compute-multi-hops, tramp-maybe-open-connection)
626 (tramp-send-command, tramp-wait-for-output)
627 (tramp-send-command-and-check, tramp-barf-unless-okay)
628 (tramp-send-command-and-read, tramp-mode-string-to-int)
629 (tramp-convert-file-attributes, tramp-check-cached-permissions)
630 (tramp-file-mode-from-int, tramp-file-mode-permissions)
631 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
632 (tramp-method-out-of-band-p, tramp-local-host-p)
633 (tramp-get-remote-path, tramp-get-remote-tmpdir)
634 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
635 (tramp-get-test-command, tramp-get-test-nt-command)
636 (tramp-get-file-exists-command, tramp-get-remote-ln)
637 (tramp-get-remote-perl, tramp-get-remote-stat)
638 (tramp-get-remote-readlink, tramp-get-remote-trash)
639 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
640 (tramp-get-local-uid, tramp-get-local-gid)
641 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
642 tramp-sh.el.
643 (tramp-methods, tramp-default-method-alist)
644 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
645 Move initialization to tramp-sh.el.
646 (tramp-temp-name-prefix): Make it a defconst.
647 (tramp-dissect-file-name): Don't check anymore for multi-hop
648 methods.
649 (tramp-debug-outline-regexp): Add a docstring.
650 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
651 (tramp-get-debug-buffer): Use it.
652
653 * net/tramp-cache.el (top): Set tramp-autoload cookie for
654 initialization forms.
655 (tramp-set-connection-property): Don't protect `tramp-message'
656 call, it isn't necessary any longer.
657 (tramp-dump-connection-properties): Use `ignore-errors'.
658
659 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
660 'password-cache and 'auth-source.
661
662 * net/tramp-gvfs.el (top):
663 * net/tramp-smb.el (top): Require 'tramp-sh.
664
665 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
666
667 * net/tramp-sh.el: New file, derived from tramp.el.
668 (top): Initialize `tramp-methods', `tramp-default-method-alist',
669 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
670 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
671 Use `ignore-errors' where appropriate.
672 (tramp-sh-file-name-handler-alist): Rename from
673 `tramp-file-name-handler-alist'.
674 (tramp-send-command-and-check): Return t or nil. Remove all
675 `zerop' checks, where called.
676 (tramp-handle-set-file-modes)
677 (tramp-do-copy-or-rename-file-directly)
678 (tramp-handle-delete-directory, tramp-handle-delete-file)
679 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
680 (tramp-sh-file-name-handler, tramp-send-command-and-check)
681 (tramp-get-remote-ln): Set tramp-autoload cookie.
682
683 * net/tramp-fish.el: Remove file.
684
685 2010-09-13 Daiki Ueno <ueno@unixuser.org>
686
687 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
688 buffer-file-name to avoid file-locking. (Bug#7026)
689
690 2010-09-13 Julien Danjou <julien@danjou.info>
691
692 * notifications.el (notifications-notify): Add support for
693 image-path and sound-name.
694 (notifications-specification-version): Add this variable.
695
696 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
699
700 2010-09-12 Leo <sdl.web@gmail.com>
701
702 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
703 (rcirc-completion-start): New variables.
704 (rcirc-nick-completions): Rename to rcirc-completions.
705 (rcirc-nick-completion-start-offset): Delete.
706 (rcirc-completion-at-point): New function for constructing
707 completion data for both nicks and irc commands. Add to
708 completion-at-point-functions in rcirc mode.
709 (rcirc-complete): Rename from rcirc-nick-complete; use
710 rcirc-completion-at-point.
711 (defun-rcirc-command): Update rcirc-client-commands.
712
713 2010-09-11 Glenn Morris <rgm@gnu.org>
714
715 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
716 atomically, to avoid parallel build errors. (Bug#4196)
717
718 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
719
720 * progmodes/sql.el: Version 2.6
721 (sql-dialect): Synonym for "sql-product".
722 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
723 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
724 Set "sql-buffer" to buffer name not buffer object so multiple sql
725 interactive buffers work properly. Reverts misguided changes in
726 earlier work.
727 (sql-comint): Make sure different buffer name is used if "*SQL*"
728 buffer is for a different product.
729 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
730 login param.
731 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
732 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
733 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
734 Accept new buffer name or prompt for one.
735 (sql-port): Default to zero.
736 (sql-comint-mysql): Handle "sql-port" as a numeric.
737 (sql-port-history): Delete unused variable.
738 (sql-get-login): Default "sql-port" to a number.
739 (sql-product-alist): Correct Postgres prompt and terminator regexp.
740 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
741 "sqlite3" executables.
742 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
743 (sql-buffer-live-p): New function.
744 (sql-mode-menu, sql-send-string): Use it.
745 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
746 syntax pattern.
747 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
748 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
749
750 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
751
752 * net/netrc.el (netrc-credentials): New convenience function.
753
754 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
757 to replace texinfo-font-lock-syntactic-keywords.
758 (texinfo-mode): Use it.
759
760 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
761 Use syntax-propertize-function.
762
763 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
764 replace sgml-font-lock-syntactic-keywords.
765 (sgml-mode): Use it.
766
767 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
768 since we don't use it.
769
770 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
771
772 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
773 if available.
774 (vhdl-fontify-buffer): Adjust.
775
776 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
777 replace tcl-font-lock-syntactic-keywords.
778 (tcl-mode): Use it.
779
780 * progmodes/simula.el (simula-syntax-propertize-function): New var to
781 replace simula-font-lock-syntactic-keywords.
782 (simula-mode): Use it.
783
784 * progmodes/sh-script.el (sh-st-symbol): Remove.
785 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
786 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
787 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
788 (sh-font-lock-paren): Set syntax-multiline.
789 (sh-font-lock-syntactic-keywords): Remove.
790 (sh-syntax-propertize-function): New function to replace it.
791 (sh-mode): Use it.
792
793 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
794 Define while compiling.
795 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
796 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
797 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
798 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
799 (ruby-here-doc-end-syntax): Only define when
800 syntax-propertize is not available.
801 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
802 New functions.
803 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
804 (electric-indent-chars): Silence bytecompiler.
805 (ruby-mode): Use prog-mode, syntax-propertize-function, and
806 electric-indent-chars.
807
808 * progmodes/python.el (python-syntax-propertize-function): New var to
809 replace python-font-lock-syntactic-keywords.
810 (python-mode): Use it.
811 (python-quote-syntax): Simplify and adjust to new use.
812
813 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
814 replace perl-font-lock-syntactic-keywords.
815 (perl-syntax-propertize-special-constructs): New fun to replace
816 perl-font-lock-special-syntactic-constructs.
817 (perl-font-lock-syntactic-face-function): New fun.
818 (perl-mode): Use it.
819
820 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
821 to replace octave-font-lock-close-quotes.
822 (octave-syntax-propertize-function): New function to replace
823 octave-font-lock-syntactic-keywords.
824 (octave-mode): Use it.
825
826 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
827 replaces mixal-font-lock-syntactic-keywords.
828 (mixal-mode): Use it.
829
830 * progmodes/make-mode.el (makefile-syntax-propertize-function):
831 New var; replaces makefile-font-lock-syntactic-keywords.
832 (makefile-mode): Use it.
833 (makefile-imake-mode): Adjust.
834
835 * progmodes/js.el (js--regexp-literal): Define while compiling.
836 (js-syntax-propertize-function): New var; replaces
837 js-font-lock-syntactic-keywords.
838 (js-mode): Use it.
839
840 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
841 replaces gdb-script-font-lock-syntactic-keywords.
842 (gdb-script-mode): Use it.
843
844 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
845 (fortran--font-lock-syntactic-keywords): New var.
846 (fortran-line-length): Update syntax-propertize-function and
847 fortran--font-lock-syntactic-keywords.
848
849 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
850
851 * progmodes/cfengine.el (cfengine-mode):
852 Use syntax-propertize-function.
853 (cfengine-font-lock-syntactic-keywords): Remove.
854
855 * progmodes/autoconf.el (autoconf-mode):
856 Use syntax-propertize-function.
857 (autoconf-font-lock-syntactic-keywords): Remove.
858
859 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
860 (ada-after-change-function, ada-initialize-syntax-table-properties)
861 (ada-handle-syntax-table-properties): Only define when
862 syntax-propertize is not available.
863 (ada-mode): Use syntax-propertize-function.
864
865 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
866 (font-lock-fontify-syntactic-keywords-region): Move handling of
867 font-lock-syntactically-fontified to...
868 (font-lock-default-fontify-region): ...here.
869 Let syntax-propertize-function take precedence.
870 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
871
872 * emacs-lisp/syntax.el (syntax-propertize-function)
873 (syntax-propertize-chunk-size, syntax-propertize--done)
874 (syntax-propertize-extend-region-functions): New vars.
875 (syntax-propertize-wholelines, syntax-propertize-multiline)
876 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
877 (syntax-propertize): New functions.
878 (syntax-propertize-rules): New macro.
879 (syntax-ppss-flush-cache): Set syntax-propertize--done.
880 (syntax-ppss): Call syntax-propertize.
881
882 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
883
884 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
885
886 * textmodes/ispell.el (ispell-init-process): Improve comments.
887 XEmacs compatibility changes regarding (add-hook) 'local option
888 and (set-process-query-on-exit-flag).
889
890 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
891
892 * net/tramp-cache.el (tramp-parse-connection-properties):
893 Set tramp-autoload cookie.
894
895 2010-09-09 Glenn Morris <rgm@gnu.org>
896
897 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
898 (imagemagick-register-types): Doc fix.
899
900 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
903
904 * progmodes/js.el (require): Require is already "eval-and-compile".
905 (js--re-search-forward): Avoid `eval'. Preserve the error data.
906 (js--re-search-backward): Use js--re-search-forward.
907
908 * progmodes/fortran.el (fortran-line-length): Don't recompute
909 syntactic keywords redundantly a second time.
910
911 * progmodes/ada-mode.el: Replace "(set '" with setq.
912 (ada-mode): Simplify.
913 (ada-create-case-exception, ada-adjust-case-interactive)
914 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
915 (ada-search-ignore-string-comment, ada-move-to-start)
916 (ada-move-to-end): Use with-syntax-table.
917
918 * font-lock.el (save-buffer-state): Remove `varlist' arg.
919 (font-lock-unfontify-region, font-lock-default-fontify-region):
920 Update usage correspondingly.
921 (font-lock-fontify-syntactic-keywords-region):
922 Set parse-sexp-lookup-properties buffer-locally here.
923 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
924
925 * simple.el (blink-matching-open): Don't burp if we can't find a match.
926
927 2010-09-08 Glenn Morris <rgm@gnu.org>
928
929 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
930 Error if not compiled with -DBYTE_CODE_METER.
931
932 * emacs-lisp/bytecomp.el (byte-recompile-directory):
933 Ignore dir-locals-file.
934
935 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * progmodes/compile.el (compilation-error-regexp-alist-alist):
938 Not a const.
939 (compilation-error-regexp-alist-alist): Rule out ": " in file names
940 for the `gnu' messages.
941 (compilation-set-skip-threshold): New command.
942 (compilation-start): Use \' rather than $.
943 (compilation-forget-errors): Use clrhash.
944
945 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
946
947 * textmodes/ispell.el (ispell-valid-dictionary-list):
948 Simplify logic.
949
950 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
951
952 Migrate to Tramp 2.2. Rearrange load dependencies.
953 (Bug#1529, Bug#5448, Bug#5705)
954
955 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
956 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
957 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
958
959 * net/tramp.el (top): Remove all other tramp-* loads except
960 tramp-compat.el. Remove all changes to tramp-unload-hook for
961 other tramp-* packages. Rearrange defun order. Change calls of
962 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
963 `tramp-compat-octal-to-decimal' to new function names.
964 (tramp-terminal-type, tramp-initial-end-of-output)
965 (tramp-methods, tramp-foreign-file-name-handler-alist)
966 (tramp-tramp-file-p, tramp-completion-mode-p)
967 (tramp-send-command-and-check, tramp-get-remote-path)
968 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
969 (tramp-shell-quote-argument): Set tramp-autoload cookie.
970 (with-file-property, with-connection-property): Move to
971 tramp-cache.el.
972 (tramp-local-call-process, tramp-decimal-to-octal)
973 (tramp-octal-to-decimal): Move to tramp-compat.el.
974 (tramp-handle-shell-command): Do not require 'shell.
975 (tramp-compute-multi-hops): No special handling for tramp-gw-*
976 symbols.
977 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
978
979 * net/tramp-cache.el (top): Require 'tramp. Add to
980 `tramp-unload-hook'.
981 (tramp-cache-data, tramp-get-file-property)
982 (tramp-set-file-property, tramp-flush-file-property)
983 (tramp-flush-directory-property, tramp-get-connection-property)
984 (tramp-set-connection-property, tramp-flush-connection-property)
985 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
986 cookie.
987 (with-file-property, with-connection-property): New defuns, moved
988 from tramp.el.
989 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
990 macro.
991
992 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
993 (tramp-version): Set tramp-autoload cookie.
994
995 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
996 changes to tramp-unload-hook for other tramp-* packages. Add to
997 `tramp-unload-hook'.
998 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
999 (tramp-compat-call-process): New defuns, moved from tramp.el.
1000
1001 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1002 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1003 to `tramp-unload-hook'. Change call of
1004 `tramp-compat-decimal-to-octal' to new function name.
1005 (tramp-fish-method): Make it a defconst.
1006 (tramp-fish-file-name-p): Make it a defsubst.
1007 (tramp-fish-method, tramp-fish-file-name-handler)
1008 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1009
1010 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1011 `tramp-foreign-file-name-handler-alist'. Add to
1012 `tramp-unload-hook'.
1013 (tramp-ftp-method): Make it a defconst.
1014 (tramp-ftp-file-name-p): Make it a defsubst.
1015 (tramp-ftp-method, tramp-ftp-file-name-handler)
1016 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1017
1018 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1019 `tramp-foreign-file-name-handler-alist'. Add to
1020 `tramp-unload-hook'. Change checks, whether package can be
1021 loaded.
1022 (tramp-gvfs-file-name-p): Make it a defsubst.
1023 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1024 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1025 (tramp-gvfs-handle-file-directory-p): New defun.
1026 (tramp-gvfs-file-name-handler-alist): Use it.
1027
1028 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1029 `tramp-foreign-file-name-handler-alist'. Add to
1030 `tramp-unload-hook'.
1031 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1032 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1033 defconst.
1034 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1035 (tramp-gw-open-connection): Set tramp-autoload cookie.
1036
1037 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1038 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1039 to `tramp-unload-hook'. Change checks, whether package can be
1040 loaded.
1041 (tramp-imap-file-name-p): Make it a defsubst.
1042 (tramp-imap-method, tramp-imaps-method)
1043 (tramp-imap-file-name-handler)
1044 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1045
1046 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1047 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1048 to `tramp-unload-hook'. Change checks, whether package can be
1049 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1050 function name.
1051 (tramp-smb-tunnel-method): Make it a defconst.
1052 (tramp-smb-file-name-p): Make it a defsubst.
1053 (tramp-smb-method, tramp-smb-file-name-handler)
1054 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1055
1056 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1057 (tramp-uuencode-region): Set tramp-autoload cookie.
1058
1059 * net/trampver.el (top) Add to `tramp-unload-hook'.
1060 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1061 cookie. Update release number.
1062
1063 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1064
1065 * textmodes/ispell.el (ispell-start-process): Make sure original
1066 arg list is properly initialized (Bug#6993, Bug#6994).
1067
1068 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1069
1070 * files.el (directory-abbrev-alist): Use \` as default regexp.
1071
1072 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1073 chars like - or ] (bug#6984).
1074 (rx-any-condense-range): Explode 2-char ranges.
1075
1076 2010-09-06 Glenn Morris <rgm@gnu.org>
1077
1078 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1079
1080 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1082 * textmodes/bibtex.el:
1083 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1084
1085 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1086
1087 * net/imap.el (imap-message-map): Remove optional buffer parameter,
1088 since no callers use it.
1089 (imap-message-get): Ditto.
1090 (imap-message-put): Ditto.
1091 (imap-mailbox-map): Ditto.
1092 (imap-mailbox-put): Ditto.
1093 (imap-mailbox-get): Ditto.
1094 (imap-mailbox-get): Revert last change for this function.
1095
1096 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1097
1098 * net/imap.el (imap-fetch-safe): Remove function, and alter all
1099 callers to use `imap-fetch' instead. According to the comments, this
1100 should be safe, since all other IMAP clients use the 1:* syntax.
1101 (imap-enable-exchange-bug-workaround): Remove.
1102 (imap-debug): Remove -- doesn't seem very useful.
1103
1104 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1105
1106 * net/imap.el (imap-log): New convenience function used throughout
1107 instead of repeating the same code all over the place.
1108
1109 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
1110
1111 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1112 when mouse-drag-copy-region is non-nil (Bug#6956).
1113
1114 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
1115
1116 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1117 Improve regexps (Bug#6987).
1118 (dired-sort-toggle): Search more robustly for -t flag.
1119
1120 * files.el (get-free-disk-space): Search more robustly for
1121 "available" column. Suggested by Ehud Karni
1122 <ehud@unix.mvs.co.il>.
1123
1124 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1125
1126 * international/uni-bidi.el:
1127 * international/uni-category.el:
1128 * international/uni-combining.el:
1129 * international/uni-decimal.el:
1130 * international/uni-mirrored.el:
1131 * international/uni-name.el: Regenerate.
1132
1133 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1134
1135 * electric.el (electric-indent-post-self-insert-function):
1136 Don't reindent with a sloppy indentation function.
1137
1138 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1139 border case in change-log-mode.
1140
1141 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
1142
1143 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1144 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1145 Recognize leading tab in gcc-include regexp. Ignore names with
1146 leading "from" or "in" in gnu regexp (Bug#6937).
1147
1148 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1149
1150 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1151 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1152 (ispell-start-process): Avoid setq and simplify logic.
1153 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1154 (kill-buffer-hook): Don't use it globally with code that uses
1155 expand-file-name since that may call kill-buffer via
1156 code_conversion_restore.
1157
1158 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1159
1160 * emacs-lisp/package.el (package-directory-list): Only call
1161 file-name-nondirectory on a string.
1162
1163 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1164
1165 * emacs-lisp/package.el (package--download-one-archive):
1166 Ensure that archive-contents is valid before saving it.
1167 (package-activate-1, package-mark-obsolete, define-package)
1168 (package-compute-transaction, package-list-maybe-add): Use push.
1169
1170 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 Use SMIE's blink-paren for octave-mode.
1173 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1174 Backslashes do not escape single-quotes, single-quotes do.
1175 (octave-block-else-regexp, octave-block-end-regexp)
1176 (octave-block-match-alist): Remove.
1177 (octave-smie-bnf-table): New var, with old content.
1178 (octave-smie-op-levels): Use it.
1179 (octave-smie-closer-alist): New var.
1180 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1181 (octave-blink-matching-block-open): Remove.
1182 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1183 (octave-electric-space): Let self-insert-command run expand-abbrev and
1184 blink parens.
1185
1186 * electric.el (electricity): New group.
1187 (electric-indent-chars): New var.
1188 (electric-indent-post-self-insert-function): New fun.
1189 (electric-indent-mode): New minor mode.
1190 (electric-pair-skip-self): New custom.
1191 (electric-pair-post-self-insert-function): New function.
1192 (electric-pair-mode): New minor mode.
1193
1194 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1195 calcAlg-blink-matching-open.
1196 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1197 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1198 Use the new blink-matching-check-function.
1199
1200 Provide blink-matching support to SMIE.
1201 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1202 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1203 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1204
1205 * simple.el (newline): Fix last change to properly remove itself from
1206 the hook.
1207
1208 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * simple.el (newline): Eliminate optimization.
1211 Use post-self-insert-hook to set hard-newline and things before
1212 running post-self-insert-hook.
1213 (blink-matching-check-mismatch): New function.
1214 (blink-matching-check-function): New variable.
1215 (blink-matching-open): Use them.
1216 Skip back forward over prefix chars skipped by forward-sexp.
1217 Don't check if the parens are backslash escaped.
1218 (blink-paren-post-self-insert-function): Check backslash escaping here.
1219
1220 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1221
1222 * emacs-lisp/package.el (package-menu-mode-map):
1223 Change package-menu-revert bindings to revert-buffer.
1224 (package-menu-mode): Set revert-buffer-function.
1225 (package-menu-revert): Doc fix.
1226
1227 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1228
1229 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1230 `default-directory' unless using Ispell per-directory personal
1231 dictionaries and not in a mini-buffer under XEmacs.
1232 (kill-buffer-hook): Do not kill ispell process on exit when
1233 `ispell-process-directory' is "~/". (Bug#6143)
1234
1235 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1236
1237 * simple.el (kill-new): Call interprogram-cut-function with only
1238 one argument.
1239
1240 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1241 Remove cut buffer from error message.
1242
1243 * term/x-win.el (x-select-text):
1244 * term/pc-win.el (x-selection-value):
1245 * term/ns-win.el (x-selection-value):
1246 * eshell/em-term.el:
1247 * w32-fns.el (x-get-selection-value):
1248 * mouse-sel.el (mouse-sel-set-selection-function):
1249 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1250
1251 * term/x-win.el: Update documentation for x-last-selected-text-*.
1252 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1253 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1254 (x-select-text): Remove argument PUSH, update documentation. Remove
1255 cut-buffer code.
1256 (x-selection-value-internal): Was previously x-selection-value.
1257 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1258 Update documentation, remove cut-buffer code. Call
1259 x-selection-value-internal.
1260 (x-clipboard-yank): Call x-selection-value-internal.
1261 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1262
1263 * term/pc-win.el (x-last-selected-text):
1264 x-cut-buffer-or-selection-value renamed to x-selection-value
1265 (x-select-text): Remove argument PUSH, update documentation.
1266
1267 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1268 x-cut-buffer-or-selection-value renamed to x-selection-value
1269 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1270 (x-select-text): Remove argument PUSH, update documentation.
1271
1272 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1273
1274 * w32-fns.el (x-last-selected-text):
1275 x-cut-buffer-or-selection-value renamed to x-selection-value.
1276 (x-cut-buffer-max): Remove.
1277 (x-select-text): Remove argument PUSH, update documentation.
1278
1279 * simple.el (interprogram-cut-function): Remove mention of PUSH.
1280
1281 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1282
1283 * mouse-sel.el (mouse-sel-get-selection-function):
1284 x-cut-buffer-or-selection-value renamed to x-selection-value.
1285 (x-select-text): Remove optional push.
1286
1287 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1288
1289 * simple.el (blink-paren-function): Move from C to here.
1290 (blink-paren-post-self-insert-function): New function.
1291 (post-self-insert-hook): Use it.
1292
1293 * emacs-lisp/pcase.el (pcase-split-memq):
1294 Fix overenthusiastic optimisation.
1295 (pcase-u1): Handle the case of a lambda pred.
1296
1297 2010-08-31 Kenichi Handa <handa@m17n.org>
1298
1299 * international/mule-cmds.el (standard-display-european-internal):
1300 Setup standard-display-table for 8-bit characters by storing 8-bit
1301 characters in the element vector.
1302
1303 * disp-table.el (standard-display-8bit): Setup
1304 standard-display-table for 8-bit characters by storing 8-bit
1305 characters in the element vector.
1306 (standard-display-european): Likewise.
1307
1308 2010-08-31 Masatake YAMATO <yamato@redhat.com>
1309
1310 * textmodes/nroff-mode.el (nroff-view): New command.
1311 (nroff-mode-map): Bind it to C-c C-c.
1312
1313 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * emacs-lisp/smie.el (smie-down-list): New command.
1316
1317 Remove old indentation and navigation code on octave-mode.
1318 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1319 smie-down-list rather than add a binding for octave-down-block.
1320 (octave-mark-block, octave-blink-matching-block-open):
1321 Rely on forward-sexp-function.
1322 (octave-fill-paragraph): Don't narrow, so you can use
1323 indent-according-to-mode.
1324 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1325 (octave-in-block-p, octave-re-search-forward-kw)
1326 (octave-re-search-backward-kw, octave-indent-calculate)
1327 (octave-end-as-array-index-p, octave-block-end-offset)
1328 (octave-scan-blocks, octave-forward-block, octave-backward-block)
1329 (octave-down-block, octave-backward-up-block, octave-up-block)
1330 (octave-before-magic-comment-p, octave-indent-line): Remove.
1331
1332 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
1333
1334 * emacs-lisp/package.el (package--read-archive-file): Just use
1335 `read', to avoid copying an additional string.
1336 (package-menu-mode): Set header-line-format here.
1337 (package-menu-refresh, package-menu-revert): Signal an error if
1338 not in the Package Menu.
1339 (package-menu-package-list): New var.
1340 (package--generate-package-list): Operate on the current buffer;
1341 don't assume that it is *Packages*, since the user may rename it.
1342 Allow persistent package listings and sort keys using
1343 package-menu-package-list and package-menu-package-sort-key.
1344 (package-menu--version-predicate): Fix version calculation.
1345 (package-menu-sort-by-column): Don't select the window.
1346 (package--list-packages): Create the *Packages* buffer.
1347 Set package-menu-package-list-key.
1348 (list-packages): Sorting by status is now the default.
1349 (package-buffer-info): Use match-string-no-properties.
1350 (define-package): Add a &rest argument for future proofing, but
1351 don't use it yet.
1352 (package-install-from-buffer, package-install-buffer-internal):
1353 Merge into a single function, package-install-from-buffer.
1354 (package-install-file): Change caller.
1355
1356 * finder.el: Load finder-inf using `require'.
1357 (finder-list-matches): Sorting by status is now the default.
1358 (finder-compile-keywords): Simpify printing.
1359
1360 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1363 (octave-mode-map): Remove special bindings for forward/backward-block
1364 and octave-backward-up-block. Use smie-close-block.
1365 (octave-continuation-marker-regexp): New var.
1366 (octave-continuation-regexp): Use it.
1367 (octave-operator-table, octave-smie-op-levels)
1368 (octave-operator-regexp, octave-smie-indent-rules): New vars.
1369 (octave-smie-backward-token, octave-smie-forward-token): New funs.
1370 (octave-mode): Use SMIE.
1371 (octave-close-block): Delete.
1372
1373 2010-08-30 Eli Zaretskii <eliz@gnu.org>
1374
1375 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1376 CLIPBOARD, not in PRIMARY. (Bug#6944)
1377
1378 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1379
1380 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1381 a list of parents.
1382 (smie-indent-column): Allow indirection through variables.
1383
1384 * composite.el (save-buffer-state): Delete, unused.
1385 * font-lock.el (save-buffer-state): Use with-silent-modifications.
1386 (font-lock-default-fontify-region): Use with-syntax-table.
1387 * jit-lock.el (with-buffer-unmodified): Remove.
1388 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1389
1390 Use `declare' in defmacros.
1391 * window.el (save-selected-window):
1392 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1393 * progmodes/python.el (def-python-skeleton):
1394 * net/dbus.el (dbus-ignore-errors):
1395 * jka-cmpr-hook.el (with-auto-compression-mode):
1396 * international/mule.el (with-category-table):
1397 * emacs-lisp/timer.el (with-timeout):
1398 * emacs-lisp/lisp-mnt.el (lm-with-file):
1399 * emacs-lisp/eieio.el (with-slots):
1400 * emacs-lisp/easymenu.el (easy-menu-define):
1401 * emacs-lisp/debug.el (debugger-env-macro):
1402 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1403 (Multiple-value-call, Multiple-value-prog1):
1404 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1405 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1406 edebug rule to definition.
1407 * emacs-lisp/lisp-mode.el (save-selected-window)
1408 (with-current-buffer, combine-after-change-calls)
1409 (with-output-to-string, with-temp-file, with-temp-buffer)
1410 (with-temp-message, with-syntax-table, read-if, eval-after-load)
1411 (dolist, dotimes, when, unless):
1412 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1413
1414 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1415
1416 * finder.el: Require `package'.
1417 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
1418 (finder-package-info): Var deleted.
1419 (finder-keywords-hash, finder--builtins-alist): New vars.
1420 (finder-compile-keywords): Compute package--builtins and
1421 finder-keywords-hash instead of finder-keywords-hash, respecting
1422 the "Package" header.
1423 (finder-unknown-keywords, finder-list-matches):
1424 Use finder-keywords-hash and package--list-packages.
1425 (finder-mode): Don't set font-lock-defaults.
1426 (finder-exit): We don't use "*Finder-package*" and "*Finder
1427 Category*" buffers anymore.
1428
1429 * emacs-lisp/package.el (package--builtins-base): Var deleted.
1430 (package--builtins): Set default value to nil.
1431 (package-initialize): Load precomputed value of package--builtins
1432 from finder-inf.el.
1433 (package-alist, package-compute-transaction)
1434 (package-download-transaction): Improve docstring.
1435 (package-read-all-archive-contents): Do not change
1436 package--builtins here.
1437 (list-packages): Make package-list-packages an alias for this.
1438 Sort by status by default.
1439 (package--list-packages): Add optional PACKAGES arg.
1440 (describe-package-1): Use font-lock-face property. For built-in
1441 packages, insert file commentary.
1442 (package--generate-package-list): Rename from
1443 package-list-packages-internal; all callers changed. Add optional
1444 PACKAGES arg. Add alphabetical sort fallbacks.
1445 (package-menu--version-predicate, package-menu--status-predicate)
1446 (package-menu--description-predicate)
1447 (package-menu--name-predicate): New functions.
1448
1449 * info.el (Info-finder-find-node): Search package-alist instead of
1450 finder-package-info.
1451
1452 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1453
1454 * subr.el (version-regexp-alist): Don't use "a" and "b" for
1455 "alpha" and "beta".
1456 (version-to-list): Handle versions like "10.3d".
1457
1458 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1461 (macroexp-accumulate): Use `declare'.
1462
1463 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1464
1465 * whitespace.el (whitespace-style): Adjust type declaration.
1466
1467 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1468
1469 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1470 empty argument to gvfs-copy.
1471
1472 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1473
1474 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1475 handle new TRASH arg of `delete-file'.
1476
1477 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1478
1479 * net/tramp.el (tramp-handle-insert-directory): Don't use
1480 `forward-word', its default syntax could be changed.
1481
1482 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1483 Michael Albinus <michael.albinus@gmx.de>
1484
1485 Implement compression for inline methods.
1486
1487 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1488 (tramp-copy-size-limit): Allow also nil.
1489 (tramp-inline-compress-commands): New defconst.
1490 (tramp-find-inline-compress, tramp-get-inline-compress)
1491 (tramp-get-inline-coding): New defuns.
1492 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1493 replaced by `tramp-get-inline-coding'.
1494 (tramp-handle-file-local-copy, tramp-handle-write-region)
1495 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1496
1497 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1498
1499 Detect ssh 'ControlMaster' argument automatically in some cases.
1500
1501 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1502 (tramp-default-method): Use it.
1503
1504 2010-08-26 Karel Klíč <kklic@redhat.com>
1505
1506 * net/tramp.el (tramp-file-name-for-operation):
1507 Add file-selinux-context.
1508
1509 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1510
1511 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1512
1513 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1514
1515 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1516 (Bug#6907).
1517
1518 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
1519
1520 * progmodes/js.el: Make indentation more customizable (Bug#6914).
1521 (js-paren-indent-offset, js-square-indent-offset)
1522 (js-curly-indent-offset): New options.
1523 (js--proper-indentation): Use them.
1524
1525 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
1526
1527 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1528 instead of inspecting font-lock properties (Bug#6916).
1529
1530 2010-08-26 David Reitter <david.reitter@gmail.com>
1531
1532 * server.el (server-visit-files): Run pre-command-hook and
1533 post-command-hook for each buffer while it is current (Bug#6910).
1534 (server-execute): Do not run hooks here.
1535
1536 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1537
1538 Sync with Tramp 2.1.19.
1539
1540 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1541 (tramp-reporter-dump-variable, tramp-load-report-modules)
1542 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1543 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1544
1545 * net/tramp-compat.el (top): Do not autoload
1546 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1547 only when `start-file-process' is not bound.
1548 (byte-compile-not-obsolete-vars): Define if not bound.
1549 (tramp-compat-funcall): New defmacro.
1550 (tramp-compat-line-beginning-position)
1551 (tramp-compat-line-end-position)
1552 (tramp-compat-temporary-file-directory)
1553 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1554 (tramp-compat-copy-file, tramp-compat-copy-directory)
1555 (tramp-compat-delete-file, tramp-compat-delete-directory)
1556 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1557 Use it.
1558 (tramp-advice-file-expand-wildcards): Do not use
1559 `tramp-handle-file-remote-p'.
1560 (tramp-compat-make-temp-file): Simplify fallback implementation.
1561 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1562 (tramp-compat-copy-tree): Remove function.
1563 (tramp-compat-delete-file): New defun.
1564 (tramp-compat-delete-directory): Provide implementation for older
1565 Emacsen.
1566 (tramp-compat-file-attributes): Handle only
1567 `wrong-number-of-arguments' error.
1568
1569 * net/tramp-fish.el (tramp-fish-handle-copy-file): Add
1570 PRESERVE_SELINUX_CONTEXT.
1571 (tramp-fish-handle-delete-file): Add TRASH arg.
1572 (tramp-fish-handle-directory-files-and-attributes):
1573 Do not use `tramp-fish-handle-file-attributes.
1574 (tramp-fish-handle-file-local-copy)
1575 (tramp-fish-handle-insert-file-contents)
1576 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1577
1578 * net/tramp-gvfs.el (top): Require url-util.
1579 (tramp-gvfs-mount-point): Remove.
1580 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1581 and `set-file-selinux-context'.
1582 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1583 (tramp-gvfs-handle-file-selinux-context)
1584 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1585 (with-tramp-dbus-call-method): Format trace message.
1586 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1587 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1588 Implement backup call, when operation on local files fails. Use
1589 progress reporter. Flush properties of changed files.
1590 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
1591 `tramp-compat-delete-file'.
1592 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1593 (tramp-gvfs-handle-make-directory): Make more traces.
1594 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1595 (tramp-gvfs-url-file-name): Hexify file name in url.
1596 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1597 into account for the resulting file name.
1598 (tramp-gvfs-handler-askquestion): Preserve current message, in
1599 order to let progress reporter continue afterwards. (Bug#6257)
1600 Return dummy mountpoint, when the answer is "no". See
1601 `tramp-gvfs-maybe-open-connection'.
1602 (tramp-gvfs-handler-mounted-unmounted)
1603 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1604 attribute "default_location". Set "prefix" property. Handle
1605 default-location.
1606 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1607 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1608 exists. Raise an error, if not (due to a corresponding answer
1609 "no" in interactive questions, for example).
1610 Use `tramp-compat-funcall'.
1611
1612 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1613 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1614 (tramp-imap-do-copy-or-rename-file)
1615 (tramp-imap-handle-insert-file-contents)
1616 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1617 (tramp-imap-handle-delete-file): Add TRASH arg.
1618
1619 * net/tramp-smb.el (tramp-smb-handle-copy-file): Add
1620 PRESERVE-SELINUX-CONTEXT.
1621 (tramp-smb-handle-copy-file)
1622 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1623 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1624 Use `with-progress-reporter'.
1625 (tramp-smb-handle-delete-file): Add TRASH arg.
1626
1627 * net/tramp.el (tramp-methods): Move hostname to the end in all
1628 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1629 appropriate.
1630 (tramp-verbose): Describe verbose level 9.
1631 (tramp-completion-function-alist)
1632 (tramp-file-name-regexp, tramp-chunksize)
1633 (tramp-local-coding-commands, tramp-remote-coding-commands)
1634 (with-connection-property, tramp-completion-mode-p)
1635 (tramp-action-process-alive, tramp-action-out-of-band)
1636 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1637 (tramp-exists-file-name-handler): Fix docstring.
1638 (tramp-remote-process-environment): Use `format' instead of
1639 `concat'. Protect version string by apostroph.
1640 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1641 XEmacs.
1642 (tramp-file-name-regexp-unified)
1643 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1644 not regard the volume letter as remote filename. (Bug#5447)
1645 (tramp-perl-file-attributes)
1646 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1647 (tramp-vc-registered-read-file-names): Read input as
1648 here-document, otherwise the command could exceed maximum length
1649 of command line.
1650 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1651 `set-file-selinux-context'.
1652 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1653 backtrace functions.
1654 (tramp-error-with-buffer): Don't show the connection buffer when
1655 we are in completion mode.
1656 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1657 (tramp-handle-file-selinux-context)
1658 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1659 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1660 New defuns.
1661 (with-progress-reporter): New defmacro.
1662 (tramp-debug-outline-regexp): New defconst.
1663 (top, tramp-rfn-eshadow-setup-minibuffer)
1664 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1665 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1666 (tramp-completion-mode-p, tramp-check-for-regexp)
1667 (tramp-open-connection-setup-interactive-shell)
1668 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1669 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1670 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1671 Use `tramp-compat-funcall'.
1672 (tramp-handle-make-symbolic-link): Flush file properties.
1673 (tramp-handle-load, tramp-handle-file-local-copy)
1674 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1675 (tramp-handle-vc-registered, tramp-maybe-send-script)
1676 (tramp-find-shell): Use `with-progress-reporter'.
1677 (tramp-do-file-attributes-with-stat): Add space in format string,
1678 in order to work around a bug in pdksh. Reported by Gilles Pion
1679 <gpion@lfdj.com>.
1680 (tramp-handle-verify-visited-file-modtime): Do not send a command
1681 when the connection is not established.
1682 (tramp-handle-set-file-times): Simplify the check for utc.
1683 (tramp-handle-directory-files-and-attributes)
1684 (tramp-get-remote-path): Use `copy-tree'.
1685 (tramp-completion-handle-file-name-all-completions): Ensure, that
1686 non remote files are still checked. Oops.
1687 (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
1688 PRESERVE-SELINUX-CONTEXT.
1689 (tramp-do-copy-or-rename-file): Add progress reporter.
1690 (tramp-do-copy-or-rename-file-directly): Do not use
1691 `tramp-handle-file-remote-p'.
1692 (tramp-do-copy-or-rename-file-out-of-band):
1693 Use `tramp-compat-delete-directory'.
1694 (tramp-do-copy-or-rename-file-out-of-band)
1695 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1696 Use `format-spec-make'.
1697 (tramp-handle-delete-file): Add TRASH arg.
1698 (tramp-handle-dired-uncache): Flush directory cache, not only file
1699 cache.
1700 (tramp-handle-expand-file-name)
1701 (tramp-completion-handle-file-name-all-completions)
1702 (tramp-completion-handle-file-name-completion): Use
1703 `tramp-connectable-p'.
1704 (tramp-handle-start-file-process): Set connection property "vec".
1705 Use it, in order to invalidate file caches. Check only for
1706 `remote-tty' process property.
1707 Implement tty setting. (Bug#4604, Bug#6360)
1708 (tramp-file-name-for-operation): Add `call-process-region' and
1709 `set-file-selinux-context'.
1710 (tramp-find-foreign-file-name-handler)
1711 (tramp-advice-make-auto-save-file-name)
1712 (tramp-set-auto-save-file-modes): Remove superfluous check for
1713 `stringp'. This is done inside `tramp-tramp-file-p'.
1714 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1715 operations when we are in completion mode. This gives the user
1716 the chance to correct the file name in the minibuffer.
1717 (tramp-completion-mode-p): Use `non-essential'.
1718 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1719 compatibility: Use `completion-ignore-case' if
1720 `read-file-name-completion-ignore-case' does not exist.
1721 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1722 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1723 `tramp-open-shell'.
1724 (tramp-action-password): Hide password prompt before next run.
1725 (tramp-process-actions): Widen connection buffer for the trace.
1726 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1727 process property. Trace stty settings if `tramp-verbose' >= 9.
1728 Apply workaround for IRIX64 bug. Move argument of last
1729 `tramp-send-command' where it belongs to.
1730 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1731 front of `login-args'.
1732 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1733 on "/dev/null" instead of "/".
1734 (tramp-get-ls-command-with-dired): Make test for "--dired"
1735 stronger.
1736 (tramp-set-auto-save-file-modes): Adapt version check.
1737 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1738 (tramp-handle-process-file): Call the program in a subshell, in
1739 order to preserve working directory.
1740 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1741 `tramp-remote-sh' from `tramp-methods'.
1742 (tramp-get-ls-command): Make test for "--color=never" stronger.
1743 (tramp-check-for-regexp): Use (forward-line 1).
1744
1745 * net/trampver.el: Update release number.
1746
1747 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * help.el (help-map): Bind `C-h P' to describe-package.
1750
1751 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
1752
1753 * emacs-lisp/package.el (package-refresh-contents): Catch errors
1754 when downloading archives.
1755 (describe-package-1): Add package commentary.
1756 (package-install-button-action): New function.
1757 (package-menu-mode-map): Bind ? to package-menu-describe-package.
1758 (package-menu-view-commentary): Function removed.
1759 (package-list-packages-internal): Hide the `package' package too.
1760
1761 2010-08-25 Kenichi Handa <handa@m17n.org>
1762
1763 * language/misc-lang.el ("Arabic"): New language environment.
1764 Setup composition-function-table for Arabic characters.
1765
1766 * international/fontset.el (setup-default-fontset): Fix typo for
1767 arabic OTF spec (fini->fina).
1768
1769 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
1770
1771 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
1772 on all frames.
1773
1774 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1775
1776 * whitespace.el: Allow cleaning up blanks without blank
1777 visualization (Bug#6651). Adjust help window for
1778 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1779 instead of whitespace-line-column (from EmacsWiki). New version
1780 13.1.
1781 (whitespace-style): Added new value 'face. Adjust docstring.
1782 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
1783 foreground property face.
1784 (whitespace-line-column): Adjust docstring and type declaration.
1785 (whitespace-style-value-list, whitespace-toggle-option-alist)
1786 (whitespace-help-text): Adjust const initialization.
1787 (whitespace-toggle-options, global-whitespace-toggle-options):
1788 Adjust docstring.
1789 (whitespace-display-window, whitespace-interactive-char)
1790 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1791 (whitespace-help-scroll): New fun.
1792
1793 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
1794
1795 * emacs-lisp/package.el (list-packages): Alias for
1796 package-list-packages.
1797
1798 2010-08-24 Kevin Ryde <user42@zip.com.au>
1799
1800 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
1801 (Bug#5651).
1802
1803 * progmodes/ruby-mode.el (ruby): Add defgroup.
1804
1805 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
1806
1807 * progmodes/python.el: Add Ipython support (Bug#5390).
1808 (python-shell-prompt-alist)
1809 (python-shell-continuation-prompt-alist): New options.
1810 (python--set-prompt-regexp): New function.
1811 (inferior-python-mode, run-python, python-shell): Require
1812 ansi-color. Use python--set-prompt-regexp to set the comint
1813 prompt based on the Python interpreter.
1814 (python--prompt-regexp): New var.
1815 (python-check-comint-prompt)
1816 (python-comint-output-filter-function): Use it.
1817 (run-python): Use a pipe (Bug#5694).
1818
1819 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
1820
1821 * progmodes/python.el (python-send-region): Send a different
1822 Python command if Ipython is in use.
1823 (python-check-version): Use a Python command to find the version.
1824
1825 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * mouse.el (mouse-yank-primary): Avoid setting primary when
1828 deactivating the mark (Bug#6872).
1829
1830 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1831
1832 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1833 with "else" (Bug#3991).
1834
1835 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
1836
1837 * net/dbus.el: Accept UNIX domain sockets as bus address.
1838 (top): Don't initialize `dbus-registered-objects-table' anymore,
1839 this is done in dbusbind,c.
1840 (dbus-check-event): Adapt test for bus.
1841 (dbus-return-values-table, dbus-unregister-service)
1842 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
1843 Adapt doc string.
1844
1845 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
1846
1847 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
1848
1849 2010-08-22 Juri Linkov <juri@jurta.org>
1850
1851 * simple.el (read-extended-command): New function with the logic
1852 for `completing-read' moved to Elisp from `execute-extended-command'.
1853 Use `function-called-at-point' in `minibuffer-default-add-function'
1854 to get a command name for M-n (bug#5364, bug#5214).
1855
1856 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1857
1858 * startup.el (command-line-1): Issue warning for ignored arguments
1859 --unibyte, etc (Bug#6886).
1860
1861 2010-08-22 Leo <sdl.web@gmail.com>
1862
1863 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1864 (ignore, bright, dim, keyword): Split list of nicknames before
1865 passing to rcirc-add-or-remove (Bug#6894).
1866
1867 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1868
1869 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1870
1871 2010-08-22 Leo <sdl.web@gmail.com>
1872
1873 Fix buffer-list rename&refresh after killing a buffer in ido.
1874 * ido.el: Revert Óscar's.
1875 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1876 Remember the buffers at head, rather than their name.
1877 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1878
1879 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1880 Stefan Monnier <monnier@iro.umontreal.ca>
1881
1882 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1883 extra backslash added to each line (bug#6890).
1884
1885 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1886
1887 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1888
1889 2010-08-22 Glenn Morris <rgm@gnu.org>
1890
1891 * menu-bar.el (menu-bar-games-menu): Add landmark.
1892
1893 2010-08-22 Glenn Morris <rgm@gnu.org>
1894
1895 * align.el (align-regexp): Make group and spacing arguments
1896 use the interactive defaults when non-interactive. (Bug#6698)
1897
1898 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1899 expansion, so as not to need sendmail.
1900 (mail-text-start): Remove declaration.
1901 (rmail-retry-failure): Require sendmail.
1902
1903 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1904
1905 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1906
1907 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
1908
1909 * progmodes/flymake.el (flymake-start-syntax-check-process):
1910 Use `start-file-process' in order to let it run also on remote hosts.
1911
1912 2010-08-22 Kenichi Handa <handa@m17n.org>
1913
1914 * files.el: Add `word-wrap' as safe local variable.
1915
1916 2010-08-22 Glenn Morris <rgm@gnu.org>
1917
1918 * woman.el (woman-translate): Case matters. (Bug#6849)
1919
1920 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1921
1922 * simple.el (kill-region): Doc fix (Bug#6787).
1923
1924 2010-08-22 Glenn Morris <rgm@gnu.org>
1925
1926 * calendar/diary-lib.el (diary-header-line-format):
1927 Fit it to the window, not the frame.
1928
1929 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
1930
1931 * subr.el (ignore-errors): Add debug declaration.
1932
1933 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1934
1935 * whitespace.el (whitespace-color-off): Remove post-command-hook
1936 locally.
1937
1938 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1939
1940 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
1941
1942 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
1943
1944 * cus-edit.el (custom-group-value-create): Add extra newline
1945 before end line (Bug#6876).
1946
1947 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
1948
1949 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
1950 when extending it. Before killing on the second click, check if
1951 the buffer is the correct one. Doc fix.
1952 (mouse-secondary-save-then-kill): Allow usage without first
1953 calling mouse-start-secondary, by defaulting to point. Don't save
1954 an empty secondary selection. Doc fix.
1955
1956 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1957
1958 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1959 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1960 New version 13.0.
1961 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1962 Adjust initialization.
1963 (whitespace-bob-marker, whitespace-eob-marker)
1964 (whitespace-buffer-changed): New vars.
1965 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1966 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1967 (whitespace-post-command-hook, whitespace-display-char-on):
1968 Adjust code.
1969 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1970 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
1971
1972 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1973
1974 * files.el (locate-file-completion-table): Only list the .el and .elc
1975 extensions if there's no other choice (bug#5955).
1976
1977 * facemenu.el (facemenu-self-insert-data): New var.
1978 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
1979 New functions.
1980 (facemenu-add-face): Use them.
1981
1982 * simple.el (blink-matching-open): Obey forward-sexp-function.
1983
1984 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * simple.el (prog-mode-map): New var.
1987 (prog-indent-sexp): New command.
1988
1989 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
1990
1991 * progmodes/prolog.el (smie): Require.
1992
1993 * emacs-lisp/smie.el (smie-default-backward-token)
1994 (smie-default-forward-token): Strip properties.
1995 (smie-next-sexp): Be more careful with associative operators.
1996 (smie-forward-sexp-command): Generalize.
1997 (smie-backward-sexp-command): Simplify.
1998 (smie-closer-alist): New var.
1999 (smie-close-block): New command.
2000 (smie-indent-debug-log): New var.
2001 (smie-indent-offset-rule): Add a few more cases.
2002 (smie-indent-column): New function.
2003 (smie-indent-after-keyword): Use it.
2004 (smie-indent-keyword): Use it.
2005 Fix up the opener code's point position.
2006 (smie-indent-comment): Only applies at BOL.
2007 (smie-indent-debug): New command.
2008
2009 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2010 declarations that are useful before running the macro.
2011
2012 2010-08-18 Joakim Verona <joakim@verona.se>
2013
2014 * image.el (imagemagick-types-inhibit): New variable.
2015 (imagemagick-register-types): New function.
2016 * image-mode.el (image-transform-properties): New function.
2017 (image-transform-set-scale, image-transform-fit-to-height)
2018 (image-transform-set-rotation, image-transform-set-resize)
2019 (image-transform-fit-to-width, image-transform-fit-to-height):
2020 New functions.
2021 (image-toggle-display-image): Support image transforms.
2022
2023 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2024
2025 * image.el (create-animated-image): Don't add heuristic mask to image
2026 (Bug#6839).
2027
2028 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2029
2030 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2031 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2032
2033 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2036
2037 Font-lock '...' strings, plus various simplifications and fixes.
2038 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2039 (octave-font-lock-close-quotes): New function.
2040 (octave-font-lock-syntactic-keywords): New var.
2041 (octave-mode): Use it. Set beginning-of-defun-function.
2042 (octave-mode-map): Don't override the <foo>-defun commands.
2043 (octave-mode-menu): Pass it directly to easy-menu-define;
2044 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2045 (octave-block-match-alist): Fix up last change so that
2046 octave-close-block uses the more specific keyword.
2047 (info-lookup-mode): Silence byte-compiler.
2048 (octave-beginning-of-defun): Not interactive any more.
2049 Optimize slightly.
2050 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2051 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2052 (octave-completion-at-point-function): Make sure point is within
2053 beg..end.
2054 (octave-reindent-then-newline-and-indent):
2055 Use reindent-then-newline-and-indent.
2056 (octave-add-octave-menu): Remove.
2057
2058 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2059
2060 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2061 (report-emacs-bug-can-use-xdg-email): New functions.
2062 (report-emacs-bug): Set can-xdg-email to result of
2063 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2064 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2065 about it.
2066
2067 * net/browse-url.el (browse-url-default-browser): Add cond
2068 for browse-url-xdg-open.
2069 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2070
2071 2010-08-17 Glenn Morris <rgm@gnu.org>
2072
2073 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2074 (c-fontify-recorded-types-and-refs): Define for compiler.
2075 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2076 before use.
2077
2078 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2079 Fix format call.
2080
2081 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
2082
2083 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2084 properties.
2085 (tramp-handle-process-file): Call the program in a subshell, in
2086 order to preserve working directory.
2087 (tramp-action-password): Hide password prompt before next run.
2088 (tramp-process-actions): Widen connection buffer for the trace.
2089
2090 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2091
2092 * net/rcirc.el (rcirc-log-process-buffers): New option.
2093 (rcirc-print): Use it.
2094 (rcirc-generate-log-filename): New function.
2095 (rcirc-log-filename-function): Change default to
2096 rcirc-generate-log-filename (Bug#6828).
2097
2098 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
2099
2100 * simple.el (deactivate-mark): If select-active-regions is `only',
2101 only set selection for temporarily active regions.
2102
2103 * cus-start.el: Change defcustom for select-active-regions.
2104
2105 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2106
2107 * mouse.el (mouse--drag-set-mark-and-point): New function.
2108 (mouse-drag-track): Use LOCATION arg to push-mark.
2109 Use mouse--drag-set-mark-and-point to take click-count into
2110 consideration when updating point and mark (Bug#6840).
2111
2112 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2113
2114 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2115 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2116
2117 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2118
2119 * font-lock.el (lisp-font-lock-keywords-2):
2120 Add combine-after-change-calls, condition-case-no-debug,
2121 with-demoted-errors, and with-silent-modifications (Bug#6025).
2122
2123 2010-08-14 Kevin Ryde <user42@zip.com.au>
2124
2125 * emacs-lisp/copyright.el (copyright-update-year)
2126 (copyright-update): Temporary switch-to-buffer to ensure the
2127 buffer change being queried is visible (Bug#5394).
2128
2129 2010-08-14 Tom Tromey <tromey@redhat.com>
2130
2131 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2132 (Bug#6733).
2133
2134 2010-08-14 Eli Zaretskii <eliz@gnu.org>
2135
2136 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2137 MS-DOS. (Bug#6689)
2138
2139 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2140
2141 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2142 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2143 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2144 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2145 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2146 Call menu-bar-set-tool-bar-position.
2147
2148 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2151 comment style (bug#6834).
2152 * progmodes/scheme.el (scheme-mode-syntax-table):
2153 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2154 "b" flag in "' 14b" syntax.
2155
2156 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2157 for (un)commenting the region and performing completion.
2158 (octave-mode-menu): Use standard commands for help and completion.
2159 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2160 (octave-mode): Use define-derived-mode.
2161 Set completion-at-point-functions and don't set columns.
2162 Don't disable adaptive-fill-regexp.
2163 (octave-describe-major-mode, octave-comment-region)
2164 (octave-uncomment-region, octave-comment-indent)
2165 (octave-indent-for-comment): Remove.
2166 (octave-indent-calculate): Rename from calculate-octave-indent.
2167 (octave-indent-line, octave-fill-paragraph): Update caller.
2168 (octave-initialize-completions): No need to make an alist.
2169 (octave-completion-at-point-function): New function.
2170 (octave-complete-symbol): Use it.
2171 (octave-insert-defun): Use define-skeleton.
2172
2173 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2174 (octave-mode-map): Use comment-dwim (bug#6829).
2175
2176 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2177
2178 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2179 indentation of inserted comment.
2180
2181 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2182
2183 * faces.el (region): Add type gtk that uses gtk colors.
2184
2185 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2186 Handle theme-name change.
2187
2188 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2189
2190 * progmodes/sql.el: Version 2.5
2191 (sql-product-alist): Add :prompt-cont-regexp property for several
2192 database products.
2193 (sql-prompt-cont-regexp): New variable.
2194 (sql-output-newline-count, sql-output-by-send):
2195 New variables. Record number of newlines in input text.
2196 (sql-send-string): Handle multiple filters and count newlines.
2197 (sql-send-magic-terminator): Count terminator newline.
2198 (sql-interactive-remove-continuation-prompt): Filters output to
2199 remove continuation prompts; one for each newline.
2200 (sql-interactive-mode): Set up new variables, prompt regexp and
2201 output filter.
2202 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2203 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2204
2205 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2206
2207 * emacs-lisp/pcase.el: New file.
2208
2209 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
2210
2211 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2212 as here-document, otherwise the command could exceed maximum
2213 length of command line.
2214 (tramp-handle-vc-registered): Call script accordingly.
2215 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2216
2217 2010-08-10 Kenichi Handa <handa@m17n.org>
2218
2219 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2220 composable pattern.
2221
2222 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
2223
2224 * emacs-lisp/package.el (package-version-split)
2225 (package--version-first-nonzero, package-version-compare):
2226 Functions removed.
2227 (package-directory-list, package-load-all-descriptors)
2228 (package--built-in, package-activate, define-package)
2229 (package-installed-p, package-compute-transaction)
2230 (package-read-all-archive-contents)
2231 (package--add-to-archive-contents, package-buffer-info)
2232 (package-tar-file-info, package-list-packages-internal):
2233 Use version-to-list and version-list-*.
2234
2235 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2236 Use version-to-list.
2237 (package-upload-buffer-internal): Use version-list-<=.
2238
2239 2010-08-09 Kenichi Handa <handa@m17n.org>
2240
2241 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2242 composable pattern.
2243
2244 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
2245
2246 * tutorial.el (tutorial--default-keys): C-d is now bound to
2247 delete-forward-char (Bug#6826).
2248
2249 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2250 for `double' value of mouse-1-click-follows-link (Bug#6807).
2251
2252 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2253
2254 * replace.el (replace-highlight): Bind isearch-forward and
2255 isearch-error, ensuring that highlighting is updated if the user
2256 switches the search direction (Bug#6808).
2257
2258 * isearch.el (isearch-lazy-highlight-forward): New var.
2259 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2260 (isearch-lazy-highlight-update): Use it.
2261
2262 2010-08-08 Kenichi Handa <handa@m17n.org>
2263
2264 * international/mule.el (define-charset): Store NAME as :base property.
2265 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2266 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2267 current priority. Force using the designation of the specific
2268 charset by adding `charset' text property. Improve the whole algorithm.
2269
2270 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2271
2272 * emulation/pc-select.el (pc-selection-mode-hook)
2273 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2274 (pc-selection-mode): Fix typos in docstrings.
2275
2276 2010-08-08 Kenichi Handa <handa@m17n.org>
2277
2278 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2279 ctext-non-standard-encodings-alist here.
2280
2281 * international/mule.el (ctext-non-standard-encodings-alist):
2282 Add "koi8-r" and "microsoft-cp1251".
2283 (ctext-standard-encodings): New variable.
2284 (ctext-non-standard-encodings-table): List only elements for
2285 non-standard encodings.
2286 (ctext-pre-write-conversion): Adjust for the above change.
2287 Check ctext-standard-encodings.
2288
2289 * international/mule-conf.el (compound-text): Doc fix.
2290 (ctext-no-compositions): Doc fix.
2291 (compound-text-with-extensions): Doc fix.
2292
2293 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2296
2297 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2298
2299 * progmodes/which-func.el (which-func-format): Split help-echo text
2300 into lines, like other mode-line tooltips.
2301
2302 * server.el (server-start): When using TCP sockets, force IPv4
2303 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2304
2305 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2308
2309 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2310
2311 * term.el (term-delimiter-argument-list): Reflow docstring.
2312 (term-read-input-ring, term-write-input-ring, term-send-input)
2313 (term-bol, term-erase-in-display, serial-supported-or-barf):
2314 Fix typos in docstrings.
2315
2316 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2319
2320 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2321
2322 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2323
2324 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
2325
2326 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2327 Fix typo in docstring (bug#6747).
2328
2329 2010-08-08 Leo <sdl.web@gmail.com>
2330
2331 * eshell/esh-io.el (eshell-get-target): Better detection of
2332 read-only file (Bug#6762).
2333
2334 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2335
2336 * align.el (align-default-spacing): Doc fix.
2337 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2338
2339 2010-08-08 Stephen Peters <speters@itasoftware.com>
2340
2341 * calendar/icalendar.el
2342 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
2343 (icalendar--get-weekday-numbers): New.
2344 (icalendar--convert-recurring-to-diary): Handle multiple byday
2345 values in weekly rules. (Bug#6766)
2346
2347 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2348
2349 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2350 (icalendar--create-uid, icalendar-export-region)
2351 (icalendar--parse-summary-and-rest): Code formatting.
2352
2353 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2354
2355 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2356 to italicize headers.
2357 (calc-highlight-selections-with-faces): New variable.
2358 (calc-selected-face, calc-nonselected-face): New faces.
2359
2360 * calc/calccomp.el (math-comp-highlight-string): Use
2361 `calc-highlight-selections-with-faces' to determine how to highlight
2362 sub-formulas.
2363
2364 * calc/calc-sel.el (calc-show-selections): Change message to when
2365 using faces to highlight selections.
2366
2367 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
2368
2369 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2370 Add SQLite 3 keywords, functions and datatypes.
2371 (sql-interactive-mode): Remove `comint-process-echoes' set to t
2372 (Bug#6686).
2373
2374 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * simple.el (select-active-regions): Move to keyboard.c.
2377 (deactivate-mark): Used saved-region-selection.
2378 (select-active-region): Function removed.
2379 (activate-mark, set-mark, push-mark-command)
2380 (handle-shift-selection): Don't call it.
2381 (keyboard-quit): Avoid adding the region to the window selection.
2382
2383 * mouse.el (mouse-drag-track): Remove hacks to deal with old
2384 select-active-regions implementation.
2385 (mouse-yank-at-click): Doc fix.
2386
2387 * cus-start.el: Add custom declaration for select-active-regions.
2388
2389 2010-08-07 Eli Zaretskii <eliz@gnu.org>
2390
2391 * simple.el (delete-forward-char): Doc fix.
2392
2393 * tutorial.el (help-with-tutorial): Hack safe file-local variables
2394 after reading the tutorial.
2395
2396 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
2397
2398 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2399 for the case that a C style comment has its delimiters alone on
2400 their respective lines.
2401
2402 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
2403
2404 * net/tramp.el (tramp-handle-start-file-process): Set connection
2405 property "vec".
2406 (tramp-process-sentinel): Use it for flushing the cache. We
2407 cannot do it via the process buffer, the buffer could be deleted
2408 already when running the sentinel.
2409
2410 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2411
2412 * comint.el (comint-mode): Make directory tracking functions
2413 functional on remote files. (Bug#6764)
2414
2415 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2416
2417 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2418
2419 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2420
2421 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2422 unexec.c => unexcoff.c.
2423
2424 * emacs-lisp/authors.el (authors-fixed-entries): Rename
2425 unexec.c => unexcoff.c.
2426
2427 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
2428
2429 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2430 cache, not only file cache.
2431 (tramp-process-sentinel): New defun.
2432 (tramp-handle-start-file-process): Use it, in order to invalidate
2433 file caches.
2434
2435 2010-08-03 Leo <sdl.web@gmail.com>
2436
2437 * server.el (server-start): Simplify loop.
2438
2439 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2440
2441 * frame.el (screen-height, screen-width, set-screen-width)
2442 (set-screen-height): Remove ancient compatibility aliases.
2443
2444 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2445 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
2446
2447 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2448 that change current buffer.
2449
2450 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2451
2452 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2453 beginning of the string. Use `string-match-p'. (Bug#6765)
2454
2455 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
2456
2457 * cus-start.el (x-gtk-use-system-tooltips): New variable.
2458
2459 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
2460
2461 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2462 (package--builtins): Tweak descriptions.
2463 (package-print-package): Upcase descriptions if necessary.
2464 Show all built-in packages in font-lock-builtin-face.
2465 (package-list-packages-internal): Omit "emacs" package.
2466 Show status of built-in packages as "built-in".
2467
2468 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
2469
2470 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
2471 before killing to preserve the primary selection (Bug#6701).
2472
2473 * term/x-win.el (x-select-text): Doc fix.
2474
2475 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
2476
2477 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2478 The following functions were modified or created:
2479
2480 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2481 (objc-font-lock-extra-types):
2482 * progmodes/cc-mode.el (c-basic-common-init):
2483 * progmodes/cc-langs.el (c-make-mode-syntax-table)
2484 (c++-make-template-syntax-table)
2485 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2486 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2487 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2488 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2489 * progmodes/cc-fonts.el (c-make-inverse-face)
2490 (c-basic-matchers-after):
2491 * progmodes/cc-engine.el (c-forward-keyword-clause)
2492 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2493 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2494 (c-guess-continued-construct, c-guess-basic-syntax):
2495
2496 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
2497
2498 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2499
2500 2010-07-31 Eli Zaretskii <eliz@gnu.org>
2501
2502 * files.el (bidi-paragraph-direction): Define safe local values.
2503
2504 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2505 language-info-alist. Remove outdated FIXME in a comment.
2506
2507 2010-07-31 Alan Mackenzie <acm@muc.de>
2508
2509 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2510 Auto-fill broken in C/C++ modes.
2511
2512 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2513
2514 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2515 (menu-bar-showhide-tool-bar-menu-customize-disable)
2516 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2517 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2518 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
2519 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2520 make a menu for Options => toolbar that can move it.
2521
2522 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * emacs-lisp/package-x.el (package--make-rss-entry):
2525 (package-maint-add-news-item, package--update-news)
2526 (package-upload-buffer-internal): New arg ARCHIVE-URL.
2527
2528 * emacs-lisp/package.el (package-archive-url): Rename from
2529 package-archive-id.
2530 (package-install): Doc fix.
2531 (package-download-single, package-download-tar, package-install)
2532 (package-menu-view-commentary): Callers changed.
2533
2534 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
2535
2536 * net/tramp.el (tramp-handle-start-file-process): Check only for
2537 `remote-tty' process property.
2538 (tramp-open-shell): Don't check for tty.
2539 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2540 process property.
2541
2542 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2543 host.
2544
2545 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
2546
2547 * emacs-lisp/package.el (package-load-list, package-archives)
2548 (package-archive-contents, package-user-dir)
2549 (package-directory-list, package--builtins, package-alist)
2550 (package-activated-list, package-obsolete-alist): Mark as risky.
2551
2552 2010-07-28 Phil Hagelberg <phil@evri.com>
2553
2554 Add support for non-default package repositories.
2555 * emacs-lisp/package.el (package-archive-base): Var deleted.
2556 (package-archives): New variable.
2557 (package-archive-contents): Doc fix.
2558 (package-load-descriptor): Do nothing if descriptor file is missing.
2559 (package--write-file-no-coding): New function.
2560 (package-unpack-single): Use it.
2561 (package-archive-id): New function.
2562 (package-download-single, package-download-tar)
2563 (package-menu-view-commentary): Use it.
2564 (package-installed-p): Make second argument optional.
2565 (package-read-all-archive-contents): New function.
2566 (package-initialize): Use it.
2567 (package-read-archive-contents): Add ARCHIVE argument.
2568 (package--add-to-archive-contents): New function.
2569 (package-install): Don't call package-read-archive-contents.
2570 (package--download-one-archive): Store archive file in a
2571 subdirectory of package-user-dir.
2572 (package-menu-execute): Remove spurious line movement.
2573
2574 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
2575
2576 * cus-start.el (tool-bar-style): Add text-image-horiz.
2577
2578 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
2579
2580 * progmodes/gud.el (gud-common-init): Check for remoteness of
2581 `file', and not of `default-directory'.
2582
2583 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
2584
2585 * net/tramp.el (tramp-methods): Move hostname to the end in all
2586 ssh `tramp-login-args'.
2587 (tramp-verbose): Describe verbose level 9.
2588 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2589 (tramp-open-connection-setup-interactive-shell): Trace stty
2590 settings if `tramp-verbose' >= 9.
2591 (tramp-handle-start-file-process): Implement tty setting.
2592 (Bug#4604, Bug#6360)
2593
2594 * net/tramp-cmds.el (tramp-bug): Recommend setting of
2595 `tramp-verbose' to 9.
2596
2597 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
2598
2599 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2600 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2601 Remove references to package `lisp-re' (bug#4369).
2602
2603 2010-07-27 Tom Tromey <tromey@redhat.com>
2604
2605 * progmodes/js.el (js-mode):
2606 * progmodes/make-mode.el (makefile-mode):
2607 * progmodes/simula.el (simula-mode):
2608 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
2609
2610 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
2611
2612 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2613
2614 * time.el (display-time-day-and-date): Remove spurious * in docstring.
2615 (display-time-world-buffer-name, display-time-world-mode-map):
2616 Fix typos in docstrings.
2617
2618 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
2619
2620 * image-mode.el (image-display-size): New function.
2621 (image-forward-hscroll, image-next-line, image-eol, image-eob)
2622 (image-mode-fit-frame): Use it (Bug#6639).
2623
2624 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * dired.el (dired-buffers-for-dir): Handle list values of
2627 dired-directory (Bug#6636).
2628
2629 2010-07-26 Sam Steingold <sds@gnu.org>
2630
2631 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
2632 Do not call `x-get-selection' the second time, reuse the value.
2633
2634 2010-07-26 Daiki Ueno <ueno@unixuser.org>
2635
2636 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
2637 which consist of control chars only. Suggested by Richard Stallman.
2638
2639 2010-07-25 Daiki Ueno <ueno@unixuser.org>
2640
2641 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
2642 exists before passing an error to find-file-not-found-functions
2643 (bug#6723).
2644
2645 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
2646
2647 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
2648 Remove leading nil element, adjust values.
2649 (tetris-shapes, tetris-shape-scores):
2650 Change representation of shapes and remove some redundancy.
2651 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
2652 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
2653 Adjust for working with new representation of shapes.
2654 (tetris-shape-rotations): New function.
2655 (tetris-move-bottom, tetris-move-left, tetris-move-right)
2656 (tetris-rotate-prev, tetris-rotate-next):
2657 Adjust for working with the new version of tetris-test-shape.
2658
2659 2010-07-23 Markus Triska <markus.triska@gmx.at>
2660
2661 * progmodes/ps-mode.el: Use comint (bug#5954).
2662 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
2663 (ps-mode-other-newline): Simplify.
2664 (ps-run-mode): Derive from comint-mode instead of
2665 fundamental-mode, yielding input history etc.
2666 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
2667 (ps-run-send-string): Adapt for comint-mode.
2668 (ps-run-newline): Remove now unneeded function.
2669
2670 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
2671
2672 * net/tramp.el (tramp-methods): Move hostname to the end in all
2673 plink `tramp-login-args'.
2674
2675 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
2676
2677 * net/tramp.el (tramp-open-shell): New defun.
2678 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2679 Use it.
2680
2681 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
2682
2683 * net/tramp.el (tramp-file-name-regexp-unified)
2684 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2685 not regard the volume letter as remote filename. (Bug#5447)
2686
2687 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
2688
2689 * custom.el (custom-declare-variable): Give a clearer error message
2690 when the docstring is missing (bug#6476).
2691
2692 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
2693
2694 * progmodes/sql.el: Version 2.4. Improved Login prompting.
2695 (sql-login-params): New widget definition.
2696 (sql-oracle-login-params, sql-mysql-login-params)
2697 (sql-solid-login-params, sql-sybase-login-params)
2698 (sql-informix-login-params, sql-ingres-login-params)
2699 (sql-ms-login-params, sql-postgres-login-params)
2700 (sql-interbase-login-params, sql-db2-login-params)
2701 (sql-linter-login-params): Use it.
2702 (sql-sqlite-login-params): Use it; Define "database" parameter as
2703 a file name.
2704 (sql-sqlite-program): Change to "sqlite3".
2705 (sql-comint-sqlite): Make sure database name is complete.
2706 (sql-for-each-login): New function.
2707 (sql-connect, sql-save-connection): Use it.
2708 (sql-get-login-ext): New function.
2709 (sql-get-login): Use it.
2710 (sql-make-alternate-buffer-name): Handle :file parameters.
2711
2712 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
2713
2714 * dired.el (dired-no-confirm): Document value t and fix defcustom to
2715 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
2716
2717 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2718
2719 * dired.el (dired-mode-map): Use command remapping (bug#6632).
2720
2721 2010-07-22 Lawrence Mitchell <wence@gmx.li>
2722
2723 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
2724
2725 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
2726
2727 * net/tramp.el (tramp-get-ls-command)
2728 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
2729 instead of "/".
2730
2731 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
2732
2733 * progmodes/sql.el: Version 2.3.
2734 (sql-connection-alist): Changed keys from symbols to strings;
2735 enhanced the widget definition.
2736 (sql-mode-menu): Added submenu to select connections.
2737 (sql-interactive-mode-menu): Added "Save Connection" item.
2738 (sql-add-product): Fixed menu item.
2739 (sql-get-product-feature): Improved error handling.
2740 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
2741 (sql-make-alternate-buffer-name): Simplified.
2742 (sql-product-interactive): Handle missing product.
2743 (sql-connect): Support string keys, minor improvements.
2744 (sql-save-connection): New function.
2745 (sql-connection-menu-filter): New function.
2746
2747 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
2748
2749 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
2750 (tramp-open-connection-setup-interactive-shell): Apply
2751 workaround for IRIX64 bug. Move argument of last
2752 `tramp-send-command' where it belongs to.
2753
2754 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
2755
2756 * net/tramp.el (tramp-perl-file-attributes)
2757 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2758 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2759 front of `login-args'.
2760
2761 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
2762
2763 * time.el (display-time-world-mode): Define with `define-derived-mode'.
2764 Set `show-trailing-whitespace' to nil.
2765 (display-time-world-display): Simplify.
2766
2767 2010-07-18 Alan Mackenzie <acm@muc.de>
2768
2769 Enhance `c-file-style' in file/directory local variables.
2770 * progmodes/cc-mode.el (c-count-cfss): New function.
2771 (c-before-hack-hook): Call `c-set-style' differently according to
2772 whether c-file-style was set in file or directory local
2773 variables.
2774
2775 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
2776
2777 * progmodes/sql.el: Version 2.2.
2778 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
2779 defcustom :safe keyword rather than putting safe-local-variable
2780 property.
2781 (sql-password): Use defcustom :risky keyword rather than putting
2782 risky-local-variable property.
2783 (sql-oracle-login-params, sql-sqlite-login-params)
2784 (sql-solid-login-params, sql-sybase-login-params)
2785 (sql-informix-login-params, sql-ingres-login-params)
2786 (sql-ms-login-params, sql-postgres-login-params)
2787 (sql-interbase-login-params, sql-db2-login-params)
2788 (sql-linter-login-params): Add `port' option.
2789 (sql-get-product-feature): Added NO-INDIRECT parameter.
2790 (sql-comint-oracle, sql-comint-sybase)
2791 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
2792 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
2793 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
2794 (sql-comint-linter): Renamed sql-connect-* functions to
2795 sql-comint-*.
2796 (sql-product-alist, sql-mode-menu): Renamed as above and
2797 :sqli-connect-func to :sqli-comint-func.
2798 (sql-connection): New variable.
2799 (sql-interactive-mode): Set it.
2800 (sql-connection-alist): New variable.
2801 (sql-connect): New function.
2802 (sql--alt-buffer-part, sql--alt-if-not-empty)
2803 (sql-make-alternate-buffer-name): Improved alternative buffer name.
2804
2805 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2806
2807 * image-mode.el (image-bookmark-make-record): Do not set context
2808 in an image (Bug#6650).
2809
2810 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2811
2812 * simple.el (select-active-region): New function.
2813 (push-mark-command, set-mark, activate-mark)
2814 (handle-shift-selection): Use it.
2815 (deactivate-mark): Don't check for size of region.
2816
2817 * mouse.el (mouse-drag-track): Use select-active-region.
2818
2819 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
2820
2821 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
2822 "--dired" stronger.
2823
2824 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2825
2826 * term/x-win.el (x-select-enable-primary): Change default to nil.
2827 (x-select-enable-clipboard): Add :version keyword.
2828
2829 * mouse.el (mouse-drag-copy-region):
2830 * simple.el (select-active-regions): Likewise.
2831
2832 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
2833
2834 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
2835 (vc-coding-system-for-diff): Use it to decide whether to inherit
2836 from the file the EOL format for reading the diffs of that file.
2837 (Bug#4451)
2838
2839 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2840
2841 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2842 unibyte, so compressed attachments are not compressed again.
2843
2844 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
2845
2846 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
2847 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
2848 (tramp-find-shell): Simplify setting connection property.
2849 (tramp-get-ls-command): Make test for "--color=never" stronger.
2850
2851 2010-07-15 Simon South <ssouth@member.fsf.org>
2852
2853 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
2854 blocks within record declarations (i.e. variant parts) correctly.
2855
2856 2010-07-15 Simon South <ssouth@member.fsf.org>
2857
2858 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
2859 over literal tokens when parsing so newlines aren't "absorbed" by
2860 single-line comments. Corrects the indentation of case blocks
2861 that have a comment on the first line.
2862
2863 2010-07-14 Karl Fogel <kfogel@red-bean.com>
2864
2865 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
2866 by Drew Adams (Bug#5504).
2867
2868 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2869
2870 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2871 now that Unicode is used (Bug#6594).
2872
2873 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
2874
2875 * term/x-win.el (x-select-enable-clipboard): Default to t.
2876 (x-initialize-window-system): Don't overwrite Paste menu item.
2877
2878 * simple.el (select-active-regions): Default to t.
2879 (push-mark-command): Don't overwrite primary with empty string.
2880
2881 * mouse.el: Bind mouse-2 to mouse-yank-primary.
2882 (mouse-drag-copy-region): Default to nil.
2883
2884 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
2885 Cut/Copy/Paste menu bar items.
2886
2887 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2888
2889 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2890 Patch applied by Karl Fogel.
2891
2892 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
2893 and `bookmark-current-buffer' if they have been already set in
2894 another buffer (e.g gnus-art).
2895
2896 2010-07-13 Karl Fogel <kfogel@red-bean.com>
2897 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2898
2899 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
2900
2901 * bookmark.el (bookmark-make-record-default): Allow unneeded
2902 information to be omitted from the record.
2903
2904 Adjust declarations and calls:
2905
2906 * info.el (bookmark-make-record-default): Adjust declaration.
2907 (Info-bookmark-make-record): Adjust call.
2908
2909 * woman.el (bookmark-make-record-default): Adjust declaration.
2910 (woman-bookmark-make-record): Adjust call.
2911
2912 * man.el (bookmark-make-record-default): Adjust declaration.
2913 (Man-bookmark-make-record): Adjust call.
2914
2915 * image-mode.el (bookmark-make-record-default): Adjust declaration.
2916
2917 * doc-view.el (bookmark-make-record-default): Adjust declaration.
2918
2919 2010-07-13 Karl Fogel <kfogel@red-bean.com>
2920
2921 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
2922 This is also from Thierry Volpiatto's patch in bug #6444. However,
2923 because it was extraneous to the functional change in that patch,
2924 and causes a re-indendation, I am committing it separately.
2925
2926 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2927
2928 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
2929 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2930 Patch applied by Karl Fogel (Bug#6444).
2931
2932 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
2933
2934 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
2935
2936 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
2937
2938 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
2939 Dempsky; bug#5084). Remove incorrect binding for S-tab.
2940 (ns-alternatives-map): Change S-tab binding to backtab
2941 (bug#6616).
2942
2943 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
2944 under ns.
2945
2946 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2947
2948 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
2949 (Bug#5806)
2950
2951 * language/tv-util.el (tai-viet-re): Remove format.
2952
2953 2010-07-12 Kenichi Handa <handa@m17n.org>
2954
2955 * language/hebrew.el: Remove no-byte-compile declaration.
2956 Change coding: tag to utf-8. Register hebrew-shape-gstring in
2957 composition-function-table for 3-character looking back.
2958 (hebrew-font-get-precomposed): New function.
2959 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
2960
2961 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
2962
2963 * mouse.el (mouse-drag-track): Handle select-active-regions
2964 (Bug#6612).
2965
2966 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
2967
2968 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2969 empty argument to gvfs-copy.
2970
2971 2010-07-10 Glenn Morris <rgm@gnu.org>
2972
2973 * calendar/calendar.el (calendar-week-end-day): New function.
2974 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2975 Respect calendar-week-start-day. (Bug#6606)
2976 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2977 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2978 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2979 respect calendar-week-start-day.
2980
2981 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2982
2983 * simple.el (use-region-p): Doc fix (Bug#6607).
2984
2985 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
2986
2987 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
2988 regexps for cucumber and ruby.
2989
2990 2010-07-08 Daiki Ueno <ueno@unixuser.org>
2991
2992 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
2993 (epa-file-insert-file-contents): Hack to prevent
2994 find-file from opening empty buffer when decryption failed
2995 (bug#6568).
2996
2997 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
2998
2999 * textmodes/ispell.el (ispell-alternate-dictionary):
3000 Use file-readable-p.
3001 Return nil if no word-list is found at default locations.
3002 (ispell-complete-word-dict): Default to nil.
3003 (ispell-command-loop): Use 'word-list' when using lookup-words.
3004 (lookup-words): Use ispell-complete-word-dict or
3005 ispell-alternate-dictionary. Check for word-list availability
3006 and handle errors if needed with better messages (Bug#6539).
3007 (ispell-complete-word): Use ispell-complete-word-dict or
3008 ispell-alternate-dictionary.
3009
3010 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3011
3012 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3013 builtins (BufferError, BytesWarning, WindowsError; callables
3014 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3015
3016 2010-07-07 Glenn Morris <rgm@gnu.org>
3017
3018 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3019 (zone-shift-left): Ignore intangibility, and any errors from
3020 forward-char.
3021 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3022 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3023 deleting, and copying text properties.
3024 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3025 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3026 to point-max is hard.
3027 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3028 (zone-fill-out-screen): Ignore intangibility.
3029
3030 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
3031
3032 * menu-bar.el (menu-bar-mode):
3033 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3034 if it has been set.
3035
3036 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3037 word/line selection (Bug#6565).
3038
3039 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3040
3041 * net/dbus.el (dbus-send-signal): Declare function.
3042
3043 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3044
3045 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3046 (dbus-register-property): New optional argument EMITS-SIGNAL.
3047 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3048
3049 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
3050
3051 * mouse.el (mouse-drag-overlay): Variable deleted.
3052 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3053 (mouse--remap-link-click-p): New function.
3054 (mouse-drag-track): Handle dragging by using temporary Transient
3055 Mark mode, instead of a special overlay.
3056 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3057 mouse-show-mark.
3058
3059 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3060 deleted.
3061
3062 2010-07-02 Juri Linkov <juri@jurta.org>
3063
3064 * autoinsert.el (auto-insert-alist): Fix readability
3065 by using dotted pair notation for lambda.
3066
3067 2010-07-02 Juri Linkov <juri@jurta.org>
3068
3069 * faces.el (read-face-name): Rename arg `string-describing-default'
3070 to `default'. Doc fix. Display the default value in quotes
3071 in the prompt. With empty input, return the `default' arg,
3072 unless the default value is a string (in which case return nil).
3073 (describe-face): Replace the string `default' arg of `read-face-name'
3074 with the symbol `default'.
3075
3076 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3077
3078 * emulation/viper-cmd.el (viper-delete-backward-char)
3079 (viper-del-backward-char-in-insert)
3080 (viper-del-backward-char-in-replace, viper-change)
3081 (viper-backward-indent): Replace delete-backward-char with
3082 delete-char (Bug#6552).
3083
3084 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
3085
3086 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3087
3088 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3089
3090 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3091 argument passed to frame-creation-function (Bug#5378).
3092
3093 * faces.el (x-handle-named-frame-geometry)
3094 (x-handle-reverse-video, x-create-frame-with-faces)
3095 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3096 separately consult default-frame-alist. It is now passed as the
3097 PARAMETER argument.
3098
3099 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3100
3101 * startup.el (command-line): Don't call tool-bar-setup in a
3102 tty-only build.
3103
3104 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3105
3106 * ruler-mode.el (ruler--save-header-line-format): New fun.
3107 (ruler-mode): Use it as a setter function, so as not to overwrite
3108 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3109
3110 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
3111
3112 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3113 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3114 (vc-log-outgoing): Use it.
3115 (vc-diff-internal): Set diff-vc-backend.
3116
3117 * vc/diff-mode.el (diff-vc-backend): New var.
3118
3119 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3120
3121 * dynamic-setting.el (font-setting-change-default-font): Remove
3122 call to message.
3123
3124 2010-06-28 Kenichi Handa <handa@m17n.org>
3125
3126 * international/quail.el (quail-insert-kbd-layout): Fix the
3127 showing of untranslated characters.
3128
3129 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3130
3131 * simple.el (delete-active-region): New option.
3132 (delete-backward-char): Implement in Lisp.
3133 (delete-forward-char): New command.
3134
3135 * mouse.el (mouse-region-delete-keys): Deleted.
3136 (mouse-show-mark): Simplify.
3137
3138 * bindings.el (global-map): Bind delete and DEL, the former to
3139 delete-forward-char.
3140
3141 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
3142
3143 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3144 (ruby-mode): Bind indent-line-function (Bug#5119).
3145
3146 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3147
3148 * startup.el (command-line): Recognize "0" X resource value.
3149
3150 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3151
3152 * startup.el (command-line): Use X resources to set the value of
3153 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3154
3155 * menu-bar.el (menu-bar-mode):
3156 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3157 Set init-value to t.
3158
3159 * frame.el (frame-notice-user-settings): Don't change
3160 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3161 vice versa (Bug#2249).
3162
3163 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3164
3165 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3166
3167 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3168
3169 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3170 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3171
3172 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3173 default directories are expanded (Bug#6143).
3174
3175 2010-06-24 Juri Linkov <juri@jurta.org>
3176
3177 * minibuffer.el (completions-format): Change default from nil to
3178 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3179
3180 2010-06-24 Juri Linkov <juri@jurta.org>
3181
3182 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3183 buffer-locally to lambda that re-runs the vc diff command.
3184 (Bug#6447)
3185
3186 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3187
3188 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3189 echo area is in use (Bug#3412).
3190
3191 2010-06-22 Glenn Morris <rgm@gnu.org>
3192
3193 * textmodes/texinfmt.el (texinfo-format-region)
3194 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3195 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3196 (texinfo-format-option, texinfo-noindent):
3197 Use line-beginning-position and line-end-position.
3198
3199 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3200 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3201 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3202 utf-8 characters.
3203
3204 2010-06-21 Karl Fogel <kfogel@red-bean.com>
3205
3206 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3207 forward-line fallout.
3208
3209 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3210
3211 * mouse.el (mouse-appearance-menu): Add docstring.
3212
3213 * help.el (describe-key): Print up-event using key-description.
3214
3215 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
3216
3217 * net/zeroconf.el (zeroconf-resolve-service)
3218 (zeroconf-service-resolver-handler): Use
3219 `dbus-byte-array-to-string'.
3220 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3221
3222 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3223
3224 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3225
3226 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3227
3228 Avoid displaying files with a nil state in vc-dir.
3229 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3230 cases that cause insertion.
3231 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3232 with a nil state.
3233
3234 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3235
3236 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3237
3238 2010-06-29 Leo <sdl.web@gmail.com>
3239
3240 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3241
3242 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3243
3244 * generic-x.el (bat-generic-mode): Fix regexp for command line
3245 switches (Bug#5719).
3246
3247 2010-06-27 Masatake YAMATO <yamato@redhat.com>
3248
3249 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3250 of nconc to avoid pure storage error (Bug#6239).
3251
3252 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3253
3254 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3255 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3256 bindings of bookmark-automatically-show-annotations (Bug#6515).
3257
3258 2010-06-25 Eli Zaretskii <eliz@gnu.org>
3259
3260 * arc-mode.el (archive-zip-extract): Don't quote the file name on
3261 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
3262
3263 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
3264
3265 * comint.el (make-comint, make-comint-in-buffer): Mention return
3266 value in the docstrings. (Bug#6498)
3267
3268 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
3269
3270 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3271 since it is not present when using some non-default switches.
3272
3273 2010-06-23 Karl Fogel <kfogel@red-bean.com>
3274
3275 * simple.el (compose-mail): Fix doc string to refer to
3276 `compose-mail-user-agent-warnings', instead of to the
3277 nonexistent `compose-mail-check-user-agent'.
3278
3279 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
3280
3281 Fix an indentation bug:
3282
3283 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3284 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3285 of existing values.
3286
3287 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3288 (c-clear->-pair-props-if-match-before): now return t when they've
3289 cleared properties, nil otherwise.
3290 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3291 by taking account of the existing value.
3292
3293 * progmodes/cc-defs.el
3294 (c-clear-char-property-with-value-function): Fix this to clear the
3295 property rather than overwriting it with nil.
3296
3297 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3298
3299 * emacs-lisp/package.el (package-print-package): Add link to
3300 package description via describe-package.
3301 (describe-package-1): List package requirements. Add button to
3302 perform installation.
3303 (package-menu-describe-package): New command.
3304
3305 * help-mode.el (help-package): New button type.
3306
3307 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3308
3309 * emacs-lisp/package.el: Move package-list-packages binding to
3310 menu-bar.el.
3311 (describe-package, describe-package-1, package--dir): New funs.
3312 (package-activate-1): Use package--dir.
3313
3314 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3315
3316 * help-mode.el (help-package-def): New button type.
3317
3318 * menu-bar.el: Move package-list-packages binding here from
3319 package.el.
3320
3321 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
3322
3323 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
3324
3325 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3326
3327 * emacs-lisp/edebug.el (edebug-read-list):
3328 Phase out old-style backquotes.
3329
3330 2010-06-17 Juri Linkov <juri@jurta.org>
3331
3332 * help-mode.el (help-mode): Set buffer-local variable
3333 revert-buffer-function to help-mode-revert-buffer.
3334 (help-mode-revert-buffer): New function.
3335
3336 * info.el (Info-revert-find-node): Check for major-mode Info-mode
3337 before popping to "*info*" (like in other Info functions).
3338 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
3339 old-history-forward. Pop to old-buffer-name or "*info*" to
3340 recreate the killed buffer. Set Info-history-forward from
3341 old-history-forward.
3342 (Info-breadcrumbs-depth): Add :group and :version.
3343
3344 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
3345
3346 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3347
3348 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
3349
3350 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3351 for languages like Portuguese with pt_{BR,PT} and no plain pt.
3352
3353 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
3354
3355 * emacs-lisp/package.el (package-menu-mode-map):
3356 Move initialization into declaration.
3357
3358 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3359
3360 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
3361
3362 * emacs-lisp/package.el (package-archive-base): Point to
3363 elpa.gnu.org.
3364 (package-enable, package-load-list): New defcustoms.
3365 (package-user-dir, package-directory-list): Turn into defcustoms.
3366 Don't include package-user-dir in package-directory-list.
3367 (package--builtins-base): Don't include Emacs as a "package".
3368 (package-subdirectory-regexp): New var.
3369 (package-load-all-descriptors, package-compute-transaction)
3370 (package-download-transaction): Obey package-load-list.
3371 (package-activate-1): Rename from package-do-activate.
3372 (package-list-packages-internal): Check package-load-list.
3373 (package-load-descriptor, package-generate-autoloads)
3374 (package-unpack, package-unpack-single)
3375 (package--read-archive-file, package-delete): Use
3376 expand-file-name.
3377
3378 * emacs-lisp/package-x.el: New file. Package uploading
3379 functionality split out from package.el.
3380
3381 * startup.el (command-line): Load packages after reading init
3382 file.
3383
3384 2010-06-17 Tom Tromey <tromey@redhat.com>
3385
3386 * emacs-lisp/package.el: New file.
3387
3388 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3389
3390 Fix vc-annotate for renamed files when using Git.
3391 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3392 ls-files. Doe not pass the object as a file name to cat-file, it
3393 is not a file name.
3394 (vc-git-annotate-command): Pass the file name using -- to avoid
3395 ambiguity with the revision.
3396 (vc-git-previous-revision): Pass a relative file name.
3397
3398 2010-06-22 Glenn Morris <rgm@gnu.org>
3399
3400 * progmodes/js.el (js-mode-map): Use standard capitalization and
3401 ellipses for menu entries.
3402
3403 * wid-edit.el (widget-complete): Doc fix.
3404
3405 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
3406
3407 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3408
3409 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3410
3411 Fix annotating other revisions for renamed files in vc-annotate.
3412 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3413 VC backend. Use it when non-nil.
3414 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3415 (Bug#6487)
3416
3417 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3418 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3419 Do not pass the file name to the 'previous-revision call when we
3420 don't want a file diff. (Bug#6489)
3421
3422 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3423
3424 Fix finding revisions for renamed files in vc-annotate.
3425 * vc/vc.el (vc-find-revision): Add an optional argument for
3426 the VC backend. Use it when non-nil.
3427 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3428 backend to vc-find-revision. (Bug#6487)
3429
3430 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3431
3432 Fix reading file names in Git annotate buffers.
3433 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
3434 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
3435
3436 2010-06-20 Alan Mackenzie <acm@muc.de>
3437
3438 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3439 in file local variables, set it first.
3440
3441 2010-06-19 Glenn Morris <rgm@gnu.org>
3442
3443 * descr-text.el (describe-char-unicode-data): Insert separating
3444 space when needed. (Bug#6422)
3445
3446 * progmodes/idlwave.el (idlwave-action-and-binding):
3447 Fix typo in 2009-12-03 change. (Bug#6450)
3448
3449 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3450
3451 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3452 handling for `lambda' (misunderstanding).
3453
3454 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
3455
3456 * calc/calc-poly.el (math-accum-factors): Make sure that
3457 constants aren't distributed after they are factored out.
3458
3459 2010-06-16 Juri Linkov <juri@jurta.org>
3460
3461 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3462 `list-colors-print'. (Bug#6332)
3463
3464 * subr.el (read-quoted-char): Fix up last change (bug#6290).
3465
3466 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3467
3468 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3469 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
3470
3471 * font-lock.el (font-lock-major-mode): Rename from
3472 font-lock-mode-major-mode to distinguish it from
3473 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3474 (font-lock-set-defaults):
3475 * font-core.el (font-lock-default-function): Adjust users.
3476 (font-lock-mode): Don't set it at all.
3477
3478 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
3481
3482 2010-06-16 Glenn Morris <rgm@gnu.org>
3483
3484 * calendar/appt.el (appt-time-msg-list): Doc fix.
3485 (appt-check): Let-bind appt-warn-time.
3486 (appt-add): Make the 3rd argument optional.
3487 Simplify argument names. Doc fix. Check for integer WARNTIME.
3488 Only add WARNTIME to the output list if non-nil.
3489
3490 2010-06-16 Ivan Kanis <apple@kanis.eu>
3491
3492 * calendar/appt.el (appt-check): Let the 3rd element of
3493 appt-time-msg-list specify the warning time.
3494 (appt-add): Add new argument with the warning time. (Bug#5176)
3495
3496 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3497
3498 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3499 older than version 1.6. (Bug#6361)
3500
3501 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
3502
3503 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3504 used by cl-do-arglist. (Bug#6408)
3505
3506 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
3507
3508 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
3509 portuguese casechars/not-casechars for missing 'çÇ'.
3510 Suggested by Rolando Pereira (bug#6434).
3511
3512 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
3513
3514 * facemenu.el (list-colors-sort): Doc fix.
3515
3516 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3517
3518 * progmodes/sql.el (sql-connect-mysql): Fix typo.
3519
3520 2010-06-14 Juri Linkov <juri@jurta.org>
3521
3522 Add sort option `list-colors-sort'. (Bug#6332)
3523 * facemenu.el (color-rgb-to-hsv): New function.
3524 (list-colors-sort): New defcustom.
3525 (list-colors-sort-key): New function.
3526 (list-colors-display): Doc fix. Sort list according to the option
3527 `list-colors-sort'.
3528 (list-colors-print): Add HSV values to `help-echo' property of
3529 RGB strings.
3530
3531 2010-06-14 Juri Linkov <juri@jurta.org>
3532
3533 * compare-w.el: Move to the "vc" subdirectory.
3534
3535 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * image-mode.el (image-mode-map): Remap left-char and right-char.
3538
3539 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3540
3541 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
3542
3543 * term/common-win.el (x-colors): Add all the color names defined
3544 in rgb.txt (Bug#6332).
3545
3546 * facemenu.el (list-colors-print): Don't print extra names if it
3547 will overflow the window width.
3548
3549 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
3550 change (Bug#6343).
3551
3552 2010-06-12 Eli Zaretskii <eliz@gnu.org>
3553
3554 * files.el (make-directory): Doc fix (bug#6396).
3555
3556 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
3557
3558 * net/tramp.el (tramp-remote-process-environment): Protect version
3559 string by apostroph.
3560 (tramp-shell-prompt-pattern): Do not use a shy group in case of
3561 XEmacs.
3562 (tramp-file-name-for-operation): Add `call-process-region'.
3563 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3564
3565 * net/tramp-compat.el (top): Do not autoload
3566 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
3567 only when `start-file-process' is not bound.
3568 (tramp-advice-file-expand-wildcards): Do not use
3569 `tramp-handle-file-remote-p'.
3570 (tramp-compat-make-temp-file): Handle the case, that
3571 `make-temp-file' has no third argument EXTENSION.
3572
3573 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
3574
3575 * makefile.w32-in (WINS_BASIC): Include new directory vc.
3576
3577 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3578
3579 2010-06-11 Juri Linkov <juri@jurta.org>
3580
3581 * finder.el (finder-known-keywords): Add keyword "vc"
3582 for version control.
3583
3584 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3585 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3586 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3587 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3588
3589 2010-06-11 Juri Linkov <juri@jurta.org>
3590
3591 Move version control related files to the "vc" subdirectory.
3592 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3593 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3594 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3595 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3596 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3597 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3598 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3599 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3600 Move files to the "vc" subdirectory.
3601
3602 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
3603
3604 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3605 (Bug#6367).
3606
3607 2010-06-11 Stephen Eglen <stephen@gnu.org>
3608
3609 * shell.el: Bind `shell-resync-dirs' to M-RET.
3610
3611 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
3612
3613 * notifications.el: Move file from lisp/net, because it is
3614 supposed to talk locally to the user.
3615
3616 2010-06-10 Julien Danjou <julien@danjou.info>
3617
3618 * net/notifications.el (notifications-on-action-signal)
3619 (notifications-on-closed-signal): Pass notification id as first
3620 argument to the callback functions. Add docstrings.
3621 (notifications-notify): Fix docstring.
3622
3623 2010-06-10 Glenn Morris <rgm@gnu.org>
3624
3625 * emacs-lisp/authors.el (authors-ignored-files)
3626 (authors-valid-file-names): Add some files.
3627
3628 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
3631 merge conflict, giving preference to the emacs-23 version of the code.
3632
3633 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3634
3635 * emacs-lisp/advice.el (ad-compile-function):
3636 Define warning-suppress-types before we let-bind it (bug#6275).
3637
3638 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
3639 declare it, make it buffer-local and permanent-local (bug#6324).
3640 (vc-resynch-window): Adjust name.
3641 * vc-hooks.el (vc-find-file-hook): Adjust name.
3642
3643 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
3644
3645 * net/notifications.el (notifications-notify): Fix docstring.
3646
3647 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
3648
3649 Update to Unicode 6.0.0 beta.
3650 * international/charprop.el: Update copyright.
3651 * international/mule-cmds.el (ucs-names): Update character ranges.
3652 * international/uni-bidi.el:
3653 * international/uni-category.el:
3654 * international/uni-combining.el:
3655 * international/uni-comment.el:
3656 * international/uni-decimal.el:
3657 * international/uni-decomposition.el:
3658 * international/uni-digit.el:
3659 * international/uni-lowercase.el:
3660 * international/uni-mirrored.el:
3661 * international/uni-name.el:
3662 * international/uni-numeric.el:
3663 * international/uni-old-name.el:
3664 * international/uni-titlecase.el:
3665 * international/uni-uppercase.el: Regenerate.
3666
3667 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
3668
3669 * emacs-lisp/smie.el (comment-string-strip): Declare function.
3670 (smie-precs-precedence-table): Fix typo in docstring.
3671
3672 * vc-mtn.el (log-edit-extract-headers): Declare function.
3673
3674 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
3675
3676 * net/notifications.el (dbus-register-signal): Declare function.
3677 (notifications-notify): Fix typos and reflow docstring.
3678
3679 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3680
3681 Improve VC create/retrieve tag/branch.
3682 * vc.el (vc-create-tag): Do not read the directory name for VCs
3683 with repository revision granularity. Adjust the tag/branch
3684 prompt. Reset VC properties.
3685 (vc-retrieve-tag): Do not read the directory name for VCs
3686 with repository revision granularity. Reset VC properties.
3687
3688 2010-06-09 Julien Danjou <julien@danjou.info>
3689
3690 * net/notifications.el: New file.
3691
3692 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3693
3694 Add optional support for resetting VC properties.
3695 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
3696 call vc-file-clearprops when true.
3697 (vc-resynch-buffer): Add new optional argument, pass it down.
3698 (vc-resynch-buffers-in-directory): Likewise.
3699
3700 Improve support for special markup in the VC commit message.
3701 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
3702 * vc-hg.el (vc-hg-checkin): Add support for Date:.
3703 * vc-git.el (vc-git-checkin):
3704 * vc-bzr.el (vc-bzr-checkin): Likewise.
3705
3706 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
3709 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
3710
3711 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
3712
3713 * iimage.el: Remove images as soon as the underlying text is modified.
3714 (iimage-modification-hook): New function.
3715 (iimage-mode-buffer): Use it.
3716
3717 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
3720 smie-indent-offset-after. Add :prev case. Make a bit more generic.
3721 (smie-indent-virtual): Remove `virtual' arg. Update callers.
3722 (smie-indent-keyword): Add handling of open-paren keywords.
3723 (smie-indent-comment-continue): Don't assume comment-continue.
3724
3725 2010-06-07 Martin Rudalics <rudalics@gmx.at>
3726
3727 * window.el (pop-to-buffer): Remove the conditional that
3728 compares new-window and old-window, so it will reselect
3729 the selected window unconditionally.
3730 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
3731
3732 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3733
3734 * emacs-lisp/smie.el (smie-indent-offset-after)
3735 (smie-indent-forward-token, smie-indent-backward-token): New functions.
3736 (smie-indent-after-keyword): Use them.
3737 (smie-indent-fixindent): Only applies to the indentation of the BOL.
3738 (smie-indent-keyword): Tweak the black magic.
3739 (smie-indent-comment-continue): Strip comment-continue before use.
3740 (smie-indent-functions): Indent comments before keywords.
3741
3742 2010-06-06 Juri Linkov <juri@jurta.org>
3743
3744 * isearch.el (isearch-lazy-highlight-search): Fix looping
3745 by checking for empty match. This syncs this loop with the
3746 similar loop in `isearch-search'. (Bug#6362)
3747
3748 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
3749
3750 * net/dbus.el (dbus-register-method): Declare function.
3751 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
3752 (dbus-introspect): Doc fix.
3753 (dbus-event-bus-name, dbus-introspect-get-interface)
3754 (dbus-introspect-get-argument): Reflow docstrings.
3755
3756 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
3757
3758 vc-log-incoming/vc-log-outgoing fixes for Git.
3759 * vc-git.el (vc-git-log-view-mode): Fix font lock for
3760 incoming/outgoing logs.
3761 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
3762 instead of vc-git-compute-remote.
3763 (vc-git-compute-remote): Remove.
3764
3765 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
3766
3767 * term/common-win.el (x-colors): Add "dark green" and "dark
3768 turquoise" (Bug#6332).
3769
3770 2010-06-04 Juri Linkov <juri@jurta.org>
3771
3772 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
3773 Instead of setting `replace' to t and replacing the same string
3774 with itself, don't do certain actions when
3775 kill-do-not-save-duplicates is non-nil and string is equal to car
3776 of kill-ring: don't call menu-bar-update-yank-menu, don't push
3777 interprogram-paste strings to kill-ring, and don't push the input
3778 argument `string' to kill-ring.
3779 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
3780
3781 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
3782
3783 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
3784
3785 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
3786
3787 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
3788 (tramp-gvfs-handler-mounted-unmounted)
3789 (tramp-gvfs-connection-mounted-p): Handle default-location.
3790
3791 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
3792 move files to trash.
3793
3794 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
3795
3796 * international/mule-cmds.el (nonascii-insert-offset)
3797 (nonascii-translation-table): Add obsolescence information.
3798
3799 * international/mule.el (make-translation-table-from-vector): Doc fix.
3800
3801 2010-06-03 Glenn Morris <rgm@gnu.org>
3802
3803 * desktop.el (desktop-clear-preserve-buffers):
3804 Add "*Warnings*" buffer. (Bug#6336)
3805
3806 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3807
3808 vc-log-incoming/vc-log-outgoing improvements for Git.
3809 * vc-git.el (vc-git-log-outgoing): Use the same format as the
3810 short log.
3811 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
3812
3813 Add bindings for vc-log-incoming and vc-log-outgoing.
3814 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
3815 and vc-log-outgoing.
3816 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
3817 and vc-log-outgoing.
3818
3819 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
3820
3821 * net/rcirc.el (rcirc-sort-nicknames): Remove.
3822 (rcirc-handler-366): Always sort nicknames.
3823
3824 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
3825
3826 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
3827
3828 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
3829
3830 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
3831
3832 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3833
3834 * net/rcirc.el (rcirc-sort-nicknames): Change default.
3835 (rcirc-sort-nicknames-join): Avoid setq.
3836
3837 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3838
3839 * net/rcirc.el (rcirc-sort-nicknames): New custom.
3840 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
3841 (rcirc-handler-366): Use them.
3842
3843 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3844
3845 Split smie-indent-calculate into more manageable chunks.
3846 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
3847 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
3848 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
3849 (smie-indent-exps): Extract from smie-indent-calculate.
3850 (smie-indent-functions): New var.
3851 (smie-indent-functions): Use them.
3852
3853 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
3856 (smie-indent-calculate): Simplify and cleanup.
3857
3858 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
3859
3860 * net/tramp-gvfs.el (top): Require url-util.
3861 (tramp-gvfs-mount-point): Remove.
3862 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
3863 New defuns.
3864 (with-tramp-dbus-call-method): Format trace message.
3865 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3866 Implement backup call, when operation on local files fails.
3867 Use progress reporter. Flush properties of changed files.
3868 (tramp-gvfs-handle-make-directory): Make more traces.
3869 (tramp-gvfs-url-file-name): Hexify file name in url.
3870 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3871 into account for the resulting file name.
3872 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
3873 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
3874 (tramp-gvfs-handler-mounted-unmounted)
3875 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3876 attribute "default_location". Set "prefix" property.
3877 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3878 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3879 exists. Raise an error, if not (due to a corresponding answer
3880 "no" in interactive questions, for example).
3881
3882 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3883
3884 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
3885
3886 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
3887
3888 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
3889 right-*. (Bug#6265)
3890
3891 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3892
3893 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
3894 * vc-git.el (vc-git-compute-remote): New function.
3895 (vc-git-log-outgoing): Use it instead of hard coding a value.
3896 (vc-git-log-incoming): New function.
3897
3898 Improve state updating for VC tag commands.
3899 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
3900 to update the state of all buffers in the directory.
3901
3902 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
3903
3904 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
3907 `file-directory-p' to the filename part rather than to the whole text.
3908
3909 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3910
3911 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
3912
3913 2010-05-31 Drew Adams <drew.adams@oracle.com>
3914
3915 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
3916
3917 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
3918
3919 * subr.el (momentary-string-display): Just use read-event to read
3920 the exit event (Bug#6238).
3921
3922 2010-05-30 Eli Zaretskii <eliz@gnu.org>
3923
3924 * international/mule.el (define-coding-system): Doc fix (bug#6313).
3925
3926 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
3927
3928 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
3929 Suggested by Eli Zaretskii <eliz@gnu.org>.
3930
3931 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * minibuffer.el (completion-file-name-table): Don't return a boundary
3934 past the end of `string' (bug#6299).
3935 (completion--file-name-table): Delegate to completion-file-name-table
3936 for the `boundaries' case.
3937
3938 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
3939
3940 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
3941 movement commands.
3942
3943 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
3944 `path-separator', but maintain compatibility with Emacs 20.2.
3945
3946 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
3947
3948 * server.el (server-process-filter): Receive parent-id argument
3949 from emacsclient.
3950 (server-create-window-system-frame): New arg. Pass parent-id as
3951 frame parameter.
3952
3953 2010-05-29 Eli Zaretskii <eliz@gnu.org>
3954
3955 Bidi-sensitive word movement with arrow keys.
3956 * subr.el (right-arrow-command, left-arrow-command): Move to
3957 bindings.el.
3958
3959 * bindings.el (right-char, left-char): Move from subr.el and
3960 rename from right-arrow-command and left-arrow-command.
3961 (right-word, left-word): New functions.
3962 (global-map) <right>: Bind to right-char.
3963 (global-map) <left>: Bind to left-char.
3964 (global-map) <C-right>: Bind to right-word.
3965 (global-map) <C-left>: Bind to left-word.
3966
3967 * ls-lisp.el (ls-lisp-classify-file): New function.
3968 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
3969 (ls-lisp-classify): Call ls-lisp-classify-file.
3970 (insert-directory): Remove blanks from switches.
3971
3972 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
3973
3974 * ansi-color.el: Delete unused escape sequences (Bug#6085).
3975 (ansi-color-drop-regexp): New constant.
3976 (ansi-color-apply, ansi-color-filter-region)
3977 (ansi-color-apply-on-region): Delete unrecognized control sequences.
3978 (ansi-color-apply): Build string list before calling concat.
3979
3980 2010-05-28 Juri Linkov <juri@jurta.org>
3981
3982 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
3983 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
3984 (Bug#5270)
3985
3986 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
3987
3988 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
3989 to ignored backtrace functions.
3990 (with-progress-reporter): Expand docstring.
3991 (tramp-handle-delete-file): Implement TRASH argument.
3992 (tramp-get-remote-trash): New defun.
3993
3994 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
3995
3996 * net/tramp-compat.el (tramp-compat-delete-file): Use
3997 `symbol-value' for backward compatibility.
3998
3999 * net/tramp.el (tramp-handle-make-symbolic-link)
4000 (tramp-handle-load)
4001 (tramp-do-copy-or-rename-file-via-buffer)
4002 (tramp-do-copy-or-rename-file-directly)
4003 (tramp-do-copy-or-rename-file-out-of-band)
4004 (tramp-handle-process-file, tramp-handle-call-process-region)
4005 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4006 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4007 (tramp-delete-temp-file-function): Use `delete-file' instead
4008 of `tramp-compat-delete-file'.
4009
4010 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4011 (tramp-fish-handle-make-symbolic-link)
4012 (tramp-fish-handle-process-file): Use `delete-file' instead
4013 of `tramp-compat-delete-file'.
4014
4015 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4016 `delete-file' instead of `tramp-compat-delete-file'.
4017
4018 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4019 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4020 `tramp-compat-delete-file'.
4021
4022 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4023 `delete-file' instead of `tramp-compat-delete-file'.
4024
4025 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4026 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4027 (tramp-smb-handle-write-region): Use `delete-file' instead of
4028 `tramp-compat-delete-file'.
4029 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4030
4031 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4032
4033 * dired.el (dired-delete-file): New arg TRASH.
4034 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
4035 (dired-do-flagged-delete, dired-do-delete): Use trash.
4036
4037 * speedbar.el (speedbar-item-delete): Allow trashing.
4038
4039 * files.el (delete-directory): New arg TRASH.
4040
4041 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4042 (ange-ftp-rename-remote-to-remote)
4043 (ange-ftp-rename-local-to-remote)
4044 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4045 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4046 `delete-file'.
4047 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4048 allow trashing.
4049
4050 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4051 handle new TRASH arg of `delete-file'.
4052
4053 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4054 (tramp-handle-make-symbolic-link, tramp-handle-load)
4055 (tramp-do-copy-or-rename-file-via-buffer)
4056 (tramp-do-copy-or-rename-file-directly)
4057 (tramp-do-copy-or-rename-file-out-of-band)
4058 (tramp-handle-process-file, tramp-handle-call-process-region)
4059 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4060 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4061 (tramp-delete-temp-file-function): Use null TRASH arg in
4062 tramp-compat-delete-file call.
4063
4064 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4065 (tramp-fish-handle-delete-file)
4066 (tramp-fish-handle-make-symbolic-link)
4067 (tramp-fish-handle-process-file): Use null TRASH arg in
4068 `tramp-compat-delete-file' call.
4069
4070 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4071 arg in `tramp-compat-delete-file' call.
4072
4073 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4074 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4075 `tramp-compat-delete-file' call.
4076
4077 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4078 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4079 `tramp-compat-delete-file' call.
4080
4081 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4082 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4083 (tramp-smb-handle-write-region): Use null TRASH arg in
4084 tramp-compat-delete-file call.
4085 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4086 (tramp-smb-handle-delete-file): Rename arg.
4087
4088 * diff.el (diff-sentinel):
4089 * epg.el (epg--make-temp-file, epg-decrypt-string)
4090 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4091 * jka-compr.el (jka-compr-partial-uncompress)
4092 (jka-compr-call-process, jka-compr-write-region):
4093 * server.el (server-sentinel): Remove optional arg from
4094 delete-file, reverting 2010-05-03 change.
4095
4096 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4097
4098 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4099 font-lock-constant-face, not obsolete font-lock-reference-face.
4100
4101 2010-05-27 Kenichi Handa <handa@m17n.org>
4102
4103 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4104 element of GSTRING is nil.
4105
4106 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * emacs-lisp/smie.el (smie-forward-token-function)
4109 (smie-backward-token-function): New vars.
4110 (smie-backward-sexp, smie-forward-sexp)
4111 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4112 (smie-default-backward-token): Rename from smie-backward-token and
4113 skip comments.
4114 (smie-default-forward-token): Rename from smie-forward-token and
4115 skip comments.
4116 (smie-next-sexp): Handle nil results from next-token.
4117 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4118
4119 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4122 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4123
4124 2010-05-27 Masatake YAMATO <yamato@redhat.com>
4125
4126 * htmlfontify.el (hfy-face-resolve-face): New function.
4127 (hfy-face-to-style): Use it (Bug#6279).
4128
4129 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4132 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4133
4134 2010-05-26 Glenn Morris <rgm@gnu.org>
4135
4136 * emulation/edt.el (edt-load-keys): Use locate-library.
4137
4138 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
4139
4140 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4141 (log-edit-changelog-entries): Doc fix.
4142 (log-edit-changelog-insert-entries): Args changed.
4143 Rename relative filenames in ChangeLog entries. Delete tabs.
4144 (log-edit-insert-changelog-entries): Reorganize return value of
4145 `log-edit-changelog-entries' to pass filenames to
4146 log-edit-changelog-insert-entries.
4147
4148 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4149
4150 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4151 `image-dired-dired-insert-marked-thumbs' to
4152 `image-dired-dired-toggle-marked-thumbs'.
4153
4154 * image-dired.el: Require cl when compiling.
4155 (image-dired-dired-toggle-marked-thumbs): Rename from
4156 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4157 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4158 to 'no-dir. Skip files whose names don't match
4159 `image-file-name-regexp'. When file has a thumbnail overlay,
4160 delete it. (Bug#5270)
4161
4162 2010-05-25 Juri Linkov <juri@jurta.org>
4163
4164 * image-mode.el (image-mode): Add image-after-revert-hook to
4165 after-revert-hook.
4166 (image-after-revert-hook): New function. (Bug#5669)
4167
4168 2010-05-25 Juri Linkov <juri@jurta.org>
4169
4170 * image.el (image-animated-p): When delay between animated images
4171 is 0, set it to 10 (0.1 sec). (Bug#6258)
4172
4173 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4174
4175 * net/tramp.el (tramp-handle-insert-directory): Don't use
4176 `forward-word', its default syntax could be changed.
4177
4178 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
4179
4180 * net/tramp.el (tramp-progress-reporter-update): New defun.
4181 (with-progress-reporter): Use it.
4182 (tramp-process-actions):
4183 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4184 current message, in order to let progress reporter continue
4185 afterwards. (Bug#6257)
4186
4187 2010-05-25 Glenn Morris <rgm@gnu.org>
4188
4189 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4190 Add :version.
4191
4192 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4193
4194 * net/rcirc.el (rcirc-default-user-name): Change to "user".
4195 (rcirc-default-full-name): Change to "unknown".
4196 (rcirc-user-name-history): Add variable.
4197
4198 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4199 Jonathan Rockway <jon@jrock.us>
4200
4201 * net/rcirc.el (rcirc-server-alist): Add :pass.
4202 (rcirc): When prompting for connection parameters, also prompt for
4203 username and password.
4204 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
4205 value to server when connecting.
4206
4207 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4210 (smie-merge-prec2s): Pass the tables as separate args.
4211 (smie-bnf-precedence-table): Adjust call accordingly.
4212 (smie-prec2-levels): Set levels at the end.
4213
4214 Replace Lisp calls to delete-backward-char by delete-char.
4215 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4216 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4217 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4218 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4219 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4220 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4221 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4222 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4223 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4224 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4225 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4226 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4227 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4228 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4229 delete-backward-char by calls to delete-char.
4230
4231 2010-05-25 Kenichi Handa <handa@m17n.org>
4232
4233 * language/hebrew.el (hebrew-shape-gstring): New function.
4234 Register it in composition-function-table for all Hebrew combining
4235 characters.
4236
4237 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * epa.el (epa--select-keys): Don't explicitly delete the window since
4240 that can fail (e.g. sole window in frame). Use dedication instead.
4241
4242 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
4243
4244 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4245
4246 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4247
4248 * image.el (image-refresh): Define as an alias for image-flush.
4249
4250 * image-mode.el (image-toggle-display-image): Caller changed.
4251
4252 2010-05-21 Juri Linkov <juri@jurta.org>
4253
4254 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4255 Remove "all" from grep-files-aliases. Split grep-files-aliases by
4256 whitespace, call wildcard-to-regexp on substrings and concat them
4257 with "\\|". (Bug#6114)
4258
4259 2010-05-21 Alan Mackenzie <acm@muc.de>
4260
4261 * progmodes/cc-engine.el (c-parse-state-get-strategy):
4262 Replace parameter `here' with `here-' and `here-plus', which sandwich
4263 any pertinent CPP construct.
4264 (c-remove-stale-state-cache-backwards): Fix a bug which happens
4265 when doing (c-parse-state) in a CPP construct: Exclude any "new"
4266 CPP construct from taking part in the scanning.
4267
4268 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
4269
4270 * net/tramp.el (tramp-do-copy-or-rename-file)
4271 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4272 Tune `with-progress-reporter' messages.
4273 (tramp-handle-vc-registered):
4274 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4275 (tramp-fish-handle-insert-file-contents)
4276 (tramp-fish-maybe-open-connection):
4277 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4278 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4279 (tramp-imap-handle-insert-file-contents)
4280 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4281
4282 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
4283
4284 * add-log.el (change-log-font-lock-keywords):
4285 Highlight all authors in multi-author entries.
4286
4287 * smerge-mode.el (smerge-refine-ignore-whitespace)
4288 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4289 Fix typos in docstrings.
4290 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4291
4292 2010-05-21 Glenn Morris <rgm@gnu.org>
4293
4294 * progmodes/fortran.el (fortran-mode):
4295 * progmodes/f90.el (f90-mode): Derive from prog-mode.
4296
4297 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4298 having a relative path in src/Makefile.in.
4299
4300 2010-05-20 Kevin Ryde <user42@zip.com.au>
4301
4302 * help-mode.el (help-make-xrefs): For Info node links turn
4303 newlines into spaces. Link node names with newlines are matched
4304 by help-xref-info-regexp and buttonized, this change ensures they
4305 can be followed successfully with RET. (Bug#6206)
4306
4307 2010-05-20 Juri Linkov <juri@jurta.org>
4308
4309 * locate.el (locate): Use pop-to-buffer instead of
4310 switch-to-buffer-other-window. (Bug#6204)
4311
4312 2010-05-20 Juri Linkov <juri@jurta.org>
4313
4314 * replace.el (replace-highlight): Fix lazy-highlighting
4315 for `M-s w str M-% str RET'.
4316
4317 2009-12-15 Masatake YAMATO <yamato@redhat.com>
4318
4319 * isearch.el (isearch-yank-word-or-char): Pull next subword
4320 when `subword-mode' is activated. (Bug#6220)
4321
4322 2010-05-20 Mark A. Hershberger <mah@everybody.org>
4323
4324 * isearch.el (isearch-update-post-hook): New hook.
4325 (isearch-update): Use the new hook. (Bug#6225)
4326
4327 2010-05-20 Juri Linkov <juri@jurta.org>
4328
4329 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4330 [f1], [help], and (char-to-string help-char) instead of "\C-h".
4331 (Bug#6222)
4332
4333 2010-05-20 Juri Linkov <juri@jurta.org>
4334
4335 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4336 (Bug#6223)
4337
4338 2010-05-20 Juri Linkov <juri@jurta.org>
4339
4340 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4341 FILE-NAME to read from the minibuffer when called interactively
4342 with prefix argument instead of using buffer-file-name.
4343 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4344
4345 * dired.el: Update autoloads.
4346
4347 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4350 nxml-finish-element, for consistency with SGML mode.
4351
4352 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4353 octave-close-block.
4354
4355 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
4356
4357 * composite.el: Require cl when compiling.
4358 (reference-point-alist, compose-gstring-for-graphic)
4359 (compose-gstring-for-terminal): Fix typos in docstrings.
4360
4361 2010-05-19 Juri Linkov <juri@jurta.org>
4362
4363 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4364 set-window-parameter.
4365
4366 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4367
4368 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4369 where appropriate.
4370 (tramp-maybe-open-connection): Use it.
4371
4372 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4373
4374 * simple.el (move-end-of-line): Make sure we are at line beginning
4375 before backing up to end of previous line.
4376
4377 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4378
4379 * password-cache.el (password-cache-remove): Fix docstring.
4380
4381 * net/secrets.el: Autoload the widget functions.
4382 (secrets-search-items, secrets-create-item)
4383 (secrets-get-attributes, secrets-expand-item): Attributes will be
4384 stored on the password database without leading ":", as all other
4385 clients do as well.
4386 (secrets-mode): Fix docstring.
4387 (secrets-show-secrets): Provide it as autoloaded command only when
4388 D-Bus support is available. Check existence of Secret Service API.
4389
4390 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4391
4392 * indent.el (indent-region): Deactivate region (bug#6200).
4393
4394 2010-05-19 Glenn Morris <rgm@gnu.org>
4395
4396 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
4397
4398 2010-05-19 Kenichi Handa <handa@m17n.org>
4399
4400 * composite.el: Register compose-gstring-for-graphic in
4401 composition-function-table only for combining characters (Mn, Mc, Me).
4402
4403 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4404
4405 * calc/calc-trail.el (calc-trail-isearch-forward)
4406 (calc-trail-isearch-backward): Ensure that the new window
4407 point is set correctly.
4408
4409 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * subr.el (read-quoted-char): Resolve modifiers after key
4412 remapping (bug#6212).
4413
4414 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
4415
4416 Add visualization code for secrets.
4417 * net/secrets.el (secrets-mode): New major mode.
4418 (secrets-show-secrets, secrets-show-collections)
4419 (secrets-expand-collection, secrets-expand-item)
4420 (secrets-tree-widget-after-toggle-function)
4421 (secrets-tree-widget-show-password): New defuns.
4422
4423 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4426 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4427 handled in smie-next-sexp.
4428 (smie-indent-calculate): Provide a starting indentation (so the
4429 recursion is well-founded ;-).
4430
4431 Fix handling of non-associative equal levels.
4432 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4433 when it's not needed.
4434 (smie-op-left, smie-op-right): New functions.
4435 (smie-next-sexp): New function, extracted from smie-backward-sexp.
4436 Better handle equal levels to distinguish the associative case from
4437 the "multi-keyword construct" case.
4438 (smie-backward-sexp, smie-forward-sexp): Use it.
4439
4440 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
4441
4442 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4443
4444 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4445 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4446
4447 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 Provide a simple generic indentation engine and use it for Prolog.
4450 * emacs-lisp/smie.el: New file.
4451 * progmodes/prolog.el (prolog-smie-op-levels)
4452 (prolog-smie-indent-rules): New var.
4453 (prolog-mode-variables): Use them to configure SMIE.
4454 (prolog-indent-line, prolog-indent-level): Remove.
4455
4456 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
4457
4458 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4459 order before computing the averages.
4460
4461 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4462
4463 * calc/calc-vec.el (calc-histogram):
4464 (calcFunc-histogram): Allow vectors as inputs.
4465 (math-vector-avg): New function.
4466
4467 * calc/calc-ext.el (math-group-float): Have the number of digits
4468 being grouped depend on the radix (Bug#6189).
4469
4470 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4471
4472 * version.el (emacs-copyright, emacs-version): Don't define here,
4473 now that emacs.c defines it.
4474
4475 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4476
4477 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4478 "Describe Language Environment" menu item.
4479
4480 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4481
4482 Bidi-sensitive movement with arrow keys.
4483 * subr.el (right-arrow-command, left-arrow-command): New functions.
4484
4485 * bindings.el (global-map): Bind them to right and left arrow keys.
4486
4487 Don't override standard definition of convert-standard-filename.
4488 * files.el (convert-standard-filename): Call
4489 w32-convert-standard-filename and dos-convert-standard-filename on
4490 the corresponding systems.
4491
4492 * w32-fns.el (w32-convert-standard-filename): Rename from
4493 convert-standard-filename. Doc fix.
4494
4495 * dos-fns.el (dos-convert-standard-filename): Doc fix.
4496 (convert-standard-filename): Don't defalias.
4497 (register-name-alist, make-register, register-value)
4498 (set-register-value, intdos): Obsolete aliases for the
4499 corresponding dos-* functions and variables.
4500 (dos-intdos): Add a doc string.
4501
4502 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
4503
4504 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4505 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4506 (math-compose-tex-func):
4507 * calc/calccomp.el (math-compose-expr):
4508 * calc/calc-ext.el (math-format-flat-expr-fancy):
4509 * calc/calc-store.el (calc-read-var-name):
4510 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4511
4512 * calc/calc.el (var-π, var-φ, var-γ): New variables.
4513 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
4514 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
4515 (math-standard-units): Add units.
4516
4517 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * progmodes/asm-mode.el (asm-mode):
4520 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4521
4522 * pcomplete.el (pcomplete-completions-at-point): New function,
4523 extracted from pcomplete-std-complete.
4524 (pcomplete-std-complete): Use it.
4525
4526 2010-05-15 Glenn Morris <rgm@gnu.org>
4527
4528 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4529 Remove references to CVS, RCS and Old directories.
4530
4531 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
4532
4533 * calc/calc-bin.el (math-format-twos-complement): Group digits when
4534 appropriate.
4535
4536 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4539 (sh-mode-syntax-table): Give it a default value instead.
4540 (sh-header-marker): Make buffer-local.
4541 (sh-mode): Move make-local-variable to the corresponding setq.
4542 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4543 Use complete-with-action.
4544
4545 * simple.el (prog-mode): New (abstract) major mode.
4546 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4547 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4548
4549 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
4550
4551 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4552 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4553 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4554 (sql-make-alternate-buffer-name, sql-placeholders-filter)
4555 (sql-escape-newlines-filter, sql-input-sender)
4556 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4557
4558 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
4559
4560 Add TeX open-block and close-block keybindings to SGML, and vice versa.
4561
4562 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4563 latex-open-block and C-c / to latex-close-block.
4564
4565 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4566 and C-c C-e to sgml-close-tag.
4567
4568 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
4569
4570 * net/tramp.el (with-progress-reporter): Create reporter object
4571 only when the message would be displayed. Handle nested calls.
4572 (tramp-handle-load, tramp-handle-file-local-copy)
4573 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4574 (tramp-maybe-send-script, tramp-find-shell):
4575 Use `with-progress-reporter'.
4576 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4577 Fix message text.
4578
4579 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4580 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4581 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4582 Use `with-progress-reporter'.
4583
4584 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
4585
4586 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4587 process everytime when spellchecking from the minibuffer (bug#6143).
4588
4589 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4590
4591 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4592
4593 * dos-fns.el: Add "dos-" prefix for namespace control.
4594 (convert-standard-filename): Define as alias for
4595 dos-convert-standard-filename but only if applicable.
4596
4597 2010-05-12 Alan Mackenzie <acm@muc.de>
4598
4599 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4600 Push the mark at the start of these functions when appropriate.
4601
4602 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4603
4604 * minibuffer.el (completion-cycle-threshold): New custom var.
4605 (completion--do-completion): Use it.
4606 (minibuffer-complete): Use cycling if appropriate.
4607
4608 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
4609
4610 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
4611 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
4612
4613 2010-05-11 Juri Linkov <juri@jurta.org>
4614
4615 * scroll-all.el (scroll-all-check-to-scroll):
4616 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
4617
4618 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * iimage.el (iimage-mode-map): Move initialization into declaration.
4621 (iimage-mode-buffer): Use with-silent-modifications.
4622 Simplify calling convention. Adjust callers.
4623 (iimage-mode): Don't run hook redundantly.
4624
4625 * minibuffer.el (completion-pcm--pattern->regex):
4626 Fix last change (bug#6160).
4627
4628 2010-05-10 Juri Linkov <juri@jurta.org>
4629
4630 Remove nodes visited during Isearch from the Info history.
4631 * info.el (Info-isearch-initial-history)
4632 (Info-isearch-initial-history-list): New variables.
4633 (Info-isearch-start): Record initial values of
4634 Info-isearch-initial-history and Info-isearch-initial-history-list.
4635 Add Info-isearch-end to isearch-mode-end-hook.
4636 (Info-isearch-end): New function.
4637
4638 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
4639
4640 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
4641 format string, in order to work around a bug in pdksh.
4642 Reported by Gilles Pion <gpion@lfdj.com>.
4643 (tramp-handle-verify-visited-file-modtime): Do not send a command
4644 when the connection is not established.
4645 (tramp-handle-set-file-times): Simplify the check for utc.
4646
4647 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
4648
4649 Fix use of `filter-buffer-substring' (rework previous change).
4650 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
4651 (cua-repeat-replace-region):
4652 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
4653 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4654 (cua-cut-region-to-global-mark): Use it.
4655
4656 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
4657
4658 * progmodes/sql.el: Version 2.1.
4659 (sql-product-alist): Redesign structure of product info.
4660 (sql-product, sql-user, sql-server, sql-database): Safe variables.
4661 (sql-port, sql-port-history): New variables.
4662 (sql-interactive-product): New variable.
4663 (sql-send-terminator): New variable.
4664 (sql-imenu-generic-expression): Add "Types" imenu entry.
4665 (sql-oracle-login-params, sql-sqlite-login-params)
4666 (sql-mysql-login-params, sql-solid-login-params)
4667 (sql-sybase-login-params, sql-informix-login-params)
4668 (sql-ingres-login-params, sql-ms-login-params)
4669 (sql-postgres-login-params, sql-interbase-login-params)
4670 (sql-db2-login-params, sql-linter-login-params)
4671 (sql-oracle-scan-on): New variables.
4672 (sql-mode-map): Add C-c C-i to start interactive mode.
4673 (sql-mode-menu): Update existing menu entries.
4674 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
4675 (sql-mode-oracle-font-lock-keywords)
4676 (sql-mode-postgres-font-lock-keywords)
4677 (sql-mode-ms-font-lock-keywords)
4678 (sql-mode-sybase-font-lock-keywords)
4679 (sql-mode-informix-font-lock-keywords)
4680 (sql-mode-interbase-font-lock-keywords)
4681 (sql-mode-ingres-font-lock-keywords)
4682 (sql-mode-solid-font-lock-keywords)
4683 (sql-mode-mysql-font-lock-keywords)
4684 (sql-mode-sqlite-font-lock-keywords)
4685 (sql-mode-db2-font-lock-keywords)
4686 (sql-mode-linter-font-lock-keywords): Update initialization to
4687 reduce run-time complexity.
4688 (sql-add-product, sql-del-product): New functions.
4689 (sql-set-product-feature, sql-get-product-feature): New functions.
4690 (sql-product-font-lock): Update product API.
4691 (sql-add-product-keywords): New function.
4692 (sql-highlight-product): Update product API.
4693 (sql-help-list-products): New function.
4694 (sql-help): Dynamically lists free and non-free products.
4695 (sql-get-login): Correct bug in handling history and added
4696 prompt for port.
4697 (sql-copy-column): Copy without properties.
4698 (sqli-input-sender): Apply filters to SQLi input.
4699 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
4700 Implement as a filter.
4701 (sql-escape-newlines-filter): Implement as a filter.
4702 (sql-remove-tabs-filter): New function.
4703 (sql-send-magic-terminator): New function.
4704 (sql-send-string): Implement magic terminator.
4705 (sql-send-region): Use `sql-send-string'.
4706 (sql-interactive-mode): Use product API.
4707 (sql-product-interactive): Use product API.
4708 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4709 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4710 (sql-db2, sql-linter): Use `sql-product-interactive'.
4711 (sql-connect): New function.
4712 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4713 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4714 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
4715 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4716 Use `sql-connect'.
4717
4718 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4719
4720 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
4721 New custom variable.
4722 (completion-pcm--string->pattern): Use it.
4723 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
4724 Make it handle any symbol as `any'.
4725 (completion-pcm--merge-completions): Extract common suffix for the new
4726 `prefix' symbol as well.
4727 (completion-substring--all-completions): Use the new `prefix' symbol.
4728
4729 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
4730
4731 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
4732 not bound.
4733 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4734 (tramp-compat-funcall): New defmacro.
4735 (tramp-compat-line-beginning-position)
4736 (tramp-compat-line-end-position)
4737 (tramp-compat-temporary-file-directory)
4738 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4739 (tramp-compat-copy-file, tramp-compat-copy-directory)
4740 (tramp-compat-delete-file, tramp-compat-delete-directory)
4741 (tramp-compat-number-sequence, tramp-compat-process-running-p)
4742 * net/tramp.el (top, with-progress-reporter)
4743 (tramp-rfn-eshadow-setup-minibuffer)
4744 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4745 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4746 (tramp-completion-mode-p, tramp-check-for-regexp)
4747 (tramp-open-connection-setup-interactive-shell)
4748 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4749 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4750 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
4751 * net/tramp-cmds.el (tramp-cleanup-all-connections)
4752 (tramp-reporter-dump-variable, tramp-load-report-modules)
4753 (tramp-append-tramp-buffers)
4754 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
4755
4756 * net/tramp-imap.el (top): Autoload `epg-make-context'.
4757
4758 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4759
4760 * progmodes/compile.el (compilation-buffer-modtime): Rename from
4761 buffer-modtime. Adjust users.
4762
4763 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4764
4765 * international/mule.el (auto-coding-alist): Only purecopy
4766 car of each item, not the whole list (Bug#6083).
4767
4768 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4769
4770 * progmodes/js.el (js-mode): Make paragraph variables local before
4771 calling c-setup-paragraph-variables (Bug#6071).
4772
4773 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4774
4775 * composite.el (compose-region, reference-point-alist): Fix typos
4776 in the doc strings.
4777
4778 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4779
4780 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
4781 gnuplot's "set" command.
4782
4783 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
4784
4785 * abbrev.el (last-abbrev-text): Doc fix.
4786 (abbrev-prefix-mark): Don't escape parenthesis.
4787
4788 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
4789
4790 * composite.el (find-composition): Doc fix.
4791
4792 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
4793
4794 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
4795 (sql-oracle-program, sql-sqlite-options)
4796 (sql-query-placeholders-and-send): Doc fixes.
4797 (sql-set-product, sql-interactive-mode): Reflow docstrings.
4798 (sql-imenu-generic-expression, sql-buffer)
4799 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
4800 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
4801 (sql-mode-sybase-font-lock-keywords)
4802 (sql-mode-informix-font-lock-keywords)
4803 (sql-mode-interbase-font-lock-keywords)
4804 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
4805 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
4806 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
4807 (sql-product-feature, sql-highlight-product)
4808 (comint-line-beginning-position, sql-rename-buffer)
4809 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
4810 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
4811 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
4812 Fix typos in docstrings.
4813
4814 2010-05-08 Juri Linkov <juri@jurta.org>
4815
4816 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
4817 property instead of `invisible' and `after-string' (bug#5998).
4818
4819 2010-05-08 Juri Linkov <juri@jurta.org>
4820
4821 * image-mode.el (image-mode-as-text): Fix typo in docstring.
4822
4823 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
4824
4825 * filecache.el (file-cache-add-directory-list)
4826 (file-cache-add-directory-recursively): Fix typos in docstrings.
4827
4828 2010-05-08 Kenichi Handa <handa@m17n.org>
4829
4830 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
4831 (gujarati-composable-pattern): Fix typo.
4832
4833 2010-05-08 Kenichi Handa <handa@m17n.org>
4834
4835 * language/indian.el (oriya-composable-pattern)
4836 (tamil-composable-pattern, malayalam-composable-pattern):
4837 Add two-part vowels to "v" (vowel sign).
4838
4839 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4840
4841 * files.el (copy-directory): Handle symlinks (Bug#5982).
4842
4843 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
4844
4845 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
4846 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
4847 (Bug#5846).
4848
4849 2010-05-08 Glenn Morris <rgm@gnu.org>
4850
4851 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
4852
4853 * minibuffer.el (completion-at-point): Doc fix.
4854
4855 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 * electric.el (Electric-command-loop): Minor tweak.
4858
4859 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
4860 better with dedicated windows.
4861
4862 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4863
4864 * Version 23.2 released.
4865
4866 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4867 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 Highlight vendor specific properties.
4870 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
4871 (css-proprietary-property): New face.
4872 (css-font-lock-keywords): Use them.
4873
4874 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4875
4876 * cus-start.el (all): Add native condition for tool-bar-* symbols.
4877
4878 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4879
4880 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
4881 * files.el (auto-mode-alist): Remove redundant entries.
4882
4883 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
4884 * simple.el (auto-save-mode): Move from files.el.
4885 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
4886
4887 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
4888
4889 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
4890
4891 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
4892
4893 * mail/binhex.el (binhex-decode-region-internal)
4894 * mail/uudecode.el (uudecode-decode-region-internal)
4895 * net/dns.el (dns-read-string-name, dns-write, dns-read)
4896 (dns-read-type, dns-query)
4897 * pgg-parse.el (pgg-parse-armor)
4898 * pgg.el (pgg-verify-region)
4899 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
4900 XEmacs.
4901
4902 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
4903
4904 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
4905
4906 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
4907
4908 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
4909 * emulation/cua-base.el (cua-repeat-replace-region):
4910 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4911 (cua-cut-region-to-global-mark):
4912 Remove text properties with `set-text-properties'.
4913
4914 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
4915
4916 * net/tramp.el (top, with-progress-reporter):
4917 Use `symbol-function' inside `funcall'.
4918
4919 * net/tramp-compat.el (tramp-compat-file-attributes)
4920 (tramp-compat-delete-file, tramp-compat-delete-directory):
4921 Handle only `wrong-number-of-arguments' error.
4922
4923 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
4924 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
4925 inside `funcall'.
4926
4927 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * minibuffer.el (completion--sreverse, completion--common-suffix):
4930 New functions.
4931 (completion-pcm--merge-completions): Extract common suffix when safe.
4932
4933 * emacs-lisp/easy-mmode.el (define-minor-mode):
4934 Make :variable more flexible.
4935 * files.el (auto-save-mode): Use it to define using define-minor-mode.
4936
4937 2010-05-05 Juri Linkov <juri@jurta.org>
4938
4939 Add `slow' and `history' tags to the desktop data.
4940
4941 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
4942 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
4943 (Info-finder-find-node): Require `finder.el' to be able
4944 to restore node from the desktop.
4945 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
4946 data `Info-history' and `slow' tag in the assoc list.
4947 (Info-restore-desktop-buffer): Don't restore nodes with the
4948 `slow' tag. Restore `Info-history'.
4949
4950 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
4951
4952 Add FORCE argument to `delete-file'.
4953
4954 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
4955 forcing to delete the temporary file.
4956 (ange-ftp-delete-file): Add FORCE arg.
4957 (ange-ftp-rename-remote-to-remote)
4958 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
4959 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
4960 Force file deletion.
4961
4962 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
4963
4964 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
4965 (tramp-handle-make-symbolic-link, tramp-handle-load)
4966 (tramp-do-copy-or-rename-file-via-buffer)
4967 (tramp-do-copy-or-rename-file-directly)
4968 (tramp-do-copy-or-rename-file-out-of-band)
4969 (tramp-handle-process-file, tramp-handle-call-process-region)
4970 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4971 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4972 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
4973
4974 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
4975 (tramp-fish-handle-make-symbolic-link)
4976 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
4977
4978 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4979 Use `tramp-compat-delete-file'.
4980
4981 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
4982 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
4983
4984 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
4985 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
4986
4987 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
4988 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
4989 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
4990 `tramp-compat-delete-file'.
4991
4992 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 Minor cleanups.
4995 * subr.el (add-minor-mode): Use push.
4996 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
4997 * emulation/edt.el (edt-select-mode): Simplify.
4998
4999 Use define-minor-mode in more cases.
5000 * term/tvi970.el (tvi970-set-keypad-mode):
5001 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5002 (normal-erase-is-backspace-mode):
5003 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5004 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5005 (get-scroll-bar-mode): New function.
5006 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5007
5008 Use define-minor-mode for less obvious cases.
5009 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5010 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5011 * international/iso-ascii.el (iso-ascii-mode):
5012 * frame.el (auto-raise-mode, auto-lower-mode):
5013 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5014
5015 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
5016
5017 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5018 in order to see error messages for failed logins.
5019
5020 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5021
5022 * diff.el (diff-sentinel):
5023
5024 * epg.el (epg--make-temp-file, epg-decrypt-string)
5025 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5026
5027 * jka-compr.el (jka-compr-partial-uncompress)
5028 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5029
5030 * server.el (server-sentinel): Use delete-file's new FORCE arg
5031 (Bug#6070).
5032
5033 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5034
5035 Use define-minor-mode where applicable.
5036 * view.el (view-mode):
5037 * type-break.el (type-break-query-mode)
5038 (type-break-mode-line-message-mode):
5039 * textmodes/reftex.el (reftex-mode):
5040 * term/vt100.el (vt100-wide-mode):
5041 * tar-mode.el (tar-subfile-mode):
5042 * savehist.el (savehist-mode):
5043 * ibuf-ext.el (ibuffer-auto-mode):
5044 * composite.el (auto-composition-mode):
5045 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5046 Use define-minor-mode.
5047 (vhdl-mode): Use static mode-line format.
5048 (vhdl-mode-line-update): Delete.
5049 (vhdl-create-mode-menu, vhdl-activate-customizations)
5050 (vhdl-hs-minor-mode): Don't bother calling it.
5051
5052 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5053
5054 * simple.el (with-wrapper-hook): Move.
5055 (buffer-substring-filters): Mark obsolete.
5056 (filter-buffer-substring-functions): New variable.
5057 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
5058
5059 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5060 Michael Albinus <michael.albinus@gmx.de>
5061
5062 Implement compression for inline methods.
5063
5064 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5065 (tramp-copy-size-limit): Allow also nil.
5066 (tramp-inline-compress-commands): New defconst.
5067 (tramp-find-inline-compress, tramp-get-inline-compress)
5068 (tramp-get-inline-coding): New defuns.
5069 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5070 replaced by `tramp-get-inline-coding'.
5071 (tramp-handle-file-local-copy, tramp-handle-write-region)
5072 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5073
5074 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5077 Remove unused functions.
5078
5079 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5080 Set find-tag-default-function as a variable rather than a property.
5081
5082 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5083 * progmodes/etags.el (tags-completion-at-point-function):
5084 Remove left over interactive spec. Add autoloading stub.
5085 (complete-tag): Use tags-completion-at-point-function.
5086
5087 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
5088
5089 * minibuffer.el (tags-completion-at-point-function): Fix return value.
5090
5091 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5092
5093 * ido.el (ido-init-completion-maps): Remove C-v binding.
5094 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5095
5096 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5097
5098 * minibuffer.el (tags-completion-at-point-function): New function.
5099 (completion-at-point-functions): Use it.
5100
5101 * progmodes/etags.el (complete-tag): Revert last change.
5102
5103 2010-04-29 Alan Mackenzie <acm@muc.de>
5104
5105 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5106 off-by-one error (in end of macro position).
5107
5108 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5109
5110 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5111 firefox is absent. Don't autoload.
5112 (browse-url-galeon-program): Don't autoload.
5113
5114 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5115
5116 * bindings.el (complete-symbol): Move into minibuffer.el.
5117
5118 * minibuffer.el (complete-tag): Move from etags.el. If tags
5119 completion cannot be performed, return nil instead of signalling
5120 an error.
5121 (completion-at-point): Make it an alias for complete-symbol.
5122 (complete-symbol): Move from bindings.el, and replace with the
5123 body of completion-at-point.
5124
5125 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5126
5127 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
5128
5129 * net/tramp.el (tramp-remote-selinux-p): New defun.
5130 (tramp-handle-file-selinux-context)
5131 (tramp-handle-set-file-selinux-context): Use it.
5132
5133 2010-04-28 Sam Steingold <sds@gnu.org>
5134
5135 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5136 `safe-local-variable' if the value is a string or a symbol with
5137 the property `bug-reference-url-format'.
5138
5139 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5140
5141 * progmodes/bug-reference.el (bug-reference-url-format):
5142 Revert 2010-04-27 change due to security risk.
5143
5144 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5145
5146 Make it possible to locally disable a globally enabled mode.
5147 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5148 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5149 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5150 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5151 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5152 that subsequent hooks get a chance to disable it.
5153
5154 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5155
5156 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5157 Avoid re-enabling a minor mode after the user turned the minor mode
5158 off if MODE-enable-in-buffers is run twice (typically once from
5159 fundamental-mode's after-change-major-mode-hook and a second time from
5160 run-mode-hook's own after-change-major-mode-hook).
5161
5162 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5163
5164 2010-04-27 Sam Steingold <sds@gnu.org>
5165
5166 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5167 `safe-local-variable' if the value is a string or a function, as
5168 documented and implemented on 2010-04-02.
5169
5170 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
5171
5172 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5173 when method is 'kill.
5174
5175 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
5176
5177 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5178 condition in default directory check.
5179 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5180 Kill ispell process when killing its associated buffer.
5181
5182 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5183
5184 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5185 but we aren't using it.
5186
5187 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5188
5189 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5190 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5191
5192 2010-04-24 Glenn Morris <rgm@gnu.org>
5193
5194 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5195 Ignore VCS-ignore files, and deleted nextstep preferences files.
5196 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5197 (authors-ambiguous-files): New list.
5198 (authors-valid-file-names): Add some deleted files.
5199 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5200 (authors-disambiguate-file-name): New function. (Bug#5501)
5201 (authors-canonical-file-name): Doc fix.
5202 Don't warn about obsolete files.
5203 (authors-canonical-file-name, authors-scan-el):
5204 Use authors-disambiguate-file-name.
5205
5206 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5207 Add autoload cookies.
5208 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5209 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5210 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5211 They have definitions / compiler macros in cl.el.
5212 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5213 Replace manual autoloads with generated ones.
5214 (htmlfontify-unload-rgb-file): Remove autoload.
5215 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5216
5217 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5218
5219 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5220 (byte-compile-setq-default): Optimize for the
5221 single-var case and don't call byte-compile-form in this case to avoid
5222 inf-loop with byte-compile-set-default.
5223
5224 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5225
5226 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
5227
5228 Implement SELINUX backends.
5229
5230 * net/tramp.el (tramp-file-name-handler-alist):
5231 Add `file-selinux-context' and `set-file-selinux-context'.
5232 (tramp-handle-file-selinux-context)
5233 (tramp-handle-set-file-selinux-context): New defuns.
5234 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5235 Handle PRESERVE-SELINUX-CONTEXT.
5236
5237 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5238 Add `file-selinux-context' and `set-file-selinux-context'.
5239 (tramp-gvfs-handle-file-selinux-context)
5240 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5241 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5242
5243 * net/ange-ftp.el (ange-ftp-copy-file):
5244 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5245 * net/tramp-imap.el (tramp-imap-handle-copy-file):
5246 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5247 Add PRESERVE-SELINUX-CONTEXT.
5248
5249 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5250
5251 Synchronize with Tramp repository.
5252
5253 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5254 (tramp-action-process-alive, tramp-action-out-of-band)
5255 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5256 (tramp-exists-file-name-handler): Fix docstring.
5257 (with-progress-reporter): New defmacro.
5258 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5259 (tramp-maybe-open-connection): Use it.
5260
5261 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
5262
5263 Detect ssh 'ControlMaster' argument automatically in some cases.
5264
5265 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5266 (tramp-default-method): Use it.
5267
5268 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5269
5270 * net/tramp.el (tramp-handle-copy-file): Add new optional
5271 parameter `preserve-selinux-context'.
5272 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5273
5274 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5275
5276 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5277 Ensure, that non remote files are still checked. Oops.
5278
5279 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
5280
5281 Fix Bug#5840.
5282
5283 * icomplete.el (icomplete-completions): Use `non-essential'.
5284
5285 * net/tramp.el (tramp-connectable-p): New defun.
5286 (tramp-handle-expand-file-name)
5287 (tramp-completion-handle-file-name-all-completions)
5288 (tramp-completion-handle-file-name-completion): Use it.
5289
5290 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5293
5294 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5295
5296 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5297
5298 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5299
5300 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5301 is present.
5302
5303 * info.el (info-tool-bar-map): Add labels.
5304
5305 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5306
5307 * cus-edit.el (custom-commands): Add labels for tool bar.
5308 (custom-buffer-create-internal, Custom-mode): Adjust for
5309 labels in custom-commands.
5310
5311 * dynamic-setting.el: Renamed from font-setting.el.
5312
5313 2010-04-21 John Wiegley <jwiegley@gmail.com>
5314
5315 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5316 toggles the use of virtual buffers.
5317 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5318 (ido-toggle-virtual-buffers): New function.
5319
5320 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5321
5322 Use `define-derived-mode'; fix window selection; doc fixes.
5323 * play/tetris.el (tetris, tetris-update-speed-function)
5324 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5325 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5326 (tetris-rotate-next, tetris-end-game, tetris-start-game)
5327 (tetris-pause-game): Fix typos in docstrings.
5328 (tetris-mode-map, tetris-null-map):
5329 Move initialization into declaration.
5330 (tetris-mode): Define with `define-derived-mode';
5331 set show-trailing-whitespace to nil.
5332 (tetris): Prefer window already displaying the "*Tetris*" buffer.
5333
5334 2010-04-21 Karel Klíč <kklic@redhat.com>
5335
5336 * files.el (backup-buffer): Handle SELinux context, and return it
5337 if a backup was made by renaming.
5338 (backup-buffer-copy): Set SELinux context to the target file.
5339 (basic-save-buffer): Set SELinux context of the newly written file.
5340 (basic-save-buffer-1): Now it also returns any SELinux context.
5341 (basic-save-buffer-2): Set SELinux context of the newly created file,
5342 and return it.
5343 * net/tramp.el (tramp-file-name-for-operation):
5344 Add file-selinux-context.
5345
5346 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 Make the log-edit comments use RFC822 format throughout.
5349
5350 * vc.el (vc-checkin, vc-modify-change-comment):
5351 Adjust to new vc-start/finish-logentry.
5352 (vc-find-conflicted-file): New command.
5353 (vc-transfer-file): Adjust to new vc-checkin.
5354 (vc-next-action): Improve scoping.
5355
5356 * vc-hg.el (vc-hg-log-edit-mode): Remove.
5357 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
5358
5359 * vc-git.el (vc-git-log-edit-mode): Remove.
5360 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
5361 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5362
5363 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5364 (vc-start-logentry): Remove argument `extra'.
5365 (vc-finish-logentry): Remove extra args.
5366
5367 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5368 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
5369 (vc-bzr-conflicted-files): New function.
5370
5371 * log-edit.el (log-edit-extra-flags)
5372 (log-edit-before-checkin-process): Remove.
5373 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5374 (log-edit-headers-alist): New var.
5375 (log-edit-header-contents-regexp): New const.
5376 (log-edit-match-to-eoh): New function.
5377 (log-edit-font-lock-keywords): Use them.
5378 (log-edit): Insert a "Summary:" header as default.
5379 (log-edit-mode): Mark font-lock rules as case-insensitive.
5380 (log-edit-done): Cleanup headers.
5381 (log-view-process-buffer): Remove.
5382 (log-edit-extract-headers): New function to replace it.
5383
5384 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5385
5386 * subr.el (default-direction-reversed): Remove obsolescence info.
5387
5388 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5391 windows/frames.
5392
5393 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5394 I.e. include text after point in the completion region.
5395 Also, return nil when we're not after/in a symbol.
5396
5397 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5398 default enable-multibyte-characters.
5399
5400 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5401
5402 * international/mule.el: Help the user choose a valid coding-system.
5403 (read-buffer-file-coding-system): New function.
5404 (set-buffer-file-coding-system): Use it. Prompt the user if the
5405 coding-system cannot encode all the chars.
5406
5407 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5408 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5409 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5410 Don't use *vc-bzr-shelve*.
5411
5412 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
5413
5414 Fix the version number for added files.
5415 * vc-hg.el (vc-hg-working-revision): Check if the file is
5416 registered after hg parent fails (Bug#5961).
5417
5418 2010-04-19 Glenn Morris <rgm@gnu.org>
5419
5420 * htmlfontify.el (htmlfontify-buffer)
5421 (htmlfontify-copy-and-link-dir): Autoload entry points.
5422
5423 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
5424
5425 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5426 name relative to the project root (Bug#5960).
5427
5428 2010-04-19 Glenn Morris <rgm@gnu.org>
5429
5430 * vc-git.el (vc-git-print-log): Doc fix.
5431
5432 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
5433
5434 * ido.el (ido-file-internal): Fix 2009-12-02 change.
5435
5436 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
5437
5438 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5439 default settings (Bug#5928).
5440
5441 2010-04-19 Glenn Morris <rgm@gnu.org>
5442
5443 * progmodes/fortran.el (fortran-match-and-skip-declaration):
5444 New function.
5445 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
5446
5447 2010-04-19 Kenichi Handa <handa@m17n.org>
5448
5449 * language/indian.el (malayalam-composable-pattern): Fix previous
5450 change (add U+0D4D "SIGN VIRAMA").
5451 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5452 (tamil-composable-pattern): Fix typo in the regexp.
5453 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5454 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5455 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5456
5457 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5458
5459 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5460 paragraph-separate (Bug#5821).
5461
5462 2010-04-19 Juri Linkov <juri@jurta.org>
5463
5464 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5465
5466 * info.el (Info-find-node-2): Comment out code that skips
5467 breadcrumbs line.
5468 (Info-mouse-follow-link): New command.
5469 (Info-link-keymap): New keymap.
5470 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5471 Return a string with links instead of inserting breadcrumbs
5472 to the Info buffer.
5473 (Info-fontify-node): Comment out code that inserts breadcrumbs.
5474 Instead of putting the `invisible' text property over the Info
5475 header, make an overlay over the Info header with the `invisible'
5476 property and `after-string' set to the string returned by
5477 `Info-breadcrumbs'.
5478
5479 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5480
5481 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5482 Reported by monkey@sandpframing.com.
5483
5484 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5485
5486 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5487 (tmm-get-keymap): Add key-binding shortcuts now that they're not
5488 available in the "keyseq cache" any more.
5489
5490 * custom.el (defcustom): Add edebug spec.
5491
5492 2010-04-18 Juri Linkov <juri@jurta.org>
5493
5494 Test for special mode-class in view-buffer instead of view-file (bug#5513).
5495
5496 * view.el (view-file, view-buffer): Move test for special mode-class
5497 from view-file to view-buffer.
5498
5499 * tar-mode.el (tar-extract): Turn if's into one cond
5500 like in arc-mode.el.
5501
5502 2010-04-18 Juri Linkov <juri@jurta.org>
5503
5504 Add 7z archive format support (bug#5475).
5505
5506 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5507 (archive-7z-extract): New defcustom.
5508 (archive-find-type): Add magic string for 7z.
5509 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5510 If `stderr-file' is non-nil, use `(t stderr-file)' for the
5511 `buffer' arg of `call-process'.
5512 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5513 call the function `archive-7z-extract' with the variable
5514 `archive-7z-extract' let-bound to `archive-zip-extract'.
5515 (archive-7z-summarize, archive-7z-extract): New functions.
5516
5517 * international/mule.el (auto-coding-alist):
5518 * files.el (auto-mode-alist): Add 7z file extension.
5519
5520 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5521
5522 * loadup.el: Setup hash-cons for pure data.
5523
5524 Fix duplicate entries in cedet's loaddefs.el files.
5525 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5526 Should make most file-local generated-autoload-file unnecessary.
5527 (print-readably): Silence warnings.
5528 (autoload-find-destination): Take load-name as an arg to make sure
5529 it's the same as the one that will be in the file.
5530 (autoload-generate-file-autoloads): Adjust to above changes.
5531 Try to make the dataflow a bit simpler.
5532
5533 * cvs-status.el (cvs-refontify): Remove unused.
5534
5535 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
5536
5537 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5538
5539 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
5540 twos-complement mode.
5541
5542 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
5543
5544 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5545 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
5546 (calc-inverse): Add "Option" to message, as appropriate.
5547 (calc-hyperbolic): Add "Option" to message, as appropriate.
5548 (calc-option, calc-is-option): New functions.
5549
5550 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
5551 (calc-option-prefix-help): New function.
5552
5553 * calc/calc-misc.el (calc-help): Add "Option" entry.
5554
5555 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
5556 (calc-option-flag): New variable.
5557 (calc-do): Set `calc-option-flag to nil.
5558 (calc-set-mode-line): Add "Opt " as appropriate.
5559
5560 2010-04-16 Juri Linkov <juri@jurta.org>
5561
5562 Move scrolling commands from simple.el to window.el
5563 because their primitives are implemented in window.c.
5564
5565 * simple.el (scroll-error-top-bottom)
5566 (scroll-up-command, scroll-down-command, scroll-up-line)
5567 (scroll-down-line, scroll-other-window-down)
5568 (beginning-of-buffer-other-window, end-of-buffer-other-window):
5569 * window.el (scroll-error-top-bottom)
5570 (scroll-up-command, scroll-down-command, scroll-up-line)
5571 (scroll-down-line, scroll-other-window-down)
5572 (beginning-of-buffer-other-window, end-of-buffer-other-window):
5573 Move from simple.el to window.el because their primitives are
5574 implemented in window.c.
5575
5576 2010-04-16 Juri Linkov <juri@jurta.org>
5577
5578 * isearch.el (isearch-lookup-scroll-key): Check both
5579 `isearch-scroll' and `scroll-command' properties.
5580 (scroll-up, scroll-down): Remove `isearch-scroll' property.
5581
5582 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5583
5584 * simple.el (scroll-up-command, scroll-down-command)
5585 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5586
5587 2010-04-15 Juri Linkov <juri@jurta.org>
5588
5589 * simple.el (scroll-up-command, scroll-down-command)
5590 (scroll-up-line, scroll-down-line): Put `scroll-command'
5591 property on the these symbols. Remove them from
5592 `scroll-preserve-screen-position-commands'.
5593
5594 * mwheel.el (mwheel-scroll): Put `scroll-command' and
5595 `isearch-scroll' properties on the `mwheel-scroll' symbol.
5596 Remove it from `scroll-preserve-screen-position-commands'.
5597
5598 * isearch.el (isearch-allow-scroll): Doc fix.
5599
5600 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
5601
5602 * net/tramp.el (tramp-error-with-buffer): Don't show the
5603 connection buffer when we are in completion mode.
5604 (tramp-file-name-handler): Catch the error for some operations
5605 when we are in completion mode. This gives the user the chance to
5606 correct the file name in the minibuffer.
5607
5608 2010-04-15 Glenn Morris <rgm@gnu.org>
5609
5610 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5611
5612 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
5613
5614 Simplify by using `define-derived-mode'.
5615 * info.el (Info-mode):
5616 * calendar/todo-mode.el (todo-mode):
5617 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
5618 (gomoku-mode-map): Move initialization into declaration.
5619
5620 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
5621
5622 Fix Bug#5840.
5623 * ido.el (ido-file-name-all-completions-1):
5624 * minibuffer.el (minibuffer-completion-help):
5625 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
5626
5627 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5628
5629 * simple.el (non-essential): New var.
5630
5631 Add a new field `location' to bookmarks for non-file bookmarks.
5632 * bookmark.el (bookmark-location): Use the new field, if present.
5633 (bookmark-insert-location): Undo last change, not needed any more.
5634 * man.el (Man-bookmark-make-record):
5635 * woman.el (woman-bookmark-make-record): Add `location' field.
5636
5637 2010-04-14 Juri Linkov <juri@jurta.org>
5638
5639 * simple.el (scroll-error-top-bottom): New defcustom.
5640 (scroll-up-command, scroll-down-command): Use it. Doc fix.
5641
5642 * emulation/pc-select.el (pc-select-override-scroll-error):
5643 Obsolete in favor of `scroll-error-top-bottom'.
5644
5645 2010-04-14 Juri Linkov <juri@jurta.org>
5646
5647 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
5648 `scroll-up-command' and `M-v' to `scroll-down-command'.
5649
5650 * emulation/cua-rect.el (cua--init-rectangles):
5651 * forms.el (forms--change-commands):
5652 * image-mode.el (image-mode-map):
5653 Remap scroll-down-command and scroll-up-command
5654 in addition to scroll-down and scroll-up.
5655
5656 2010-04-14 Juri Linkov <juri@jurta.org>
5657
5658 * mwheel.el (scroll-preserve-screen-position-commands):
5659 Add mwheel-scroll to this list of commands.
5660
5661 * simple.el (scroll-preserve-screen-position-commands):
5662 Add scroll-up-command, scroll-down-command, scroll-up-line,
5663 scroll-down-line to this list of commands.
5664
5665 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * obsolete/complete.el: Move from lisp/complete.el.
5668
5669 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
5670
5671 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
5672 to the minor mode function now turns the mode ON unconditionally.
5673
5674 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 * vc-dir.el (vc-dir-kill-line): New command.
5677 (vc-dir-mode-map): Bind it to C-k.
5678
5679 * bookmark.el (bookmark-insert-location): Handle a nil filename.
5680
5681 * woman.el: Add bookmark declarations to silence the compiler.
5682 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5683 step to compatibility between man and woman bookmarks.
5684 Adjust for Man-default-bookmark-title renaming.
5685 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
5686
5687 * man.el: Add bookmark declarations to silence the compiler.
5688 (Man-name-local-regexp): Make it match NAME as well.
5689 (Man-getpage-in-background): Return the buffer.
5690 (Man-notify-when-ready): Use `case'.
5691 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
5692 Don't hardcode "NAME". Simplify.
5693 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
5694 Rename from Man-bookmark-make-record.
5695 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
5696 we have the actual man-args. Use Man-getpage-in-background rather
5697 than `man' since the arg is already processed. Let bookmark.el do the
5698 window handling. Only wait for the relevant process.
5699 Don't forget to autoload.
5700
5701 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
5702
5703 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5704
5705 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
5706 New functions.
5707 (woman-mode): Setup bookmark support.
5708
5709 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
5710 (man-bookmark-jump): New functions.
5711 (Man-mode): Setup bookmark support.
5712
5713 2010-04-10 Jari Aalto <jari.aalto@cante.net>
5714
5715 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
5716 recognize ssh-keygen prompt (Bug#2817).
5717
5718 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
5719
5720 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
5721
5722 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
5723
5724 Synchronize with Tramp repository.
5725
5726 * net/tramp.el (tramp-completion-function-alist)
5727 (tramp-file-name-regexp, tramp-chunksize)
5728 (tramp-local-coding-commands, tramp-remote-coding-commands):
5729 Fix docstring.
5730 (tramp-remote-process-environment): Use `format' instead of `concat'.
5731 (tramp-handle-directory-files-and-attributes)
5732 (tramp-get-remote-path): Use `copy-tree'.
5733 (tramp-handle-file-name-all-completions): Backward/ XEmacs
5734 compatibility: Use `completion-ignore-case' if
5735 `read-file-name-completion-ignore-case' does not exist.
5736 (tramp-do-copy-or-rename-file-directly): Do not use
5737 `tramp-handle-file-remote-p'.
5738 (tramp-do-copy-or-rename-file-out-of-band):
5739 Use `tramp-compat-delete-directory'.
5740 (tramp-do-copy-or-rename-file-out-of-band)
5741 (tramp-compute-multi-hops, tramp-maybe-open-connection):
5742 Use `format-spec-make'.
5743 (tramp-find-foreign-file-name-handler)
5744 (tramp-advice-make-auto-save-file-name)
5745 (tramp-set-auto-save-file-modes): Remove superfluous check for
5746 `stringp'. This is done inside `tramp-tramp-file-p'.
5747 (tramp-debug-outline-regexp): New defconst.
5748 (tramp-get-debug-buffer): Use it.
5749 (tramp-check-for-regexp): Use (forward-line 1).
5750 (tramp-set-auto-save-file-modes): Adapt version check.
5751
5752 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
5753 Wrap call of `featurep' for 2nd argument.
5754 (tramp-compat-make-temp-file): Simplify fallback implementation.
5755 (tramp-compat-copy-tree): Remove function.
5756 (tramp-compat-delete-directory): Provide implementation for older
5757 Emacsen.
5758
5759 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
5760 Do not use `tramp-fish-handle-file-attributes.
5761
5762 * net/trampver.el: Update release number.
5763
5764 2010-04-10 Glenn Morris <rgm@gnu.org>
5765
5766 * progmodes/compile.el (compilation-save-buffers-predicate):
5767 Add missing :version tag.
5768
5769 2010-04-09 Sam Steingold <sds@gnu.org>
5770
5771 * progmodes/compile.el (compilation-save-buffers-predicate):
5772 Remove the "autoload" cookie.
5773
5774 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
5775 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
5776 and `bug-reference-prog-mode' can be used in hooks directly.
5777
5778 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5779
5780 Add --author support to git commit.
5781 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
5782 (vc-git-log-edit-mode): New minor mode.
5783 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
5784 New declarations.
5785
5786 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
5787
5788 * vc-hooks.el, vc-git.el: Improve documentation comments.
5789
5790 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5791
5792 Fix some of the problems in defsubst* (bug#5728).
5793 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
5794 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
5795
5796 2010-04-07 Sam Steingold <sds@gnu.org>
5797
5798 * progmodes/compile.el (compilation-save-buffers-predicate):
5799 New custom variable.
5800 (compile, recompile): Pass it to `save-some-buffers'.
5801
5802 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
5803
5804 * wid-edit.el (widget-choose): Move cursor to the second line of
5805 the buffer (Bug#5695).
5806
5807 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
5808
5809 Add new VC methods: vc-log-incoming and vc-log-outgoing.
5810 * vc.el (vc-print-log-setup-buttons): New function split out from
5811 vc-print-log-internal.
5812 (vc-log-internal-common): New function, a parametrized version of
5813 vc-print-log-internal.
5814 (vc-print-log-internal): Just call vc-log-internal-common with the
5815 right arguments.
5816 (vc-incoming-outgoing-internal):
5817 (vc-log-incoming, vc-log-outgoing): New functions.
5818 (vc-log-view-type): New permanent local variable.
5819
5820 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
5821
5822 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
5823 of the dynamic bound vc-short-log.
5824 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
5825
5826 * vc-git.el (vc-git-log-outgoing): New function.
5827 (vc-git-log-view-mode): Use vc-log-view-type instead
5828 of the dynamic bound vc-short-log.
5829
5830 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
5831 of the dynamic bound vc-short-log. Highlight the tag.
5832 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
5833 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
5834 (vc-hg-incoming-mode): Remove.
5835 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
5836
5837 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
5838
5839 Fix default-directory for vc-root-diff.
5840 * vc.el (vc-root-diff): Bind default-directory to the root
5841 directory for the diff command.
5842
5843 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
5844
5845 * progmodes/verilog-mode.el (verilog-forward-sexp):
5846 (verilog-calc-1): Support "disable fork" and "fork wait" multi
5847 word keywords, suggested by Steve Pearlmutter.
5848 (verilog-pretty-declarations): Support lineup of declarations in
5849 port lists.
5850 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
5851 fix bug for /* / comments.
5852 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
5853 Speed up and simplfy as this is never called with a bound.
5854 (verilog-pretty-declarations): Enhance to line up declarations
5855 inside a parameter list, suggested by Alan Morgan.
5856 (verilog-pretty-expr): Tune assignment regular expression match
5857 string for corner cases; also use markers instead of character
5858 number as indent changes the later.
5859
5860 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
5861
5862 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
5863 as missing keyword.
5864 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
5865 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
5866 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
5867 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
5868 Tennant.
5869 (verilog-keywords):
5870 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
5871 1800-2009 keywords, including "global.".
5872
5873 2010-04-06 John Wiegley <jwiegley@gmail.com>
5874
5875 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
5876 appearing in buffer list (if a live buffer name matched a recentf
5877 file basename). Should use uniquify to offer a real solution.
5878
5879 2010-04-06 John Wiegley <jwiegley@gmail.com>
5880
5881 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
5882 comment to code, and add a :version tag.
5883 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
5884
5885 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
5886
5887 Enable recentf-mode if using virtual buffers.
5888 * ido.el (recentf-list): Declare for byte-compiler.
5889 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
5890 (ido-make-buffer-list): Simplify.
5891 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
5892
5893 2010-04-05 Juri Linkov <juri@jurta.org>
5894
5895 Scrolling commands which scroll a line instead of full screen.
5896 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5897
5898 * simple.el (scroll-up-line, scroll-down-line): New commands.
5899 Put property isearch-scroll=t on them.
5900
5901 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
5902 Remove commands.
5903
5904 2010-04-05 Juri Linkov <juri@jurta.org>
5905
5906 Scrolling commands which do not signal errors at top/bottom.
5907 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5908
5909 * simple.el (scroll-up-command, scroll-down-command): New commands.
5910 Put property isearch-scroll=t on them.
5911
5912 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
5913 `scroll-down-command' and [next] from `scroll-up' to
5914 `scroll-up-command'.
5915
5916 * emulation/cua-base.el: Put property CUA=move on
5917 `scroll-up-command' and `scroll-down-command'.
5918 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
5919 and `scroll-down-command' to `cua-scroll-down'.
5920
5921 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
5922
5923 * help.el (describe-mode): Return nil.
5924
5925 2010-04-04 John Wiegley <jwiegley@gmail.com>
5926
5927 * ido.el (ido-use-virtual-buffers): New variable to indicate
5928 whether "virtual buffer" support is enabled for IDO.
5929 (ido-virtual): Face used to indicate virtual buffers in the list.
5930 (ido-buffer-internal): If a buffer is chosen, and no such buffer
5931 exists, but a virtual buffer of that name does (which would be why
5932 it was in the list), recreate the buffer by reopening the file.
5933 (ido-make-buffer-list): If virtual buffers are being used, call
5934 `ido-add-virtual-buffers-to-list' before the make list hook.
5935 (ido-virtual-buffers): New variable which contains a copy of the
5936 current contents of the `recentf-list', albeit pared down for the
5937 sake of speed, and with proper faces applied.
5938 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
5939 create a list of "virtual buffers" to present to the user in
5940 addition to the currently open set. Note that this logic could
5941 get rather slow if that list is too large. With the default
5942 `recentf-max-saved-items' of 200, there is little speed penalty.
5943
5944 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5945
5946 * font-lock.el: Require CL when compiling.
5947 (font-lock-turn-on-thing-lock): Use `case'.
5948
5949 2010-04-03 Eli Zaretskii <eliz@gnu.org>
5950
5951 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
5952 Zaretskii.
5953
5954 2010-04-02 Juri Linkov <juri@jurta.org>
5955
5956 * ehelp.el (electric-help-orig-major-mode):
5957 New buffer-local variable.
5958 (electric-help-mode): Set it to original major-mode. Doc fix.
5959 (with-electric-help): Use `electric-help-orig-major-mode' instead
5960 of (default-value 'major-mode). Doc fix.
5961 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
5962
5963 2010-04-02 Sam Steingold <sds@gnu.org>
5964
5965 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
5966 `vc-hg-command' with a list of flags.
5967
5968 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5969 Also accept "patch" and "RFE".
5970 (bug-reference-fontify): `bug-reference-url-format' can also be a
5971 function to be able to handle the bug kind.
5972 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
5973
5974 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
5975
5976 * tmm.el (tmm-get-keymap): Check with symbolp before passing
5977 value to fboundp, it may not be a symbol.
5978
5979 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5980
5981 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
5982
5983 2010-03-31 Juri Linkov <juri@jurta.org>
5984
5985 * simple.el (next-line, previous-line): Re-throw a signal
5986 with `signal' instead of using `ding'.
5987 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
5988
5989 2010-03-31 Juri Linkov <juri@jurta.org>
5990
5991 * simple.el (keyboard-escape-quit): Raise deselecting the active
5992 region higher than exiting the minibuffer.
5993 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
5994
5995 2010-03-31 Juri Linkov <juri@jurta.org>
5996
5997 * image.el (image-animated-p): Use `image-metadata' instead of
5998 `image-extension-data'. Get GIF extenstion data from metadata
5999 property `extension-data'.
6000
6001 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6002
6003 * simple.el (append-to-buffer): Simplify.
6004
6005 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
6006
6007 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6008 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6009
6010 2010-03-31 Kenichi Handa <handa@m17n.org>
6011
6012 * language/sinhala.el (composition-function-table): Fix regexp for
6013 the new Unicode specification.
6014
6015 * language/indian.el (devanagari-composable-pattern)
6016 (tamil-composable-pattern, kannada-composable-pattern)
6017 (malayalam-composable-pattern): Adjust for the new Unicode
6018 specification.
6019 (bengali-composable-pattern, gurmukhi-composable-pattern)
6020 (gujarati-composable-pattern, oriya-composable-pattern)
6021 (telugu-composable-pattern): New variables to cope with the new
6022 Unicode specification. Use them in composition-function-table.
6023
6024 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 Make tmm-menubar work for the Buffers menu again (bug#5726).
6027 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6028 vectors rather than cons cells, as used in menu-bar-update-buffers.
6029
6030 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6031
6032 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6033 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6034 electric punctuation for "{}();,:" (Bug#5586).
6035
6036 * mail/sendmail.el (mail-default-directory): Doc fix.
6037
6038 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6039
6040 * mail/sendmail.el (mail-default-directory): Doc fix.
6041
6042 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6043
6044 * subr.el (version-regexp-alist, version-to-list)
6045 (version-list-<, version-list-=, version-list-<=)
6046 (version-list-not-zero, version<, version<=, version=): Doc fix.
6047 (Bug#5744).
6048
6049 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
6050
6051 * vc.el (vc-root-diff): Doc fix.
6052
6053 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6054
6055 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6056
6057 * simple.el (append-to-buffer): Fix last change.
6058
6059 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6060
6061 * simple.el (append-to-buffer): Ensure that point is preserved if
6062 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6063 (Bug#5749)
6064
6065 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6066
6067 * files.el (auto-mode-case-fold): Change default to t.
6068
6069 2010-03-30 Juri Linkov <juri@jurta.org>
6070
6071 * dired-x.el (dired-omit-mode): Doc fix.
6072
6073 2010-03-30 Juri Linkov <juri@jurta.org>
6074
6075 * replace.el (occur-accumulate-lines): Move occur-engine related
6076 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6077 to be located after `occur-engine'.
6078
6079 2010-03-30 Juri Linkov <juri@jurta.org>
6080
6081 Make occur handle multi-line matches cleanly with context.
6082 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6083
6084 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6085 (occur-engine): Add local variables `ret', `prev-after-lines',
6086 `prev-lines'. Use more arguments for `occur-context-lines'.
6087 Set first elem of its returned list to `data', and the second elem
6088 to `prev-after-lines'. Don't print the separator line.
6089 In the end, print remaining context after-lines.
6090 (occur-context-lines): Add new arguments `begpt', `endpt',
6091 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6092 after-lines of the previous match with before-lines of the
6093 current match and not overlap them. Return a list with two
6094 values: the output line and the list of context after-lines.
6095
6096 2010-03-30 Juri Linkov <juri@jurta.org>
6097
6098 * replace.el (occur-accumulate-lines): Fix a bug where the first
6099 context line at the beginning of the buffer was missing.
6100
6101 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6102
6103 * files.el: Make bidi-display-reordering safe variable for boolean
6104 values.
6105
6106 2010-03-29 Phil Hagelberg <phil@evri.com>
6107 Chong Yidong <cyd@stupidchicken.com>
6108
6109 * subr.el: Extend progress reporters to perform "spinning".
6110 (progress-reporter-update, progress-reporter-do-update):
6111 Handle non-numeric value arguments.
6112 (progress-reporter--pulse-characters): New var.
6113
6114 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
6115
6116 * progmodes/compile.el (compilation-start): Fix regexp detection
6117 of initial cd command (Bug#5771).
6118
6119 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6120
6121 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6122
6123 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
6124
6125 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6126 * progmodes/gdb-mi.el: Restore.
6127 * progmodes/gdb-ui.el: Remove.
6128 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6129
6130 2010-03-25 Glenn Morris <rgm@gnu.org>
6131
6132 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6133 all dired buffers, even tramp ones. (Bug#5755)
6134
6135 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 Add "union tags" in mpc.el.
6138 * mpc.el: Remove backward compatibility code.
6139 (mpc-browser-tags): Change default.
6140 (mpc--find-memoize-union-tags): New var.
6141 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6142 (mpc-cmd-find): Handle the case where the playlist does not exist.
6143 Handle union-tags.
6144 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6145 (mpc-cmd-add): Use mpc-cmd-flush.
6146 (mpc-tagbrowser-tag-name): New fun.
6147 (mpc-tagbrowser-buf): Use it.
6148 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6149
6150 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6151
6152 Misc cleanup.
6153 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6154 Use replace-regexp-in-string.
6155 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6156 (makefile-imake-mode-syntax-table): Move init into defvar.
6157 (makefile-mode): Use define-derived-mode.
6158
6159 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6160 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6161 not be present any more.
6162
6163 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6164
6165 * faces.el (set-face-attribute): Fix typo in docstring.
6166 (face-valid-attribute-values): Reflow docstring.
6167
6168 2010-03-24 Glenn Morris <rgm@gnu.org>
6169
6170 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6171
6172 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6173
6174 * indent.el (indent-for-tab-command): Doc fix.
6175
6176 2010-03-24 Alan Mackenzie <acm@muc.de>
6177
6178 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6179 Fix off-by-one error. Fixes bug #5747.
6180
6181 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6182
6183 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6184 (image-dired-read-comment): Doc fix.
6185
6186 * json.el (json-object-type, json-array-type, json-key-type)
6187 (json-false, json-null, json-read-number):
6188 * minibuffer.el (completion-in-region-functions):
6189 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6190 (cal-tex-cursor-week):
6191 * emacs-lisp/trace.el (trace-function):
6192 * eshell/em-basic.el (eshell/printnl):
6193 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6194 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6195 * obsolete/levents.el (allocate-event, event-key, event-object)
6196 (event-point, event-process, event-timestamp, event-to-character)
6197 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6198 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6199 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6200 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6201 (reftex-highlight-selection): Fix typos in docstrings.
6202
6203 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6204
6205 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6206
6207 2010-03-24 Glenn Morris <rgm@gnu.org>
6208
6209 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6210 2008-02-13 without comment; mark it obsolete.
6211 (rmail-highlight-headers): Use rmail-highlight-face once more.
6212
6213 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6214
6215 * woman.el (woman2-process-escapes): Only consume the newline if
6216 the filler character is on a line by itself (Bug#5729).
6217
6218 2010-03-24 Kenichi Handa <handa@m17n.org>
6219
6220 * language/indian.el (devanagari-composable-pattern): Add more
6221 consonants.
6222
6223 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6224
6225 * net/trampver.el: Update release number.
6226
6227 2010-03-24 Glenn Morris <rgm@gnu.org>
6228
6229 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
6230
6231 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6232
6233 * net/tramp.el (tramp-find-executable):
6234 Use `tramp-get-connection-buffer'. Make the regexp for checking
6235 output of "wc -l" more robust.
6236 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6237 (tramp-open-connection-setup-interactive-shell): Remove workaround
6238 for OpenSolaris bug, it is not needed anymore.
6239
6240 2010-03-24 Glenn Morris <rgm@gnu.org>
6241
6242 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6243
6244 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
6245
6246 * files.el (auto-mode-alist): Accept more verilog file patterns.
6247
6248 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6249
6250 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6251
6252 2010-03-24 Glenn Morris <rgm@gnu.org>
6253
6254 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6255 log-edit-before-checkin-process.
6256
6257 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6258
6259 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6260
6261 * vc-dispatcher.el (vc-start-logentry): Doc fix.
6262 (log-view-process-buffer, log-edit-extra-flags): Declare.
6263
6264 * log-edit.el (log-edit-before-checkin-process): Doc fix.
6265
6266 2010-03-23 Sam Steingold <sds@gnu.org>
6267
6268 Fix bug#5620: recalculate all markers on compilation buffer
6269 modifications, not on file modifications.
6270 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6271 the buffer modification time, for buffers not associated with files.
6272 (compilation-mode): Create it.
6273 (compilation-filter): Update it.
6274 (compilation-next-error-function): Use it instead of
6275 `visited-file-modtime' for timestamp.
6276
6277 2010-03-23 Juri Linkov <juri@jurta.org>
6278
6279 Implement Occur multi-line matches.
6280 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6281
6282 * replace.el (occur): Doc fix.
6283 (occur-engine): Set `begpt' to the beginning of the first line.
6284 Set `endpt' to the end of the last match line. At first, count
6285 line numbers between `origpt' and `begpt'. Split out code from
6286 `out-line' variable to new let-bindings `match-prefix' and
6287 `match-str'. In `out-line' add non-numeric prefix to all
6288 non-first lines of multi-line matches. Finally, count lines
6289 between `begpt' and `endpt' and add to `lines'.
6290
6291 2010-03-23 Juri Linkov <juri@jurta.org>
6292
6293 * replace.el (occur-accumulate-lines, occur-engine):
6294 Use `occur-engine-line' instead of duplicate code.
6295 (occur-engine-line): New function created from duplicate code
6296 in `occur-accumulate-lines' and `occur-engine'.
6297
6298 * replace.el (occur-engine-line): Add optional arg `keep-props'.
6299 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6300
6301 2010-03-23 Juri Linkov <juri@jurta.org>
6302
6303 * finder.el: Remove TODO tasks.
6304
6305 * info.el (Info-finder-find-node): Add node "all"
6306 with all package info. Handle a list of multiple keywords
6307 separated by comma.
6308 (info-finder): In interactive use with a prefix argument,
6309 use `completing-read-multiple' to read a list of keywords
6310 separated by comma.
6311
6312 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 Add a new completion style `substring'.
6315 * minibuffer.el (completion-basic--pattern): New function.
6316 (completion-basic-try-completion, completion-basic-all-completions):
6317 Use it.
6318 (completion-substring--all-completions)
6319 (completion-substring-try-completion)
6320 (completion-substring-all-completions): New functions.
6321 (completion-styles-alist): New style `substring'.
6322
6323 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 Get rid of .elc files after removal of the corresponding .el.
6326 * Makefile.in (compile-clean): New target.
6327 (compile-main): Use it.
6328
6329 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
6330
6331 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6332 don't do make there. When compiling with separate object dir, there
6333 is no Makefile there.
6334
6335 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 Get rid of the ELCFILES abomination, again.
6338 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6339 (all, compile): Don't call compile-last.
6340 (compile-main): Build the "elcfiles" list dynamically.
6341 (compile-targets): New (internal) target.
6342
6343 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6344
6345 * Makefile.in (top_srcdir): Define.
6346 (abs_top_builddir): Define.
6347 (srcdir): Don't append `/..'.
6348 (EMACS): Use ${abs_top_builddir}.
6349 (all, compile, compile-always, compile-last): Don't set emacswd.
6350 (update-subdirs, update-authors): Use $(top_srcdir) instead of
6351 $(srcdir).
6352 (lisp): Use $(srcdir) instead of @srcdir@.
6353
6354 2010-03-21 Juri Linkov <juri@jurta.org>
6355
6356 Fix message of multi-line occur regexps and multi-buffer header lines.
6357 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6358
6359 * replace.el (occur-1): Don't display regexp if it is longer
6360 than window-width. Use `query-replace-descr' to display regexp.
6361 (occur-engine): Don't display regexp in the buffer header for
6362 multi-buffer occur. Display a separate header line with total
6363 match count and regexp for multi-buffer occur.
6364 Use `query-replace-descr' to display regexp.
6365
6366 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6367
6368 * net/secrets.el: Fix parenthesis.
6369 (secrets-enabled): Fix parenthesis.
6370
6371 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6372
6373 Use more relative file and directory names.
6374 * Makefile.in (EMACS): Arrange for it to work when we chdir.
6375 (setwins, setwins_almost, setwins_for_subdirs):
6376 Don't `cd'; output relative names.
6377 (all, compile, compile-always, compile-last): Set emacswd.
6378 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6379 Just cd to the lisp source dir so we can use relative file names.
6380
6381 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6382
6383 2010-03-20 Glenn Morris <rgm@gnu.org>
6384
6385 * textmodes/rst.el: Use faces for font-lock customization, and make the
6386 old -face variables obsolete.
6387 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6388 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6389 (rst-block-face, rst-external-face, rst-definition-face)
6390 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6391 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6392 Make obsolete.
6393 (rst-font-lock-keywords-function): Update for above changes.
6394
6395 2010-03-20 Juri Linkov <juri@jurta.org>
6396
6397 * s-region.el:
6398 * obsolete/s-region.el: Move to obsolete.
6399
6400 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
6401
6402 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6403
6404 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6405
6406 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6407
6408 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6409
6410 Add special markup processing for commit logs.
6411 * log-edit.el (log-edit-extra-flags): New variable.
6412 (log-edit): Add new argument MODE. Use that mode when non-nil
6413 instead of the log-view-mode.
6414 (log-view-process-buffer): New function.
6415
6416 * vc.el: Document that the checkin method takes optional
6417 arguments. Document new backend specific method: log-view-mode.
6418 (vc-default-log-edit-mode): New function.
6419 (vc-checkin): Use a backend specific log-view-mode.
6420 Pass extra arguments to the checkin method.
6421 (vc-modify-change-comment): Pass a dummy extra argument.
6422
6423 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6424 log-edit.
6425 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6426 (vc-finish-logentry): Process the log buffer before passing it
6427 down. Pass log-edit-extra-flags.
6428
6429 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6430 command.
6431 (log-edit-extra-flags, log-edit-before-checkin-process):
6432 New declarations.
6433
6434 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6435 command.
6436 (log-edit-extra-flags, log-edit-before-checkin-process):
6437 New declarations.
6438 (vc-hg-log-edit-mode): New derived mode.
6439
6440 * vc-arch.el (vc-arch-checkin):
6441 * vc-cvs.el (vc-cvs-checkin):
6442 * vc-git.el (vc-git-checkin):
6443 * vc-mtn.el (vc-mtn-checkin):
6444 * vc-rcs.el (vc-rcs-checkin):
6445 * vc-sccs.el (vc-sccs-checkin):
6446 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6447
6448 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6449
6450 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6451 parent typo).
6452
6453 2010-03-19 Glenn Morris <rgm@gnu.org>
6454
6455 * password-cache.el (password-cache, password-cache-expiry): Autoload.
6456
6457 2010-03-18 Glenn Morris <rgm@gnu.org>
6458
6459 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6460
6461 * replace.el (query-replace-history): Give it a doc string.
6462 (map-query-replace-regexp): Use query-replace-from-history-variable
6463 and query-replace-to-history-variable.
6464
6465 * mail/hashcash.el (declare-function): Remove duplicate definition.
6466
6467 * mail/emacsbug.el (report-emacs-bug-pretest-address):
6468 Make it an obsolete alias for report-emacs-bug-address.
6469 (message-strip-special-text-properties): Declare.
6470 (report-emacs-bug): Remove test for a pretest bug address.
6471 Combine message-mode-specific code.
6472
6473 * mail/supercite.el: Don't require sendmail.
6474 (mh-in-header-p): Declare rather than using with-no-warnings.
6475 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6476 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
6477
6478 * calendar/cal-french.el: Convert to utf-8.
6479
6480 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6481 Emacs scripts.
6482
6483 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
6484
6485 * net/secrets.el (secrets-enabled): New variable. Use it instead
6486 of a subfeature.
6487
6488 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
6489
6490 * net/secrets.el (top): Register the D-Bus signals only when the
6491 service "org.freedesktop.secrets" can be pinged.
6492 Provide subfeature `enabled'.
6493
6494 2010-03-14 Juri Linkov <juri@jurta.org>
6495
6496 Add finder unknown keywords.
6497
6498 * finder.el (finder-unknown-keywords): New function.
6499
6500 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6501 to create a Finder node with unknown keywords.
6502
6503 2010-03-14 Juri Linkov <juri@jurta.org>
6504
6505 * finder.el (finder-compile-keywords): Replace `princ' with
6506 `prin1' on a list of symbols interned from keyword strings.
6507
6508 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6509 a comma, then split keywords using a comma and optional whitespace.
6510 Otherwise, split by whitespace.
6511
6512 * complete.el:
6513 * face-remap.el:
6514 * log-view.el:
6515 * net/hmac-def.el:
6516 * net/hmac-md5.el:
6517 * net/netrc.el:
6518 * progmodes/mixal-mode.el: Fix keywords.
6519
6520 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
6521
6522 * Makefile.in (ELCFILES): Add net/secrets.elc.
6523
6524 * net/secrets.el: New file.
6525
6526 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6527
6528 * facemenu.el (list-colors-display, list-colors-print): New arg
6529 callback. Use it to allow selecting colors.
6530
6531 * wid-edit.el (widget-image-insert): Insert image prop even if the
6532 current display is non-graphic.
6533 (widget-field-value-set): New fun.
6534 (editable-field): Use it.
6535 (widget-field-value-get): Clean up unused var.
6536 (widget-color-value-create, widget-color--choose-action):
6537 New funs. Allow using list-colors-display to choose color.
6538
6539 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6540
6541 * cus-edit.el: Resort topmost custom groups.
6542 (custom-buffer-sort-alphabetically): Default to t.
6543 (customize-apropos): Use apropos-parse-pattern.
6544 (custom-search-field): New var.
6545 (custom-buffer-create-internal): Add custom-apropos search field.
6546 (custom-add-parent-links): Don't display parent doc.
6547 (custom-group-value-create): Don't sort top-level custom group.
6548 (custom-magic-value-create): Show visibility button before option name.
6549
6550 (custom-variable-state): New fun, from custom-variable-state-set.
6551 (custom-variable-state-set): Use it.
6552 (custom-group-value-create): Hide options with standard values
6553 using the :hidden-states property. Use progress reporter.
6554
6555 (custom-show): Simplify.
6556 (custom-visibility): Disable images by default.
6557 (custom-variable): New property :hidden-states.
6558 (custom-variable-value-create): Enable images for
6559 custom-visibility widgets. Use :hidden-states property to
6560 determine initial visibility.
6561
6562 * wid-edit.el (widget-image-find): Give images center ascent.
6563 (visibility): Add :on-image and :off-image properties.
6564 (widget-visibility-value-create): Use them.
6565
6566 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6567
6568 * cus-edit.el (processes): Remove from development group.
6569 (oop, hypermedia): Delete group.
6570 (comm): Promote to top-level group.
6571
6572 * net/browse-url.el (browse-url):
6573 * net/xesam.el (xesam):
6574 * net/tramp.el (tramp):
6575 * net/goto-addr.el (goto-address):
6576 * net/ange-ftp.el (ange-ftp): Put in comm group.
6577
6578 * view.el (view): Remove from editing group.
6579
6580 * uniquify.el (uniquify): Put in files group.
6581
6582 * net/browse-url.el (browse-url):
6583 * ps-print.el (postscript): Put in external group.
6584
6585 * cus-edit.el (outlines):
6586 * textmodes/text-mode.el (text-mode-hook):
6587 * textmodes/table.el (table):
6588 * textmodes/picture.el (picture):
6589 * outline.el (outlines): Put in wp group.
6590
6591 * nxml/nxml-mode.el (nxml): Remove from wp group.
6592
6593 * net/tramp-imap.el (tramp-imap): Put in tramp group.
6594
6595 * mail/metamail.el (metamail): Remove from hypermedia group.
6596
6597 * cus-edit.el (abbrev):
6598 * whitespace.el (whitespace):
6599 * vcursor.el (vcursor):
6600 * reveal.el (reveal):
6601 * hl-line.el (hl-line): Put in convenience group.
6602
6603 * epg-config.el (epg): Put in data group.
6604
6605 * emulation/pc-select.el (pc-select): Put in emulations group.
6606
6607 * calculator.el (calculator): Put in applications group.
6608
6609 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
6610
6611 Add .dir-locals.el support for file-less buffers.
6612 * files.el (hack-local-variables): Split out code to apply local
6613 variable settings ...
6614 (hack-local-variables-apply): ... here. New function.
6615 (hack-dir-local-variables): Use the default directory for when the
6616 buffer does not have an associated file.
6617 (hack-dir-local-variables-non-file-buffer): New function.
6618 * diff-mode.el (diff-mode):
6619 * vc-annotate.el (vc-annotate-mode):
6620 * vc-dir.el (vc-dir-mode):
6621 * log-edit.el (log-edit-mode):
6622 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
6623
6624 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
6625
6626 Add support for shelving snapshots and for showing shelves.
6627 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
6628 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
6629 New functions.
6630 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6631 (vc-bzr-extra-menu-map): Map them.
6632
6633 2010-03-11 Glenn Morris <rgm@gnu.org>
6634
6635 * cus-edit.el (customize-changed-options-previous-release):
6636 Bump to 23.1.
6637
6638 * image.el (image-animate-max-time): Fix :version tag.
6639
6640 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6641
6642 * Branch for 23.2.
6643
6644 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6645
6646 * vc-git.el (vc-git-revision-table): Include remote branches.
6647
6648 2010-03-10 Kim F. Storm <storm@cua.dk>
6649
6650 Animated image API.
6651 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
6652
6653 * image.el (image-animate-max-time): New defcustom.
6654 (image-animated-types): New defconst.
6655 (create-animated-image, image-animate-timer)
6656 (image-animate-start, image-animate-stop, image-animate-timeout)
6657 (image-animated-p): New functions.
6658
6659 * image-mode.el (image-toggle-display-image):
6660 Replace `create-image' with `create-animated-image'.
6661
6662 2010-03-09 Miles Bader <miles@gnu.org>
6663
6664 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
6665 instead of "format:"; this ensures that the output is
6666 newline-terminated.
6667
6668 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
6669
6670 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
6671 that all errors are caught, and that the return value is always a
6672 list (Bug#5692).
6673
6674 2010-03-08 Kenichi Handa <handa@m17n.org>
6675
6676 * language/misc-lang.el (windows-1256): New coding system.
6677 (cp1256): New alias of windows-1256 (bug#5690).
6678
6679 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
6680
6681 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
6682 call to rfc822-bad-address. (Bug#5692)
6683
6684 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
6685
6686 * vc-git.el (vc-git-annotate-extract-revision-at-line):
6687 Use vc-git-root as default directory for revision path (Bug#5657).
6688
6689 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
6690
6691 * calculator.el (calculator): Don't bind split-window-keep-point
6692 (Bug#5674).
6693
6694 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
6695
6696 * vc-git.el: Re-flow to fit into 80 columns.
6697 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
6698 Remove spurious `quote' element in each case alternative.
6699 (vc-git-show-log-entry): Use prog1.
6700 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
6701
6702 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
6705
6706 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
6707
6708 * macros.el (insert-kbd-macro): Look up keyboard macro using the
6709 definition, not the name (Bug#5481).
6710
6711 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
6712
6713 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
6714 argument with a local variable. (Bug#5670)
6715
6716 2010-03-02 Juri Linkov <juri@jurta.org>
6717
6718 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
6719
6720 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
6721
6722 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
6723 error when FILENAME and NEWNAME are existing remote directories.
6724
6725 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
6726 parameter DIR-FLAG.
6727
6728 2010-03-02 Glenn Morris <rgm@gnu.org>
6729
6730 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
6731 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
6732
6733 2010-03-01 Kenichi Handa <handa@m17n.org>
6734
6735 * language/burmese.el (burmese-composable-pattern): Rename from
6736 myanmar-composable-pattern.
6737
6738 * international/characters.el (script-list):
6739 * international/fontset.el (script-representative-chars):
6740 Change myanmar to burmese.
6741 (otf-script-alist): Likewise.
6742 (setup-default-fontset): Likewise. Re-fix :otf spec.
6743
6744 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
6745
6746 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
6747
6748 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
6749
6750 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
6751
6752 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
6753
6754 * net/tramp.el (tramp-handle-write-region): START can be a string.
6755 Take care in the checks. Reported by Dan Davison
6756 <davison@stats.ox.ac.uk>.
6757
6758 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
6759
6760 * net/dbus.el (dbus-introspect, dbus-get-property)
6761 (dbus-set-property, dbus-get-all-properties):
6762 Use `dbus-call-method' when noninteractive. (Bug#5645)
6763
6764 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
6765
6766 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
6767 * emacs-lisp/elint.el (elint-add-required-env):
6768 * calendar/icalendar.el (icalendar--add-diary-entry):
6769 * calc/calcalg2.el (math-tracing-integral):
6770 * files.el (recover-session-finish): Use with-current-buffer
6771 instead of save-excursion.
6772
6773 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6774
6775 Fix in-buffer completion when after-change-functions modify the buffer.
6776 * minibuffer.el (completion--replace): New function.
6777 (completion--do-completion): Use it and use relative movement.
6778
6779 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
6780
6781 * international/fontset.el (setup-default-fontset): Fix :otf spec.
6782
6783 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
6784
6785 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
6786 Allow the characters _<> in the stack entry (Bug#5653).
6787
6788 2010-02-26 Kenichi Handa <handa@m17n.org>
6789
6790 * language/burmese.el: Fix entries in composition-function-table.
6791 (myanmar-composable-pattern): New variable.
6792
6793 * international/fontset.el (setup-default-fontset): Add an entry
6794 for myanmar.
6795
6796 * international/characters.el (script-list): Add Myanmar
6797 Extended-A.
6798
6799 2010-02-26 Glenn Morris <rgm@gnu.org>
6800
6801 * custom.el (custom-initialize-delay): Doc fix.
6802
6803 * mail/sendmail.el (send-mail-function): Autoload the call
6804 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
6805
6806 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
6807
6808 * files.el (hack-local-variables-filter): For eval forms, also
6809 check safe-local-variable-p (Bug#5636).
6810
6811 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
6812
6813 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
6814 setting the modes by `ignore-errors'. It might fail, for example
6815 if the file is not owned by the user but the group.
6816 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
6817
6818 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
6819
6820 * files.el (directory-listing-before-filename-regexp): Use
6821 stricter matching for iso-style dates, to avoid false matches with
6822 date-like filenames (Bug#5597).
6823
6824 * htmlfontify.el (htmlfontify): Doc fix.
6825
6826 * eshell/eshell.el (eshell): Doc fix.
6827
6828 * startup.el (fancy-about-screen): In mode-line, apply
6829 mode-line-buffer-id face only to the buffer name (Bug#5613).
6830
6831 2010-02-20 Kevin Ryde <user42@zip.com.au>
6832
6833 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6834 In `watcom' anchor regexp to start of line, to avoid slowness
6835 (Bug#5599).
6836
6837 2010-02-20 Eli Zaretskii <eliz@gnu.org>
6838
6839 * subr.el (remove-yank-excluded-properties): Explain in a comment
6840 why `category' property is removed.
6841
6842 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
6843
6844 * isearch.el (isearch-update-post-hook, isearch-update): Revert
6845 2010-02-17 change.
6846
6847 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
6848
6849 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
6850 (icalendar--convert-weekly-to-ical)
6851 (icalendar--convert-yearly-to-ical)
6852 (icalendar--convert-block-to-ical)
6853 (icalendar--convert-cyclic-to-ical)
6854 (icalendar--convert-anniversary-to-ical): Take care of time
6855 specifications where hour has 1-digit only (Bug#5549).
6856
6857 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
6858
6859 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
6860 of disassemble output in GDB 7.1.
6861
6862 2010-02-19 Glenn Morris <rgm@gnu.org>
6863
6864 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
6865 property. (Bug#5593)
6866
6867 2010-02-18 Sam Steingold <sds@gnu.org>
6868
6869 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6870
6871 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6872
6873 Use abbreviated file names in bookmarks (bug#5591).
6874 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
6875 calls to expand-file-name.
6876 (bookmark-relocate): Use abbreviated file names in bookmarks.
6877 (bookmark-load): Use abbreviated file names in messages.
6878
6879 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
6880
6881 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
6882 expand "." and "..". Reported by Thierry Volpiatto
6883 <thierry.volpiatto@gmail.com>.
6884
6885 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
6886
6887 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
6888 permissions of the temporary file to "0600". In case the remote
6889 file has no read permissions for the owner, there might be
6890 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
6891
6892 22010-02-18 Glenn Morris <rgm@gnu.org>
6893
6894 * emacs-lisp/authors.el (authors-renamed-files-alist):
6895 Add entries for INSTALL.CVS.
6896
6897 2010-02-17 Mark A. Hershberger <mah@everybody.org>
6898
6899 * vc-bzr.el: Fix typo in Known Bugs section.
6900
6901 * isearch.el (isearch-update-post-hook): New hook.
6902 (isearch-update): Use the new hook.
6903
6904 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
6905
6906 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6907 Fix errors in copying directories.
6908 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
6909 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
6910 (tramp-handle-delete-file)
6911 (tramp-handle-dired-recursive-delete-directory)
6912 (tramp-handle-write-region): Flush also the cache for the upper
6913 directory.
6914
6915 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
6916
6917 * simple.el (save-interprogram-paste-before-kill): Doc fix.
6918
6919 * cus-edit.el (hardware): Doc fix.
6920
6921 * man.el (man): Add to external custom group.
6922
6923 * delim-col.el (columns): Move to wp custom group.
6924
6925 * doc-view.el (doc-view): Add to data custom group.
6926
6927 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
6928
6929 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
6930 by ispell-parse-output (Bug#5575).
6931
6932 2010-02-16 Kenichi Handa <handa@m17n.org>
6933
6934 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
6935 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
6936 (skkdic-convert): Use `euc-japan' coding system for writing.
6937
6938 2010-02-16 Glenn Morris <rgm@gnu.org>
6939
6940 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
6941 tex-main-file before using it. (Bug#5562)
6942
6943 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
6946 warnings, since it is annoying for the user to see them each time he
6947 runs the code.
6948
6949 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
6950
6951 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
6952 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
6953 instead of PROC for caching "first-password-request". Otherwise,
6954 new processes would not profit from passwords already entered.
6955
6956 * net/tramp-cache.el (tramp-dump-connection-properties):
6957 Don't save "first-password-request" property.
6958
6959 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
6960
6961 * outline.el (outline-head-from-level):
6962 * simple.el (with-wrapper-hook):
6963 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
6964 (elint-defun, elint-buffer-env, elint-top-form-logged)
6965 (elint-unbound-variable):
6966 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
6967 Fix typos in docstrings.
6968
6969 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
6970
6971 * files.el (insert-directory): When WILDCARD-REGEXP and
6972 FULL-DIRECTORY-P are nil, insert the file entry instead of the
6973 whole directory. (Bug#5551)
6974
6975 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
6976 dired's alignment sanity. (Bug#5516)
6977
6978 2010-02-14 Juri Linkov <juri@jurta.org>
6979
6980 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
6981 Remove remaining ^H with their preceding chars. (Bug#5566)
6982
6983 2010-02-13 Glenn Morris <rgm@gnu.org>
6984
6985 * simple.el (transpose-subr): Give it a doc-string.
6986
6987 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
6988 Doc fixes.
6989
6990 2010-02-12 Juri Linkov <juri@jurta.org>
6991
6992 * arc-mode.el (archive-unique-fname): Make directories for nested
6993 archives. (Bug#5540)
6994
6995 2010-02-12 Juri Linkov <juri@jurta.org>
6996
6997 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
6998
6999 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7000
7001 * subr.el (copy-overlay): Handle deleted overlays.
7002
7003 * man.el (Man-completion-table): Don't signal an error if we can't run
7004 manual-program (bug#4056).
7005
7006 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
7007
7008 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7009
7010 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7011
7012 * info.el (Info-bookmark-jump): Simplify.
7013
7014 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7015 (bookmark-default-handler): Accept new bookmark field `buffer'.
7016
7017 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
7018
7019 * iswitchb.el (iswitchb-completions): Revert last change.
7020
7021 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
7022
7023 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7024 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7025 This prevents file names like "~/" being listed literally.
7026
7027 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7028
7029 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7030 Remove dead code. (Bug#5546)
7031
7032 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
7033
7034 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7035 correctly (Bug#5548).
7036
7037 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7038
7039 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7040 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7041
7042 2010-02-08 Kenichi Handa <handa@m17n.org>
7043
7044 * international/mule-util.el (with-coding-priority): Add autoload
7045 cookie for putting `lisp-indent-function'.
7046
7047 2010-02-07 Glenn Morris <rgm@gnu.org>
7048
7049 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7050 Move F2003 named interfaces from keywords-2 to keywords-1, and
7051 use function-name-face rather than constant-face.
7052 Simplify "abstract interface" regexp.
7053
7054 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
7055
7056 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7057 ID-FORMAT. Pass it to `file-attributes'.
7058
7059 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7060
7061 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7062
7063 * faces.el (set-face-attribute): Allow calling
7064 internal-set-lisp-face-attribute with 'unspecified family and
7065 foundry argument (Bug#5536).
7066
7067 2010-02-07 Glenn Morris <rgm@gnu.org>
7068
7069 * progmodes/f90.el (f90-font-lock-keywords-2)
7070 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7071 Handle F2003 named interfaces.
7072
7073 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
7074
7075 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7076 beg and end before calling c-get-state-before-change-functions.
7077
7078 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7079
7080 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7081
7082 2010-02-05 Juri Linkov <juri@jurta.org>
7083
7084 * doc-view.el (doc-view-mode):
7085 * image-mode.el (image-mode): Put property mode-class=special.
7086 (Bug#4896)
7087
7088 2010-02-05 Mark A. Hershberger <mah@everybody.org>
7089
7090 * vc-svn.el (vc-svn-revision-table): New function.
7091
7092 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
7093
7094 * net/ange-ftp.el (ange-ftp-insert-directory):
7095 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7096 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7097 Handle also directories. (Bug#5478)
7098
7099 2010-02-05 Glenn Morris <rgm@gnu.org>
7100
7101 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7102
7103 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
7104
7105 * startup.el (command-line-1): Convert options beginning with a
7106 single dash as well (Bug#5519).
7107
7108 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7109
7110 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7111 * minibuffer.el (completion-initials-expand): Only check the presence
7112 of delims *within* the boundaries, since otherwise the / delim is
7113 always found for files.
7114
7115 Fix up various corner case problems.
7116 * doc-view.el (doc-view-last-page-number): New function.
7117 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7118 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7119 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7120 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7121 (doc-view-convert-current-doc): Don't create the resolution.el file
7122 here any more.
7123 (doc-view-pdf/ps->png): Do it here instead.
7124 (doc-view-already-converted-p): Check that resolution.el is present.
7125 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7126 windows that are not yet showing images.
7127
7128 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
7129
7130 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7131 `dired-uncache' for every elemnt which is an absolute file name.
7132
7133 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7134 directory, handle its directory component.
7135 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7136 function is called permanently and creates noise, otherwise.
7137
7138 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7139 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7140 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7141
7142 2010-02-04 David Burger <dburger@google.com> (tiny change)
7143
7144 * macros.el (apply-macro-to-region-lines):
7145 Minor simplification. (Bug#5485)
7146
7147 2010-02-04 Glenn Morris <rgm@gnu.org>
7148
7149 * mail/rmail.el (rmail-show-message-1): Handle malformed
7150 quoted-printable text. (Bug#5441)
7151
7152 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7153
7154 * simple.el (visual-line-mode): Capitalize lighter.
7155
7156 2010-02-03 John Wiegley <jwiegley@gmail.com>
7157
7158 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7159 list of files considered for "virtual buffer" completions.
7160
7161 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
7162
7163 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7164 also in case of (and (not full) (not wildcard)). This is needed
7165 when dired is called with a list of files, which are not in
7166 `default-directory'. (Bug#5478)
7167
7168 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7171
7172 2010-02-02 Juri Linkov <juri@jurta.org>
7173
7174 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7175 from unidiff to allow function-line after @@.
7176
7177 2010-02-02 Juri Linkov <juri@jurta.org>
7178
7179 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7180 '(RCS SCCS) with inverted condition.
7181
7182 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
7183
7184 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7185 messages.
7186
7187 2010-02-01 Juri Linkov <juri@jurta.org>
7188
7189 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7190 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7191 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7192 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7193
7194 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7197 (doc-view-revert-buffer): New command.
7198 (doc-view-mode-map): Use it.
7199
7200 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7201
7202 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7203 pending merge is detected.
7204
7205 2010-01-31 Juri Linkov <juri@jurta.org>
7206
7207 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7208 beginning of interactive spec like all other grep commands do.
7209 Put "all" in front of "gz". (Bug#5260)
7210
7211 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7212
7213 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7214
7215 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
7216
7217 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7218 regexp is incorrect (Bug#5476).
7219
7220 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
7221
7222 * net/tramp.el (tramp-handle-insert-directory): Handle also
7223 symlinks, when FILENAME is not in `default-directory'.
7224
7225 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7226
7227 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7228 FILE is not in `default-directory'. (Bug#5478)
7229
7230 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7231 of SWITCHES. Handle the case, FILENAME is not in
7232 `default-directory'. (Bug#5478)
7233 (tramp-register-file-name-handlers): Add safe-magic property.
7234
7235 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
7236
7237 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7238 unzip (Bug#5475).
7239
7240 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7241
7242 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7243 (flymake-master-make-header-init): Add other C++ filename masks.
7244 (flymake-find-possible-master-files)
7245 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7246
7247 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7248
7249 Fix some busybox annoyances.
7250
7251 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7252 not responding." string.
7253 (tramp-open-connection-setup-interactive-shell): Dump stty
7254 settings. Enable "neveropen" arg for all `tramp-send-command'
7255 calls. Handle "=" in variable values properly.
7256 (tramp-find-inline-encoding): Raise an error, when no encoding is
7257 found.
7258 (tramp-wait-for-output): Check, whether PROC buffer is available.
7259 Remove spurious " ^H" sequences, sent by busybox.
7260 (tramp-get-ls-command): Suppress coloring, if possible.
7261
7262 2010-01-28 Glenn Morris <rgm@gnu.org>
7263
7264 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
7265
7266 * log-edit.el (log-edit-strip-single-file-name): Add missing
7267 :safe, :group, and :version tags.
7268
7269 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
7270
7271 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7272 buffers. (Bug#5477)
7273
7274 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
7275
7276 * files.el (delete-directory): Handle moving to trash without
7277 first doing recursion (Bug#5436).
7278
7279 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
7280
7281 * vc-hooks.el (vc-path): Mark as obsolete.
7282
7283 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7284
7285 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7286 names too.
7287
7288 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7289 for the short log.
7290 (vc-bzr-log-view-mode): Adjust regexp for the above change.
7291
7292 2010-01-25 Mark A. Hershberger <mah@everybody.org>
7293
7294 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7295
7296 * vc-bzr.el (vc-bzr-revision-table): New function.
7297
7298 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
7299
7300 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7301 diff-index command. This requires at least git-1.5.5. (Bug#1589).
7302
7303 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7304
7305 Remove support for adding --signoff on commit.
7306 Future support will use an incompatible generic mechanism.
7307 * vc-git.el (vc-git-add-signoff): Remove variable.
7308 (vc-git-toggle-signoff): Remove function.
7309 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7310
7311 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7312 from xterm-set-background-mode. Return t if the background mode
7313 was set.
7314 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7315 earlier, call it again in case the background mode has changed.
7316
7317 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
7318
7319 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7320 (Bug#3541).
7321
7322 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
7323
7324 * emacs-lisp/assoc.el (aelement): Doc fix.
7325 (aput, adelete, amake): Use lexical-let (Bug#5450).
7326
7327 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
7328
7329 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7330 is the same as subprogram call, not declaration. (Bug#5435).
7331
7332 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
7333
7334 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7335 (tramp-smb-maybe-open-connection): Use it.
7336
7337 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
7338
7339 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
7340
7341 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7342
7343 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7344 just because we see "encoding: 8bit".
7345 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7346
7347 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
7348
7349 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7350
7351 2010-01-22 Eli Zaretskii <eliz@gnu.org>
7352
7353 * jka-compr.el (jka-compr-load): If load-file is not in
7354 load-history, try its file-truename version. (bug#5447)
7355
7356 2010-01-21 Alan Mackenzie <acm@muc.de>
7357
7358 Fix a situation where deletion of a cpp construct throws an error.
7359 * progmodes/cc-engine.el (c-invalidate-state-cache):
7360 Before invoking c-with-all-but-one-cpps-commented-out, check that the
7361 special cpp construct is still in the buffer.
7362 (c-parse-state): Record the special cpp with markers, not numbers.
7363
7364 2010-01-21 Kenichi Handa <handa@m17n.org>
7365
7366 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7367 process last-command-event, as it is now decoded first (Bug#5380).
7368
7369 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
7370
7371 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7372
7373 2010-01-20 Glenn Morris <rgm@gnu.org>
7374
7375 * indent.el (tab-always-indent): Fix custom-type.
7376
7377 2010-01-19 Alan Mackenzie <acm@muc.de>
7378
7379 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7380 buffer throws "args out of range".
7381 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7382 playing the role of delimiter.
7383
7384 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
7385
7386 * progmodes/ada-mode.el: Fix bug#5400.
7387 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7388 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7389 changed. Delete RECURSIVE parameter; never used. Improve doc string.
7390 Improve comments in "is" portion. Handle null procedure declaration.
7391 (ada-move-to-end): Improve doc string.
7392
7393 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
7394
7395 * ido.el (ido-cur-list): Initialize to nil.
7396 Remove obsolete information from commentary.
7397 (ido-choice-list): Initialize to nil.
7398 (ido-get-bufname): Reject minibuffers.
7399 (ido-make-buffer-list): If "default" is a nonexistent
7400 buffer, ignore it, as per the function's comment.
7401 (ido-kill-buffer-internal): New function.
7402 (ido-kill-buffer-at-head): Use it.
7403 (ido-visit-buffer): Likewise.
7404
7405 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
7406
7407 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7408
7409 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
7410
7411 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7412 Fix typos in chart titles.
7413
7414 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7415 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7416 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7417 (describe-class, eieio-describe-generic, describe-generic):
7418 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7419 (eieio-speedbar-expand):
7420 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7421 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7422 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7423 (viper-del-backward-char-in-replace, viper-backward-indent)
7424 (viper-brac-function, viper-register-to-point, viper-submit-report):
7425 * net/tramp.el (tramp-remote-coding-commands):
7426 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7427 Fix typos in docstrings.
7428
7429 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7430
7431 * mail/sendmail.el (mail-yank-original): Set the mark if the
7432 specified function for yanking does not do it.
7433
7434 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
7435
7436 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
7437
7438 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7439 resyncing a directory.
7440
7441 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
7442
7443 * progmodes/ada-mode.el: Fix bug#1920.
7444 (ada-ident-re): Delete ., allow multibyte characters.
7445 (ada-goto-label-re): New; matches goto labels.
7446 (ada-block-label-re): New; matches block labels.
7447 (ada-label-re): New; matches both.
7448 (ada-named-block-re): Deleted; callers changed to use
7449 `ada-block-label-re' instead.
7450 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7451 Use `ada-block-label-re'.
7452 (ada-indent-on-previous-lines): Improve handling of goto labels.
7453 (ada-get-indent-block-start): Special-case block label.
7454 (ada-get-indent-label): Split into `ada-indent-block-label' and
7455 `ada-indent-goto-label'.
7456 (ada-goto-stmt-start, ada-goto-next-non-ws):
7457 Optionally ignore goto labels.
7458 (ada-goto-next-word): Simplify.
7459 (ada-indent-newline-indent-conditional): Insert newline before
7460 trying to fix indentation; doc fix.
7461
7462 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
7463
7464 * calc/calc.el (calc-command-flags): Give it an initial value.
7465
7466 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7467
7468 * files.el (minibuffer-with-setup-hook):
7469 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7470 (artist-key-draw-continously, artist-key-do-continously-continously)
7471 (artist-key-set-point-continously, artist-mouse-draw-continously):
7472 Fix typos in docstrings.
7473
7474 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
7475
7476 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7477 return t (Bug#3898).
7478
7479 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
7480
7481 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7482 can parse the output of the external commands (Bug#5279).
7483
7484 2010-01-16 Jari Aalto <jari.aalto@cante.net>
7485
7486 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7487
7488 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
7489
7490 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7491
7492 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7493
7494 * startup.el (command-line): Remove unused --icon-type arg.
7495 Handle --display arg, passing it to command-line-1 (Bug#5392).
7496
7497 2010-01-16 Mario Lang <mlang@delysid.org>
7498
7499 * emacs-lisp/chart.el (chart-translate-namezone):
7500 * textmodes/artist.el (artist-compute-popup-menu-table):
7501 Remove duplicated words in doc-strings.
7502
7503 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
7504
7505 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7506 to mairix-search to suppress threading (Bug#5342).
7507
7508 2010-01-15 Kenichi Handa <handa@m17n.org>
7509
7510 * international/mule-cmds.el (canonicalize-coding-system-name):
7511 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7512
7513 2010-01-15 Glenn Morris <rgm@gnu.org>
7514
7515 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
7516
7517 * wid-edit.el (widget-keymap): Doc fix.
7518
7519 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7520 former seems to be more widely accepted by various svn versions.
7521
7522 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7523
7524 * find-cmd.el (find-constituents):
7525 * vc-arch.el (vc-arch-root):
7526 * window.el (window-body-height, pop-up-frames):
7527 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7528 * progmodes/ada-stmt.el (ada-if):
7529 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7530 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7531 (ispell-encoding8-command, ispell-aspell-supports-utf8)
7532 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7533
7534 * progmodes/flymake.el (flymake-post-syntax-check):
7535 Fix typo in error message.
7536
7537 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7538
7539 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7540 which is always a string. (Bug#5313)
7541
7542 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7543
7544 * progmodes/ada-xref.el (ada-default-prj-properties):
7545 Simplify previous change.
7546
7547 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7548
7549 * progmodes/ada-xref.el (ada-default-prj-properties):
7550 Default ada_project_path to $ADA_PROJECT_PATH.
7551
7552 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7553
7554 * progmodes/ada-mode.el (ada-create-keymap):
7555 Override `narrow-to-defun' with `ada-narrow-to-defun'.
7556
7557 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7558
7559 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7560 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7561 (ada-get-current-indent, ada-imenu-generic-expression)
7562 (ada-which-function): Check for it.
7563
7564 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7565
7566 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7567 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7568
7569 2010-01-14 Glenn Morris <rgm@gnu.org>
7570
7571 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
7572
7573 2010-01-14 Kenichi Handa <handa@m17n.org>
7574
7575 * composite.el (auto-composition-mode): Make it a buffer local
7576 variable (permanent-local).
7577 (auto-composition-function): Set the default value to
7578 auto-compose-chars.
7579 (auto-composition-mode): Make it a simple function, not a minor mode.
7580 (global-auto-composition-mode): Likewise.
7581 (turn-on-auto-composition-if-enabled): Delete it.
7582
7583 2010-01-13 Karl Fogel <kfogel@red-bean.com>
7584
7585 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
7586
7587 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
7588
7589 * files.el (copy-directory): Compute target for recursive
7590 directories with identical names. (Bug#5343)
7591
7592 2010-01-12 Glenn Morris <rgm@gnu.org>
7593
7594 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7595 it to bug-gnu-emacs rather than emacs-pretest-bug.
7596
7597 2010-01-11 Sam Steingold <sds@gnu.org>
7598
7599 * imenu.el (imenu-default-create-index-function): Detect infinite
7600 loops caused by imenu-prev-index-position-function.
7601
7602 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
7603
7604 * htmlfontify.el (htmlfontify-load-rgb-file)
7605 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7606 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7607 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7608 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7609 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7610 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7611 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7612 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7613 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7614 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7615 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7616 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7617 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7618 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7619 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
7620 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
7621 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
7622 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
7623 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
7624 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
7625 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
7626 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
7627 backslash-quoting from parentheses, etc.
7628
7629 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
7630
7631 * progmodes/js.el: Autoload javascript-mode alias.
7632
7633 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
7634
7635 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
7636 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
7637 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7638 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7639 Fix typos in docstrings.
7640 (ffap-url-regexp): Doc fix.
7641 (ffap-at-mouse): Fix typo in message.
7642
7643 2010-01-11 Glenn Morris <rgm@gnu.org>
7644
7645 * version.el (emacs-copyright): Set copyright year to 2010.
7646
7647 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7648
7649 * format.el (format-annotate-function): Only set
7650 write-region-post-annotation-function after running to-fn so as not to
7651 affect nested write-region calls (bug#5273).
7652
7653 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
7654
7655 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7656 wisent/python.el.
7657
7658 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
7659
7660 * man.el (Man-goto-section): Signal error if the section is not
7661 found (Bug#5317).
7662
7663 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
7664
7665 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7666 URLs with a leading triple slash in the file: scheme. (Bug#5345)
7667
7668 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
7669
7670 * progmodes/compile.el: Don't treat compile-command as safe if
7671 compilation-read-command might be nil (Bug#4218).
7672
7673 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
7674
7675 * startup.el (command-line-1): Use orig-argi to check for ignored X and
7676 NS options.
7677
7678 2010-01-08 Kenichi Handa <handa@m17n.org>
7679
7680 * international/fontset.el (build-default-fontset-data):
7681 Exclude characters in scripts kana, hangul, han, or cjk-misc.
7682
7683 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
7684
7685 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7686 to `create-file-buffer' as it expects, not just a buffer name.
7687 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7688 to help uniquify. (Bug#3224)
7689
7690 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
7691
7692 * font-setting.el (font-setting-change-default-font): Use user-spec
7693 instead of name.
7694
7695 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7696
7697 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7698
7699 2010-01-05 Tom Tromey <tromey@redhat.com>
7700
7701 * progmodes/python.el (python-font-lock-keywords):
7702 Handle qualified decorators (Bug#881).
7703
7704 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7705
7706 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7707 in a lightweight checkout.
7708
7709 2010-01-05 Kenichi Handa <handa@m17n.org>
7710
7711 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
7712
7713 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7714
7715 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7716
7717 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
7718
7719 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7720 checkouts. (Bug#618)
7721 (vc-bzr-log-view-mode): Also highlight the author.
7722 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7723 (vc-bzr-shelve-menu-map):
7724 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
7725 (vc-bzr-shelve-apply): Make prompt more explicit.
7726
7727 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
7728
7729 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
7730 They are valid characters in URL paths (rfc3986), and at least
7731 Firefox does not understand the encoded version (Bug#3166).
7732
7733 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
7734
7735 * progmodes/octave-mod.el (octave-end-keywords)
7736 (octave-block-begin-or-end-regexp, octave-block-match-alist):
7737 Add "end" keyword (Bug#3061).
7738 (octave-end-as-array-index-p): New function.
7739 (calculate-octave-indent): Use it.
7740
7741 2010-01-02 Karl Fogel <kfogel@red-bean.com>
7742
7743 * bookmark.el: Consistently put the text property on the bookmark name.
7744 (bookmark-bmenu-marks-width): Bump back to 2, to include
7745 annotation marks.
7746 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
7747 property on the bookmark name, instead of not putting it at all.
7748 (bookmark-bmenu-list): Fix where we put the text property.
7749
7750 2010-01-02 Karl Fogel <kfogel@red-bean.com>
7751
7752 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
7753 for showing buffer modified state (as added in the previous change).
7754
7755 2010-01-02 Karl Fogel <kfogel@red-bean.com>
7756
7757 * bookmark.el: Show modified state of bookmark buffer more accurately.
7758 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
7759 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
7760 (with-buffer-modified-unmodified): New macro.
7761 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7762 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
7763 Use new macro to preserve the buffer modified state.
7764
7765 2010-01-02 Karl Fogel <kfogel@red-bean.com>
7766
7767 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
7768 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
7769 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
7770 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
7771 (bookmark-bmenu-rename, bookmark-bmenu-locate)
7772 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
7773 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
7774
7775 2010-01-02 Eli Zaretskii <eliz@gnu.org>
7776
7777 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7778 Make the lines in the generated doc string shorter. (Bug#4668)
7779
7780 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
7781
7782 * net/rcirc.el: Add follow-link binding (Bug#4738).
7783
7784 2010-01-02 Eli Zaretskii <eliz@gnu.org>
7785
7786 * Makefile.in (bzr-update): Rename from cvs-update.
7787 (cvs-update): New target for backward compatibility.
7788
7789 * makefile.w32-in (bzr-update): Rename from cvs-update.
7790 (cvs-update): New target for backward compatibility.
7791
7792 2010-01-02 Karl Fogel <kfogel@red-bean.com>
7793
7794 * bookmark.el: Remove gratuitous gratitude.
7795
7796 2010-01-02 Karl Fogel <kfogel@red-bean.com>
7797
7798 * bookmark.el (bookmark-bmenu-any-marks): New function.
7799 (bookmark-bmenu-save): Clear buffer modification if no marks.
7800
7801 2010-01-02 Karl Fogel <kfogel@red-bean.com>
7802
7803 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
7804 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
7805 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
7806 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
7807
7808 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
7809 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
7810 To: emacs-devel {_AT_} gnu.org
7811 Subject: bookmark.el bug report
7812 Date: Mon, 28 Dec 2009 14:19:16 +0800
7813 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
7814
7815 2010-01-02 Karl Fogel <kfogel@red-bean.com>
7816
7817 * bookmark.el: Improvements suggested by Drew Adams:
7818 (bookmark-bmenu-ensure-position): New name for
7819 `bookmark-bmenu-check-position'. Just ensure the position,
7820 don't return any meaningful value.
7821 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
7822 New constants.
7823
7824 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
7825
7826 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
7827 (bookmark-yank-point, bookmark-bmenu-check-position):
7828 Fix typos in docstrings.
7829 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7830 (bookmark-name-from-full-record, bookmark-get-position)
7831 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
7832 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
7833 Remove useless quoting of parenthesis, etc. in docstrings.
7834
7835 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
7836 (ediff-append-custom-diff): Fix typo in error message.
7837 (ediff-meta-mark-equal-files): Fix typos in messages.
7838
7839 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
7840
7841 * net/imap-hash.el (imap-hash-make): Doc fix.
7842 (imap-hash-test): Fix typo in error message; reflow docstring.
7843 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
7844 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
7845 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
7846 Fix typos in docstrings.
7847 (imap-hash-open-connection): Fix typo in error message.
7848
7849 * play/gomoku.el (gomoku): Fix typos in docstring.
7850
7851 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
7852 (gdb-jsonify-buffer): Fix typos in docstring.
7853 (gdb-goto-breakpoint): Fix typo in error message.
7854 ("Display Other Windows"): Fix typo in help message.
7855 (gdb-speedbar-expand-node): Fix typo in question.
7856
7857 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
7858 (idlwave-html-system-help-location, idlwave-html-help-location)
7859 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
7860 (idlwave-help-browser-generic-args, idlwave-help-directory)
7861 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
7862 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
7863 (idlwave-online-help, idlwave-help-html-link)
7864 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
7865 Fix typos in docstrings.
7866 (idlwave-help-with-source, idlwave-help-find-routine-definition):
7867 Reflow docstrings.
7868 (idlwave-help-assistant-start): Fix typo in error message.
7869
7870 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
7871 (octave-electric-space): Fix typos in docstrings.
7872
7873 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
7874
7875 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
7876
7877 2010-01-01 Juri Linkov <juri@jurta.org>
7878
7879 * comint.el (comint-input-ring-size): Make it a defcustom and
7880 increase the default to 500 (Bug#5148).
7881
7882 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
7883
7884 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
7885 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
7886 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
7887
7888 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
7889
7890 Show working revision correctly for mercurial.
7891 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
7892 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
7893
7894 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
7895
7896 Declare some functions for the byte-compiler.
7897 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
7898 (speedbar-timer-fn, speedbar-change-expand-button-char)
7899 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
7900
7901 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
7902
7903 This changeset reverts GDB Graphical Interface to use annotations.
7904 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
7905
7906 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7907
7908 Make vc-dir work on subdirectories of the bzr root.
7909 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
7910 file names relative to it.
7911 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
7912 relative directory to vc-bzr-after-dir-status.
7913
7914 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
7915
7916 * font-lock.el (font-lock-refresh-defaults): New function, which
7917 can be used to let font-lock react to external changes in
7918 variables like font-lock-defaults and keywords.
7919 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
7920
7921 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
7922
7923 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
7924
7925 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
7926
7927 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
7928
7929 Supersede color.diff settings in git log (bug#5211).
7930
7931 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
7932 escape chars in its output when the user has color.diff set to `always'.
7933 This fix works on git 1.4.2 and newer (released on 2006-08-13).
7934
7935 2009-12-26 Kevin Ryde <user42@zip.com.au>
7936
7937 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
7938 node. Keep previous "Index" name to work with past coreutils too.
7939
7940 * man.el (man): Revise docstring a bit to show -a and -l as
7941 examples. Add -k description since support for it has otherwise
7942 been a secret. (Further to bug#3717.)
7943 (Man-bgproc-sentinel): When "-k foo" produces no output show error
7944 "no matches" rather than "Can't find manpage", as the latter reads
7945 like -k was interpreted as a page name, which is not so. (Bug#5431)
7946
7947 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
7948
7949 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
7950 switches. Check also for //SUBDIRED// line.
7951
7952 2009-12-25 Kenichi Handa <handa@m17n.org>
7953
7954 * language/indian.el (devanagari-composable-pattern): Fixed to
7955 handle ZWNJ and ZWJ. Use it in composition-function-table for
7956 Devanagari.
7957 (malayalam-composable-pattern): Fix previous change.
7958
7959 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7960
7961 * ps-print.el (ps-face-attributes): It was not returning the
7962 attribute face for faces specified as string. Reported by harven
7963 <harven@free.fr>. (Bug#5254)
7964 (ps-print-version): New version 7.3.5.
7965
7966 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
7967
7968 * calendar/icalendar.el (icalendar--convert-tz-offset):
7969 Fix timezone names.
7970 (icalendar--convert-tz-offset): Fix the "last-day-problem".
7971 (icalendar--add-diary-entry): Remove the trailing blank that
7972 diary-make-entry inserts.
7973
7974 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
7975
7976 Make `file-expand-wildcards' work for remote files.
7977
7978 * files.el (file-expand-wildcards): In case of remote files, check
7979 only local file name part for wildcards. Provide feature 'files
7980 and subfeature 'remote-wildcards. (Bug#5198)
7981
7982 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
7983 if there is already an established connection.
7984 (tramp-advice-file-expand-wildcards): Remove it.
7985
7986 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
7987 (tramp-advice-file-expand-wildcards): Move from tramp.el.
7988 Activate advice for older GNU Emacs versions. (Bug#5237)
7989
7990 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
7991
7992 Some doc fixes (more needed).
7993
7994 * find-cmd.el (find-constituents): Reflow docstring.
7995 (find-cmd, find-prune, find-command): Fix typos in docstrings.
7996 (find-generic): Doc fix.
7997
7998 2009-12-17 Juri Linkov <juri@jurta.org>
7999
8000 Fix regression from 23.1 to allow multiple modes in Local Variables.
8001
8002 * files.el (hack-local-variables-filter): While ignoring duplicates,
8003 don't take `mode' into account.
8004 (hack-local-variables-filter, hack-dir-local-variables):
8005 Don't remove duplicate `mode' from local-variables-alist (like `eval').
8006
8007 2009-12-17 Juri Linkov <juri@jurta.org>
8008
8009 Make `dired-diff' safer. (Bug#5225)
8010
8011 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8012 `current' or when `file' is a directory of the `current' file.
8013
8014 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8015
8016 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8017 unconditionally preloaded files.
8018
8019 2009-12-16 Juri Linkov <juri@jurta.org>
8020
8021 Revert to old 23.1 logic of using the file at the mark as default.
8022 * dired-aux.el (dired-diff): Use the file at the mark as default
8023 if it's not the same as the current file, and the target dir is
8024 the current dir or the mark is active. Add the current file
8025 as the arg of `dired-dwim-target-defaults'. Use the default file
8026 in the prompt. (Bug#5225)
8027
8028 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
8029
8030 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8031 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8032 (tramp-check-for-regexp): Check also, when an echoing shell stops
8033 to echo sent commands.
8034
8035 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8036
8037 * Makefile.in: Revert last change (Bug#5191).
8038
8039 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8040
8041 * vc-hg.el (vc-hg-print-log): Fix argument order.
8042 (vc-hg-working-revision): Make sure the command is executed in a
8043 known environment so that we can parse the output. (Bug#4417)
8044
8045 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8046
8047 * progmodes/python.el (python-symbol-completions): Remove text
8048 properties from symbol string before calling python-send-receive.
8049
8050 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
8051
8052 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8053 when there are values for both file and line. (Bug#5060)
8054
8055 2009-12-14 Juri Linkov <juri@jurta.org>
8056
8057 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8058 whitespace after the file name of the first line of unified format,
8059 because git-diff doesn't output whitespace and file modification time
8060 after the file name.
8061
8062 2009-12-14 David Kastrup <dak@gnu.org>
8063
8064 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8065 check if it already has the `display' property added by
8066 `Info-display-images-node', and not put the `invisible' property
8067 in this case.
8068
8069 2009-12-13 Glenn Morris <rgm@gnu.org>
8070
8071 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8072 (report-emacs-bug): In message-mode, sort manually before storing
8073 original report text. (Bug#5178)
8074 Remove superfluous save-excursion.
8075
8076 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
8077
8078 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8079 when responding to "GetAll" properties.
8080
8081 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
8082
8083 * simple.el (compose-mail): Remove mail-setup-with-from from
8084 customization checks.
8085
8086 2009-12-12 Eli Zaretskii <eliz@gnu.org>
8087
8088 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8089 RAR archives created on Unix systems.
8090
8091 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8092
8093 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8094 the varalias that was accidentally removed by the 2009-11-19 change
8095 (bug#5186).
8096
8097 2009-12-12 Kenichi Handa <handa@m17n.org>
8098
8099 * language/indian.el (indian-compose-regexp): New function.
8100 (malayalam-composable-pattern): Fix the pattern.
8101 (composition-function-table): Set malayalam-composable-pattern for
8102 Malayalam characters.
8103
8104 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
8105
8106 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8107 rather than down-mouse-1, based on follow-link conventions.
8108
8109 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8110 are compiled.
8111
8112 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
8113
8114 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8115 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8116 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8117 (verilog-leap-to-head, verilog-backward-token):
8118 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
8119
8120 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8121
8122 * progmodes/verilog-mode.el (verilog-auto-lineup)
8123 (verilog-nameable-item-re): Cleanup user-visible spelling and
8124 documentation errors. One reported by Gary Delp.
8125 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8126 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8127 package, bug195. Reported by Pierre-David Pfister.
8128
8129 2009-12-11 Glenn Morris <rgm@gnu.org>
8130
8131 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8132
8133 * mail/emacsbug.el: No longer require sendmail.
8134 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8135 (report-emacs-bug-orig-text): Doc fix.
8136 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8137 New local variables, to adapt to different mail-user-agents.
8138 (report-emacs-bug): Fix test for a gnu.org address.
8139 Use overlays for emphasis, since font-lock defeats 'face property.
8140 Pretest bugs also end up at the newsgroup these days.
8141 Stop message-mode stripping text properties.
8142 Set and use the new buffer-local variables.
8143 (report-emacs-bug-hook): Add doc-string.
8144 Remove some unnecessary save-excursions and simplify.
8145 Use the appropriate hook and send-command.
8146
8147 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8148 capitalization of some menu entries.
8149
8150 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8151
8152 * whitespace.el (whitespace-display-char-on):
8153 Ensure `buffer-display-table' is unique when two or more windows are
8154 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8155 New version 12.1.
8156
8157 2009-12-10 Eli Zaretskii <eliz@gnu.org>
8158
8159 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8160 characters in the Attribute field.
8161
8162 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8163
8164 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8165
8166 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8167
8168 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8169 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8170 Disregard autoload-excludes.
8171 (update-directory-autoloads): Obey autoload-excludes here instead.
8172 But don't store its contents in no-autoloads and remove entries that
8173 refer to excludes files.
8174
8175 2009-12-10 Glenn Morris <rgm@gnu.org>
8176
8177 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8178 (expand-mail-aliases): Define for compiler.
8179
8180 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8181 Define for compiler.
8182
8183 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8184 appropriate for the mail-user-agent in use.
8185
8186 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
8187
8188 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8189
8190 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8191
8192 Fix short log parsing and fontification.
8193 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8194 Fix fontification for the [merge] label.
8195
8196 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8197
8198 Drop some properties to avoid surprises (bug#5002).
8199 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8200 (hfy-fontify-buffer): Use it.
8201
8202 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8203
8204 Minor cleanup.
8205 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8206 Adjust all callers.
8207 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8208 args compulsory. Adjust callers.
8209 (ffap-gopher-at-point): Remove unused var `name'.
8210
8211 Get rid of the ELCFILES abomination.
8212 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8213 (compile-elcfiles): New phony target.
8214 (compile-main): Compute ELCFILES dynamically.
8215 (compile-clean): New target to remove left-over elc files.
8216 (compile, all): Use it.
8217
8218 2009-12-09 Kenichi Handa <handa@etlken>
8219
8220 * international/mule-diag.el: Require help-mode instead of help-fns.
8221
8222 2009-12-09 Kenichi Handa <handa@m17n.org>
8223
8224 * international/mule-cmds.el (ucs-names): Supply sufficiently
8225 fine ranges instead of pre-calculating accurate ranges.
8226 Iterate with bigger gc-cons-threshold.
8227
8228 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8229
8230 Add support for stashing a snapshot of the current tree.
8231 * vc-git.el (vc-git-stash-snapshot): New function.
8232 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8233
8234 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8235
8236 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8237 instead of `(beginning|end)-of-line'.
8238
8239 2009-12-08 Glenn Morris <rgm@gnu.org>
8240
8241 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8242
8243 * Makefile.in (ELCFILES): Regenerate.
8244
8245 2009-12-07 Juri Linkov <juri@jurta.org>
8246
8247 Don't lazy-highlight the comint output in history Isearch mode.
8248
8249 * comint.el (comint-history-isearch-search): Instead of
8250 `comint-line-beginning-position', use `comint-after-pmark-p'
8251 to check if point if before the process mark, and go to
8252 `process-mark' in this case.
8253
8254 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8255
8256 * textmodes/tex-mode.el (latex-complete)
8257 (latex-indent-or-complete): Remove.
8258 (latex-mode): Set completion-at-point-functions instead.
8259
8260 Provide a standard completion command and hook it into TAB.
8261 * minibuffer.el (completion-at-point-functions): New var.
8262 (completion-at-point): New command.
8263 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8264 * progmodes/python.el (python-mode-map): Use completion-at-point.
8265 (python-completion-at-point): Rename from python-partial-symbol and
8266 adjust for use in completion-at-point-functions.
8267 (python-mode): Setup completion-at-point for Python completion.
8268 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8269 extracted from lisp-complete-symbol.
8270 (lisp-complete-symbol): Use it.
8271 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8272 setup completion-at-point for Elisp completion.
8273 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8274 Use completion-at-point.
8275 * ielm.el (ielm-map): Use completion-at-point.
8276 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8277 * progmodes/sym-comp.el: Move to...
8278 * obsolete/sym-comp.el: Move from progmodes.
8279
8280 2009-12-07 Eli Zaretskii <eliz@gnu.org>
8281
8282 Prevent save-buffer in Rmail buffers from using the coding-system
8283 of the current message, and from clobbering the encoding mnemonics
8284 in the mode line (Bug#4623).
8285
8286 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8287 flag, too.
8288 (rmail-message-encoding): New variable.
8289 (rmail-write-region-annotate): Record the encoding of the current
8290 message in rmail-message-encoding.
8291 (rmail-after-save-hook): New function, restores the encoding of
8292 the current message after the message collection is saved.
8293
8294 2009-12-07 Juri Linkov <juri@jurta.org>
8295
8296 * progmodes/grep.el (grep-read-files): Use `completing-read'
8297 instead of `read-string'. Set its `collection' arg to
8298 `read-file-name-internal'. (Bug#4301)
8299
8300 2009-12-07 Juri Linkov <juri@jurta.org>
8301
8302 Correctly restore original Isearch point. (Bug#4994)
8303
8304 * isearch.el (isearch-mode): Move `isearch-push-state' after
8305 `(run-hooks 'isearch-mode-hook)'.
8306 (isearch-cancel): When `isearch-push-state-function' is defined,
8307 let-bind `isearch-cmds' to the first state (the last element of
8308 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8309 function and restores the original point). Otherwise, move point
8310 to `isearch-opoint'.
8311
8312 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8313
8314 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8315 chars that don't have names, so the table can be built much faster at
8316 run-time.
8317
8318 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
8319
8320 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8321 change. Suggested by David Kastrup.
8322
8323 * simple.el (compose-mail): Check for incompatibilities and warn.
8324 (compose-mail-user-agent-warnings): New option.
8325
8326 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8327
8328 Support showing a single log entry from vc-annotate.
8329 * vc.el (print-log): Add a new argument: START-REVISION.
8330 (vc-print-log-internal): Add a new optional argument and
8331 pass it to the backend.
8332 (vc-print-log, vc-print-root-log): Adjust callers.
8333 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8334 buffer already displays the requested log entry, use it.
8335 Otherwise display only the log entry in question.
8336 * vc-svn.el (vc-svn-print-log):
8337 * vc-mtn.el (vc-mtn-print-log):
8338 * vc-hg.el (vc-hg-state):
8339 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8340 (vc-git-show-log-entry): Return t on success.
8341 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8342 (vc-bzr-show-log-entry): Return t on success.
8343 * vc-rcs.el (vc-rcs-print-log):
8344 * vc-sccs.el (vc-sccs-print-log):
8345 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8346
8347 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8348
8349 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8350 Add menus to the meta mode. (Bug#5043)
8351
8352 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
8353
8354 * ediff-init.el (ediff-event-key): Use event-to-character instead of
8355 event-key.
8356
8357 * ediff.el (ediff-buffers-internal): Add unwind-protect.
8358
8359 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
8360
8361 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
8362 Berbain <raphael.berbain@gmail.com>.
8363
8364 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
8365 characters.
8366 (tramp-initial-end-of-output): New defconst.
8367 (tramp-methods, tramp-find-shell)
8368 (tramp-open-connection-setup-interactive-shell)
8369 (tramp-maybe-open-connection): Use it.
8370 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8371 existence of `#' and `$'.
8372
8373 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8374 `tramp-initial-end-of-output'.
8375
8376 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8377
8378 Get the background mode from the terminal for xterm, and set
8379 faces accordingly.
8380 * term/xterm.el (xterm-set-background-mode): New function.
8381 (terminal-init-xterm): Use it in case xterm supports background
8382 color queries. Recompute faces after getting the background
8383 color.
8384
8385 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
8386
8387 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8388 number comment back on its own line, for easier parsing.
8389
8390 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8391
8392 Make it work for non-file buffers (bug#5102).
8393 * doc-view.el (doc-view-current-cache-dir):
8394 Use doc-view-buffer-file-name rather than buffer-file-name.
8395 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8396
8397 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
8398
8399 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8400 author field is too short.
8401
8402 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
8403
8404 * vc-git.el (vc-git-print-log): Handle a limit argument.
8405 Display the short log in graph form and with labels.
8406 (vc-git-log-view-mode): Handle labels.
8407
8408 Make vc-revert change VC state from 'added to 'unregistered.
8409 * vc-git.el (vc-git-revert): Call git reset first.
8410
8411 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8412
8413 * net/newst-backend.el, net/newst-plainview.el:
8414 * net/newst-reader.el, net/newst-ticker.el:
8415 * net/newst-treeview.el, net/newsticker.el:
8416 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8417
8418 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8421
8422 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8423 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
8424 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8425 Update annotation regexp.
8426
8427 * simple.el (beginning-of-visual-line): Constrain to field
8428 boundaries (Bug#5106).
8429
8430 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8431
8432 * xml.el (xml-substitute-numeric-entities): Move
8433 newsticker--decode-numeric-entities in newst-backend.el to
8434 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8435 * net/newst-backend.el (newsticker--parse-generic-feed)
8436 (newsticker--parse-generic-items)
8437 (newsticker--decode-numeric-entities): Move
8438 newsticker--decode-numeric-entities in newst-backend.el to
8439 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8440
8441 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
8442
8443 * progmodes/js.el (js--js-not): Add null to the list of values.
8444
8445 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8446
8447 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8448
8449 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8450
8451 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8452 delimiter if it is at the end of the current line.
8453 (bibtex-generate-url-list): Fix docstring.
8454
8455 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8458 minibuffer's content with itself.
8459 Fold the confirm-after-completion case into the `confirm' case.
8460 (completion-pcm-word-delimiters): Add : and / to the delimiters.
8461
8462 2009-12-06 Kevin Ryde <user42@zip.com.au>
8463
8464 * ffap.el (ffap-rfc-path): Make this a defcustom since
8465 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
8466
8467 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8468 manuals, similar to existing setup for help-mode. (Bug#3913.)
8469
8470 2009-12-05 Juri Linkov <juri@jurta.org>
8471
8472 Save and restore dired buffer's point positions too. (Bug#4880)
8473
8474 * dired.el (dired-save-positions): Return in the first element
8475 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8476 Doc fix.
8477 (dired-restore-positions): First restore buffer's position.
8478 While restoring window's positions, check if window still displays
8479 the original buffer.
8480
8481 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
8482
8483 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8484 if possible.
8485
8486 * shell.el (shell): Require ansi-color (Bug#5113).
8487
8488 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8489
8490 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8491
8492 2009-12-05 Alan Mackenzie <acm@muc.de>
8493
8494 * progmodes/cc-mode.el (c-before-hack-hook)
8495 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8496 `c-file-style' to work again. This reversion restores the current
8497 software to its state in Emacs 23.1. (Bug#4146)
8498
8499 2009-12-05 Kevin Ryde <user42@zip.com.au>
8500
8501 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8502 comment-start-skip to comment-end-skip as comment (Bug#4781).
8503
8504 2009-12-05 Juri Linkov <juri@jurta.org>
8505
8506 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8507 for virtual nodes. (Bug#4147)
8508 (Info-find-node-2): Set `Info-current-node-virtual' to nil
8509 when moving from a virtual node.
8510 (Info-mode-menu): Add `Info-virtual-index' to the menu.
8511 (Info-mode): Add `Info-virtual-index' to the docstring.
8512
8513 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8514
8515 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8516 track of the buffer position of the end of a BibTeX entry as this
8517 position may change during reformatting.
8518 (bibtex-format-entry): Remove whitespace before processing
8519 numerical fields so that we recognize the latter properly.
8520 (bibtex-reformat): Do not use push which changes the global value
8521 of bibtex-entry-format.
8522 (bibtex-field-braces-alist, bibtex-field-strings-alist)
8523 (bibtex-field-re-init): Replace only space characters by regexp
8524 for whitespace.
8525 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8526 (bibtex-initialize): Also update bibtex-strings.
8527 (bibtex-kill-field): Preserve white space at end of entry.
8528 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8529 Update bibtex-reference-keys.
8530
8531 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8532
8533 * minibuffer.el (completion-pcm--merge-try): Also consider placing
8534 point after a star, if that's the only place where modifications can
8535 make progress.
8536
8537 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
8538
8539 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8540 in docstrings.
8541
8542 2009-12-04 Juri Linkov <juri@jurta.org>
8543
8544 * proced.el (proced): Call `(proced-update t)' to update process
8545 information instead of only running proced-post-display-hook.
8546 (proced-send-signal): Add a leading space to the buffer name
8547 " *Marked Processes*" to make this buffer ephemeral.
8548
8549 2009-12-04 Juri Linkov <juri@jurta.org>
8550
8551 * dired.el (dired-auto-revert-buffer): New defcustom.
8552 (dired-internal-noselect): Use it.
8553
8554 2009-12-04 Juri Linkov <juri@jurta.org>
8555
8556 Change roles of modes and functions in image-mode.el (Bug#5062).
8557
8558 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8559 in `auto-mode-alist'.
8560 (image-mode-previous-major-mode): New variable.
8561 (image-minor-mode-map): Rename from `image-mode-text-map'.
8562 (image-mode): Move graceful error-handling code from
8563 `image-minor-mode' to here. On errors call `image-mode-as-text'.
8564 (image-minor-mode): Remove all image-handling code.
8565 Replace `image-mode-text-map' with `image-minor-mode-map'.
8566 Check for `image-type' in mode-line format string.
8567 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8568 (image-mode-as-text): New function with most code from
8569 `image-mode-maybe'.
8570 (image-toggle-display-text): Move code that removes image
8571 properties from `image-toggle-display' to here.
8572 (image-toggle-display-image): New function with code that adds
8573 image properties copied from `image-toggle-display'.
8574 (image-toggle-display): Remove most code with leaving only code
8575 that toggles between `image-mode-as-text' and `image-mode'.
8576
8577 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
8578
8579 * net/newst-treeview.el
8580 (newsticker--treeview-list-highlight-start): Restored call to
8581 save-excursion: Selected item was stuck.
8582 (newsticker--treeview-list-select): New.
8583 (newsticker--treeview-item-show-text)
8584 (newsticker--treeview-item-show)
8585 (newsticker--treeview-item-update): Use new
8586 newsticker-treeview-item-mode.
8587 (newsticker-treeview-update): Keep current item.
8588 (newsticker-treeview-next-new-or-immortal-item): Doc change.
8589 (newsticker--treeview-first-feed): Doc change.
8590 (newsticker-treeview-list-menu)
8591 (newsticker-treeview-item-menu): Added menu entries.
8592 (newsticker-treeview-item-mode): New.
8593
8594 * net/newst-backend.el (newsticker-customize): Delete other
8595 windows.
8596
8597 2009-12-04 Sam Steingold <sds@gnu.org>
8598
8599 * log-view.el (log-view-mode-map): "q" calls quit-window,
8600 like in all the other non-self-insert buffers.
8601
8602 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 Minor cleanup.
8605 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8606 key decoding rather than do it manually via last-input-event +
8607 ascii-character.
8608 (term-exec): Use delete-and-extract-region.
8609 (term-handle-ansi-terminal-messages): Remove unused var `end'.
8610 (term-process-pager): Remove unused var `i'.
8611 (term-dynamic-simple-complete): Make obsolete.
8612 (serial-update-config-menu): Remove unused vars `y' and `str'.
8613 (term-update-mode-line): Remove unused var `temp'.
8614
8615 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8616
8617 Limit the number of log entries displayed by default.
8618 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8619 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8620 using a prefix argument.
8621
8622 2009-12-03 Glenn Morris <rgm@gnu.org>
8623
8624 * progmodes/idlwave.el (class): Restore still useful declaration.
8625
8626 2009-12-03 Alan Mackenzie <acm@muc.de>
8627
8628 Enhance `c-parse-state' to run efficiently in "brace deserts".
8629
8630 * progmodes/cc-mode.el (c-basic-common-init):
8631 Call c-state-cache-init.
8632 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8633 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
8634 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8635
8636 * progmodes/cc-langs.el (c-before-font-lock-function):
8637 c-extend-and-neutralize-syntax-in-CPP has been renamed
8638 c-neutralize-syntax-in-and-mark-CPP.
8639
8640 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8641 with `category' properties now, not `syntax-table' ones.
8642
8643 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8644 enhanced (but slower) version of c-end-of-macro that won't land
8645 inside a literal or on another awkward character.
8646 (c-state-cache-too-far, c-state-cache-start)
8647 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8648 (c-state-nonlit-pos-cache-limit, c-state-point-min)
8649 (c-state-point-min-lit-type, c-state-point-min-lit-start)
8650 (c-state-min-scan-pos, c-state-brace-pair-desert)
8651 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8652 buffer local variables.
8653 (c-state-literal-at, c-state-lit-beg)
8654 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8655 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8656 (c-state-cache-top-paren, c-state-cache-after-top-paren)
8657 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8658 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8659 (c-renarrow-state-cache)
8660 (c-append-lower-brace-pair-to-state-cache)
8661 (c-state-push-any-brace-pair, c-append-to-state-cache)
8662 (c-remove-stale-state-cache)
8663 (c-remove-stale-state-cache-backwards, c-state-cache-init)
8664 (c-invalidate-state-cache-1, c-parse-state-1)
8665 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
8666 (c-parse-state): Enhance and refactor.
8667 (c-debug-parse-state): Amend to deal with all the new variables.
8668
8669 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8670 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
8671 modify to use category text properties rather than syntax-table ones.
8672 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8673 to switch off/on the syntactic paren property of C++ template
8674 delimiters using the category property.
8675 (c-with-<->-as-parens-suppressed): Macro to invoke code with
8676 template delims suppressed.
8677 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8678 New constant/macros which apply category properties to the start
8679 and end of preprocessor constructs.
8680 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8681 "comment out" the syntactic value of characters in preprocessor
8682 constructs.
8683 (c-with-cpps-commented-out)
8684 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8685 with characters in all or all but one preprocessor constructs
8686 "commented out".
8687
8688 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8689
8690 * proced.el (proced-filter-alist): Use regexp-quote.
8691
8692 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
8693
8694 Cleanup.
8695 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8696 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
8697 arguments. Expand `default-directory'.
8698
8699 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8700 the benefit of returning an expanded localname.
8701 (tramp-tramp-file-p): Handle the case NAME is not a string.
8702
8703 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8704
8705 Add support for bzr shelve/unshelve.
8706 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8707 (vc-bzr-extra-menu-map): New variables.
8708 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8709 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8710 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8711 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8712 (vc-bzr-dir-extra-headers): Display shelves.
8713
8714 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8715
8716 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8717
8718 * textmodes/bibtex.el (bibtex-complete-internal):
8719 Use completion-in-region.
8720 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8721
8722 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8723
8724 Support applying stashes. Improve UI.
8725 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
8726 (vc-git-stash-apply, vc-git-stash-pop)
8727 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
8728 (vc-git-stash-menu): New functions.
8729 (vc-git-stash-menu-map): New variable.
8730 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
8731
8732 2009-12-03 Glenn Morris <rgm@gnu.org>
8733
8734 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
8735 (vc-print-log-internal): Fix previous change.
8736 (vc-revert): Correct pluralization.
8737
8738 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8739
8740 * progmodes/make-mode.el (makefile-special-targets-list): No need for
8741 it to be an alist any more.
8742 (makefile-complete): Use completion-in-region.
8743
8744 * progmodes/octave-mod.el (octave-complete-symbol):
8745 Use completion-in-region.
8746
8747 Misc cleanup.
8748 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
8749 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
8750 (idlwave-complete-class): Don't quote lambda.
8751 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
8752 (idlwave-mode-map): Move initialization into declaration.
8753 (idlwave-action-and-binding): Use backquotes.
8754 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
8755 Simplify.
8756 (idlwave-is-pointer-dereference): Remove unused var `pos'.
8757 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
8758 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
8759 `parts', and `all-parts'.
8760 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
8761 (idlwave-convert-xml-system-routine-info): Remove unused string
8762 `version-string'.
8763 (idlwave-display-user-catalog-widget): Use dolist.
8764 (idlwave-scanning-lib): Declare dynamically-scoped var.
8765 (idlwave-scan-library-catalogs): Remove unused var `flags'.
8766 (completion-highlight-first-word-only): Declare to silence bytecomp.
8767 (idlwave-popup-select): Tighten scope of `resp'.
8768 (idlwave-find-struct-tag): Remove unused var `beg'.
8769 (idlwave-after-load-rinfo-hook): Declare.
8770 (idlwave-sintern-class-info): Remove unused var `taglist'.
8771 (idlwave-find-class-definition): Remove unused var `list'.
8772 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
8773 (idlwave-what-module-find-class): Remove unused var `classes'.
8774
8775 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
8776
8777 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
8778
8779 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8780
8781 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
8782 buffers visited. Remove redundant current-buffer-saving.
8783
8784 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8785
8786 Use completion-in-buffer and remove uses of dynamic scoping.
8787 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
8788 (pascal-buffer-to-use, pascal-flag): Don't declare.
8789 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
8790 (pascal-get-completion-decl, pascal-keyword-completion):
8791 Add `pascal-str' argument, save-excursion,
8792 return the found completions, and don't filter with pascal-pred.
8793 (pascal-completion-cache): New var.
8794 (pascal-completion): Don't switch buffer any more (it was never
8795 necessary). Don't save-excursion any more (it's done by the called
8796 subroutines). Use a cache to avoid redundant computations.
8797 Use complete-with-action rather than pascal-completion-response and
8798 let it apply the predicate as well.
8799 (pascal-complete-word): Use completion-in-buffer when
8800 pascal-toggle-completions is nil.
8801 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
8802 not used any more.
8803 (pascal-comp-defun): Don't change buffer any more.
8804 Use complete-with-action rather than pascal-completion-response and
8805 let it apply the predicate as well.
8806 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
8807 when neded.
8808
8809 2009-12-02 Kenichi Handa <handa@m17n.org>
8810
8811 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
8812 shape for all Indic scripts.
8813
8814 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8815
8816 Use completion-in-buffer.
8817 * wid-edit.el (widget-field-text-end): New function.
8818 (widget-field-value-get): Use it.
8819 (widget-string-complete, widget-file-complete)
8820 (widget-color-complete): Use it and completion-in-region.
8821 (widget-complete): Don't narrow the buffer.
8822
8823 2009-12-02 Glenn Morris <rgm@gnu.org>
8824
8825 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
8826 (rmail-select-summary): Use rmail-pop-to-buffer.
8827 * mail/rmailsum.el: Replace all pop-to-buffer calls with
8828 rmail-pop-to-buffer, to prevent horizontal splits.
8829
8830 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
8831 save-excursion with save-current-buffer.
8832 Widen before searching. (Bug#5093)
8833 (diary-list-sexp-entries): Remove superfluous save-excursion.
8834
8835 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
8836
8837 * woman.el (woman-make-bufname): Handle man-pages with "." in the
8838 name. (Bug#5038)
8839
8840 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
8841
8842 * ido.el (ido-file-internal): Handle filenames at point that do
8843 not have a directory part. (Bug#5049)
8844
8845 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
8846
8847 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
8848 (mpc-songs-jump-to, mpc-resume): Doc fixes.
8849
8850 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
8851
8852 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
8853 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
8854 any more.
8855
8856 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8857
8858 * comint.el (comint-insert-input): Ignore clicks to the right of
8859 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
8860
8861 * vc.el (vc-print-log-internal): Don't wait for the process to
8862 terminate before setting up the major mode.
8863
8864 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
8865 in case.
8866
8867 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
8868 the last element.
8869
8870 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
8871
8872 2009-12-01 Glenn Morris <rgm@gnu.org>
8873
8874 * window.el (window--display-buffer-2): Fix previous changes.
8875
8876 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
8877
8878 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
8879
8880 2009-12-01 Glenn Morris <rgm@gnu.org>
8881
8882 * Makefile.in (ELCFILES): Add mpc.elc.
8883
8884 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * mpc.el: New file.
8887
8888 2009-12-01 Glenn Morris <rgm@gnu.org>
8889
8890 * window.el (window-to-use): Define for compiler.
8891
8892 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
8893 consistent with others (no final period).
8894
8895 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
8896 (rmail-mime-show): Downcase the encoding. (Bug#5070)
8897
8898 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
8899
8900 Make vc-print-log buttons work.
8901 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
8902
8903 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
8904
8905 * savehist.el (savehist-autosave-interval): Allow setting to nil
8906 through customize. (Bug#5056)
8907
8908 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
8909
8910 Fix references to jit-lock properties.
8911 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8912 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
8913 (perl-font-lock-special-syntactic-constructs):
8914 Quote jit-lock-defer-multiline property.
8915
8916 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
8917
8918 * vc-git.el (vc-git-registered): Call vc-git-root only once.
8919
8920 2009-11-30 Juri Linkov <juri@jurta.org>
8921
8922 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
8923 value `buffer' of `multi-isearch-next-buffer-current-function'.
8924 Use `(current-buffer)' when `buffer' is nil.
8925 (multi-isearch-next-buffer-from-list): Don't fallback to
8926 `(current-buffer)' when `buffer' is nil. (Bug#4947)
8927
8928 2009-11-30 Juri Linkov <juri@jurta.org>
8929
8930 * misearch.el (multi-isearch-read-buffers): Move canonicalization
8931 of buffers with `get-buffer' to `multi-isearch-buffers'.
8932 (multi-isearch-buffers, multi-isearch-buffers-regexp):
8933 Canonicalize BUFFERS with `get-buffer'. Doc fix.
8934 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
8935 FILES with `expand-file-name' converting relative file names
8936 to absolute. Doc fix. (Bug#4727)
8937
8938 2009-11-30 Juri Linkov <juri@jurta.org>
8939
8940 * misearch.el (multi-isearch-read-buffers)
8941 (multi-isearch-read-matching-buffers): New functions.
8942 (multi-isearch-buffers, multi-isearch-buffers-regexp):
8943 Use them in the `interactive' spec. Doc fix.
8944 (multi-isearch-read-files, multi-isearch-read-matching-files):
8945 New functions.
8946 (multi-isearch-files, multi-isearch-files-regexp):
8947 Use them in the `interactive' spec. Doc fix. (Bug#4725)
8948
8949 2009-11-30 Juri Linkov <juri@jurta.org>
8950
8951 * doc-view.el (doc-view-continuous):
8952 Rename from `doc-view-continuous-mode'.
8953 (doc-view-menu): Move "Toggle display" to the top.
8954 Add submenu "Continuous" with radio buttons "Off"/"On"
8955 and "Save as Default".
8956 (doc-view-scroll-up-or-next-page)
8957 (doc-view-scroll-down-or-previous-page)
8958 (doc-view-next-line-or-next-page)
8959 (doc-view-previous-line-or-previous-page): Rename
8960 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
8961
8962 2009-11-30 Juri Linkov <juri@jurta.org>
8963
8964 * comint.el (comint-mode-map): Rebind `M-r' from
8965 `comint-previous-matching-input' to
8966 `comint-history-isearch-backward-regexp'.
8967 Unbind `M-s' to allow global key binding `M-s'.
8968 Add menu items for `comint-history-isearch-backward' and
8969 `comint-history-isearch-backward-regexp'. (Bug#3746)
8970
8971 2009-11-30 Juri Linkov <juri@jurta.org>
8972
8973 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
8974 For def=recenter, replace `recenter' with `recenter-top-bottom'
8975 that is called with `this-command' and `last-command' let-bound
8976 to `recenter-top-bottom'. When the last `def' was not `recenter',
8977 set `recenter-last-op' to nil. (Bug#4981)
8978
8979 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8980
8981 Minor cleanup and simplification.
8982 * filecache.el (file-cache-add-directory)
8983 (file-cache-add-directory-recursively)
8984 (file-cache-add-from-file-cache-buffer)
8985 (file-cache-delete-file-regexp, file-cache-delete-directory)
8986 (file-cache-files-matching-internal, file-cache-display): Use dolist.
8987 (file-cache-temp-minibuffer-message): Delete function.
8988 (file-cache-minibuffer-complete): Use minibuffer-message instead.
8989
8990 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8991 Don't signal an error when bumping into EOB in tr, s, or y.
8992
8993 2009-11-29 Juri Linkov <juri@jurta.org>
8994
8995 * startup.el (fancy-about-text): Fix wording of Guided Tour.
8996 (Bug#4960)
8997
8998 * descr-text.el (describe-char-unidata-list): Use lowercase name
8999 for "Unicode name" like in other tags.
9000
9001 2009-11-29 Juri Linkov <juri@jurta.org>
9002
9003 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9004 New compatibility macro.
9005 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9006
9007 2009-11-29 Juri Linkov <juri@jurta.org>
9008
9009 Add defcustom to define the cycling order of `recenter-top-bottom'.
9010 (Bug#4981)
9011
9012 * window.el (recenter-last-op): Doc fix.
9013 (recenter-positions): New defcustom.
9014 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9015 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9016
9017 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
9018
9019 Improve integration of Tramp and ange-ftp in eshell.
9020
9021 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9022 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9023 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9024
9025 * eshell/esh-util.el (top): Require also Tramp when compiling.
9026 (eshell-directory-files-and-attributes): Check for FTP remote
9027 connection.
9028 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9029 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9030 (eshell-file-attributes): Handle ".". Return `entry'.
9031
9032 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9033 (ange-ftp-directory-files-and-attributes)
9034 (ange-ftp-real-directory-files-and-attributes): New defuns.
9035
9036 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9037 shell with "exec" when possible. This prevents trailing prompts
9038 in `start-file-process'.
9039
9040 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 Try and remove assumptions about point-min==1.
9043 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9044 (rng-compute-mode-line-string): Show the validation percentage in
9045 terms of the narrowed text, not the widened text.
9046 (rng-do-some-validation): Don't catch internal errors when debugging.
9047 (rng-first-error): Simplify.
9048 (rng-after-change-function): Remove work around. AFAIK the bug has
9049 been fixed a while ago.
9050
9051 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9052 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9053
9054 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9055
9056 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9057 `cd' doesn't always do it for us (bug#5067).
9058
9059 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9060 on 2009-10-25 as part of some other change (bug#5067).
9061
9062 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9063
9064 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9065 `suspicious'.
9066 (byte-compile-warnings): Use byte-compile-warning-types.
9067 (byte-compile-save-excursion): Warn about use of set-buffer right
9068 after save-excursion.
9069
9070 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9071 the excursion as well.
9072
9073 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
9074
9075 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9076 providing a Tramp related implementation of "su" and "sudo".
9077 (eshell-unix-initialize): Add "su" and "sudo".
9078
9079 2009-11-27 Daiki Ueno <ueno@unixuser.org>
9080
9081 * net/socks.el (socks-send-command): Convert binary request to
9082 unibyte before sending. This fixes mishandling of some port
9083 numbers such as 129.
9084
9085 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9086
9087 * help.el (describe-bindings-internal): Remove `interactive'.
9088
9089 * man.el (Man-completion-table): Trim a terminating "(".
9090 Remove the space between name page a section.
9091 Add the command's description on the `help-echo' property.
9092 Remove `process-connection-type' binding since it's unused by
9093 call-process.
9094 Provide completion for the "<section> <name>" format as well.
9095 (Man-default-man-entry): Remove spurious var shadowing the argument.
9096
9097 2009-11-26 Kevin Ryde <user42@zip.com.au>
9098
9099 * log-view.el: Add "Keywords: tools", since its other keywords
9100 aren't in finder-known-keywords, and following vc.el.
9101
9102 * sha1.el (sha1-string-external): default-directory "/" in case
9103 otherwise non-existent. process-connection-type pipe for touch of
9104 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9105
9106 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9107
9108 Misc coding convention cleanups.
9109 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9110 hfy-init-kludge-hooks.
9111 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9112 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9113 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9114 and push.
9115 (hfy-slant, hfy-weight): Use tables rather than code.
9116 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9117 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9118 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9119 (hfy-face-to-css): Remove `nconc' with single arg.
9120 (hfy-p-to-face-lennart): Use `or'.
9121 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9122 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9123 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9124 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9125 (hfy-force-fontification): Use run-hooks.
9126
9127 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9128
9129 Various minor fixes.
9130 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9131 Javascript belongs in the header, not the body.
9132 (hfy-javascript): Remove.
9133 (hfy-fontify-buffer): Don't insert it any more.
9134 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9135 Fix bug in invis handling when there were no invis props in a chunk.
9136
9137 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9138
9139 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9140
9141 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9142
9143 * finder.el (finder-mode-map): Add a menu.
9144
9145 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
9146
9147 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9148 "unsigned" structs.
9149
9150 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9151 fork" statement better.
9152
9153 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9154
9155 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9156 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9157 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9158 Reported by Clay Douglass.
9159
9160 (verilog-auto-inst, verilog-auto-star-safe)
9161 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9162 Fix removing "// Interfaces" when saving .* expansions. Reported by
9163 Pierre-David Pfister.
9164
9165 2009-11-26 Glenn Morris <rgm@gnu.org>
9166
9167 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9168 the scope.
9169
9170 2009-11-25 Johan Bockgård <bojohan@gnu.org>
9171
9172 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9173 Really use previous revision.
9174
9175 2009-11-25 Kevin Ryde <user42@zip.com.au>
9176
9177 * man.el (Man-completion-table): default-directory "/" in case
9178 doesn't otherwise exist. process-environment COLUMNS=999 so as
9179 not to truncate long names. process-connection-type pipe to avoid
9180 any chance of hitting the pseudo-tty TIOCGWINSZ.
9181 (man): completion-ignore-case t for friendliness and since man
9182 itself is case-insensitive on the command line.
9183 Further to Bug#3717.
9184
9185 * arc-mode.el: Add "Keywords: files", so the details in its
9186 commentary can be reached from finder-by-keyword.
9187 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9188 editing mode, but it's comms related and sgml-mode.el has "comm"
9189 on that basis too.
9190 * textmodes/bibtex-style.el: Add "Keywords: tex".
9191 * international/isearch-x.el, international/ja-dic-cnv.el:
9192 * international/ja-dic-utl.el, international/kkc.el:
9193 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9194
9195 2009-11-25 Juri Linkov <juri@jurta.org>
9196
9197 * man.el (Man-completion-table): Modify regexp to include
9198 section names to completion strings. (Bug#3717)
9199
9200 2009-11-25 Juri Linkov <juri@jurta.org>
9201
9202 Search recursively in gzipped files. (Bug#4982)
9203
9204 * progmodes/grep.el (grep-highlight-matches): Add new options
9205 `always' and `auto'. Doc fix.
9206 (grep-process-setup): Check `grep-highlight-matches' for
9207 `auto-detect' to determine the need to compute grep defaults.
9208 Move Windows/DOS specific --colors settings handling
9209 to `grep-compute-defaults'. Check `grep-highlight-matches'
9210 to get the value of "--color=".
9211 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9212 has the value `auto-detect'. Move Windows/DOS specific settings
9213 from `grep-process-setup'.
9214 (zrgrep): New command with alias `rzgrep'.
9215
9216 2009-11-25 Juri Linkov <juri@jurta.org>
9217
9218 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9219 to nil instead of switching off view-mode. (Bug#4896)
9220
9221 2009-11-25 Juri Linkov <juri@jurta.org>
9222
9223 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9224
9225 * mwheel.el (mwheel-scroll-up-function)
9226 (mwheel-scroll-down-function): New defvars.
9227 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9228 `scroll-up', and `mwheel-scroll-down-function' instead of
9229 `scroll-down'.
9230
9231 * doc-view.el (doc-view-scroll-up-or-next-page)
9232 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9233 Use this ARG in the call to image-scroll-up/image-scroll-down.
9234 Change `interactive' spec to "P". Goto next/previous page only
9235 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9236 SPC/DEL case). Doc fix.
9237 (doc-view-next-line-or-next-page)
9238 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9239 for consistency.
9240 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9241 `doc-view-scroll-up-or-next-page', and buffer-local
9242 `mwheel-scroll-down-function' to
9243 `doc-view-scroll-down-or-previous-page'.
9244
9245 2009-11-25 Juri Linkov <juri@jurta.org>
9246
9247 Provide additional default values (directories at other Dired
9248 windows) via M-n in the minibuffer of some Dired commands.
9249
9250 * dired-aux.el (dired-diff, dired-compare-directories)
9251 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9252 `minibuffer-default' in `minibuffer-with-setup-hook'.
9253 (dired-dwim-target-directory): Find a window that displays Dired
9254 buffer instead of failing when the next window is not Dired.
9255 Use `get-window-with-predicate' to find for the next Dired window.
9256 (dired-dwim-target-defaults): New function.
9257
9258 * ediff-util.el (ediff-read-file-name):
9259 Use `dired-dwim-target-defaults' to set `minibuffer-default'
9260 in `minibuffer-with-setup-hook'.
9261
9262 2009-11-25 Juri Linkov <juri@jurta.org>
9263
9264 Provide additional default values (file name at point or at the
9265 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
9266
9267 * minibuffer.el (read-file-name-defaults): New function.
9268 (read-file-name): Reset `minibuffer-default' to nil when
9269 it duplicates initial input `insdef'.
9270 Bind `minibuffer-default-add-function' to lambda that
9271 calls `read-file-name-defaults' in `minibuffer-selected-window'.
9272 (minibuffer-insert-file-name-at-point): New command.
9273
9274 * files.el (file-name-at-point-functions): New defcustom.
9275 (find-file-default): Remove defvar.
9276 (find-file-read-args): Don't use `find-file-default'.
9277 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9278 to `read-file-name'.
9279 (find-file-literally): Use `read-file-name' with
9280 `confirm-nonexistent-file-or-buffer'.
9281
9282 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9283
9284 * dired.el (dired-read-dir-and-switches):
9285 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9286 to `read-file-name'.
9287 (dired-file-name-at-point): New function.
9288 (dired-mode): Add hook `dired-file-name-at-point' to
9289 `file-name-at-point-functions'.
9290
9291 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9292
9293 Really make the *Completions* window soft-dedicated (bug#5030).
9294 * window.el (window--display-buffer-2): Add `dedicated' argument.
9295 (display-buffer): Pass it when needed so the dedicated flag is set
9296 after calling set-window-buffer, which would otherwise reset it.
9297
9298 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9299
9300 * progmodes/meta-mode.el (meta-complete-symbol):
9301 * progmodes/etags.el (complete-tag):
9302 * mail/mailabbrev.el (mail-abbrev-complete-alias):
9303 Use completion-in-region.
9304
9305 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9306 (dabbrev-completion): Use completion-in-region.
9307 (dabbrev--abbrev-at-point): Simplify regexp.
9308
9309 * abbrev.el (abbrev--before-point): Use word-motion functions
9310 if :regexp is not specified (bug#5031).
9311
9312 * subr.el (string-prefix-p): New function.
9313
9314 * man.el (Man-completion-cache): New var.
9315 (Man-completion-table): Use it.
9316
9317 * vc.el (vc-print-log-internal): Make `limit' optional for better
9318 compatibility (e.g. with vc-annotate.el).
9319
9320 2009-11-24 Kevin Ryde <user42@zip.com.au>
9321
9322 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9323 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
9324
9325 * emacs-lisp/elint.el (elint-add-required-env): Better error message
9326 when .el source file not found or other error.
9327
9328 2009-11-24 Markus Triska <markus.triska@gmx.at>
9329
9330 * linum.el (linum-update-window): Ignore intangible (bug#4996).
9331
9332 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9333
9334 Handle the [back] button properly (bug#4979).
9335 * descr-text.el (describe-text-properties): Add a `buffer' argument.
9336 Use help-setup-xref, help-buffer, and with-help-window.
9337 (describe-char): Add `buffer' argument.
9338 Pass proper command to help-setup-xref. Don't meddle with
9339 help-xref-stack-item directly.
9340 (describe-text-category): Use with-help-window and help-buffer.
9341
9342 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9343 for the displayed buffer (bug#4887).
9344
9345 * man.el (Man-completion-table): New function.
9346 (man): Use it.
9347
9348 2009-11-24 David Reitter <david.reitter@gmail.com>
9349
9350 * vc-git.el (vc-git-registered): Use checkout directory (where
9351 .git is) rather than the file's directory and a relative path spec
9352 to work around a bug in git.
9353
9354 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
9355
9356 Improve handling of processes on remote hosts.
9357
9358 * eshell/esh-util.el (eshell-path-env): New defvar.
9359 (eshell-parse-colon-path): New defun.
9360 (eshell-file-attributes): Use `eshell-parse-colon-path'.
9361
9362 * eshell/esh-ext.el (eshell-search-path):
9363 Use `eshell-parse-colon-path'.
9364 (eshell-remote-command): Remove argument HANDLER.
9365 (eshell-external-command): Check for FTP remote connection.
9366
9367 * eshell/esh-proc.el (eshell-gather-process-output):
9368 Use `file-truename', in order to start also symlinked files.
9369 Apply `start-file-process' instead of `start-process'.
9370 Shorten `command' to the local file name part.
9371
9372 * eshell/em-cmpl.el (eshell-complete-commands-list):
9373 Use `eshell-parse-colon-path'.
9374
9375 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9376
9377 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
9378 to `eshell-directory-change-hook'.
9379
9380 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
9381
9382 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9383 because it could be enabled automatically if view-read-only is non-nil.
9384
9385 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
9386
9387 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9388 made on 2009-11-22.
9389
9390 2009-11-24 Glenn Morris <rgm@gnu.org>
9391
9392 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9393 deleted variable bookmark-bmenu-bookmark-column.
9394
9395 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9398
9399 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
9400
9401 * net/browse-url.el (browse-url-filename-alist): On Windows, add
9402 two slashes to the "file:" prefix.
9403 (browse-url-file-url): De-munge Cygwin filenames before passing
9404 them to Windows browser.
9405 (browse-url-default-windows-browser): Use call-process.
9406
9407 2009-11-23 Juri Linkov <juri@jurta.org>
9408
9409 Implement DocView Continuous mode. (Bug#4896)
9410 * doc-view.el (doc-view-continuous-mode): New defcustom.
9411 (doc-view-mode-map): Bind C-n/<down> to
9412 `doc-view-next-line-or-next-page', C-p/<up> to
9413 `doc-view-previous-line-or-previous-page'.
9414 (doc-view-next-line-or-next-page)
9415 (doc-view-previous-line-or-previous-page): New commands.
9416
9417 2009-11-23 Juri Linkov <juri@jurta.org>
9418
9419 Implement Isearch in comint input history. (Bug#3746)
9420 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9421 `isearch-mode-hook'.
9422 (comint-history-isearch): New defcustom.
9423 (comint-history-isearch-backward)
9424 (comint-history-isearch-backward-regexp): New commands.
9425 (comint-history-isearch-message-overlay): New buffer-local variable.
9426 (comint-history-isearch-setup, comint-history-isearch-end)
9427 (comint-goto-input, comint-history-isearch-search)
9428 (comint-history-isearch-message, comint-history-isearch-wrap)
9429 (comint-history-isearch-push-state)
9430 (comint-history-isearch-pop-state): New functions.
9431
9432 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
9433
9434 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9435 return.
9436 (tramp-handle-make-symbolic-link)
9437 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9438 Quote file names.
9439 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9440 (tramp-handle-process-file): Use it.
9441
9442 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9443
9444 * window.el (move-to-window-line-last-op): Remove.
9445 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9446
9447 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
9448
9449 Make M-r mirror the new cycling behavior of C-l.
9450 * window.el (move-to-window-line-last-op): New var.
9451 (move-to-window-line-top-bottom): New command.
9452 (global-map): Bind M-r move-to-window-line-top-bottom.
9453
9454 2009-11-23 Sven Joachim <svenjoac@gmx.de>
9455
9456 * dired-x.el (dired-guess-shell-alist-default):
9457 Support xz format. (Bug#4953)
9458
9459 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
9460
9461 * emulation/viper-cmd.el: Use viper-last-command-char instead of
9462 last-command-char/last-command-event.
9463 (viper-prefix-arg-value): Do correct conversion of event-char for
9464 XEmacs.
9465
9466 * emulation/viper-util.el, emulation/viper.el:
9467 Use viper-last-command-char instead of
9468 last-command-char/last-command-event.
9469
9470 * ediff-init.el, ediff-mult.el, ediff-util.el:
9471 Replace last-command-char and last-command-event
9472 with (ediff-last-command-char) everywhere.
9473
9474 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9475 created in fundamental mode.
9476
9477 * ediff.el (ediff-version): Revert the change of interactive-p to
9478 called-interactively-p.
9479
9480 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
9481
9482 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9483 generation from word-movement command names.
9484
9485 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
9486
9487 * cus-start.el (all): Add native condition for font-use-system-font.
9488
9489 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
9490
9491 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9492 Correct the patch from 2009-11-18. (Bug#3910)
9493
9494 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
9495
9496 * progmodes/subword.el: Rename from lisp/subword.el.
9497
9498 * subword.el: Rename to progmodes/subword.el.
9499
9500 * Makefile.in (ELCFILES): Adapt to subword.el move.
9501
9502 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9503 Stefan Monnier <monnier@iro.umontreal.ca>
9504
9505 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9506 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9507 (bookmark-bmenu-show-filenames): Use push.
9508 (bookmark-bmenu-hide-filenames): Use local var instead of
9509 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
9510 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9511 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9512 filenames now that the bookmark names are always available.
9513
9514 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9517 (bookmark-search-pattern): Move and leave unbound.
9518 (bookmark-bmenu-mode-map): Change binding.
9519 (bookmark-read-search-input): Simplify.
9520 Don't use text-char-description. Don't error on non-char events.
9521 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9522 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9523 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9524 Use a local var for the timer.
9525 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9526 (i.e. bookmark-bmenu-search).
9527
9528 2009-11-21 Glenn Morris <rgm@gnu.org>
9529
9530 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
9531
9532 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
9533
9534 * net/browse-url.el (browse-url-default-windows-browser):
9535 Use cygstart for cygwin.
9536
9537 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
9538
9539 * bookmark.el: Formatting and doc fixes only:
9540 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9541 (bookmark-bmenu-search): Wrap to fit within 80 columns.
9542 Minor grammar and punctuation fixes in doc string.
9543 (bookmark-read-search-input): Adjust to fit within 80 columns.
9544
9545 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
9546
9547 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9548 (c-backward-into-nomenclature): Adapt to subword renaming.
9549
9550 * subword.el (subword-forward, subword-backward, subword-mark)
9551 (subword-kill, subword-backward-kill, subword-transpose)
9552 (subword-downcase, subword-upcase, subword-capitalize)
9553 (subword-forward-internal, subword-backward-internal):
9554 Rename from forward-subword, backward-subword, mark-subword,
9555 kill-subword, backward-kill-subword, transpose-subwords,
9556 downcase-subword, upcase-subword, capitalize-subword,
9557 forward-subword-internal, backward-subword-internal.
9558
9559 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9560
9561 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9562 New options.
9563 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9564 New vars.
9565 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9566 (bookmark-bmenu-filter-alist-by-regexp)
9567 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9568 (bookmark-bmenu-search): New command.
9569 (bookmark-bmenu-mode-map): Bind it.
9570
9571 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
9572
9573 * progmodes/cc-cmds.el: declare-functioned forward-subword and
9574 backward-subword to quit the byte-compiler.
9575
9576 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9577
9578 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9579
9580 * progmodes/cc-cmds.el (c-update-modeline)
9581 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9582 Refer to subword.el functions instead of cc-subword.el.
9583
9584 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9585 subword.el functions instead of cc-subword.el.
9586
9587 * progmodes/cc-subword.el: Rename to subword.el.
9588 * subword.el: Rename from progmodes/cc-subword.el.
9589 (subword-mode-map): Rename from c-subword-mode-map.
9590 (subword-mode): Rename from c-subword-mode.
9591 (global-subword-mode): New global minor mode.
9592 (forward-subword): Rename from c-forward-subword.
9593 (backward-subword): Rename from c-backward-subword.
9594 (mark-subword): Rename from c-mark-subword.
9595 (kill-subword): Rename from c-kill-subword.
9596 (backward-kill-subword): Rename from c-backward-kill-subword.
9597 (transpose-subwords): Rename from c-tranpose-subword.
9598 (downcase-subword): Rename from c-downcase-subword.
9599 (capitalize-subword): Rename from c-capitalize-subword.
9600 (forward-subword-internal): Rename from c-forward-subword-internal.
9601 (backward-subword-internal): Rename from c-backward-subword-internal.
9602
9603 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
9604
9605 * vc.el (vc-deduce-fileset): Allow non-state changing operations
9606 from a dired buffer.
9607 (vc-dired-deduce-fileset): New function.
9608 (vc-root-diff, vc-print-root-log): Use it.
9609
9610 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9611 nil LIMIT argument to vc-print-log-internal.
9612
9613 2009-11-20 Glenn Morris <rgm@gnu.org>
9614
9615 * Makefile.in (ELCFILES): Regenerate.
9616
9617 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
9618
9619 * calc/calc.el (calc-set-mode-line):
9620 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9621 (math-format-number): Rename `math-format-complement-signed' to
9622 `math-format-twos-complement'.
9623
9624 * calc/calc-bin.el (math-format-twos-complement): Rename from
9625 math-format-complement-signed.
9626 (calc-radix): Rename `calc-complement-signed-mode' to
9627 `calc-twos-complement-mode'.
9628 (calc-octal-radix, calc-hex-radix): Add an argument for
9629 two's complement.
9630
9631 * calc/calc-embed.el (calc-embedded-mode-vars):
9632 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9633
9634 * calc/calc-ext.el (calc-init-extensions):
9635 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9636 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9637
9638 * calc/calc-units.el (math-build-units-table-buffer):
9639 Let `calc-twos-complement-mode' be nil.
9640
9641 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9642 entries.
9643
9644 * calc/calc-vec.el (calcFunc-vunpack):
9645 * calc/calc-aent.el (calc-do-calc-eval):
9646 * calc/calc-forms.el (math-format-date):
9647 * calc/calc-graph.el (calc-graph-plot):
9648 * calc/calc-math.el (math-use-emacs-fn):
9649 * calc/calccomp.el (math-compose-expr):
9650 Let `calc-twos-complement-mode' be nil.
9651
9652 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9653
9654 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9655 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
9656 * minibuffer.el (completion-in-region-functions): New hook.
9657 (completion-in-region): New function.
9658 * emacs-lisp/lisp.el (lisp-complete-symbol):
9659 * pcomplete.el (pcomplete-std-complete): Use it.
9660
9661 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9664 (latex-complete-alist): New vars.
9665 (latex-string-prefix-p, latex-complete-bibtex-keys)
9666 (latex-complete-envnames, latex-complete-refkeys)
9667 (latex-complete-data): New functions.
9668 (latex-complete, latex-indent-or-complete): New commands.
9669
9670 * window.el (display-buffer-mark-dedicated): New var.
9671 (display-buffer): Obey it.
9672 * minibuffer.el (minibuffer-completion-help): Use it.
9673
9674 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9675
9676 * filecache.el (file-cache-add-file): Use push and cons.
9677 (file-cache-delete-file-regexp): Use push.
9678 (file-cache-complete): Use completion-in-region.
9679
9680 * simple.el (with-wrapper-hook): Fix thinko.
9681
9682 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9683 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9684 Use with-current-buffer and string-to-number.
9685 (hfy-fallback-colour-values): Use assoc-string.
9686 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9687 (hfy-face-at): Remove unused var `found-face'.
9688 (hfy-compile-stylesheet): Remove unused var `css'.
9689 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9690 and `orig-buffer'.
9691 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9692 Use with-current-buffer.
9693 (hfy-text-p): Use expand-file-name and fewer setq.
9694
9695 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
9696
9697 * htmlfontify.el, hfy-cmap.el: New files.
9698
9699 2009-11-19 Juri Linkov <juri@jurta.org>
9700
9701 * minibuffer.el (completions-format): New defcustom.
9702 (completion--insert-strings): Implement vertical format.
9703
9704 * simple.el (switch-to-completions): Move point to the first
9705 completion when point was at the beginning of the buffer.
9706
9707 2009-11-19 Juri Linkov <juri@jurta.org>
9708
9709 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
9710
9711 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9712
9713 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
9714
9715 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9716 (mail-signature): Change default to t.
9717 (mail-from-style): Deprecate `system-default' value.
9718 (mail-insert-from-field): For default value of mail-from-style,
9719 default to `angles' unless `angles' needs quoting and `parens'
9720 does not.
9721 (mail-citation-prefix-regexp): Use citation regexp from
9722 message-mode.
9723
9724 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
9725
9726 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9727 Set variables for computing the prompt for reading password.
9728
9729 2009-11-19 Glenn Morris <rgm@gnu.org>
9730
9731 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
9732
9733 * textmodes/flyspell.el (sgml-lexical-context): Declare.
9734
9735 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9736 (newsticker-treeview-listwindow-height): Fix custom type.
9737
9738 2009-11-19 Kenichi Handa <handa@m17n.org>
9739
9740 * descr-text.el (describe-char-padded-string): Compose with TAB
9741 only if there's a font for CH.
9742 (describe-char): Fix the condition for detecting a trivial composition.
9743
9744 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
9745
9746 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
9747 more accurate version of the regexp. (Bug#3910)
9748
9749 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
9750
9751 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9752
9753 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
9754
9755 * font-setting.el (font-use-system-font): Declare for byte-compiler.
9756 (font-setting-change-default-font): Fix typo in docstring.
9757
9758 2009-11-18 Alan Mackenzie <acm@muc.de>
9759
9760 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9761
9762 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
9763
9764 * font-setting.el (font-use-system-font): Move ...
9765
9766 * cus-start.el (all): ... to here.
9767
9768 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
9769
9770 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
9771 Don't set `ad-return-value' if `ad-do-it' doesn't.
9772
9773 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
9774 modification time.
9775
9776 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
9777
9778 * menu-bar.el: Put "Use system font" in Option-menu.
9779 (menu-bar-options-save): Add font-use-system-font.
9780
9781 * loadup.el: If feature system-font-setting or font-render-setting is
9782 there, load font-setting.
9783
9784 * Makefile.in (ELCFILES): Add font-settings.el.
9785 * font-setting.el: New file.
9786
9787 2009-11-17 Glenn Morris <rgm@gnu.org>
9788
9789 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
9790
9791 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
9792 Preserve point in the list buffer. (Bug#4939)
9793 Use point-at-eol.
9794 (newsticker--treeview-list-update-highlight)
9795 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
9796
9797 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
9798
9799 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
9800 Remove.
9801
9802 * calc/calc-ext.el (calc-init-extensions): Remove references to
9803 symclip.
9804
9805 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
9806
9807 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
9808 * calc/calc-help.el (calc-b-prefix-help): Remove references to
9809 `calc-symclip'.
9810
9811 2009-11-16 Kevin Ryde <user42@zip.com.au>
9812
9813 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9814 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
9815
9816 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
9817 (lm-keywords-list): Allow comma-only separator like "foo,bar".
9818 Ignore trailing spaces by omit-nulls to split-string (fixing
9819 regression from Emacs 21 due to the incompatible split-string
9820 change). (Bug #4928.)
9821
9822 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9823
9824 * vc.el (vc-log-show-limit): Default to 2000.
9825 (vc-print-log-internal): Insert buttons to request more entries
9826 when limiting the output.
9827
9828 * vc-sccs.el (vc-sccs-print-log):
9829 * vc-rcs.el (vc-rcs-print-log):
9830 * vc-cvs.el (vc-cvs-print-log):
9831 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
9832 LIMIT is non-nil.
9833
9834 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
9835
9836 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
9837 error when `tramp-gvfs-dbus-event-vector' is set.
9838 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
9839
9840 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9841
9842 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
9843
9844 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
9845
9846 * net/dbus.el (dbus-unregister-service): New defun.
9847 (dbus-register-property): Register the handlers of
9848 "org.freedesktop.DBus.Properties" for SERVICE.
9849 (dbus-property-handler): Fix docstring.
9850
9851 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9852
9853 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
9854 Quote doc string reference in defvaralias as it is not in special form.
9855 (byte-compile-output-docform): Doc fix.
9856
9857 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
9858
9859 * calc/calc.el (math-2-word-size, math-half-2-word-size)
9860 (calc-complement-signed-mode): New variables.
9861 (calc-set-mode-line): Add indicator for twos-complements.
9862 (math-format-number): Format twos-complement notation.
9863
9864 * calc/calc-bin.el (calc-word-size): Reset the variables
9865 `math-2-word-size' and `math-half-2-word-size'.
9866 (math-format-complement-signed, math-symclip, calcFunc-symclip)
9867 (calc-symclip): New functions.
9868
9869 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
9870
9871 * calc/calc-embed.el (calc-embedded-mode-vars):
9872 Add `calc-complement-signed-mode' to the list of modes.
9873
9874 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
9875 (calc-b-oper-keys): Add `calc-symclip' to list.
9876
9877 * calc/calc-ext.el (math-read-number-fancy): Read complement
9878 signed numbers.
9879 (calc-init-extensions): Add binding for `calc-symclip'.
9880 Add autoload for `calcFunc-symclip' and `calc-symclip'.
9881
9882 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
9883 `calc-symclip'.
9884 (calc-modes-menu): Add item for twos complement mode.
9885
9886 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
9887
9888 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
9889
9890 * register.el (jump-to-register, insert-register): Handle Semantic
9891 tags. From commented-out advice in semantic/senator.el.
9892
9893 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9894
9895 * vc.el (vc-log-show-limit): New variable.
9896 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
9897 when using a prefix argument.
9898 (vc-print-log-internal): Add new argument LIMIT.
9899
9900 * vc-svn.el (vc-svn-print-log):
9901 * vc-mtn.el (vc-mtn-print-log):
9902 * vc-hg.el (vc-hg-print-log):
9903 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
9904 pass it to the log command when set. Make the BUFFER argument
9905 non-optional.
9906
9907 * vc-sccs.el (vc-sccs-print-log):
9908 * vc-rcs.el (vc-rcs-print-log):
9909 * vc-git.el (vc-git-print-log):
9910 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
9911 ignore it. Make the BUFFER argument non-optional
9912
9913 * bindings.el (mode-line-buffer-identification): Do not purecopy.
9914
9915 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
9916
9917 * dired.el (dired-mode-map): Move encryption items to "Operate"
9918 menu (Bug#4703).
9919
9920 * strokes.el (strokes-update-window-configuration): Make strokes
9921 buffer current before erasing (Bug#4906).
9922
9923 2009-11-15 Juri Linkov <juri@jurta.org>
9924
9925 * simple.el (set-mark-default-inactive): Add :type, :group
9926 and :version. (Bug#4876)
9927
9928 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
9929
9930 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
9931 (archive-unique-fname): ... here. (Bug#4929)
9932
9933 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
9936 with a real fix.
9937
9938 * novice.el (disabled-command-function): Add useful args.
9939 Setup the help buffer so that [back] works.
9940 Remove redundant call to help-mode.
9941 (disabled-command-function): Use `case'.
9942 (en/disable-command): New function extracted from enable-command.
9943 (enable-command, disable-command): Use it.
9944
9945 2009-11-14 Glenn Morris <rgm@gnu.org>
9946
9947 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
9948 constants. (Bug#4913)
9949
9950 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
9951
9952 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
9953
9954 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
9955 defined in C that have no doc-strings. (Bug#1063)
9956
9957 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
9958
9959 * cus-edit.el (data, files):
9960 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
9961
9962 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
9963
9964 * simple.el (shell-command): Doc fix (Bug#4891).
9965
9966 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
9967
9968 2009-11-14 Glenn Morris <rgm@gnu.org>
9969
9970 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
9971 statements for vc-diff, emerge-quit, and rmail-cease-edit.
9972 If they are already loaded, eval-after-load will do the right thing.
9973
9974 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
9975 compiling.
9976
9977 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
9978
9979 * simple.el (x-selection-owner-p): Declare.
9980 (read-mail-command): Use custom radio type rather than choice.
9981 (completion-no-auto-exit): Doc fix.
9982
9983 * custom.el (defgroup):
9984 * epg-config.el (epg): Doc fixes.
9985
9986 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9987
9988 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
9989 * international/ccl.el (define-ccl-program): Do not purecopy the
9990 docstring, defconst does it anyway.
9991
9992 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * add-log.el (add-change-log-entry): Avoid displaying the changelog
9995 a second time.
9996
9997 * x-dnd.el (x-dnd-maybe-call-test-function):
9998 * window.el (split-window-vertically):
9999 * whitespace.el (whitespace-help-on):
10000 * vc-rcs.el (vc-rcs-consult-headers):
10001 * userlock.el (ask-user-about-lock-help)
10002 (ask-user-about-supersession-help):
10003 * type-break.el (type-break-force-mode-line-update):
10004 * time-stamp.el (time-stamp-conv-warn):
10005 * terminal.el (te-set-output-log, te-more-break, te-filter)
10006 (te-sentinel, terminal-emulator):
10007 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10008 (term-write-input-ring, term-check-source, term-start-output-log):
10009 (term-display-buffer-line, term-dynamic-list-completions):
10010 (term-ansi-make-term, serial-term):
10011 * subr.el (selective-display):
10012 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10013 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10014 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10015 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10016 (speedbar-remove-localized-speedbar-support)
10017 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10018 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10019 (speedbar-buffers-line-directory):
10020 * simple.el (shell-command-on-region, append-to-buffer)
10021 (prepend-to-buffer):
10022 * shadowfile.el (shadow-save-todo-file):
10023 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10024 (scroll-bar-maybe-set-window-start):
10025 * sb-image.el (speedbar-image-dump):
10026 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10027 (load-save-place-alist-from-file):
10028 * ps-samp.el (ps-print-message-from-summary):
10029 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10030 (ps-background-image, ps-begin-job, ps-do-despool):
10031 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10032 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10033 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10034 (pr-call-process, pr-file-list, pr-interface-save):
10035 * novice.el (disabled-command-function)
10036 (enable-command, disable-command):
10037 * mouse.el (mouse-buffer-menu-alist):
10038 * mouse-copy.el (mouse-kill-preserving-secondary):
10039 * macros.el (kbd-macro-query):
10040 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10041 * informat.el (batch-info-validate):
10042 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10043 * hippie-exp.el (try-expand-dabbrev-visible):
10044 * help-mode.el (help-make-xrefs):
10045 * help-fns.el (describe-variable):
10046 * generic-x.el (bat-generic-mode-run-as-comint):
10047 * finder.el (finder-mouse-select):
10048 * find-dired.el (find-dired-sentinel):
10049 * filesets.el (filesets-file-close):
10050 * files.el (list-directory):
10051 * faces.el (list-faces-display, describe-face):
10052 * facemenu.el (list-colors-display):
10053 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10054 * epg.el (epg--process-filter, epg-cancel):
10055 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10056 (epa--read-signature-type):
10057 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10058 (emerge-file-names):
10059 * ehelp.el (electric-helpify):
10060 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10061 * ediff-vers.el (rcs-ediff-view-revision):
10062 * ediff-util.el (ediff-setup):
10063 * ediff-mult.el (ediff-append-custom-diff):
10064 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10065 (ediff-wordify):
10066 * echistory.el (Electric-command-history-redo-expression):
10067 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10068 * disp-table.el (describe-display-table):
10069 * dired.el (dired-find-buffer-nocreate):
10070 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10071 * dabbrev.el (dabbrev--same-major-mode-p):
10072 * chistory.el (list-command-history):
10073 * apropos.el (apropos-documentation):
10074 * allout.el (allout-obtain-passphrase):
10075 (allout-copy-exposed-to-buffer):
10076 (allout-verify-passphrase): Use with-current-buffer.
10077
10078 2009-11-13 Glenn Morris <rgm@gnu.org>
10079
10080 * Makefile.in (ELCFILES): Regenerate.
10081
10082 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
10083
10084 * net/dbus.el (dbus-registered-objects-table): Rename from
10085 `dbus-registered-functions-table', because it contains also properties.
10086 (dbus-unregister-object): Unregister also properties.
10087 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10088 Use a timeout of 500 msec, in order to not block.
10089 (dbus-register-property, dbus-property-handler): New defuns.
10090
10091 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 * simple.el (minibuffer-default-add-completions): Drop deprecated
10094 4th arg.
10095
10096 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10097
10098 * textmodes/artist.el (artist-mouse-choose-operation):
10099 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10100 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10101 (artist-compute-up-event-key): New function.
10102 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10103
10104 2009-11-13 Kenichi Handa <handa@m17n.org>
10105
10106 * language/japan-util.el: Make sure that the value of jisx0208
10107 property is jisx0208 character.
10108
10109 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10110
10111 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10112 car or each item, not the whole list.
10113
10114 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10115
10116 * minibuffer.el (minibuffer-completion-help):
10117 Use minibuffer-hide-completions.
10118
10119 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
10120
10121 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10122 (dired-revert): Use them (bug#4880).
10123
10124 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10125
10126 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10127
10128 2009-11-12 Juri Linkov <juri@jurta.org>
10129
10130 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10131 New functions.
10132 (find-file-literally-at-point): Alias of `ffap-literally'.
10133
10134 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10135
10136 * textmodes/ispell.el (ispell-skip-region-alist):
10137 * textmodes/css-mode.el (auto-mode-alist):
10138 * progmodes/compile.el (auto-mode-alist):
10139 * international/mule.el (ctext-non-standard-encodings-alist)
10140 (ctext-non-standard-encodings-regexp):
10141 * simple.el (shell-command-switch, text-read-only):
10142 * replace.el (occur-mode-map):
10143 * paths.el (rmail-file-name):
10144 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10145 * find-file.el (ff-special-constructs):
10146 * files.el (file-name-handler-alist):
10147 * composite.el: Purecopy strings.
10148
10149 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10150
10151 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10152
10153 * widget.el (define-widget): Purecopy the docstring.
10154 * international/mule-cmds.el (charset): Do not purecopy the
10155 docstring here, define-widget does it.
10156
10157 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10158 * textmodes/bibtex-style.el (auto-mode-alist):
10159 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10160 * progmodes/compile.el (compile-command):
10161 * language/korea-util.el (default-korean-keyboard):
10162 * international/mule-conf.el (file-coding-system-alist):
10163 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10164 * tooltip.el (tooltip-frame-parameters):
10165 * newcomment.el (comment-end, comment-padding):
10166 * dired.el (dired-trivial-filenames):
10167 * comint.el (comint-file-name-prefix): Purecopy initial values.
10168
10169 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
10170
10171 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10172 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10173 `tramp-unload'.
10174 (tramp-advice-make-auto-save-file-name)
10175 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10176 after removing the advice.
10177
10178 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10179
10180 * progmodes/grep.el (grep-regexp-alist):
10181 * international/mule-cmds.el (iso-2022-control-alist):
10182 * emacs-lisp/timer.el (timer-duration-words):
10183 * subr.el (version-separator, version-regexp-alist):
10184 * minibuffer.el (completion-styles-alist):
10185 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10186 Change defvars to defconsts.
10187
10188 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10189 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10190 * international/mule-conf.el: Allow to be byte compiled.
10191
10192 * international/mule.el (define-charset): Purecopy props.
10193 (load-with-code-conversion): Purecopy doc string and file name.
10194 (put-charset-property): Purecopy strings.
10195 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10196
10197 * international/mule-cmds.el (register-input-method): Purecopy arguments.
10198 (define-char-code-property): Correctly purecopy the table.
10199
10200 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10201
10202 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10203
10204 * subr.el (add-hook): Purecopy strings.
10205 (eval-after-load): Purecopy load-history-regexp and the form.
10206
10207 * custom.el (custom-declare-group): Purecopy load-file-name.
10208
10209 * subr.el (menu-bar-separator): New defconst.
10210 * net/eudc.el (eudc-tools-menu):
10211 * international/mule-cmds.el (set-coding-system-map)
10212 (mule-menu-keymap):
10213 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10214 * vc-hooks.el (vc-menu-map):
10215 * replace.el (occur-mode-map):
10216 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10217 (menu-bar-edit-menu, menu-bar-goto-menu)
10218 (menu-bar-custom-menu, menu-bar-showhide-menu)
10219 (menu-bar-options-menu, menu-bar-tools-menu)
10220 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10221 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10222 (menu-bar-help-menu):
10223 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10224 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10225
10226 * term/x-win.el (x-gtk-stock-map):
10227 * progmodes/vera-mode.el (auto-mode-alist):
10228 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10229 (inferior-lisp-program, inferior-lisp-load-command):
10230 * progmodes/hideshow.el (hs-special-modes-alist):
10231 * progmodes/gud.el (same-window-regexps):
10232 * progmodes/grep.el (grep-program, find-program, xargs-program):
10233 * net/telnet.el (same-window-regexps):
10234 * net/rlogin.el (same-window-regexps):
10235 * language/ethiopic.el (font-ccl-encoder-alist):
10236 * vc-sccs.el (vc-sccs-master-templates):
10237 * vc-rcs.el (vc-rcs-master-templates):
10238 * subr.el (cl-assertion-failed):
10239 * simple.el (next-error-overlay-arrow-position):
10240 * lpr.el (lpr-command):
10241 * locate.el (locate-ls-subdir-switches):
10242 * info.el (same-window-regexps, info)
10243 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10244 * image-mode.el (image-mode, auto-mode-alist):
10245 * hippie-exp.el (hippie-expand-ignore-buffers):
10246 * format.el (format-alist):
10247 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10248 (find-name-arg):
10249 * facemenu.el (facemenu-keybindings):
10250 * dired.el (dired-listing-switches, dired-chown-program):
10251 * diff.el (diff-switches, diff-command):
10252 * cus-edit.el (same-window-regexps):
10253 * bindings.el (mode-line-mule-info)
10254 (mode-line-buffer-identification): Purecopy strings.
10255
10256 2009-11-11 Juri Linkov <juri@jurta.org>
10257
10258 * simple.el (dired-get-filename) <declare-function>:
10259 Tell the byte-compiler about dired-get-filename.
10260 (shell-command): In Dired mode, get filename from the current line
10261 as the default value.
10262
10263 2009-11-10 Glenn Morris <rgm@gnu.org>
10264
10265 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10266 * calendar/holidays.el, progmodes/cperl-mode.el:
10267 Update x-popup-menu declarations.
10268
10269 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10270 (list-load-path-shadows): Use dolist.
10271 (list-load-path-shadows): Use with-current-buffer.
10272
10273 2009-11-10 Juri Linkov <juri@jurta.org>
10274
10275 * minibuffer.el (read-file-name): Support a list of default values
10276 in `default-filename'. Use the first file name where only one
10277 element is required. Doc fix.
10278
10279 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
10280
10281 * net/dbus.el (dbus-unregister-object): Release service, if no
10282 other method is registered for it.
10283
10284 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
10285
10286 * bookmark.el (bookmark-completing-read): Sort bookmark names if
10287 bookmark-sort-flag is non-nil (Bug#4653).
10288
10289 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10290
10291 * emulation/cua-base.el: Add CUA property to some CC mode commands
10292 (Bug#4100).
10293
10294 2009-11-08 Kevin Ryde <user42@zip.com.au>
10295
10296 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10297 at end of sentence (Bug#4818).
10298
10299 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
10300
10301 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10302 Handle "see declaration of" MSFT statements (Bug#4100).
10303
10304 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
10305
10306 * net/tramp.el (tramp-advice-make-auto-save-file-name)
10307 (tramp-advice-file-expand-wildcards): Unload via
10308 `ad-remove-advice'.
10309
10310 * net/trampver.el: Update release number.
10311
10312 2009-11-08 Kevin Ryde <user42@zip.com.au>
10313
10314 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10315 `ad-do-it'.
10316
10317 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
10318
10319 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10320 in order to keep context in SELinux.
10321
10322 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10323
10324 * dired-aux.el (dired-query): Place cursor in echo area and allow
10325 C-g.
10326
10327 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10328 menu item if not on a directory (Bug#4701).
10329
10330 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
10331
10332 Sync with Tramp 2.1.17.
10333
10334 * net/tramp.el (tramp-handle-copy-directory): Don't use
10335 `file-remote-p' (due to compatibility).
10336
10337 * net/tramp-compat.el (tramp-compat-copy-directory)
10338 (tramp-compat-delete-directory): New defuns.
10339
10340 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10341 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10342 `tramp-compat-delete-directory'.
10343
10344 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10345 (tramp-smb-handle-delete-directory): Use
10346 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10347
10348 * net/trampver.el: Update release number.
10349
10350 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
10351
10352 * tar-mode.el (tar-copy): Call write-region on the right buffer
10353 (Bug#4857).
10354
10355 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10356 by hand, if necessary (Bug#4878).
10357
10358 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
10359
10360 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10361 align size column (Bug#4839).
10362
10363 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10364 statement.
10365
10366 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10367
10368 * progmodes/ld-script.el (auto-mode-alist):
10369 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10370
10371 * cus-face.el (custom-declare-face): Purecopy face spec.
10372
10373 2009-11-06 Kenichi Handa <handa@m17n.org>
10374
10375 * international/uni-bidi.el: Re-generated.
10376 * international/uni-category.el: Re-generated.
10377 * international/uni-combining.el: Re-generated.
10378 * international/uni-mirrored.el: Re-generated.
10379
10380 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10381
10382 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10383 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10384 (tex-start-options, slitex-run-command, latex-run-command)
10385 (tex-run-command, tex-directory):
10386 * textmodes/ispell.el (ispell-html-skip-alists)
10387 (ispell-tex-skip-alists, ispell-tex-skip-alists):
10388 * textmodes/fill.el (adaptive-fill-first-line-regexp):
10389 (adaptive-fill-regexp):
10390 * textmodes/dns-mode.el (auto-mode-alist):
10391 * progmodes/python.el (interpreter-mode-alist):
10392 * progmodes/etags.el (tags-compression-info-list):
10393 * progmodes/etags.el (tags-file-name):
10394 * net/browse-url.el (browse-url-galeon-program)
10395 (browse-url-firefox-program):
10396 * mail/sendmail.el (mail-signature-file)
10397 (mail-citation-prefix-regexp):
10398 * international/mule-conf.el (eight-bit):
10399 * international/latexenc.el (latex-inputenc-coding-alist):
10400 * international/fontset.el (x-pixel-size-width-font-regexp):
10401 * emacs-lisp/warnings.el (warning-type-format):
10402 * emacs-lisp/trace.el (trace-buffer):
10403 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10404 (emacs-lisp-mode-map):
10405 * calendar/holidays.el (holiday-solar-holidays)
10406 (holiday-bahai-holidays, holiday-islamic-holidays)
10407 (holiday-christian-holidays, holiday-hebrew-holidays)
10408 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10409 (hebrew-holidays-1, holiday-oriental-holidays)
10410 (holiday-general-holidays):
10411 * x-dnd.el (x-dnd-known-types):
10412 * tool-bar.el (tool-bar):
10413 * startup.el (site-run-file):
10414 * shell.el (shell-dumb-shell-regexp):
10415 * rfn-eshadow.el (file-name-shadow-tty-properties)
10416 (file-name-shadow-properties):
10417 * paths.el (remote-shell-program, news-directory):
10418 * mouse.el ([C-down-mouse-3]):
10419 * menu-bar.el (menu-bar-tools-menu):
10420 * jka-cmpr-hook.el (jka-compr-load-suffixes)
10421 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10422 (jka-compr-compression-info-list):
10423 * isearch.el (search-whitespace-regexp):
10424 * image-file.el (image-file-name-extensions):
10425 * find-dired.el (find-ls-option):
10426 * files.el (directory-listing-before-filename-regexp)
10427 (directory-free-space-args, insert-directory-program)
10428 (list-directory-brief-switches, magic-fallback-mode-alist)
10429 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10430 (automount-dir-prefix):
10431 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10432 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10433 (face-font-registry-alternatives, face-font-registry-alternatives)
10434 (face-font-family-alternatives):
10435 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10436 (facemenu-foreground-menu, facemenu-face-menu):
10437 * epa-hook.el (epa-file-name-regexp):
10438 * dnd.el (dnd-protocol-alist):
10439 * textmodes/rst.el (auto-mode-alist):
10440 * button.el (default-button): Purecopy strings.
10441
10442 2009-11-06 Glenn Morris <rgm@gnu.org>
10443
10444 * Makefile.in (ELCFILES): Update.
10445
10446 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
10447
10448 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10449 * emacs-lisp/levents.el: Move to obsolete/levents.el.
10450
10451 * nxml/xsd-regexp.el (xsdre-gen-categories):
10452 * nxml/xmltok.el (xmltok-parse-entity):
10453 * nxml/rng-parse.el (rng-parse-validate-file):
10454 * nxml/rng-maint.el (rng-format-manual)
10455 (rng-manual-output-force-new-line):
10456 * nxml/rng-loc.el (rng-save-schema-location-1):
10457 * nxml/rng-cmpct.el (rng-c-parse-file):
10458 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10459 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10460
10461 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
10462
10463 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10464 Remove extra save-excursions and make-variable-buffer-local's.
10465 Suggested by Stefan Monnier.
10466
10467 (verilog-getopt-file, verilog-module-inside-filename-p)
10468 (verilog-set-define): Merge GNU 1.35 and repair changes from
10469 switching to using with-current-buffer.
10470
10471 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10472 being treated as a number and confusing AUTORESET.
10473 Reported by Dan Dever.
10474
10475 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10476 Add verilog-auto-ignore-concat to fix backward compatibility with
10477 older verilog-modes. Reported by Dan Katz.
10478
10479 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10480 containing closing anchors "...$".
10481
10482 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10483 Reported by Wade Smith.
10484
10485 (verilog-batch-execute-func): Comment on function usage.
10486
10487 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
10488
10489 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10490 for labels.
10491
10492 (verilog-label-re, verilog-calc-1): Support proper indent of named
10493 asserts.
10494
10495 (verilog-backward-token, verilog-basic-complete-re)
10496 (verilog-beg-of-statement, verilog-indent-re): Support proper
10497 indent of the assert statement at the beginning of a block of text.
10498
10499 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10500 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10501 tokens as begins.
10502
10503 2009-11-05 Glenn Morris <rgm@gnu.org>
10504
10505 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10506 Emacs 19. (Bug#1531)
10507 (byte-compile-fix-header): Update for the above change.
10508 Drop test for epoch::version.
10509
10510 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10511 * cus-dep.el (custom-make-dependencies):
10512 * finder.el (finder-compile-keywords):
10513 Use autoload-rubric's feature argument.
10514
10515 * calendar/diary-lib.el (top-level): Make load behave more like require.
10516
10517 * vc-git.el (vc-git-stash-map): Move definition before use.
10518
10519 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10520
10521 * custom.el (custom-declare-group): Purecopy standard-value.
10522 (custom-declare-group): Purecopy custom-prefix.
10523
10524 * international/mule.el (load-with-code-conversion):
10525 Call do-after-load-evaluation unconditionally.
10526
10527 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10528
10529 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10530
10531 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10532
10533 2009-11-04 Glenn Morris <rgm@gnu.org>
10534
10535 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10536 (byte-compile-compatibility): Remove option.
10537 (byte-compile-close-variables, byte-compile-fix-header)
10538 (byte-compile-insert-header, byte-compile-output-docform)
10539 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10540 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10541 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10542 (byte-compile-insert, byte-compile-defun):
10543 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
10544 (byte-defop-compiler19): Remove.
10545 Without byte-compile-compatibility, the 'emacs19-opcode property is not
10546 used by anything. Replace all calls with byte-defop-compiler.
10547
10548 2009-11-04 Juri Linkov <juri@jurta.org>
10549
10550 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10551 (menu-bar-options-menu): Don't quote the `prop' arg of
10552 `menu-bar-make-mm-toggle'.
10553
10554 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
10555
10556 * calendar/calendar.el (cal-loaddefs):
10557 * calendar/diary-lib.el (diary-loaddefs):
10558 * calendar/holidays.el (hol-loaddefs):
10559 * eshell/esh-module.el (esh-groups): Load rather than require.
10560
10561 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 * calendar/todo-mode.el (todo-add-category): Don't hardcode
10564 point-min==1.
10565 (todo-top-priorities): Only display-buffer when called interactively.
10566 (todo-item-start): Don't save excursion point.
10567 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
10568 (todo-insert-item-here, todo-file-item, todo-remove-item):
10569 Adjust uses of todo-item-start and todo-item-end.
10570
10571 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10572 (autoload-rubric): Don't use any more.
10573
10574 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10575 and only put a prop if it is non-nil.
10576
10577 2009-11-03 Juri Linkov <juri@jurta.org>
10578
10579 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10580 (menu-bar-options-menu): Fix list quoting (Bug#4429).
10581
10582 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10583 and "Menu" to make top-level menu item visually one unit (like
10584 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10585 multi-word menu items). Fix :help string for quit-window.
10586
10587 2009-11-03 Glenn Morris <rgm@gnu.org>
10588
10589 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10590 (byte-compile-file-form-define-abbrev-table)
10591 (byte-compile-file-form-custom-declare-variable)
10592 (byte-compile-variable-ref, byte-compile-defvar):
10593 Whether or not a warning is enabled should only affect whether we issue
10594 the warning, not whether or not we collect the relevant data.
10595 Eg warnings can be turned on and off throughout the course of a file.
10596
10597 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10598 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10599
10600 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10601
10602 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10603 * play/mpuz.el (mpuz-create-buffer):
10604 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10605 (lm-print-y,s,noise, lm-print-w0, lm-init):
10606 * play/gomoku.el (gomoku-prompt-for-move):
10607 * play/fortune.el (fortune-in-buffer):
10608 * play/dissociate.el (dissociated-press):
10609 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10610 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10611 * mail/supercite.el (sc-eref-show):
10612 * mail/smtpmail.el (smtpmail-send-it):
10613 * mail/rmailsum.el (rmail-summary-next-labeled-message)
10614 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10615 (rmail-summary-undelete-many, rmail-summary-rmail-update)
10616 (rmail-summary-goto-msg, rmail-summary-expunge)
10617 (rmail-summary-get-new-mail, rmail-summary-search-backward)
10618 (rmail-summary-add-label, rmail-summary-output-menu)
10619 (rmail-summary-output-body):
10620 * mail/rfc822.el (rfc822-addresses):
10621 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10622 * mail/mailpost.el (post-mail-send-it):
10623 * mail/hashcash.el (hashcash-generate-payment):
10624 * mail/feedmail.el (feedmail-run-the-queue)
10625 (feedmail-queue-send-edit-prompt-help-first)
10626 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10627 (feedmail-deduce-address-list):
10628 * eshell/esh-ext.el (eshell-remote-command):
10629 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10630 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10631 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10632 (viper-save-string-in-file, viper-valid-marker):
10633 * emulation/viper-keym.el (viper-toggle-key):
10634 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10635 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10636 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10637 * emulation/viper-cmd.el (viper-exec-form-in-vi)
10638 (viper-exec-form-in-emacs, viper-brac-function):
10639 * emulation/viper.el (viper-delocalize-var):
10640 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10641 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10642 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10643 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10644 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10645 * emulation/edt.el (edt-electric-helpify):
10646 * emulation/cua-rect.el (cua--rectangle-aux-replace):
10647 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10648 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10649 (cua-indent-to-global-mark-column):
10650 * calendar/diary-lib.el (calendar-mark-1):
10651 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10652 Use with-current-buffer.
10653 * emulation/viper.el (viper-delocalize-var): Use dolist.
10654
10655 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
10656
10657 * comint.el (comint-replace-by-expanded-history-before-point):
10658 Replace !! with the previous input string literally (Bug#1795).
10659
10660 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
10661
10662 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10663 to be made up of whitespace.
10664
10665 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
10666
10667 * minibuffer.el (read-file-name): Don't use file dialogs for
10668 remote directories (Bug#99).
10669
10670 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
10671
10672 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10673
10674 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
10675
10676 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10677 instead of deleting the window or frame.
10678
10679 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
10680
10681 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10682 Support face colors.
10683
10684 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10685 New function. Support face colors (Bug#1168).
10686 (tex-common-initialization): Use it.
10687
10688 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10689 mode allows it (Bug#1168).
10690
10691 2009-10-31 Juri Linkov <juri@jurta.org>
10692
10693 * facemenu.el (list-colors-display): Don't mark buffer as
10694 modified (Bug#3948).
10695
10696 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
10697
10698 * international/mule-diag.el (list-character-sets-1): Minor
10699 message fix (Bug#3526).
10700
10701 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10702 face property (Bug#4834).
10703 (etags-list-tags, etags-tags-apropos-additional)
10704 (etags-tags-apropos, tags-select-tags-table): Add follow-link
10705 property.
10706
10707 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10708 items.
10709
10710 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * textmodes/two-column.el (2C-split):
10713 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10714 * textmodes/tex-mode.el (tex-set-buffer-directory):
10715 * textmodes/spell.el (spell-region, spell-string):
10716 * textmodes/reftex.el (reftex-erase-buffer):
10717 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10718 * textmodes/reftex-toc.el (reftex-toc-promote-action):
10719 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10720 (reftex-select-item):
10721 * textmodes/reftex-ref.el (reftex-label-info-update)
10722 (reftex-offer-label-menu):
10723 * textmodes/reftex-index.el (reftex-index-change-entry)
10724 (reftex-index-phrases-info):
10725 * textmodes/reftex-global.el (reftex-create-tags-file)
10726 (reftex-save-all-document-buffers, reftex-ensure-write-access):
10727 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
10728 (reftex-view-crossref-from-bibtex):
10729 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
10730 (reftex-extract-bib-entries-from-thebibliography)
10731 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
10732 * textmodes/refbib.el (r2b-capitalize-title):
10733 (r2b-convert-buffer, r2b-help):
10734 * textmodes/page-ext.el (pages-directory)
10735 (pages-directory-goto-with-mouse):
10736 * textmodes/bibtex.el (bibtex-validate-globally):
10737 * textmodes/bib-mode.el (bib-capitalize-title):
10738 * textmodes/artist.el (artist-clear-buffer, artist-system):
10739 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
10740 (local-set-scheme-interaction-buffer, xscheme-process-filter)
10741 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
10742 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
10743 (xscheme-send-control-g-interrupt, xscheme-start-process)
10744 (xscheme-process-sentinel, xscheme-cd):
10745 * progmodes/verilog-mode.el (verilog-read-always-signals)
10746 (verilog-set-define, verilog-getopt-file)
10747 (verilog-module-inside-filename-p):
10748 * progmodes/sh-script.el:
10749 * progmodes/python.el (python-pdbtrack-get-source-buffer)
10750 (python-pdbtrack-grub-for-buffer, python-execute-file):
10751 * progmodes/octave-inf.el (inferior-octave):
10752 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10753 (idlwave-shell-compile-helper-routines, idlwave-set-local)
10754 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
10755 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
10756 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
10757 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
10758 (idlwave-shell-filter, idlwave-shell-examine-highlight)
10759 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
10760 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
10761 (idlwave-shell-examine-display, idlwave-shell-run-region)
10762 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
10763 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
10764 * progmodes/idlw-help.el (idlwave-help-get-special-help)
10765 (idlwave-help-get-help-buffer):
10766 * progmodes/gud.el (gud-basic-call, gud-find-class)
10767 (gud-tooltip-activate-mouse-motions-if-enabled):
10768 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10769 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
10770 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
10771 (ebrowse-tags-next-file):
10772 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
10773 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
10774 (ebnf-eps-finish-and-write):
10775 * progmodes/cpp.el (cpp-edit-save):
10776 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
10777 * progmodes/cc-defs.el (c-emacs-features):
10778 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
10779 (antlr-directory-dependencies):
10780 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
10781 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
10782 (ada-find-any-references, ada-make-filename-from-adaname)
10783 (ada-make-body-gnatstub):
10784 * obsolete/rnews.el (news-list-news-groups):
10785 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
10786 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
10787 * net/rcirc.el (rcirc-debug):
10788 * net/newst-treeview.el (newsticker--treeview-list-add-item)
10789 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
10790 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
10791 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
10792 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
10793 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
10794 (newsticker--treeview-list-clear-highlight)
10795 (newsticker--treeview-list-update-highlight)
10796 (newsticker--treeview-list-highlight-start)
10797 (newsticker--treeview-tree-update-highlight)
10798 (newsticker--treeview-get-selected-item)
10799 (newsticker-treeview-mark-list-items-old)
10800 (newsticker--treeview-set-current-node):
10801 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10802 * net/newst-backend.el (newsticker--get-news-by-funcall)
10803 (newsticker--get-news-by-wget, newsticker--image-get)
10804 (newsticker--image-sentinel):
10805 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
10806 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
10807 (eudc-ph-close-session):
10808 * net/eudc.el (eudc-save-options):
10809 * language/thai-word.el (thai-update-word-table):
10810 * language/japan-util.el (japanese-string-conversion):
10811 * international/titdic-cnv.el (tsang-quick-converter)
10812 (ziranma-converter, ctlau-converter):
10813 * international/mule-cmds.el (describe-language-environment):
10814 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
10815 (skkdic-convert-postfix, skkdic-convert-prefix):
10816 (skkdic-convert-okuri-nasi, skkdic-convert):
10817 * emacs-lisp/re-builder.el (reb-update-overlays):
10818 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
10819 * emacs-lisp/gulp.el (gulp-send-requests):
10820 * emacs-lisp/find-gc.el (trace-call-tree):
10821 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
10822 (eieio-describe-generic):
10823 * emacs-lisp/eieio-base.el (eieio-persistent-read):
10824 * emacs-lisp/edebug.el (edebug-outside-excursion):
10825 * emacs-lisp/debug.el (debugger-make-xrefs):
10826 * emacs-lisp/cust-print.el (custom-prin1-to-string):
10827 * emacs-lisp/chart.el (chart-new-buffer):
10828 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
10829 Use with-current-buffer.
10830 * textmodes/artist.el (artist-system): Don't call
10831 copy-sequence on a fresh string.
10832 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
10833
10834 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
10835
10836 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
10837 is no item to edit. (Bug#4820)
10838 (todo-top-priorities): Restore point and restore narrowing in Todo
10839 buffer. (Bug#4820)
10840
10841 2009-10-31 Glenn Morris <rgm@gnu.org>
10842
10843 * net/ange-ftp.el (top-level): Don't require dired when compiling.
10844 (comint-last-output-start, comint-last-input-start)
10845 (comint-last-input-end): Don't defvar when compiling.
10846 (ange-ftp-process-file): Use bound-and-true-p.
10847
10848 * pcmpl-rpm.el (top-level): Move provide statement to end.
10849 (pcmpl-rpm): Remove unused custom group.
10850
10851 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
10852
10853 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
10854
10855 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10856 (byte-compile-warnings): Add `constants' as an option.
10857 (byte-compile-callargs-warn, byte-compile-arglist-warn)
10858 (display-call-tree): Update for byte-compile-fdefinition possibly
10859 returning `(macro lambda ...)'. (Bug#4778)
10860 (byte-compile-variable-ref, byte-compile-setq-default):
10861 Respect `constants' member of byte-compile-warnings.
10862
10863 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10864
10865 * vc-bzr.el (vc-bzr-revision-keywords): New var.
10866 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
10867 to "submit:".
10868
10869 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
10870
10871 * textmodes/ispell.el (ispell-skip-region-alist):
10872 * international/mule-conf.el (eight-bit):
10873 * international/fontset.el (font-encoding-alist):
10874 * startup.el (pure-space-overflow-message):
10875 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
10876 * paths.el (gnus-nntp-service, rmail-spool-directory)
10877 (term-file-prefix):
10878 * files.el (save-some-buffers-action-alist):
10879 * cmuscheme.el (same-window-buffer-names):
10880 * ielm.el (same-window-buffer-names):
10881 * shell.el (same-window-buffer-names):
10882 * mail/sendmail.el (same-window-buffer-names):
10883 * progmodes/inf-lisp.el (same-window-buffer-names):
10884 * bindings.el (mode-line-client)
10885 (mode-line-column-line-number-mode-map):
10886 * language/tibetan.el (tibetan-precomposition-rule-regexp)
10887 (tibetan-precomposed-regexp): Purecopy string arguments.
10888
10889 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10890
10891 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
10892 (calcDigit-nondigit):
10893 * calc/calc-yank.el (calc-copy-to-buffer):
10894 * calc/calc-units.el (calc-invalidate-units-table):
10895 * calc/calc-trail.el (calc-trail-yank):
10896 * calc/calc-store.el (calc-insert-variables):
10897 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10898 * calc/calc-prog.el (calc-read-parse-table):
10899 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
10900 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
10901 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
10902 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
10903 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
10904 (calc-graph-name, calc-graph-find-command, calc-graph-view)
10905 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
10906 * calc/calc-ext.el (calc-realign):
10907 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
10908 (calc-embedded-finish-edit, calc-embedded-make-info)
10909 (calc-embedded-finish-command, calc-embedded-stack-change):
10910 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
10911
10912 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
10913 shell-dynamic-complete-filename in preference to
10914 comint-dynamic-complete-filename.
10915
10916 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10917 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10918 Don't consider whether the display supports colors.
10919 (bookmark-import-new-list): Use dolist.
10920 (bookmark-bmenu-mode-map): Move initialization into declaration.
10921 (bookmark-bmenu-list): Use dolist, simplify.
10922 (bookmark-show-all-annotations): Use save-selected-window and dolist.
10923 (menu-bar-final-items): Use push.
10924
10925 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10926
10927 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
10928 it works on remote files.
10929 (vc-hg-diff): Don't pass any `--cwd' argument.
10930
10931 2009-10-27 Kevin Ryde <user42@zip.com.au>
10932
10933 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
10934 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
10935 (Further to Bug#3921).
10936
10937 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
10938
10939 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
10940 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
10941 calling `tramp-imap-put-file'. Add file size to the call.
10942 (tramp-imap-get-file-entries): Compute also user name, file size,
10943 and date.
10944 (tramp-imap-handle-insert-directory): Insert uid and gid.
10945 (tramp-imap-handle-file-attributes): Transform uid and gid
10946 according to `id-format'.
10947 (tramp-imap-put-file): New optional parameter SIZE. Encode file
10948 size in header X-Size.
10949
10950 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
10951
10952 * simple.el (transpose-subr): Give clearer error when the mark
10953 is not set. (Bug#4807)
10954
10955 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
10956
10957 * net/tramp.el (tramp-perl-file-truename): New defconst.
10958 Perl code contributed by yary <not.com@gmail.com> (tiny change).
10959 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
10960 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
10961 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
10962
10963 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
10964 Ignore `dired-call-process'.
10965 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
10966
10967 2009-10-26 Julian Scheid <julians37@gmail.com>
10968
10969 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
10970 (tramp-get-remote-readlink): New defun.
10971 (tramp-handle-file-truename): Use it.
10972 (tramp-handle-file-exists-p): Check file-attributes cache, assume
10973 file exists if cache value present.
10974 (tramp-check-cached-permissions): New defun.
10975 (tramp-handle-file-readable-p): Use it.
10976 (tramp-handle-file-writable-p): Likewise.
10977 (tramp-handle-file-executable-p): Likewise.
10978 (tramp-handle-file-name-all-completions): Try using Perl to get
10979 partial completions. When perl not available, combine `cd' and
10980 `ls' into single remote operation and use shell expansion to get
10981 partial remote directory contents. Set `file-exists-p' cache for
10982 directory and any files returned by ls. Change cache handling to
10983 support partial directory contents. Use error message emitted by
10984 remote `cd' or Perl code for local tramp-error.
10985 (tramp-do-copy-or-rename-file-directly): Avoid separate
10986 tramp-send-command-and-check call.
10987 (tramp-handle-process-file): Merge three remote ops into one.
10988 Do not flush all caches when `process-file-side-effects' is set.
10989 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
10990 file-attributes shows uid/gid to be set already.
10991
10992 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10993
10994 * textmodes/tex-mode.el (tex-dvi-view-command)
10995 (tex-show-queue-command, tex-open-quote):
10996 * progmodes/ruby-mode.el (auto-mode-alist)
10997 (interpreter-mode-alist): Purecopy strings.
10998
10999 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11000
11001 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11002 string for the hook, keymap and abbrev table.
11003
11004 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11005
11006 * x-dnd.el (x-dnd-xdnd-to-action):
11007 * startup.el (fancy-startup-text, fancy-about-text): Change to
11008 defconst from defvar.
11009
11010 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11011
11012 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11013 Purecopy initialization strings.
11014
11015 * mail/sendmail.el (mail-header-separator)
11016 (mail-personal-alias-file):
11017 * mail/rmail.el (rmail-default-dont-reply-to-names)
11018 (rmail-ignored-headers, rmail-retry-ignored-headers)
11019 (rmail-highlighted-headers, rmail-secondary-file-directory)
11020 (rmail-secondary-file-regexp):
11021 * files.el (null-device, file-name-invalid-regexp)
11022 (locate-dominating-stop-dir-regexp)
11023 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11024 (interpreter-mode-alist): Use mapcar instead of mapc.
11025
11026 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11027
11028 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11029 (completion-ignored-extensions):
11030 (debug-ignored-errors): Purecopy strings.
11031
11032 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11033
11034 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11035 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11036 (pcomplete--here): Use push.
11037
11038 * subr.el (all-completions): Declare the 4th arg obsolete.
11039
11040 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11041
11042 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11043 (pcomplete-unquote-argument): New function.
11044 (pcomplete--common-suffix): Always pay attention to case.
11045 (pcomplete--table-subvert): Quote and unquote the text.
11046 (pcomplete--common-quoted-suffix): New function.
11047 (pcomplete-std-complete): Use it and pcomplete-begin.
11048
11049 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11050 we're inside a dedicated or minibuffer window.
11051
11052 2009-10-24 Karl Fogel <kfogel@red-bean.com>
11053
11054 * bookmark.el: Update documentation, especially documentation
11055 of `bookmark-alist' and of the bookmark file format.
11056 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11057
11058 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
11059
11060 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11061 keybindings apply to the mail buffer (Bug#4003). Shrink help
11062 window to buffer.
11063
11064 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11065 (global-whitespace-mode, global-whitespace-newline-mode)
11066 (whitespace-toggle-options, global-whitespace-toggle-options):
11067 Doc fix (Bug#3660).
11068
11069 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11070 of xmltok-start before the end tag was inserted (Bug#2840).
11071
11072 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11073 patterns that are preceded by an open-paren (Bug#1320).
11074
11075 2009-10-24 Sven Joachim <svenjoac@gmx.de>
11076
11077 * files.el (delete-directory): Delete symlinks to directories with
11078 delete-file (Bug#4739).
11079
11080 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11081
11082 * vc.el (vc-backend-for-registration): Rename from
11083 vc-get-backend-for-registration. Update callers.
11084
11085 * international/mule-cmds.el (set-language-info-alist):
11086 Purecopy lang-env.
11087 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11088 (charset): Purecopy the name.
11089 (define-char-code-property): Purecopy string arguments.
11090
11091 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11092 Purecopy string arguments.
11093
11094 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11095 * ediff-hook.el (menu-bar-ediff-menu):
11096 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11097 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11098
11099 2009-10-24 Glenn Morris <rgm@gnu.org>
11100
11101 * comint.el (comint-dynamic-list-completions):
11102 * term.el (term-dynamic-list-completions): Use choose-completion rather
11103 than obsolete alias mouse-choose-completion.
11104
11105 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11106 file-cache-choose-completion.
11107 (file-cache-choose-completion): Handle an optional event argument.
11108 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11109
11110 * progmodes/octave-mod.el (octave-complete-symbol):
11111 Use choose-completion if mouse-choose-completion is ever removed.
11112
11113 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11114 use.
11115
11116 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11117 compiler.
11118
11119 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11120
11121 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11122
11123 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11124 Ignore `pred' now that we receive one.
11125 Handle test-completion specially.
11126
11127 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11128
11129 * vc.el (vc-responsible-backend): Throw an error if not backend is
11130 found. Remove the REGISTER argument. Move the code dealing with
11131 REGISTER ...
11132 (vc-get-backend-for-registration): ... here. New function.
11133 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11134 of vc-responsible-backend, pass the file name instead of the
11135 directory name.
11136
11137 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11138
11139 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11140 New funs.
11141 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11142 (pcomplete-comint-setup): Don't modify a global var via
11143 accidental side-effects.
11144 (pcomplete-shell-setup): Adjust call accordingly.
11145 (pcomplete-parse-comint-arguments): Use push.
11146
11147 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
11148
11149 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11150 Allow uncapitalized info node names (Bug#3921).
11151
11152 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11153 to the DEBUG file (Bug#3781).
11154
11155 2009-10-23 Jari Aalto <jari.aalto@cante.net>
11156
11157 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11158 dictionary entry (Bug#4579).
11159
11160 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
11161
11162 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11163 from `rfn-eshadow-update-overlay-hook' when unloading.
11164 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11165 "rsyncc". Adjust doc string.
11166 (tramp-temp-buffer-file-name): New buffer-local defvar.
11167 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11168 Keep temporary file when indicated by method ("rsync" and
11169 "rsyncc").
11170 (tramp-handle-write-region): Handle APPEND.
11171 (tramp-delete-temp-file-function): New defun. Added to
11172 `kill-buffer-hook'.
11173
11174 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
11175
11176 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11177
11178 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11179
11180 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11181 (color-name-rgb-alist, tty-standard-colors)
11182 (tty-color-mode-alist): Change to defconst.
11183
11184 * simple.el (mark-inactive): Purecopy message.
11185
11186 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11187 (global-map, yank-menu):
11188 * textmodes/ispell.el (ispell-menu-map):
11189 * net/eudc.el (eudc-tools-menu):
11190 * international/mule-cmds.el (describe-language-environment-map)
11191 (setup-language-environment-map, set-coding-system-map)
11192 (mule-menu-keymap):
11193 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11194 * replace.el (occur-mode-map):
11195 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11196
11197 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11198
11199 * calc/calc.el (math-read-number, math-read-number-simple): Use
11200 `save-match-data'.
11201
11202 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11203
11204 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11205 rather than fiddling with global-map bindings, since it should only
11206 affect per-terminal settings.
11207 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11208
11209 * minibuffer.el (completion-table-with-terminator): Allow to specify
11210 the terminator-regexp.
11211
11212 * simple.el (switch-to-completions): Look for *Completions* in other
11213 frames as well.
11214
11215 * pcomplete.el: Allow the use of completion-tables.
11216 (pcomplete-std-complete): New command.
11217 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11218 (pcomplete--here): Use a function for `form' rather than an expression,
11219 so it can be byte-compiled.
11220 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11221 Add edebug declaration.
11222 (pcomplete-show-completions): Remove unused var `curbuf'.
11223 (pcomplete-do-complete, pcomplete-stub):
11224 Don't assume `completions' is a list of strings any more.
11225
11226 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
11227
11228 * find-dired.el (find-name-arg): Fix typo in docstring.
11229
11230 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11231
11232 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11233 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11234
11235 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11236 pcomplete-entries.
11237
11238 * comint.el (comint-read-input-ring, comint-write-input-ring)
11239 (comint-substitute-in-file-name)
11240 (comint-dynamic-complete-as-filename)
11241 (comint-dynamic-simple-complete)
11242 (comint-dynamic-list-filename-completions)
11243 (comint-dynamic-list-completions)
11244 (comint-redirect-results-list-from-process): Minor simplifications.
11245
11246 2009-10-21 Kevin Ryde <user42@zip.com.au>
11247
11248 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11249 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11250 the first form. And insert a blank line after ";;; Code" since
11251 that's usual style. (Bug#4612)
11252
11253 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11254
11255 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11256
11257 * minibuffer.el (completion-table-with-terminator): Properly implement
11258 boundaries, in case `terminator' appears in the suffix.
11259 (completion--embedded-envvar-table): Don't return boundaries if
11260 there's no valid completion. Simplify.
11261 (completion-file-name-table): New completion table extracted from
11262 completion--file-name-table.
11263 (completion--file-name-table): Use it.
11264 (read-file-name-predicate): Declare obsolete.
11265 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11266 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11267 completion-file-name-table, and use the `pred' argument.
11268 * files.el (locate-file-completion-table): Use the `pred' arg rather
11269 than read-file-name-predicate.
11270 (abbreviate-file-name): Use \` rather than ^ for BOS.
11271
11272 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
11273
11274 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11275 vc-responsible-backend to register, it causes problems.
11276
11277 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11280
11281 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
11282
11283 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11284 (tramp-smb-handle-file-attributes): Use it.
11285 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11286 (tramp-smb-handle-insert-directory): Use `mapc' rather than
11287 `mapcar'. Use `tramp-smb-get-stat-capability'.
11288 Add `dired-filename' text properties.
11289 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11290 (tramp-smb-maybe-open-connection): Simplify check for smbclient
11291 version.
11292
11293 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11294
11295 * subr.el (read-key-delay): Reduce to 0.01.
11296 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11297 (bug#4751).
11298
11299 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11302
11303 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11304 (Info-menu): Remove unused vars `last' and `completions'.
11305 (Info-index-nodes): Remove unused var `node'.
11306
11307 * info.el (Info-complete-menu-item): Use complete-with-action.
11308
11309 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
11310
11311 Make vc-annotate work through copies and renames.
11312 * vc-annotate.el (vc-annotate-extract-revision-at-line):
11313 Return the file name too.
11314 (vc-annotate-revision-at-line)
11315 (vc-annotate-find-revision-at-line)
11316 (vc-annotate-revision-previous-to-line)
11317 (vc-annotate-show-log-revision-at-line): Update to get the file
11318 name from vc-annotate-extract-revision-at-line.
11319 (vc-annotate-show-diff-revision-at-line-internal): Change the
11320 argument to mean whether to show a file diff or not. Get the file
11321 name from vc-annotate-extract-revision-at-line.
11322 (vc-annotate-show-diff-revision-at-line):
11323 Update vc-annotate-show-diff-revision-at-line call.
11324 (vc-annotate-warp-revision): Add an optional file argument.
11325
11326 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11327 (vc-git-annotate-extract-revision-at-line): Also return the file
11328 name if found.
11329
11330 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11331 command. Remove unused code.
11332 (vc-hg-annotate-re): Update to match --follow output.
11333 (vc-hg-annotate-extract-revision-at-line): Also return the file
11334 name if found.
11335
11336 * vc.el: Update annotate-extract-revision-at-line documentation.
11337
11338 2009-10-18 Kevin Ryde <user42@zip.com.au>
11339
11340 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11341 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11342
11343 * net/browse-url.el (browse-url): Identify alist with "consp and
11344 not functionp" and let all other things go down the `apply' leg,
11345 as suggested by Stefan. (Further to bug#4531.)
11346
11347 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
11348
11349 * minibuffer.el (read-file-name): Check for repeat before putting
11350 a default argument in file-name-history (Bug#4657).
11351
11352 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11353 read syntax (Bug#4737).
11354
11355 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11356
11357 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11358
11359 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11360 (html-tag-alist, html-tag-help): Add descriptions for undocumented
11361 entries and make note of obsolete tags.
11362
11363 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11366
11367 2009-10-18 Glenn Morris <rgm@gnu.org>
11368
11369 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11370 grep, so that binary files (eg international/uni-bidi.el) can match.
11371 Remove test for "UnicodeData" files, since it is hopefully unnecessary
11372 now, and in any case the file header format has changed.
11373
11374 2009-10-17 Glenn Morris <rgm@gnu.org>
11375
11376 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11377 (flyspell-get-word, flyspell-large-region)
11378 (flyspell-auto-correct-previous-word): Doc/error message fixes.
11379
11380 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
11381
11382 * Makefile.in (ELCFILES): Add ede/shell.
11383
11384 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11385
11386 * term/common-win.el (x-colors): Purecopy it.
11387
11388 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11389
11390 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11391 permissive for when the buffer is empty.
11392 (tar-header-block-tokenize): Decode the username and groupname.
11393 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11394
11395 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11396
11397 * international/mule-cmds.el (select-safe-coding-system): If the file
11398 has a coding cookie, use it regardless of any other setting (bug#4712).
11399
11400 2009-10-17 Glenn Morris <rgm@gnu.org>
11401
11402 * foldout.el (foldout-mouse-swallow-events):
11403 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11404
11405 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11406 (dired-keep-marker-copy, dired-keep-marker-hardlink)
11407 (dired-keep-marker-symlink, dired-dwim-target)
11408 (dired-copy-preserve-time): Do not autoload these defcustoms.
11409
11410 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11411 messages from messing up the file coding. (Bug#4623)
11412
11413 2009-10-17 Jari Aalto <jari.aalto@cante.net>
11414
11415 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11416 if no match is found for the current dictionary. (Bug#4578)
11417
11418 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11419 optional, since that is how it is documented, and this is often called
11420 with a nil argument. (Bug#4577)
11421 (flyspell-external-point-words, flyspell-auto-correct-word)
11422 (flyspell-correct-word-before-point, flyspell-word-search-forward)
11423 (flyspell-word-search-backward): Remove nil argument in calls to
11424 flyspell-get-word, since it is not needed now.
11425
11426 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
11427
11428 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
11429
11430 2009-10-16 Glenn Morris <rgm@gnu.org>
11431
11432 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11433
11434 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11435
11436 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11437 (ange-ftp-file-size): New function.
11438 (ange-ftp-file-attributes): Use it.
11439
11440 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
11441
11442 * net/tramp-smb.el (tramp-smb-version): New defvar.
11443 (tramp-smb-maybe-open-connection): Use it, in order to avoid
11444 repeated checks.
11445
11446 2009-10-16 Glenn Morris <rgm@gnu.org>
11447
11448 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11449 Maybe copy some custom properties from old to new name. (Bug#4706)
11450
11451 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
11452
11453 * subr.el (error, sit-for, start-process-shell-command)
11454 (start-file-process-shell-command): Set the calling convention
11455 after the function definition.
11456
11457 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11458
11459 * subr.el (error, sit-for, start-process-shell-command)
11460 (start-file-process-shell-command): Use the new
11461 set-advertised-calling-convention feature.
11462
11463 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
11464
11465 * international/ucs-normalize.el (ucs-normalize-version):
11466 Change to 1.2.
11467 (check-range): Adjust for Unicode 5.2.
11468
11469 2009-10-15 Juri Linkov <juri@jurta.org>
11470
11471 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11472 to the `menu-item' format.
11473
11474 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
11475
11476 * net/tramp.el (tramp-replace-environment-variables): Do not fail
11477 if the environment variable does not exist.
11478
11479 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11480 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11481 parameter.
11482 (tramp-smb-handle-add-name-to-file)
11483 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11484 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11485 (tramp-smb-handle-file-attributes)
11486 (tramp-smb-do-file-attributes-with-stat)
11487 (tramp-smb-handle-file-local-copy)
11488 (tramp-smb-handle-insert-directory)
11489 (tramp-smb-handle-make-directory)
11490 (tramp-smb-handle-make-directory-internal)
11491 (tramp-smb-handle-make-symbolic-link)
11492 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11493 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11494 (tramp-smb-maybe-open-connection): Apply the changed parameters.
11495 (tramp-smb-read-file-entry): Read Disk names in compressed format.
11496 Handle long file names.
11497 (tramp-smb-get-cifs-capabilities): Check, whether the connection
11498 process is running.
11499 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11500 Read share names with "-g" option.
11501
11502 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
11503
11504 * net/rcirc.el (rcirc-view-log-file): New command.
11505 (rcirc-track-minor-mode-map): Remove C-c ` binding.
11506 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11507 specified.
11508
11509 2009-10-15 Glenn Morris <rgm@gnu.org>
11510
11511 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11512 from the second command-line argument.
11513 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11514 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11515 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11516 w32-batch-update-autoloads.
11517 * emacs-lisp/autoload.el (autoload-make-program): New variable.
11518 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11519
11520 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11521 the headers cannot be located. Simplify, subtracting superflous
11522 save-excursions.
11523
11524 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11525
11526 Replace completion-base-size by completion-base-position to fix bugs
11527 such as (bug#4699).
11528 * simple.el (completion-base-position): New var.
11529 (completion-base-size): Mark as obsolete.
11530 (choose-completion): Make it work for mouse events as well.
11531 Pass the new base-position to choose-completion-string.
11532 (choose-completion-guess-base-position): New function, extracted from
11533 choose-completion-delete-max-match.
11534 (choose-completion-delete-max-match): Use it. Make obsolete.
11535 (choose-completion-string): Use the new base-position info.
11536 (completion-root-regexp): Delete.
11537 (completion-setup-function): Preserve completion-base-position.
11538 Eliminate obsolete base-size manipulation.
11539 * minibuffer.el (display-completion-list): Don't mess with base-size.
11540 (minibuffer-completion-help): Set completion-base-position instead.
11541 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11542 choose-completion.
11543 * textmodes/bibtex.el (bibtex-complete):
11544 * emacs-lisp/crm.el (crm--choose-completion-string):
11545 Adjust to new calling convention.
11546 * complete.el (partial-completion-mode): Use minibufferp to avoid
11547 bumping into incompatible change to choose-completion-string-functions.
11548 * ido.el (ido-choose-completion-string): Make its calling convention
11549 more permissive.
11550 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11551 base-size manipulation.
11552 (comint-dynamic-list-input-ring): Use dotimes and push.
11553 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11554 fundamental-mode. Use `or'.
11555
11556 2009-10-14 Juri Linkov <juri@jurta.org>
11557
11558 * misearch.el (multi-isearch-next-buffer-from-list)
11559 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
11560
11561 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11562
11563 * Makefile.in (compile-onefile): Load `bytecomp' rather than
11564 `bytecomp.el'.
11565
11566 * minibuffer.el (completion-pcm--merge-completions): Make sure the
11567 string we return is all made up of text from the completions rather
11568 than part from the completions and part from the input (bug#4219).
11569
11570 * ido.el (ido-everywhere): Use define-minor-mode.
11571
11572 * buff-menu.el (list-buffers, ctl-x-map):
11573 Mark the entry points with ;;;###autoload cookies.
11574
11575 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11576
11577 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11578 correctly in the detached head case.
11579 (vc-git-print-log): Remove unused binding.
11580
11581 * vc.el (vc-responsible-backend): When a directory is passed for
11582 for registration create a VC repository if no backend is
11583 responsible for the directory argument.
11584 (vc-deduce-fileset): Tell vc-responsible-backend to register.
11585
11586 * vc.el: Move comments about RCS and SCCS ...
11587 * vc-rcs.el:
11588 * vc-sccs.el: ... here, respectively.
11589
11590 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11591
11592 * minibuffer.el (completion--file-name-table): Return nil if there's
11593 no file completion, even if substitute-in-file-name changed
11594 the string (bug#4708).
11595
11596 2009-10-13 Juri Linkov <juri@jurta.org>
11597
11598 * files-x.el (read-file-local-variable-value): Don't filter out
11599 minor modes from mode name completion (bug#4664).
11600
11601 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
11602
11603 * international/mule-cmds.el (ucs-names): Remove exclusion of
11604 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
11605
11606 2009-10-13 Kenichi Handa <handa@m17n.org>
11607
11608 * international/uni-name.el: Regenerated.
11609
11610 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
11611
11612 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
11613 should be automatically buffer-local, but isn't.)
11614
11615 2009-10-12 Sam Steingold <sds@gnu.org>
11616
11617 * progmodes/compile.el (compilation-next-error-function): Fix the
11618 timestamps if the buffer has been visited before.
11619 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
11620 non-anchored patterns, like the perl one (bug#3928).
11621
11622 2009-10-12 Glenn Morris <rgm@gnu.org>
11623
11624 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
11625 Let-bind `size'.
11626
11627 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
11628
11629 * proced.el (proced-unload-function): New function.
11630
11631 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
11632 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
11633 Doc fix.
11634
11635 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
11636
11637 2009-10-11 Juri Linkov <juri@jurta.org>
11638
11639 * files-x.el (read-file-local-variable-value):
11640 Provide default value only for bound variables (bug#4664).
11641
11642 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
11643
11644 * net/tramp.el (tramp-local-host-p): Function shall return nil for
11645 connection methods like smb.
11646
11647 * net/tramp-cache.el (tramp-flush-connection-property): The hash
11648 can be empty.
11649
11650 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11651 (tramp-smb-file-name-handler-alist): Add handlers for
11652 `add-name-to-file', `make-symbolic-link'.
11653 (tramp-smb-handle-add-name-to-file)
11654 (tramp-smb-do-file-attributes-with-stat)
11655 (tramp-smb-handle-make-symbolic-link)
11656 (tramp-smb-get-cifs-capabilities): New defuns.
11657 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11658 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11659 (tramp-smb-handle-file-local-copy)
11660 (tramp-smb-handle-make-directory-internal)
11661 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11662 The file name syntax depends on cifs capabilities.
11663 (tramp-smb-handle-file-attributes):
11664 Call `tramp-smb-do-file-attributes-with-stat' if possible.
11665 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
11666 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
11667
11668 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
11669
11670 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
11671 (eieio-defclass): Apply deftype handler and setf-method properties
11672 directly.
11673 (eieio-add-new-slot): Avoid union function from cl library.
11674 (eieio--typep): New function.
11675 (eieio-perform-slot-validation): Use it.
11676
11677 2009-10-10 Karl Fogel <kfogel@red-bean.com>
11678
11679 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
11680 Update documentation to refer to the variables documented in r1.135.
11681 (Bug#4188)
11682
11683 2009-10-10 Karl Fogel <kfogel@red-bean.com>
11684
11685 * bookmark.el (Info-suffix-list): Remove this unused variable.
11686 (bookmark-current-point): Remove this obsolete variable.
11687 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
11688 Adjust for removal of bookmark-current-point.
11689
11690 (bookmarks-already-loaded, bookmark-current-buffer)
11691 (bookmark-yank-point): Document. (Bug#4188)
11692
11693 2009-10-10 Glenn Morris <rgm@gnu.org>
11694
11695 * frame.el (frame-height): Doc fix.
11696
11697 * calendar/calendar.el (calendar-split-width-threshold): New option.
11698 (calendar-basic-setup): Use calendar-split-width-threshold.
11699
11700 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
11701
11702 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
11703 Ideographic Supplement" range (U+1F200..U+1F2FF).
11704
11705 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11706
11707 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
11708 since the list will have been rebuilt anyway. (Bug#4349)
11709
11710 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11711
11712 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
11713 (bookmark-bmenu-execute-deletions): Don't save here, as
11714 bookmark-delete will now do so if necessary.
11715 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
11716 (Bug#4348)
11717
11718 2009-10-09 Glenn Morris <rgm@gnu.org>
11719
11720 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
11721
11722 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11723
11724 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
11725 (bookmark-jump-other-window): Just invoke bookmark-jump with new
11726 argument now, so the two function's behaviors will match. (Bug#3645)
11727
11728 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
11729
11730 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
11731 (tramp-file-name-real-host, tramp-file-name-port):
11732 Apply `save-match-data'.
11733
11734 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
11735 case both directories are remote.
11736 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
11737 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
11738
11739 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
11740
11741 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
11742
11743 2009-10-07 Glenn Morris <rgm@gnu.org>
11744
11745 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
11746 of concat.
11747
11748 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
11749
11750 * files-x.el (read-file-local-variable): Include some
11751 non-user-variables in the completion table (bug#4664).
11752
11753 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
11754
11755 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
11756 message.
11757
11758 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11759 (tramp-smb-file-name-handler-alist): Add handler for
11760 `copy-directory', `expand-file-name', `set-file-modes'.
11761 (tramp-smb-handle-copy-directory)
11762 (tramp-smb-handle-expand-file-name)
11763 (tramp-smb-handle-set-file-modes): New defuns.
11764 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
11765 (tramp-smb-handle-file-attributes): Simplify check for retrieving
11766 entry.
11767 (tramp-smb-handle-insert-directory): Don't flush the cache.
11768 (tramp-smb-maybe-open-connection): Check for samba client and
11769 server versions.
11770
11771 2009-10-07 Eli Zaretskii <eliz@gnu.org>
11772
11773 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
11774 to not error out of search for "^lisp=" fails.
11775
11776 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
11777
11778 * makefile.w32-in (WINS_UPDATES): New macro.
11779 (custom-deps, finder-data, autoloads): Use it.
11780
11781 2009-10-07 Glenn Morris <rgm@gnu.org>
11782
11783 * Makefile.in (autoloads): Revert previous change.
11784 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
11785 the list of preloaded files passed on the command-line, get
11786 it from src/Makefile.
11787
11788 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
11789 show the original buffer rather than a random one.
11790
11791 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
11792
11793 * help.el (describe-no-warranty): Place point in a slightly better
11794 position in the GPLv3 text.
11795
11796 2009-10-06 Sam Steingold <sds@gnu.org>
11797
11798 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
11799 the comm attribute is present before calling regexp-quote.
11800
11801 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
11802
11803 * play/animate.el (animate-string): For good effect, make sure
11804 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
11805
11806 * play/animate.el (animate-sequence, animate-birthday-present):
11807 * misc.el (butterfly): Don't set `indent-tabs-mode'.
11808
11809 2009-10-06 Glenn Morris <rgm@gnu.org>
11810
11811 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
11812
11813 * emacs-lisp/autoload.el (autoload-excludes): New variable.
11814 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
11815 (batch-update-autoloads): Process a string value of autoload-excludes,
11816 set during the build process.
11817 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
11818
11819 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
11820 inside with-parsed... macro so that `v' is defined.
11821
11822 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
11823 * progmodes/fortran.el (fortran-end-of-block)
11824 (fortran-beginning-of-block):
11825 Also push mark in the macro case.
11826
11827 * emerge.el (emerge-show-file-name):
11828 * calc/calc.el (calc-quit):
11829 * calc/calc-misc.el (calc-big-or-small):
11830 * calc/calc-graph.el (calc-graph-view):
11831 * calc/calc-ext.el (calc-reset):
11832 * calendar/calendar.el (calendar-basic-setup):
11833 Use window-full-height-p.
11834
11835 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
11836 header we don't understand, don't insert another. (Bug#4624)
11837 If changing mime charset, insert the new one in the right place.
11838
11839 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
11840
11841 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11842 (cal-tex-cursor-month): Correctly increment the end date for diary and
11843 holiday listing. (Bug#4626)
11844
11845 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11846
11847 * help-fns.el (describe-function-1): Don't burp if the function is not
11848 a symbol.
11849
11850 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
11851
11852 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
11853 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
11854 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
11855 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
11856
11857 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
11858 (eieio-default-superclass): Reflow docstrings.
11859 (this, class-option-assoc, defclass, eieio-class-un-autoload)
11860 (eieio-unbind-method-implementations, defmethod)
11861 (eieio-validate-slot-value, eieio-validate-class-slot-value)
11862 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
11863 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
11864 (eieio-slot-originating-class-p, eieio-slot-name-index)
11865 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
11866 (constructor, initialize-instance, no-next-method, object-print)
11867 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
11868 Fix typos in docstrings.
11869 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
11870 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
11871 (next-method-p): Doc fixes.
11872 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
11873 Fix typos in error messages.
11874 (eieio-defmethod): Fix typo in description of generic method.
11875
11876 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
11877 (eieio-persistent-save-interactive, slot-missing):
11878 Fix typos in docstrings.
11879 (eieio-instance-inheritor-slot-boundp): Doc fix.
11880
11881 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
11882 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
11883
11884 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
11885 (eieio-custom-object-apply-reset):
11886 Fix typos in docstrings and error messages.
11887
11888 * emacs-lisp/eieio-datadebug.el (data-debug-show):
11889 Fix typo in docstring.
11890
11891 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
11892 (eieio-browse-tree): Doc fix.
11893 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
11894 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
11895 Fix typos in docstrings.
11896
11897 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
11898 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
11899 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
11900 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
11901 Reflow docstrings.
11902
11903 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
11904
11905 * vc-hg.el (log-view-vc-backend): Declare for compiler.
11906 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
11907 Set log-view-vc-backend so that diff can work.
11908
11909 * log-view.el (log-view-diff): Use vc-diff-internal instead of
11910 vc-version-diff.
11911 (vc-diff-internal): Autoload this instead of vc-version-diff.
11912
11913 2009-10-05 Eli Zaretskii <eliz@gnu.org>
11914
11915 * simple.el (eval-expression): Doc fix.
11916
11917 * progmodes/cwarn.el (cwarn-mode): Doc fix.
11918
11919 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
11920
11921 * files.el (directory-files-no-dot-files-regexp): New defconst.
11922 (delete-directory): Use it.
11923 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
11924
11925 * net/tramp.el (tramp-verbose): Fix docstring.
11926 (tramp-methods): Add recursive option to `tramp-copy-args'.
11927 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
11928 "scp1_old", "scp2_old", "rsync", "rsyncc".
11929 (tramp-default-method): Check also for `auth-source-user-or-password'.
11930 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11931 Add handler for `copy-directory'.
11932 (tramp-handle-copy-directory): New defun.
11933 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
11934 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
11935 Optimize sent command.
11936
11937 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11938
11939 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
11940 window if necessary.
11941
11942 * calendar/calendar.el (calendar-basic-setup): Don't call
11943 switch-to-buffer in a dedicated window.
11944
11945 2009-10-05 Karl Fogel <kfogel@red-bean.com>
11946
11947 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
11948 don't do anything related to relocating, just return nil.
11949 (bookmark-error-no-filename): New error.
11950 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
11951 bookmark has no file. Don't even attempt to handle things that
11952 are not files; the whole point of custom handlers is to keep that
11953 knowledge elsewhere anyway. Tighten some comments.
11954 (bookmark-file-or-variation-thereof): Remove now-unused function.
11955 (bookmark-location): Doc string fix.
11956 (Bug#4250)
11957
11958 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11959
11960 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
11961 don't use a file dialog, because they usually don't know how to read
11962 a directory target from the user. (Bug#4230)
11963 Also, make sure the prompt can display directories as well as files.
11964
11965 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11966
11967 * bookmark.el (bookmark-set, bookmark-buffer-name):
11968 Improve doc strings. (Bug#1193)
11969
11970 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11971
11972 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
11973 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
11974 (bookmark-get-annotation, bookmark-set-annotation)
11975 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
11976 (bookmark-set-position, bookmark-get-front-context-string)
11977 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
11978 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
11979 (bookmark-jump-other-window, bookmark-handle-bookmark)
11980 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
11981 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
11982 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
11983 Improve doc strings to say whether bookmark can be a string or
11984 a record or both, and make other consistency and clarity fixes.
11985 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
11986 (bookmark-default-annotation-text, bookmark-yank-word)
11987 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
11988 (bookmark-import-new-list, bookmark-maybe-rename)
11989 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11990 (bookmark-bmenu-bookmark): Give these doc strings.
11991 (bookmark-bmenu-check-position): Give this a doc string, but also
11992 add a FIXME comment about how the function may be pointless.
11993 (bookmark-default-handler): Rework doc string and change a
11994 parameter name, to clarify that this takes a bookmark record
11995 not a bookmark name.
11996 (bookmark-set): Change a parameter name to indicate its meaning,
11997 and improve the doc string a bit.
11998 (Bug#4188)
11999
12000 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12001
12002 * bookmark.el (bookmark-alist): Document the new `handler' element
12003 in the param alist.
12004 (bookmark-make-record-function): Adjust documentation for above.
12005 (Bug#4193)
12006
12007 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12008
12009 * info.el (Info-bookmark-make-record): Document this function.
12010 (Info-bookmark-jump): Document with a doc string, not just a comment.
12011 (Bug#4203)
12012
12013 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
12014
12015 * files.el (copy-directory): New defun.
12016
12017 * dired-aux.el (dired-copy-file-recursive): Use it.
12018
12019 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12020
12021 * files-x.el (modify-dir-local-variable)
12022 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12023 docstrings.
12024
12025 * recentf.el (recentf-unload-function): New function.
12026
12027 2009-10-04 Glenn Morris <rgm@gnu.org>
12028
12029 * window.el (window-full-height-p): Add doc string.
12030
12031 2009-10-04 Martin Rudalics <rudalics@gmx.at>
12032
12033 * window.el (window-full-height-p): New function. (Bug#4543)
12034
12035 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12036
12037 * vc.el: Remove commented out code.
12038 (vc-derived-from-dir-mode): Remove, unused.
12039 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12040
12041 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
12042
12043 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12044 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
12045 there could be recursive loading when `default-directory' is a
12046 remote file name. (Bug#4614)
12047
12048 2009-10-03 Glenn Morris <rgm@gnu.org>
12049
12050 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12051 the frame is wide.
12052 (calendar-generate-window): Test for shrinkability rather than width.
12053
12054 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12055 reusing existing buffers, in case we happen to visit two files with the
12056 same basename. (Bug#4593)
12057
12058 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12059
12060 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12061 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12062 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12063 subdirs of cedet as well.
12064 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12065
12066 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12067
12068 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12069 Obey advertised-signature-table.
12070
12071 * help-fns.el (help-function-arglist): Don't check
12072 advertised-signature-table.
12073 (describe-function-1): Do it here instead so it also applies to subrs.
12074
12075 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
12076
12077 * simple.el (start-file-process): Say in the doc-string, that file
12078 handlers might not support pty association, if PROGRAM is nil.
12079
12080 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12081 HOST and USER are strings. They are nil, when there are
12082 incomplete entries in ~/.netrc, for example.
12083 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12084 root directory ("device busy" error otherwise).
12085
12086 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12087 Flush file properties of created directory.
12088
12089 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12090
12091 * makefile.w32-in (WINS_BASIC): Remove cedet.
12092 (WINS_CEDET): Add cedet.
12093 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12094
12095 2009-10-02 Kevin Ryde <user42@zip.com.au>
12096
12097 * net/browse-url.el (browse-url): Pass any symbol in
12098 browse-url-browser-function to `apply', since if you've mistakenly put
12099 an unbound symbol then the error is clearer. (Bug#4531)
12100
12101 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12102
12103 * allout.el (allout-init, allout-back-to-current-heading)
12104 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12105 (allout-ascend, allout-up-current-level, allout-end-of-level)
12106 (allout-previous-visible-heading, allout-forward-current-level)
12107 (allout-backward-current-level, allout-show-children):
12108 * apropos.el (apropos-describe-plist):
12109 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12110 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12111 * completion.el (add-completion, add-permanent-completion):
12112 * descr-text.el (describe-text-category, describe-char):
12113 * desktop.el (desktop-lazy-abort):
12114 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12115 * dired.el (dired-build-subdir-alist):
12116 * ediff.el (ediff-version):
12117 * elide-head.el (elide-head, elide-head-show):
12118 * emerge.el (emerge-version):
12119 * env.el (getenv):
12120 * face-remap.el (variable-pitch-mode):
12121 * faces.el (describe-face):
12122 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12123 (dired-at-point):
12124 * files.el (find-file-existing, auto-save-mode):
12125 * font-lock.el (font-lock-fontify-buffer):
12126 * help-fns.el (describe-function, describe-variable)
12127 (describe-syntax, describe-categories):
12128 * help.el (view-lossage, describe-bindings, describe-key)
12129 (describe-mode):
12130 * hexl.el (hexl-current-address):
12131 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12132 * info.el (Info-goto-emacs-key-command-node):
12133 * log-edit.el (log-edit-insert-cvs-template)
12134 (log-edit-insert-cvs-rcstemplate):
12135 * menu-bar.el (menu-bar-mode):
12136 * mouse.el (mouse-appearance-menu):
12137 * newcomment.el (comment-indent-new-line):
12138 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12139 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12140 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12141 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12142 * recentf.el (recentf-mode):
12143 * savehist.el (savehist-mode, savehist-save):
12144 * shadowfile.el (shadow-copy-files):
12145 * simple.el (kill-ring-save, next-line, previous-line)
12146 (normal-erase-is-backspace-mode):
12147 * strokes.el (strokes-update-window-configuration)
12148 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12149 (strokes-xpm-for-stroke):
12150 * time.el (emacs-uptime, emacs-init-time):
12151 * tutorial.el (tutorial--describe-nonstandard-key)
12152 (tutorial--detailed-help):
12153 * type-break.el (type-break-mode)
12154 (type-break-mode-line-message-mode, type-break-query-mode)
12155 (type-break-guesstimate-keystroke-threshold):
12156 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12157 * version.el (emacs-version):
12158 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12159 * winner.el (winner-mode):
12160 * calendar/timeclock.el (timeclock-in, timeclock-out)
12161 (timeclock-status-string, timeclock-change)
12162 (timeclock-workday-remaining-string)
12163 (timeclock-workday-elapsed-string)
12164 (timeclock-when-to-leave-string):
12165 * calendar/todo-mode.el (todo-add-category):
12166 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12167 * emacs-lisp/autoload.el (update-file-autoloads):
12168 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12169 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12170 (checkdoc-message-text, checkdoc-defun):
12171 * emacs-lisp/debug.el (debugger-list-functions):
12172 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12173 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12174 (eieio-describe-generic):
12175 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12176 * emacs-lisp/shadow.el (list-load-path-shadows):
12177 * emulation/cua-base.el (cua-mode):
12178 * emulation/edt.el (edt-set-scroll-margins):
12179 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12180 (tpu-toggle-regexp, tpu-toggle-search-direction)
12181 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12182 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12183 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12184 (viper-set-parsing-style-toggling-macro)
12185 (viper-set-emacs-state-searchstyle-macros):
12186 * emulation/viper.el (viper-set-hooks):
12187 * eshell/esh-mode.el (eshell-truncate-buffer):
12188 * international/mule-cmds.el (prefer-coding-system)
12189 (describe-input-method, describe-language-environment):
12190 * international/mule-diag.el (list-character-sets)
12191 (describe-character-set, describe-coding-system)
12192 (describe-fontset, list-fontsets, list-input-methods):
12193 * mail/sendmail.el (mail-signature):
12194 * net/ange-ftp.el (ange-ftp-copy-file):
12195 * net/browse-url.el (browse-url):
12196 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12197 * net/quickurl.el (quickurl-add-url):
12198 * net/rcirc.el (names, topic):
12199 * net/xesam.el (xesam-mode):
12200 * play/5x5.el (5x5-new-game):
12201 * play/yow.el (apropos-zippy):
12202 * progmodes/ada-mode.el (ada-mode-version):
12203 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12204 (f90-end-of-block)
12205 (f90-beginning-of-block):
12206 * progmodes/fortran.el (fortran-end-of-block)
12207 (fortran-beginning-of-block):
12208 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12209 * progmodes/python.el (python-describe-symbol, python-shell):
12210 * term/ns-win.el (ns-print-buffer):
12211 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12212 * textmodes/flyspell.el (flyspell-mode-on):
12213 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12214 (pages-directory-for-addresses):
12215 * textmodes/table.el (table-recognize-cell)
12216 (table-query-dimension, table-generate-source)
12217 (table-insert-sequence, table--warn-incompatibility):
12218 * textmodes/tex-mode.el (tex-validate-buffer):
12219 * textmodes/texinfmt.el (texinfmt-version)
12220 (texinfo-format-buffer):
12221 Use `called-interactively-p' instead of `interactive-p'.
12222
12223 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12224
12225 * image-mode.el (image-toggle-display):
12226 * emacs-lisp/elp.el (elp-instrument-function):
12227 * emacs-lisp/advice.el (ad-make-advised-definition):
12228 * emacs-lisp/easy-mmode.el (define-minor-mode):
12229 * net/browse-url.el (browse-url-maybe-new-window):
12230 * progmodes/sh-script.el (sh-learn-buffer-indent):
12231 Pass new argument 'any to `called-interactively-p'.
12232
12233 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12234
12235 * international/uni-bidi.el:
12236 * international/uni-category.el:
12237 * international/uni-combining.el:
12238 * international/uni-comment.el:
12239 * international/uni-decimal.el:
12240 * international/uni-decomposition.el:
12241 * international/uni-digit.el:
12242 * international/uni-lowercase.el:
12243 * international/uni-mirrored.el:
12244 * international/uni-name.el:
12245 * international/uni-numeric.el:
12246 * international/uni-old-name.el:
12247 * international/uni-titlecase.el:
12248 * international/uni-uppercase.el:
12249 Regenerate from Unicode 5.2.0 data.
12250
12251 2009-10-01 Glenn Morris <rgm@gnu.org>
12252
12253 * Makefile.in (ELCFILES): Regenerate.
12254
12255 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12256
12257 * subr.el (interactive-p): Mark obsolete.
12258 (called-interactively-p): Make the optional-ness of `kind' obsolete.
12259 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12260 advertised-signature-table for subroutines as well.
12261
12262 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12263 (set-advertised-calling-convention): New function.
12264 (make-obsolete, define-obsolete-function-alias)
12265 (make-obsolete-variable, define-obsolete-variable-alias):
12266 Make the optional-ness of `when' obsolete.
12267 (define-obsolete-face-alias): Make `when' non-optional.
12268 * help-fns.el (help-function-arglist):
12269 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12270 Use advertised-signature-table.
12271
12272 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
12273
12274 * files.el (delete-directory): New defun. The original function
12275 in fileio.c has been renamed to `delete-directory-internal'.
12276
12277 * dired.el (dired-delete-file): Call `delete-directory' with
12278 RECURSIVE parameter.
12279
12280 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12281 parameter RECURSIVE. Implementation is missing.
12282
12283 * net/tramp.el (tramp-handle-make-directory): Flush upper
12284 directory's file properties.
12285 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12286 (tramp-handle-dired-recursive-delete-directory): Flush directory
12287 properties after the remove command only.
12288
12289 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12290 Handle optional parameter RECURSIVE.
12291
12292 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12293 Handle optional parameter RECURSIVE.
12294
12295 * net/tramp-smb.el (tramp-smb-errors): Add error message for
12296 connection timeout.
12297 (tramp-smb-handle-delete-directory): Handle optional parameter
12298 RECURSIVE.
12299
12300 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12301
12302 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12303 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12304 (byte-compile-defmacro): Use backquotes.
12305
12306 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12307
12308 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12309 has no associated file.
12310 (vc-resynch-buffer): Use vc-dir-buffers.
12311
12312 2009-10-01 Glenn Morris <rgm@gnu.org>
12313
12314 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12315 (chart-file-count):
12316 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12317 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12318 * emacs-lisp/eieio-opt.el (eieio-describe-class):
12319 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12320 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12321 (eieio-copy-parents-into-subclass, make-instance, class-children)
12322 (eieio-generic-form):
12323
12324 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12325 match-data. (Bug#4555).
12326
12327 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12328 rather than parsing it as a regexp. This relaxes the layout
12329 requirements and makes errors easier to detect.
12330 (check-declare-verify): Check file is regular.
12331 (check-declare-directory): Doc fix.
12332 * subr.el (declare-function): Doc fix.
12333
12334 * ibuffer.el (ibuffer-format-qualifier):
12335 * isearch.el (hi-lock-regexp-okay):
12336 * calc/calc.el (math-zerop):
12337 * mail/uce.el (rmail-msgbeg, rmail-msgend):
12338 * term/w32-win.el (setup-default-fontset, set-fontset-font):
12339 Remove unused declarations.
12340
12341 2009-09-30 Glenn Morris <rgm@gnu.org>
12342
12343 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12344
12345 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12346 filename is not a string.
12347
12348 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
12349
12350 * files.el (safe-local-eval-forms): Fix typo.
12351
12352 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12353
12354 * vc-hooks.el (vc-dir-buffers): New var.
12355 (vc-state-refresh): New function.
12356 (vc-state): Use it.
12357 (vc-after-save): Always ask the backend to recompute the new state.
12358 Always call vc-dir if necessary, using vc-dir-buffers.
12359 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12360 Use vc-dir-buffers.
12361 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12362 (vc-dir-prepare-status-buffer, vc-dir-update)
12363 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12364 Don't call expand-file-name on default-directory.
12365
12366 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12367
12368 * speedbar.el (speedbar-item-delete):
12369 * calc/calc-prog.el (calc-kbd-if):
12370 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12371
12372 * epa.el (epa-key-list-mode-map):
12373 * hi-lock.el (hi-lock-menu): Fix typos in menus.
12374
12375 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12376 (hs-show-hook): Fix typo in docstring.
12377
12378 2009-09-29 Glenn Morris <rgm@gnu.org>
12379
12380 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12381 file-name-nondirectory call preventing location of cedet files.
12382 (check-declare-verify): Use literal search rather than re-search.
12383 Add basic defmethod and defclass, and define-overloadable-function.
12384
12385 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12386 Use tramp-compat-file-attributes rather than nonexistent
12387 tramp-compat-handle-file-attributes.
12388
12389 * Makefile.in (lisptagsfiles4): New.
12390 (AUTOGENEL): Add cedet loaddefs files.
12391 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12392 (update-elclist, compile-always, backup-compiled-files)
12393 (bootstrap-clean): Add yet another directory level.
12394 (update-elclist): Use LC_COLLATE rather than COLLATE.
12395 (ELCFILES): Update, via `make update-elclist'.
12396
12397 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12398
12399 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12400 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12401 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12402
12403 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
12404
12405 * Makefile.in (lisptagsfiles3): Define.
12406 (TAGS, TAGS-LISP): Use it.
12407 (update-elclist): Add third directory level to look for elc files.
12408 (compile-always): Likewise.
12409 (backup-compiled-files): Likewise.
12410 (bootstrap-clean): Likewise.
12411 (ELCFILES): Update.
12412
12413 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
12414
12415 * Makefile.in (ELCFILES): Add CEDET files.
12416
12417 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
12418
12419 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12420
12421 * net/tramp.el (top): Require tramp-imap.
12422
12423 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12424 Use `tramp-compat-handle-file-attributes'.
12425
12426 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12427
12428 * net/tramp-imap.el: New package.
12429
12430 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12431
12432 * whitespace.el (whitespace-trailing-regexp)
12433 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12434 Fix doc string.
12435
12436 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
12437
12438 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12439 menu.
12440
12441 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12442 menu-bar-ediff-menu.
12443
12444 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12445 define-overloadable-function.
12446
12447 * progmodes/autoconf.el: Provide autoconf as well, so that this
12448 file can be `require'd.
12449
12450 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12451
12452 * emacs-lisp/autoload.el (generated-autoload-feature)
12453 (generated-autoload-load-name): New vars.
12454 (autoload-rubric, autoload-generate-file-autoloads): Use them.
12455 (make-autoload): Recognize define-overloadable-function and
12456 defclass forms (for EIEIO).
12457
12458 * Makefile.in (update-subdirs): Exclude cedet directory.
12459
12460 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12461
12462 * term/ns-win.el: Don't set the region face background. (Bug#4381)
12463
12464 * faces.el: Default light-background background for region face to
12465 ns_selection_color under NS.
12466
12467 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12468
12469 * net/imap-hash.el: New library, see NEWS.
12470
12471 * Makefile.in (ELCFILES): Add imap-hash.el.
12472
12473 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
12474
12475 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12476 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12477 * help-macro.el (make-help-screen): Avoid using an ambiguous function
12478 definition where the docstring could be taken for the return value.
12479
12480 2009-09-26 Glenn Morris <rgm@gnu.org>
12481
12482 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12483 Add option to only show images below a certain size.
12484 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12485 save-excursion calls.
12486
12487 2009-09-26 Eli Zaretskii <eliz@gnu.org>
12488
12489 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12490 subdirectories) and eieio.
12491
12492 2009-09-26 Alan Mackenzie <acm@muc.de>
12493
12494 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12495 buggy bracketing. (Bug#4289)
12496
12497 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12498 character constants (as case labels). (Bug#4289)
12499
12500 2009-09-25 Juri Linkov <juri@jurta.org>
12501
12502 * files.el (safe-local-eval-forms): Allow time-stamp in
12503 before-save-hook (Bug#4554).
12504
12505 2009-09-25 Drew Adams <drew.adams@oracle.com>
12506
12507 * menu-bar.el (list-buffers-directory): Doc fix.
12508
12509 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12510
12511 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12512 Try and avoid copying twice the same paragraph.
12513 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12514 Remove save-excursion.
12515 (log-edit-changelog-entry): Do it here instead.
12516
12517 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
12518
12519 * bs.el (bs--get-file-name): Use `list-buffers-directory'
12520 when available, instead of hardcoding mode names. Doc fix.
12521
12522 * menu-bar.el (list-buffers-directory): Add docstring.
12523 Make automatically buffer-local.
12524
12525 * dired.el (dired-mode):
12526 * files.el (cd-absolute):
12527 * pcvs.el (cvs-temp-buffer):
12528 * pcvs-util.el (cvs-get-buffer-create):
12529 * shell.el (shell-mode):
12530 * vc-dir.el (vc-dir-mode):
12531 Don't make `list-buffers-directory' buffer local.
12532
12533 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
12534
12535 * comint.el (comint-exec, comint-run, make-comint):
12536 Doc fixes (Bug#4542).
12537
12538 2009-09-25 Glenn Morris <rgm@gnu.org>
12539
12540 * mail/rmailmm.el (rmail-mime): New custom group.
12541 Move all defcustoms in this file into this group.
12542 (rmail-mime-media-type-handlers-alist): Revert previous change.
12543 (rmail-mime-show-images): New option.
12544 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12545 references to it, since it wasn't actually used for anything.
12546 (rmail-mime-insert-image): New function.
12547 (rmail-mime-image): Use rmail-mime-insert-image.
12548 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12549 obey the value of `rmail-mime-show-images' option. Print the size of
12550 attachments.
12551
12552 2009-09-25 David Engster <deng@randomsample.de>
12553
12554 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
12555
12556 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12557
12558 * whitespace.el: Does not highlight trailing spaces While point is
12559 at end of line. Does not highligt spaces at beginning of buffer
12560 while point is at beginning of buffer. Does not highlight spaces
12561 at end of buffer while point is at end of buffer. (Bug#4177)
12562 New version 12.0.
12563 (whitespace-display-mappings): Adjust initialization.
12564 (whitespace-point, whitespace-font-lock-refontify): New vars.
12565 (whitespace-color-on, whitespace-color-off): Adjust code.
12566 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12567 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
12568 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
12569
12570 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
12571
12572 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
12573
12574 * textmodes/sgml-mode.el: Remove xml-mode alias.
12575
12576 * files.el (auto-mode-alist, conf-mode-maybe)
12577 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
12578
12579 2009-09-24 Alan Mackenzie <acm@muc.de>
12580
12581 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
12582 c-forward-conditionals, but it doesn't move point and doesn't set
12583 the mark.
12584 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
12585 (c-down-conditional-with-else, c-backward-conditional)
12586 (c-forward-conditional): Refactor to use c-scan-conditionals.
12587
12588 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
12589
12590 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12591 (help-default-arg-highlight): Remove.
12592 (help-highlight-arg): New function.
12593 (help-do-arg-highlight): Use it.
12594 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
12595
12596 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12597
12598 * term.el (term-set-scroll-region, term-handle-ansi-escape):
12599 Undo last change, which didn't fix the problem and introduced others.
12600
12601 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
12602
12603 * progmodes/gdb-mi.el: Don't require speedbar.
12604 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12605
12606 2009-09-24 Glenn Morris <rgm@gnu.org>
12607
12608 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12609
12610 * term/ns-win.el (ns-reg-to-script): Define for compiler.
12611
12612 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12613 there is no newline after the final mime boundary. (Bug#4539)
12614 Move markers on insertion so that any buttons inserted don't end up in
12615 the next part of a multipart message.
12616 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
12617 (rmail-mime-bulk-handler): Optionally handle images.
12618 (rmail-mime-image): New button action.
12619 (rmail-mime-image-handler): New function.
12620 (rmail-mime-mode): New mode.
12621 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
12622
12623 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12624
12625 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
12626 than just dropping elements from it (bug#4504).
12627
12628 * term.el (term-set-scroll-region): Don't move cursor any more.
12629 (term-handle-ansi-escape): Call term-goto here instead.
12630 Suggested by Ivan Kanis <apple@kanis.eu>.
12631
12632 * term.el: Require CL.
12633 (term-ansi-reset): New function.
12634 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
12635 (term-handle-colors-array): Simplify.
12636
12637 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
12638
12639 * allout.el (allout-overlay-interior-modification-handler)
12640 (allout-obtain-passphrase):
12641 * epa-file.el (epa-file-write-region):
12642 * ps-print.el (ps-begin-job):
12643 * vc-hooks.el (vc-toggle-read-only):
12644 * vc-rcs.el (vc-rcs-rollback):
12645 * vc-sccs.el (vc-sccs-rollback):
12646 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
12647 (vc-version-diff, vc-revert, vc-rollback):
12648 * wdired.el (wdired-check-kill-buffer):
12649 * emacs-lisp/authors.el (authors):
12650 * net/socks.el (socks-open-connection):
12651 * net/zeroconf.el (zeroconf-service-add-hook):
12652 * obsolete/vc-mcvs.el (vc-mcvs-register):
12653 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
12654 (gdb-select-frame):
12655 * progmodes/grep.el (lgrep, rgrep):
12656 * progmodes/idlw-help.el (idlwave-help-check-locations)
12657 (idlwave-help-html-link, idlwave-help-assistant-open-link):
12658 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12659 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
12660 (reftex-toc-rename-label): Fix typos in error messages.
12661
12662 * dired-aux.el (dired-do-shell-command): Reflow docstring.
12663 (dired-copy-how-to-fn): Doc fix.
12664 (dired-files-attributes, dired-read-shell-command):
12665 Fix typos in docstrings.
12666
12667 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
12668 (dired-x-find-file-other-window): Reflow docstrings.
12669 (dired-omit-marker-char, dired-read-shell-command)
12670 (dired-x-submit-report): Fix typos in docstrings.
12671
12672 * shell.el (shell-mode-hook):
12673 * view.el (View-scroll-line-forward):
12674 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
12675 Fix typos in docstrings.
12676
12677 * net/dig.el (dig-invoke): Fix typo in docstring.
12678 (query-dig): Reflow docstring.
12679
12680 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
12681 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
12682 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
12683 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
12684 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
12685 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
12686 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
12687 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
12688 (idlwave-completion-map, idlwave-current-indent)
12689 (idlwave-custom-ampersand-surround, idlwave-customize)
12690 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
12691 (idlwave-define-abbrev, idlwave-determine-class-special)
12692 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
12693 (idlwave-end-block-reg, idlwave-end-of-statement)
12694 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
12695 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
12696 (idlwave-explicit-class-listed, idlwave-file-header)
12697 (idlwave-fill-paragraph, idlwave-find-class-definition)
12698 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
12699 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
12700 (idlwave-in-quote, idlwave-indent-action-table)
12701 (idlwave-indent-expand-table, idlwave-indent-line)
12702 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
12703 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
12704 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
12705 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
12706 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
12707 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
12708 (idlwave-outlawed-buffers, idlwave-popup-select)
12709 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
12710 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
12711 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
12712 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
12713 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
12714 (idlwave-statement-type, idlwave-struct-skip)
12715 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
12716 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
12717 (idlwave-what-module-find-class): Fix typos in docstrings.
12718 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
12719 (idlwave-calculate-cont-indent, idlwave-expand-equal)
12720 (idlwave-find-module, idlwave-find-structure-definition)
12721 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
12722 (idlwave-list-load-path-shadows, idlwave-next-statement)
12723 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
12724 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
12725 (idlwave-template): Reflow docstrings.
12726
12727 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
12728 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
12729 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
12730 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
12731 (idlwave-shell-display-line, idlwave-shell-display-wframe)
12732 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
12733 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
12734 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
12735 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
12736 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
12737 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
12738 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
12739 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
12740 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
12741 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
12742 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
12743 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
12744 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
12745 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
12746 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
12747 Fix typos in docstrings.
12748 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
12749 (idlwave-shell-hide-output, idlwave-shell-mode)
12750 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
12751 Reflow docstrings.
12752
12753 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
12754
12755 2009-09-24 Ivan Kanis <apple@kanis.eu>
12756
12757 * term.el (term-bold-attribute): New var.
12758 (term-handle-colors-array): Use it.
12759
12760 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
12761
12762 * progmodes/gdb-mi.el (gdb-version): New variable.
12763 (gdb-non-stop-handler): Set gdb-version.
12764 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
12765 Condition "--thread" option on gdb-version.
12766 (gdb-invalidate-threads): Remove unused argument.
12767
12768 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12769
12770 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
12771 to looking-back to avoid ridiculous slow down in large files (bug#4511).
12772
12773 2009-09-23 Glenn Morris <rgm@gnu.org>
12774
12775 * mail/rmail.el (rmail-reply): Don't try to add a References header when
12776 replying to mail without References or Message-Id. (Bug#4525)
12777
12778 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
12779
12780 * term/ns-win.el (ns-reg-to-script): New variable.
12781
12782 2009-09-23 Daiki Ueno <ueno@unixuser.org>
12783
12784 * epg.el (epg-wait-for-status): Preserve existing 'error results.
12785
12786 2009-09-22 Sam Steingold <sds@gnu.org>
12787
12788 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
12789 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
12790 to 1 because hg returns status 1 when nothing is found.
12791 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
12792
12793 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12794
12795 * textmodes/fill.el: Convert to utf-8 encoding.
12796 (fill-french-nobreak-p): Remove redundant » and « inherited from our
12797 pre-Unicode days.
12798
12799 * add-log.el (change-log-fill-forward-paragraph): New function.
12800 (change-log-mode): Use it so fill-region DTRT.
12801 Set fill-indent-according-to-mode here rather than in
12802 change-log-fill-paragraph.
12803 (change-log-fill-paragraph): Remove.
12804
12805 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
12806
12807 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
12808 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
12809
12810 2009-09-22 Glenn Morris <rgm@gnu.org>
12811
12812 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
12813 the scroll-bar scroll the calendar window rather than the buffer.
12814
12815 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
12816 commands that move point (as opposed to scrolling).
12817
12818 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
12819
12820 * emacs-lisp/elint.el (elint): New custom group.
12821 (elint-log-buffer): Make it a defcustom.
12822 (elint-scan-preloaded, elint-ignored-warnings)
12823 (elint-directory-skip-re): New options.
12824 (elint-builtin-variables): Doc fix.
12825 (elint-preloaded-env): New variable.
12826 (elint-unknown-builtin-args): Add an entry for encode-time.
12827 (elint-extra-errors): Make it a variable rather than a constant.
12828 (elint-preloaded-skip-re): New constant.
12829 (elint-directory): Skip files matching elint-directory-skip-re.
12830 (elint-features): New variable, local to linted buffers.
12831 (elint-update-env): Initialize elint-features. Possibly add
12832 elint-preloaded-env to the buffer's environment.
12833 (elint-get-top-forms): Bind elint-current-pos, for log messages.
12834 Skip quoted forms.
12835 (elint-init-form): New function, extracted from elint-init-env.
12836 Make non-list forms a warning rather than an error.
12837 Add the mode-map for define-derived-mode. Handle define-minor-mode,
12838 easy-menu-define, put that adds an error-condition, and provide.
12839 When requiring cl, also require cl-macs. Really require cl, to handle
12840 some cl macros. Store required libraries in the list elint-features,
12841 so as not to re-load them. Treat cc-require like require.
12842 (elint-init-env): Call elint-init-form to do the work.
12843 Handle eval-and-compile and such like.
12844 (elint-add-required-env): Do not clear messages.
12845 (elint-special-forms): Add handlers for function, defalias, if, when,
12846 unless, and, or.
12847 (elint-form): Add optional argument to ignore elint-special-forms,
12848 useful to prevent recursive calls from handlers. Doc fix.
12849 Respect elint-ignored-warnings.
12850 (elint-form): Respect elint-ignored-warnings.
12851 (elint-bound-variable, elint-bound-function): New variables.
12852 (elint-unbound-variable): Respect elint-bound-variable.
12853 (elint-get-args): Respect elint-bound-function.
12854 (elint-check-cond-form): Add some simple handling for (f)boundp and
12855 featurep tests.
12856 (elint-check-defalias-form): New handler.
12857 (elint-check-let-form): Make an empty let a warning rather than an
12858 error.
12859 (elint-check-setq-form): Make an empty setq a warning rather than an
12860 error. Respect elint-ignored-warnings.
12861 (elint-check-defvar-form): Accept null doc-strings.
12862 (elint-check-conditional-form): New handler. Does some simple-minded
12863 checking of featurep and (f)boundp tests.
12864 (elint-put-function-args): New function.
12865 (elint-initialize): Use elint-scan-doc-file rather than
12866 elint-find-builtin-variables. Use elint-put-function-args.
12867 Possibly scan preloaded-file-list.
12868 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
12869 extend to handle functions as well.
12870
12871 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
12872
12873 * linum.el (linum-delete-overlays, linum-update-window):
12874 Do not modify the right margin. (Bug#3971)
12875
12876 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
12877
12878 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
12879 nxml-mode instead of xml-mode.
12880
12881 2009-09-21 Kevin Ryde <user42@zip.com.au>
12882
12883 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
12884
12885 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * net/dig.el (dig-mode): Use define-derived-mode.
12888
12889 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12890
12891 * vc-dispatcher.el (vc-do-command): Return the process object in
12892 the asynchronous case. Use when instead of if. Do not run
12893 vc-exec-after to display a message if not enabled. (Bug#4463)
12894
12895 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
12896 properties to the stash strings.
12897 (vc-git-stash-list): Return a list of strings.
12898 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
12899 (vc-git-stash-show-at-point): New functions.
12900 (vc-git-stash-map): New keymap.
12901
12902 * register.el (ctl-x-r-map): Define the keys here instead of
12903 using autoload.
12904
12905 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
12906
12907 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
12908 list, to workaround performance problem (bug#4485).
12909
12910 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
12911
12912 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
12913
12914 2009-09-20 Daiki Ueno <ueno@unixuser.org>
12915
12916 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
12917 Document that this option is not recommended to use.
12918
12919 2009-09-19 Glenn Morris <rgm@gnu.org>
12920
12921 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
12922 variable `var'.
12923
12924 * calc/calc-alg.el (var):
12925 * calc/calcalg2.el (var): Define for compiler.
12926
12927 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
12928
12929 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
12930 Doc fix (Bug#3932).
12931
12932 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
12933
12934 * time-stamp.el (time-stamp-month-dd-yyyy)
12935 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
12936 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
12937 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
12938 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
12939 Remove functions that have been obsolete since 1995 (Bug#4436).
12940
12941 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
12942 indent buffer only if called interactively (Bug#4452).
12943
12944 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
12945 Eli Zaretskii <eliz@gnu.org>
12946
12947 This fixes bug#4197 (merged to bug#865, though not identical).
12948 * server.el (server-auth-dir): Add docstring note about FAT32.
12949 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
12950 but warn against using them.
12951
12952 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
12953
12954 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
12955 older GDB where there is no has_more field.
12956
12957 2009-09-19 Glenn Morris <rgm@gnu.org>
12958
12959 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12960
12961 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
12962
12963 * files.el (auto-mode-alist): Change default for XML files to nXML
12964 mode (Bug#4169).
12965
12966 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
12967
12968 * server.el (server-ensure-safe-dir): Pass 'integer
12969 to `file-attributes', as suggested.
12970
12971 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12972
12973 * dired-aux.el (dired-query-alist): Remove spurious backslash.
12974 (dired-query): Use read-key.
12975
12976 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
12977
12978 * cus-start.el (ns-use-qd-smoothing): Remove.
12979
12980 2009-09-18 Glenn Morris <rgm@gnu.org>
12981
12982 * allout.el (top-level): Remove unnecessary progn.
12983
12984 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
12985
12986 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
12987 definition of abbrev table.
12988
12989 * speedbar.el (speedbar-track-mouse):
12990 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
12991 * net/eudc.el (eudc-expand-inline):
12992 * net/newst-backend.el (newsticker--cache-read-feed):
12993 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
12994 condition-case handlers.
12995
12996 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
12997
12998 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
12999 (gdb-var-list): Add an element for has_more field.
13000 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13001 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13002 (gdb-var-update-handler-1): Parse output of dynamic variable
13003 objects (STL containers).
13004 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13005 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13006
13007 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13008 gdb-var-list.
13009 (gud-speedbar-buttons): Make node expandable if expression "has more"
13010 children.
13011
13012 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
13013
13014 * startup.el (emacs-quick-startup): Remove variable and all uses.
13015 (command-line): Set `inhibit-x-resources' instead.
13016 (command-line-1): Use `inhibit-x-resources' instead.
13017
13018 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
13019
13020 * subr.el: Fix last change to avoid using the `unless' macro,
13021 which breaks bootstrapping.
13022
13023 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13024
13025 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13026 extended definitions, in case we reload subr.el after having
13027 loaded CL.
13028 (eval-next-after-load): Mark as obsolete.
13029
13030 2009-09-17 Juri Linkov <juri@jurta.org>
13031
13032 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13033 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13034 (menu-bar-showhide-menu, menu-bar-tools-menu)
13035 (menu-bar-describe-menu, menu-bar-help-menu)
13036 (minibuffer-local-completion-map, minibuffer-local-map):
13037 Fix list quoting.
13038
13039 2009-09-17 Glenn Morris <rgm@gnu.org>
13040
13041 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13042 arguments, whether or not it has a handler.
13043
13044 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13045
13046 * simple.el (hard-newline): Give it a doc-string.
13047
13048 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13049 (lisp-mode-syntax-table): Give them doc-strings.
13050
13051 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13052
13053 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13054 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13055 (menu-bar-options-menu, menu-bar-showhide-menu)
13056 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13057 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13058 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13059 (menu-bar-options-menu, menu-bar-tools-menu)
13060 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13061 (menu-bar-help-menu):
13062 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13063 string arguments.
13064
13065 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13066 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13067 calls for the menu names and :help.
13068
13069 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13070
13071 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13072 to :minor-mode-function (bug#4455).
13073
13074 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13075
13076 * startup.el (command-line): Initialize the window-system after
13077 processing the command-line.
13078
13079 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13080 page-delimiter matches the empty string.
13081
13082 2009-09-16 Glenn Morris <rgm@gnu.org>
13083
13084 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13085 byte-compile-not-obsolete-var. It's a list now.
13086 (byte-compile-not-obsolete-funcs): New variable.
13087 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13088 byte-compile-not-obsolete-funcs.
13089 (byte-compile-variable-ref, byte-compile-defvar): Update for
13090 byte-compile-not-obsolete-vars name-change and list nature.
13091 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13092 and variables behind (f)boundp tests.
13093 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13094
13095 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13096
13097 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13098
13099 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13100
13101 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13102 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13103 Don't autoload.
13104
13105 2009-09-15 Stephen Eglen <stephen@gnu.org>
13106
13107 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13108 the virtual-buffers, use the name of the buffer specified by
13109 find-file-noselect, as the match may be a symlink. (This was a
13110 problem if the target and the symlink had different names.)
13111
13112 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13113
13114 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13115
13116 * desktop.el (desktop-path): Check user-emacs-directory.
13117
13118 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13119
13120 * loadup.el: Use after-load-functions to GC after loading each file.
13121 Remove the explicit GC calls that used to be sprinkled around.
13122
13123 * subr.el (after-load-functions): New hook.
13124 (do-after-load-evaluation): Run it. Use string-match-p to detect
13125 `obsolete' packages, rather than painfully extracting the relevant
13126 directory name.
13127
13128 2009-09-15 Glenn Morris <rgm@gnu.org>
13129
13130 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13131 free variable `doc'.
13132
13133 * dired.el (dired-mode-map): Add menu entry for async shell command.
13134
13135 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13136 variables, also consider the .elc files, since the .el files are
13137 normally gzipped (subsequent code locates the .el.gz from the .elc).
13138
13139 * calc/calc-prog.el (arglist): Define for compiler.
13140
13141 * calendar/diary-lib.el (diary-display-function): Change the default to
13142 fancy display.
13143 (body): Define for compiler.
13144
13145 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13146 (byte-compile-file-form, byte-compile-lambda)
13147 (byte-compile-top-level-body, byte-compile-form)
13148 (byte-compile-variable-ref, byte-compile-setq)
13149 (byte-compile-setq-default, byte-compile-body)
13150 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13151 (batch-byte-compile): Give some more local variables with common names
13152 a "bytecomp-" prefix to avoid masking warnings about free variables.
13153
13154 * startup.el (command-line-1): Give local variables with common names a
13155 distinguishing prefix, so as not to hide free variable warnings during
13156 bootstrap.
13157
13158 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13159 clever and add a suffix to make a unique name, just let the user decide
13160 whether or not to overwrite it. If the input is a directory, write the
13161 default filename to that directory. (Bug#4388)
13162 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13163 is a filename-as-a-directory.
13164
13165 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13166
13167 * textmodes/page.el (what-page): Don't move to beginning of line.
13168 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13169
13170 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13171
13172 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13173
13174 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13175
13176 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13177 * help.el (help-for-help-internal): Add purecopy calls for text.
13178
13179 * vc.el (top): print-log method now takes an optional SHORTLOG
13180 argument. Add a new method: root.
13181 (vc-root-diff, vc-print-root-log): New functions.
13182 (vc-log-short-style): New variable.
13183 (vc-print-log-internal): Add support for showing short logs.
13184
13185 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13186 vc-print-root-log and vc-print-root-diff.
13187
13188 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13189 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13190 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13191 short logs.
13192
13193 * vc-cvs.el (vc-cvs-print-log):
13194 * vc-mtn.el (vc-mtn-print-log):
13195 * vc-rcs.el (vc-rcs-print-log):
13196 * vc-sccs.el (vc-sccs-print-log):
13197 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13198 that is ignored for now.
13199
13200 * vc-mtn.el (vc-mtn-annotate-command):
13201 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13202
13203 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13204
13205 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13206 to function-key-map, and give them ascii-character property.
13207 * term/x-win.el (x-alternatives-map):
13208 * term/ns-win.el (ns-alternatives-map):
13209 * term/internal.el (msdos-key-remapping-map):
13210 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13211
13212 2009-09-14 Glenn Morris <rgm@gnu.org>
13213
13214 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13215 temp-buffers (2009-09-12).
13216
13217 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13218
13219 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13220 the new read-key function.
13221
13222 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13223
13224 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13225 is defined (Bug#4405).
13226
13227 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13228
13229 * recentf.el (recentf-cleanup): Use a hash table to find
13230 duplicates (Bug#4407).
13231
13232 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
13233
13234 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13235 kp-0 to ascii equivalents (Bug#4325).
13236
13237 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13238
13239 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13240
13241 * eshell/em-hist.el:
13242 * eshell/em-dirs.el (eshell-complete-user-reference):
13243 Declare pcomplete functions and variables to avoid compiler warnings.
13244
13245 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13246
13247 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13248 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13249 * eshell/em-alias.el (eshell-aliases-file):
13250 * eshell/em-hist.el (eshell-history-file-name):
13251 Use expand-file-name instead of concat to make file names (Bug#4308).
13252
13253 2009-09-13 Glenn Morris <rgm@gnu.org>
13254
13255 * ediff-merg.el (ediff-do-merge):
13256 * filesets.el (filesets-run-cmd):
13257 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13258 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13259 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13260 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13261 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13262 Replace empty `let's with `progn'.
13263
13264 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13265
13266 * mail/sendmail.el (send-mail-function):
13267 * tooltip.el (tooltip-mode):
13268 * simple.el (transient-mark-mode):
13269 * rfn-eshadow.el (file-name-shadow-mode):
13270 * frame.el (blink-cursor-mode):
13271 * font-core.el (global-font-lock-mode):
13272 * files.el (temporary-file-directory)
13273 (small-temporary-file-directory, auto-save-file-name-transforms):
13274 * epa-hook.el (auto-encryption-mode):
13275 * composite.el (global-auto-composition-mode):
13276 Use custom-initialize-delay.
13277 * startup.el (command-line): Don't explicitly call
13278 custom-reevaluate-setting for all the above vars.
13279 * custom.el (custom-initialize-safe-set)
13280 (custom-initialize-safe-default): Delete.
13281
13282 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13283
13284 * term/x-win.el (x-initialize-window-system):
13285 * term/w32-win.el (w32-initialize-window-system):
13286 * term/ns-win.el (ns-initialize-window-system): Don't call
13287 mouse-wheel-mode since it's enabled globally by default already.
13288
13289 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13290 actually define the variable, but only silences the byte-compiler.
13291 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13292 before looking it up.
13293 (mouse-wheel-scroll-amount): Also reset the bindings if this value
13294 is changed.
13295
13296 2009-09-12 Glenn Morris <rgm@gnu.org>
13297
13298 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13299 1000.
13300 (elint-add-required-env): Don't beep on error.
13301 (elint-forms): In case of error, return ENV unchanged.
13302 (elint-init-env): Skip non-list forms.
13303 (elint-log): Handle unknown file positions.
13304
13305 2009-09-12 Daiki Ueno <ueno@unixuser.org>
13306
13307 * epg.el (epg-make-context): Add autoload cookie.
13308 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13309 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13310 (epg-verify-string, epg-start-sign, epg-sign-file)
13311 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13312 (epg-encrypt-string, epg-start-export-keys)
13313 (epg-export-keys-to-file, epg-export-keys-to-string)
13314 (epg-start-import-keys, epg-import-keys-from-file)
13315 (epg-import-keys-from-string, epg-start-receive-keys)
13316 (epg-receive-keys, epg-import-keys-from-server)
13317 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13318 (epg-sign-keys, epg-start-generate-key)
13319 (epg-generate-key-from-file, epg-generate-key-from-string):
13320 Remove autoload cookie.
13321
13322 2009-09-12 Eli Zaretskii <eliz@gnu.org>
13323
13324 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13325 reevaluation of trash-directory.
13326
13327 * mwheel.el: Fix last change.
13328 (mouse-wheel-mode): New defvar.
13329 (mouse-wheel-mode): Remove autoload cookie.
13330
13331 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13332
13333 * mwheel.el (mwheel-installed-bindings): New var.
13334 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13335 the bindings we set last time. Use custom-initialize-delay.
13336 * loadup.el: Load mwheel after term/*-win.el.
13337 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13338 and mouse-wheel-up-event now that their first evaluation is done
13339 sufficiently late to be correct.
13340
13341 * startup.el (tutorial-directory): Make it a defcustom.
13342 Use custom-initialize-delay rather than eval-at-startup to set it.
13343 * image.el (image-load-path): Make it a defcustom.
13344 Use custom-initialize-delay rather than eval-at-startup to set it.
13345 * subr.el (eval-at-startup): Remove.
13346 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13347
13348 * subr.el (do-after-load-evaluation): Warn the user after loading an
13349 obsolete package.
13350
13351 2009-09-12 Glenn Morris <rgm@gnu.org>
13352
13353 * proced.el (proced-mark-alt): Remove alias.
13354 (proced-mode-map): Remove proced-mark-alt.
13355
13356 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13357 Elint file and directory. Remove initialization entry.
13358
13359 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13360 commands.
13361 (elint-current-buffer): Set mode-line-process.
13362 (elint-init-env): Handle define-derived-mode.
13363 Fix declare-function with unspecified arglist. Guard against odd
13364 defalias statements (eg iso-insert's 8859-1-map).
13365 (elint-add-required-env): Use a temp buffer.
13366 (elint-form): Just print the function/macro name, not the whole form.
13367 Return env unchanged if we fail to parse a macro.
13368 (elint-forms): Guard against parse errors.
13369 (elint-output): New function, to handle batch mode.
13370 (elint-log-message): Add optional argument. Use elint-output.
13371 (elint-set-mode-line): New function.
13372
13373 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
13374
13375 * emacs-lisp/elp.el (elp-not-profilable): Add more
13376 functions (Bug#4233).
13377
13378 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
13379
13380 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13381 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13382
13383 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13384
13385 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13386 (gdb-var-list-children): Use json parsing.
13387
13388 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
13389
13390 * progmodes/js.el (js--proper-indentation): Handle the case where
13391 char-before is null. Reported by Deniz Dogan.
13392
13393 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13394
13395 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13396
13397 2009-09-11 Daiki Ueno <ueno@unixuser.org>
13398
13399 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13400 (epg-digest-algorithm-alist): Add SHA224.
13401 (epg-context-set-passphrase-callback)
13402 (epg-context-set-progress-callback): Add description about
13403 callback function.
13404
13405 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13406
13407 * custom.el (custom-delayed-init-variables): New var.
13408 (custom-initialize-delay): New function.
13409 * startup.el (command-line): "Re"evaluate all vars in
13410 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
13411 explicitly any more.
13412 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13413 to avoid creating a ~/.emacs.d at build-time (bug#4347).
13414
13415 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13416
13417 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13418
13419 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13420 (gdb-var-update-handler): Use json parsing.
13421
13422 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13423
13424 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13425 decode annotated text, regardless of language environment. (Bug#2741)
13426
13427 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13428
13429 * Makefile.in (autoloads): Make rmail.el writable as well.
13430
13431 2009-09-11 Glenn Morris <rgm@gnu.org>
13432
13433 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13434 loaddefs.el.
13435 * dired.el: Regenerate with extracted autoloads.
13436 * Makefile.in (autoloads): Make dired.el writable.
13437
13438 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13439 * ibuffer.el: Regenerate with extracted autoloads.
13440 * Makefile.in (autoloads): Make ibuffer.el writable.
13441
13442 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13443 * version.el (emacs-copyright, emacs-major-version)
13444 (emacs-minor-version): Reformat doc-strings for make-docfile.
13445
13446 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13447 functions and variables, since they must be stuff specific to some other
13448 platform.
13449 (apropos-print): Make mouse-click message less specific about button.
13450
13451 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13452 that records where a macro was defined.
13453 * help-fns.el (describe-function-1): Mention if a function has a
13454 compiler-macro.
13455 * help-mode.el (help-function-cmacro): New button.
13456
13457 * locate.el (top-level): Always require dired.
13458 (locate-mode-map): Initialize inside the defvar.
13459
13460 * net/ange-ftp.el (dired-compress-file): Declare.
13461 (ange-ftp-dired-compress-file): Add doc string.
13462
13463 * term/ns-win.el (x-display-name, x-setup-function-keys):
13464 Unify doc-strings with X versions.
13465
13466 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13467
13468 * emulation/crisp.el (crisp-mode-map): Move initialization
13469 into declaration.
13470 (crisp-mode): Use define-minor-mode.
13471
13472 * progmodes/xscheme.el (xscheme-evaluation-commands):
13473 Put a :advertised-binding property rather than using
13474 advertised-xscheme-send-previous-expression.
13475 (advertised-xscheme-send-previous-expression): Declare obsolete.
13476 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13477 `advertised-undo'.
13478 (crisp-mode): Add corresponding bindings to
13479 undo's :advertised-binding instead.
13480 * dired.el (dired-mode-map): Put a :advertised-binding property rather
13481 than using dired-advertised-find-file.
13482 (dired-advertised-find-file):
13483 * simple.el (advertised-undo):
13484 * wid-edit.el (advertised-widget-backward): Declare obsolete.
13485 (widget-keymap): Put a :advertised-binding property rather
13486 than using advertised-widget-backward.
13487 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13488 than using advertised-undo.
13489 * tutorial.el (tutorial--default-keys): Adjust accordingly.
13490
13491 2009-09-10 Simon South <ssouth@slowcomputing.org>
13492
13493 * progmodes/delphi.el (delphi-tab): Indent region when Transient
13494 Mark mode is enabled and region is active; otherwise indent or
13495 insert TAB as usual.
13496 (delphi-mode): Update description of TAB-key binding.
13497
13498 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13499
13500 * subr.el (define-key-rebound-commands): Mark obsolete.
13501 * startup.el (precompute-menubar-bindings): Remove.
13502 (normal-top-level): Remove obsolete code that tried to precompute
13503 menubar bindings.
13504 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13505 define-key-rebound-commands and precompute-menubar-bindings.
13506
13507 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
13508
13509 * net/imap.el (imap-interactive-login): Better messages.
13510 (imap-open): Fix bug with renamed buffer on reconnect.
13511 (imap-authenticate): Add buffer-local imap-last-authenticator variable
13512 for easier debugging and cleaner code. On successful (guessed based on
13513 server capabilities) secondary authentication, set imap-state
13514 correctly.
13515 (imap-last-authenticator): Define imap-last-authenticator as a variable
13516 to avoid warnings.
13517
13518 2009-09-10 Glenn Morris <rgm@gnu.org>
13519
13520 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13521
13522 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13523 (byte-compile-file-form-autoload): Don't warn about unknown functions
13524 where the autoload statement comes after the use.
13525 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13526 that any handlers inside the body (eg require) are in turn respected.
13527
13528 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13529 effects.
13530
13531 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13532 and syntax and abbrev tables basic docs, if they don't have any.
13533
13534 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13535
13536 * international/mule-cmds.el (top-level): Require cl when compiling.
13537 (view-hello-file): Use default-value rather than
13538 default-enable-multibyte-characters.
13539
13540 * progmodes/fortran.el: Move all safe and risky properties into the
13541 defcustoms.
13542
13543 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13544 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13545 * mail/undigest.el:
13546 Put autoloads in rmail.el rather than loaddefs.el.
13547 * mail/rmail.el: Regenerate with extracted autoloads.
13548
13549 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13550 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13551
13552 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
13553
13554 Reported in thread for Bug#4375.
13555 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13556 "-data-evaluate-expression" instead of print.
13557 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13558 (gdb-tooltip-print): Parse output from above MI command.
13559 (gdb): Revert 2009-08-11 change. User should detach inferior
13560 manually.
13561
13562 Remove the word "separate" from IO functions as inferior
13563 output is now never displayed in the GUD buffer.
13564
13565 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
13566
13567 * startup.el (command-line-normalize-file-name): On Windows and
13568 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
13569
13570 2009-09-10 Juri Linkov <juri@jurta.org>
13571
13572 * isearch.el (isearch-text-char-description): Propertize escape
13573 character sequences with the `escape-glyph' face. (Bug#4344)
13574
13575 * simple.el (shell-command): Set asynchronous process filter to
13576 `comint-output-filter'. (Bug#4343)
13577
13578 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
13579 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
13580 the list. Move "asm" to the bottom.
13581 (grep-find-ignored-directories): Add `choice' with nil value
13582 to empty the list easily.
13583 (grep-find-ignored-files): New option.
13584 (grep-files-history): Set to nil by default instead of '("ch" "el").
13585 (grep-compute-defaults): Add "<X>" to `grep-template'.
13586 (grep-read-files): Bind new local variables `default-alias' and
13587 `default-extension'. Use a list of default values for the file prompt.
13588 (lgrep): Add `--exclude=' command line options composed from
13589 `grep-find-ignored-files'.
13590 (rgrep): Add `-name' command line options composed from
13591 `grep-find-ignored-files'. (Bug#4301)
13592
13593 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13594
13595 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13596 (bug#4368).
13597
13598 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13599
13600 * calendar/time-date.el (autoload):
13601 Expand define-obsolete-function-alias into defalias and make-obsolete
13602 for old Emacsen that Gnus supports.
13603 (with-no-warnings): Define it for old Emacsen.
13604 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13605 is available.
13606 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13607 float-time is available; suppress compile warning for time-to-seconds.
13608
13609 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
13610
13611 * net/imap.el (imap-message-map): Docstring fix.
13612
13613 2009-09-09 Glenn Morris <rgm@gnu.org>
13614
13615 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
13616 line numbers too. (Bug#4374)
13617
13618 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13619
13620 * smerge-mode.el (smerge-remove-props, smerge-refine):
13621 Use with-silent-modifications (bug#4342).
13622
13623 * subr.el (with-silent-modifications): New macro.
13624
13625 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
13626
13627 * files.el (top-level): Require `cl' when compiling.
13628
13629 2009-09-07 Glenn Morris <rgm@gnu.org>
13630
13631 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
13632
13633 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
13634 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
13635
13636 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
13637
13638 * vc-git.el (vc-git-annotate-command): Use separator to parse
13639 arguments correctly.
13640
13641 2009-09-06 Eli Zaretskii <eliz@gnu.org>
13642
13643 * proced.el (proced-mode): Doc fix.
13644
13645 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
13646
13647 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
13648 lstat fails.
13649 (tramp-do-file-attributes-with-ls): Check for file existence at
13650 remote end.
13651 (tramp-do-file-attributes-with-stat): Likewise.
13652 (tramp-convert-file-attributes): Return nil when attr is nil.
13653
13654 2009-09-05 Glenn Morris <rgm@gnu.org>
13655
13656 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
13657 properties to this button.
13658 (diary-fancy-display): Don't extend the button to the final newline.
13659 (diary-fancy-display-mode): Continue to define "q" as a local key.
13660
13661 * calendar/cal-china.el (holiday-chinese): Make it slightly more
13662 efficient.
13663
13664 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
13665
13666 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
13667 (byte-compile-dest-file-function): New option.
13668 (byte-compile-dest-file): Doc fix.
13669 Obey byte-compile-dest-file-function.
13670 (byte-compile-cl-file-p): New function.
13671 (byte-compile-eval): Only suppress noruntime warnings about cl functions
13672 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
13673 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
13674 than for file being previously loaded.
13675 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
13676 (byte-compile-file-form-require): Handle the case where requiring a file
13677 indirectly causes CL to be loaded.
13678
13679 2009-09-05 Karl Fogel <kfogel@red-bean.com>
13680
13681 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
13682 before killing the old buffer, since by the time `kill-buffer' is
13683 run so many buffer variables have been set to nil that it may not
13684 behave as expected. (Bug#4061)
13685
13686 2009-09-05 Karl Fogel <kfogel@red-bean.com>
13687
13688 * files.el (find-alternate-file): If the old buffer is modified
13689 and visiting a file, behave similarly to `kill-buffer' when
13690 killing it, thus reverting to the pre-1.878 behavior; see
13691 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
13692 for discussion. Also, consult `buffer-file-name' as a variable
13693 not as a function, for consistency with the rest of the code.
13694
13695 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
13696
13697 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
13698 also when adding a new directory.
13699
13700 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
13701 defun.
13702
13703 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
13704
13705 * files.el (locate-file-completion-table): Make it provide boundary
13706 information, so partial-completion works better.
13707
13708 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
13709
13710 * mail/footnote.el (Footnote-text-under-cursor):
13711 Check footnote-text-marker-alist before using it (bug#4324).
13712
13713 2009-09-04 Glenn Morris <rgm@gnu.org>
13714
13715 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
13716 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
13717 * play/solitaire.el, play/tetris.el:
13718 Remove leading * from defcustom and defface docs.
13719
13720 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
13721 necessary.
13722 (diary-fancy-overriding-map): New variable.
13723 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
13724 Use view-mode.
13725
13726 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
13727 goto-line.
13728
13729 2009-09-03 Glenn Morris <rgm@gnu.org>
13730
13731 * arc-mode.el (archive-mode):
13732 * dos-fns.el (set-default-process-coding-system):
13733 * man.el (Man-getpage-in-background):
13734 * menu-bar.el (menu-bar-describe-menu):
13735 * server.el (server-process-filter):
13736 * startup.el (command-line):
13737 * tar-mode.el (tar-header-block-tokenize, tar-extract):
13738 * w32-fns.el (set-default-process-coding-system):
13739 * x-dnd.el (x-dnd-handle-file-name):
13740 * international/mule-cmds.el (mule-menu-keymap)
13741 (set-default-coding-systems, language-info-alist, set-language-info)
13742 (set-language-environment, standard-display-european-internal)
13743 (set-locale-environment):
13744 * international/mule-diag.el (mule-diag):
13745 * mail/emacsbug.el (report-emacs-bug):
13746 * mail/rmail.el (rmail-mode):
13747 * mail/sendmail.el (mail-setup):
13748 Use default-value rather than default-enable-multibyte-characters.
13749
13750 * progmodes/f90.el: Move all safe properties into the defcustoms.
13751 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
13752
13753 * calendar/appt.el (appt-check):
13754 * calendar/diary-lib.el (diary-set-header, diary-live-p)
13755 (diary-check-diary-file, diary-list-entries)
13756 (diary-include-other-diary-files, diary-simple-display)
13757 (diary-fancy-display, diary-print-entries)
13758 (diary-mark-included-diary-files, diary-make-entry):
13759 Don't call substitute-in-file-name on diary-file.
13760
13761 2009-09-03 Eduard Wiebe <usenet@pusto.de>
13762 Stefan Monnier <monnier@iro.umontreal.ca>
13763
13764 * mail/footnote.el (footnote-prefix): Make it a defcustom.
13765 (footnote-mode-map): Move initialization into the declaration.
13766 (footnote-minor-mode-map): Define it rather than changing global-map.
13767 (footnote-mode): Use define-minor-mode.
13768
13769 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
13770
13771 * net/tramp.el (tramp-handle-file-attributes-with-ls)
13772 (tramp-do-file-attributes-with-perl)
13773 (tramp-do-file-attributes-with-stat): Rename from
13774 `tramp-handle-file-attributes-with-*'.
13775 (tramp-handle-file-attributes): Use them.
13776 (tramp-do-directory-files-and-attributes-with-perl)
13777 (tramp-do-directory-files-and-attributes-with-stat): Rename from
13778 `tramp-handle-directory-files-and-attributes-with-*'.
13779 (tramp-handle-directory-files-and-attributes): Use them.
13780 (tramp-method-out-of-band-p): Additional parameter SIZE.
13781 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
13782 (tramp-handle-write-region): Use it.
13783 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
13784 (tramp-handle-vc-registered): Check, whether the first run did
13785 return files to be tested.
13786 (tramp-advice-make-auto-save-file-name): Do not call directly
13787 `tramp-handle-make-auto-save-file-name', because this would bypass
13788 the locking mechanism.
13789
13790 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
13791 (file-remote-p, process-file, start-file-process, set-file-times)
13792 (tramp-compat-file-attributes): Compatibility functions shall not
13793 call directly `tramp-handle-*', because this would bypass the
13794 locking mechanism.
13795 (tramp-compat-number-sequence): New defun.
13796
13797 2009-09-02 Glenn Morris <rgm@gnu.org>
13798
13799 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
13800 alias for float-time.
13801 (time-to-number-of-days): In Emacs, use float-time.
13802 * net/newst-backend.el (time-add): Suppress warnings from compat
13803 function.
13804 * time.el (emacs-uptime, emacs-init-time):
13805 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
13806 Use float-time rather than time-to-seconds.
13807
13808 * minibuffer.el (completion-initials-expand): Fix typo.
13809
13810 * faces.el (modeline, modeline-inactive, modeline-highlight)
13811 (modeline-buffer-id):
13812 * info.el (info-menu-5): Mark these face aliases as obsolete.
13813
13814 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
13815
13816 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
13817 space ...
13818 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
13819 no "--thread" option.
13820 (gdb-stopped): Don't print "Switched to thread" message when it is
13821 unchanged.
13822
13823 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13824
13825 * minibuffer.el (completion-try-completion)
13826 (completion-all-completions): Remove ill-defined (and
13827 mistakenly installed and luckily never used nor documented)
13828 `completion-styles' property.
13829 (completion-initials-expand, completion-initials-all-completions)
13830 (completion-initials-try-completion): New functions.
13831 (completion-styles-alist): Add doc to each entry.
13832 Add new `initials' entry.
13833
13834 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
13835
13836 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
13837 MI command -var-evaluate-expression.
13838 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
13839 and tweak for case of string child.
13840 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
13841
13842 2009-09-01 Glenn Morris <rgm@gnu.org>
13843
13844 * add-log.el (change-log-date-face, change-log-name-face)
13845 (change-log-email-face, change-log-file-face, change-log-list-face)
13846 (change-log-conditionals-face, change-log-function-face)
13847 (change-log-acknowledgement-face):
13848 * cus-edit.el (custom-invalid-face, custom-rogue-face)
13849 (custom-modified-face, custom-set-face, custom-changed-face)
13850 (custom-saved-face, custom-button-face, custom-button-pressed-face)
13851 (custom-documentation-face, custom-state-face, custom-comment-face)
13852 (custom-comment-tag-face, custom-variable-tag-face)
13853 (custom-variable-button-face, custom-face-tag-face)
13854 (custom-group-tag-face-1, custom-group-tag-face):
13855 * diff-mode.el (diff-header-face, diff-file-header-face)
13856 (diff-index-face, diff-hunk-header-face, diff-removed-face)
13857 (diff-added-face, diff-changed-face, diff-function-face)
13858 (diff-context-face, diff-nonexistent-face):
13859 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
13860 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
13861 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13862 (Info-title-4-face):
13863 * isearch.el (isearch-lazy-highlight-face):
13864 * log-view.el (log-view-file-face, log-view-message-face):
13865 * paren.el (show-paren-match-face, show-paren-mismatch-face):
13866 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13867 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13868 (cvs-msg-face):
13869 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13870 (smerge-base-face, smerge-markers-face):
13871 * wid-edit.el (widget-documentation-face, widget-button-face)
13872 (widget-field-face, widget-single-line-field-face)
13873 (widget-inactive-face, widget-button-pressed-face):
13874 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
13875 (woman-addition-face):
13876 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
13877 (eshell-ls-executable-face, eshell-ls-readonly-face)
13878 (eshell-ls-unreadable-face, eshell-ls-special-face)
13879 (eshell-ls-missing-face, eshell-ls-archive-face)
13880 (eshell-ls-backup-face, eshell-ls-product-face)
13881 (eshell-ls-clutter-face):
13882 * eshell/em-prompt.el (eshell-prompt-face):
13883 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
13884 * obsolete/old-whitespace.el (whitespace-highlight-face):
13885 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
13886 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
13887 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
13888 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
13889 (antlr-font-lock-literal-face):
13890 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
13891 (ebrowse-root-class-face, ebrowse-file-name-face)
13892 (ebrowse-default-face, ebrowse-member-attribute-face)
13893 (ebrowse-member-class-face, ebrowse-progress-face):
13894 * progmodes/make-mode.el (makefile-space-face):
13895 * progmodes/sh-script.el (sh-heredoc-face):
13896 * textmodes/flyspell.el (flyspell-incorrect-face)
13897 (flyspell-duplicate-face):
13898 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
13899 * textmodes/texinfo.el (texinfo-heading-face):
13900 Mark face aliases with "-face" suffix as obsolete.
13901
13902 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
13903 compiler.
13904
13905 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
13906 (eudc-bob-sound-menu): Use defvar rather than defconst, since
13907 easy-menu-define wants to modify these.
13908
13909 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
13910
13911 * net/browse-url.el (browse-url-file-url):
13912 * term/internal.el (dos-codepage-setup):
13913 Use default-value rather than default-enable-multibyte-characters.
13914
13915 * progmodes/etags.el (etags-goto-tag-location):
13916 * progmodes/flymake.el (flymake-highlight-line)
13917 (flymake-goto-file-and-line, flymake-goto-line):
13918 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
13919 (gdb-goto-breakpoint):
13920 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13921 * progmodes/python.el (python-find-function)
13922 (python-pdbtrack-track-stack-file):
13923 * progmodes/verilog-mode.el (verilog-surelint-off):
13924 * term/ns-win.el (ns-open-file-select-line):
13925 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
13926 Use forward-line rather than goto-line.
13927
13928 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
13929 * textmodes/reftex-index.el (reftex-display-index):
13930 * textmodes/reftex-ref.el (reftex-offer-label-menu):
13931 * textmodes/reftex-toc.el (reftex-toc):
13932 Remove unnecessary bindings of default-major-mode (all are followed by
13933 major-mode check and possible mode switch).
13934
13935 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
13936
13937 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13938 Handle watchpoints (bug#4282).
13939 (def-gdb-thread-buffer-command): Enable thread to be selected by
13940 clicking without selecting threads buffer first.
13941 (gdb-current-context-command): Use selected frame so that "up",
13942 "down" etc work in the GUD buffer.
13943 (gdb-update): Find selected frame before rendering stack buffer.
13944 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
13945
13946 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13947
13948 * progmodes/sym-comp.el (displayed-completions): Remove.
13949 (symbol-complete): Use minibuffer-complete.
13950
13951 2009-08-31 Glenn Morris <rgm@gnu.org>
13952
13953 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
13954
13955 * apropos.el (apropos-symbols-internal):
13956 Handle (obsolete) face aliases.
13957
13958 * faces.el (describe-face): Adjust the output format to be more like
13959 describe-variable, and to mention (obsolete) face aliases.
13960 Adjust the whitespace so that help-setup-xref works.
13961
13962 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
13963 * calendar/diary-lib.el (diary-button-face):
13964 Mark these face aliases as obsolete.
13965
13966 * calendar/calendar.el (calendar-today): Doc fix.
13967
13968 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
13969
13970 * progmodes/gdb-mi.el (gdb-control-all-threads)
13971 (gdb-control-current-thread): Force tool bar update.
13972 (gdb-non-stop-handler): New function.
13973 (gdb-init-1): Use it to test if non-stop mode is supported.
13974 Remove unused gdbmi buffer type.
13975
13976 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
13977
13978 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
13979 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
13980
13981 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
13982
13983 * comint.el (comint-exec-1): Check command is non-null first.
13984 Part of gdb-mi.el change (2009-08-28).
13985
13986 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13987
13988 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
13989
13990 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
13991
13992 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
13993 instead of `dolist' to avoid a recursive require when bootstrapping.
13994
13995 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13996
13997 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
13998
13999 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14000
14001 * net/imap.el (imap-send-command): Simplify.
14002 (imap-wait-for-tag): point-max -> buffer-size.
14003
14004 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14005
14006 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14007 with constant argument.
14008
14009 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14010
14011 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14012
14013 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14014 Change default, since most of our files don't have a history.
14015 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14016 the user.
14017
14018 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14019 Add comint-run.
14020
14021 * calc/calc.el: Improve commenting convention.
14022 (calc-digit-map, toplevel): Simplify.
14023
14024 * comint.el (comint-insert-input): Be careful to only set point if we
14025 don't delegate to some other command.
14026
14027 * proced.el (proced-signal-list): Make it an alist.
14028 (proced-grammar-alist): Capitalize names.
14029 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14030 Disable undo manually and make it read-only.
14031 Use completion-annotate-function.
14032
14033 * minibuffer.el (minibuffer-message): If the current buffer is not
14034 a minibuffer, insert the message in the echo area rather than at the
14035 end of the buffer.
14036 (completion-annotate-function): New variable.
14037 (minibuffer-completion-help): Use it.
14038 (completion--embedded-envvar-table): Environment vars are
14039 always case-sensitive.
14040
14041 2009-08-30 Glenn Morris <rgm@gnu.org>
14042
14043 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14044 from fortran-current-defun.
14045 (fortran-beginning-of-subprogram): Be more precise about finding the
14046 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14047 (fortran-end-of-subprogram): Simplify.
14048 (fortran-current-defun): Use fortran-start-prog-re.
14049
14050 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
14051
14052 * subr.el (do-after-load-evaluation): Simplify.
14053
14054 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14055
14056 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14057
14058 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14059 (vc-rcs-print-log): Use it.
14060
14061 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14062
14063 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14064
14065 * paths.el (abbrev-file-name): Move to abbrev.el.
14066 * abbrev.el (abbrev-file-name): Move from paths.el.
14067 Obey user-emacs-directory.
14068 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14069 user-emacs-directory.
14070 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14071 abbrev-file-name and calc-settings-file any more.
14072 * startup.el (command-line): Recompute abbrev-file-name and
14073 abbreviated-home-dir.
14074 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14075 of the special code for when C-h bindings haven't been changed.
14076 (display-startup-echo-area-message): Use with-current-buffer.
14077 (command-line-1): Use a list of strings, rather than a list of lists
14078 of strings for longopts.
14079
14080 * files.el (get-free-disk-space): Use / for default-directory.
14081
14082 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14083 Use with-current-buffer.
14084
14085 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14086 Recognize immutable variables like most-positive-fixnum.
14087 (byte-compile-setq-default): Check and warn if trying to assign
14088 to an immutable variable, or a non-variable.
14089
14090 * progmodes/cc-vars.el (c-comment-continuation-stars):
14091 * progmodes/cc-engine.el (c-looking-at-bos):
14092 * progmodes/cc-cmds.el (c-toggle-auto-state)
14093 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14094 (c-comment-line-break-function): Add version of obsolescence.
14095
14096 2009-08-28 Juri Linkov <juri@jurta.org>
14097
14098 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14099 associated with `archive-mode'.
14100
14101 * image.el (image-type-header-regexps): Use only JPEG magic number
14102 to determine JPEG images, and don't use `image-jpeg-p' because
14103 Emacs can display non-JFIF non-Exif JPEG images.
14104
14105 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14106
14107 * arc-mode.el (archive-mode):
14108 * emacs-lisp/re-builder.el (re-builder-unload-function):
14109 Protect against the default value of `major-mode' being nil.
14110
14111 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14112
14113 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14114 Fix typos in docstrings.
14115
14116 * progmodes/js.el (js--macro-decl-re): Doc fix.
14117 (js--plain-method-re, js--split-name): Refloc docstring.
14118 (js--class-styles, js--make-merged-item, js--splice-into-items):
14119 Fix typos in docstrings; reflow docstrings.
14120 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14121 (js--variable-decl-matcher, js--inside-pitem-p)
14122 (js--parse-state-at-point, js--get-all-known-symbols)
14123 (js--symbol-history, js-find-symbol, js--js-references)
14124 (js--moz-interactor, js--js-encode-value, js--read-tab):
14125 Fix typos in docstrings.
14126
14127 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14128
14129 * textmodes/reftex.el (reftex-get-file-buffer-force):
14130 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14131 * emulation/viper.el (viper-go-away, viper-set-hooks):
14132 * emacs-lisp/re-builder.el (re-builder-unload-function):
14133 * emacs-lisp/bytecomp.el (byte-compile-file):
14134 * ses.el (ses-unload-function):
14135 * hexl.el (hexl-find-file):
14136 * files.el (normal-mode):
14137 * ehelp.el (with-electric-help):
14138 * autoinsert.el (auto-insert-alist):
14139 * arc-mode.el (archive-mode):
14140 Use (default-value 'major-mode) instead of default-major-mode.
14141
14142 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14143 * international/mule.el (load-with-code-conversion):
14144 * emacs-lisp/debug.el (debug):
14145 * ediff-vers.el (ediff-rcs-get-output-buffer):
14146 * dired.el (dired-internal-noselect): Don't let-bind
14147 default-major-mode around code that doesn't use it.
14148 E.g. buffer creation via get-buffer-create doesn't use it.
14149
14150 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
14151
14152 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14153 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14154 when writing the temp file. Otherwise, epa-file gets confused.
14155 (tramp-register-file-name-handlers): Make it a defun. Move also
14156 `epa-file-handler' to the front of `file-name-handler-alist'.
14157
14158 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14159
14160 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14161 start right after a ^M.
14162 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14163 (tramp-completion-file-name-regexp-separate)
14164 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14165 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14166 Don't modify last-coding-system-used by accident.
14167 (tramp-completion-file-name-handler): Apply the checks here,
14168 instead during registration.
14169 (tramp-register-file-name-handlers): Renamed from
14170 `tramp-register-file-name-handler'. Register both
14171 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14172 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
14173
14174 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
14175
14176 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14177 Remove variable ...
14178 (gdb-init-1, gdb-display-separate-io-buffer)
14179 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14180 references to it.
14181 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14182 (gdb-inferior-filter): Use comint-output-filter to stop
14183 echoing and remove ^M characters.
14184
14185 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14186
14187 * emulation/viper-init.el (viper-restore-cursor-type):
14188 * emulation/cua-base.el (cua--update-indications):
14189 Replace default-cursor-type with (default-value 'cursor-type).
14190
14191 * mail/sendmail.el (mail-recover-1):
14192 * international/mule-diag.el (describe-current-coding-system-briefly)
14193 (describe-current-coding-system):
14194 * international/mule-cmds.el (select-safe-coding-system)
14195 (select-message-coding-system)
14196 (set-language-environment-coding-systems, set-locale-environment):
14197 * hexl.el (hexl-insert-multibyte-char):
14198 * dos-w32.el (find-buffer-file-type-coding-system):
14199 * simple.el (what-cursor-position):
14200 Replace uses of default-buffer-file-coding-system
14201 with (default-value 'buffer-file-coding-system).
14202
14203 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14204 Replace uses of default-cursor-in-non-selected-windows
14205 with (default-value 'cursor-in-non-selected-windows).
14206 Use with-current-buffer.
14207
14208 * mail/feedmail.el: Use CL macros.
14209 (feedmail-run-the-queue, feedmail-send-it-immediately):
14210 * dos-w32.el (find-buffer-file-type): Replace uses of
14211 default-buffer-file-type with (default-value 'buffer-file-type).
14212
14213 2009-08-28 Glenn Morris <rgm@gnu.org>
14214
14215 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14216 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14217 Use default-value of major-mode rather than default-major-mode.
14218
14219 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14220
14221 * Makefile.in (update-elcfiles): Report left over elc files.
14222
14223 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14224 expand-file-name and with-current-buffer.
14225 (mail-get-names, mail-directory): Use with-current-buffer.
14226
14227 * vc.el (vc-read-revision): New function.
14228 (vc-version-diff, vc-merge): Use it.
14229
14230 2009-08-27 Sam Steingold <sds@gnu.org>
14231
14232 * simple.el (kill-do-not-save-duplicates): New user option.
14233 (kill-new): When it is non-nil, and the new string is the same as
14234 the latest kill, set replace to t to avoid duplicates in kill-ring.
14235
14236 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
14237
14238 * net/tramp.el (tramp-handle-process-file): Do not flush all
14239 caches when `process-file-side-effects' is set.
14240 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14241 instead of `tramp-find-file-exists-command'.
14242 Unset `process-file-side-effects'.
14243
14244 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
14245
14246 * net/tramp.el (tramp-methods): New method "rsyncc".
14247 (top): Add completion function for "rsyncc".
14248 (tramp-message-show-message): New defvar.
14249 (tramp-message, tramp-error): Use it.
14250 (tramp-do-copy-or-rename-file-directly): Extend check for direct
14251 remote copying.
14252 (tramp-do-copy-or-rename-file-out-of-band): Handle new
14253 `tramp-methods' entry `copy-env' of "rsyncc".
14254 (tramp-vc-registered-read-file-names): New defconst.
14255 (tramp-vc-registered-file-names): New defvar.
14256 (tramp-handle-vc-registered): Implement optimization strategy.
14257 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14258 (tramp-vc-file-name-handler): New defun.
14259 (tramp-get-ls-command, tramp-get-test-command)
14260 (tramp-get-file-exists-command, tramp-get-remote-ln)
14261 (tramp-get-remote-perl, tramp-get-remote-stat)
14262 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14263
14264 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14265 (tramp-cache-inhibit-cache): Extend doc string. It allows also
14266 timestamps.
14267 (tramp-get-file-property): Check for timestamps in
14268 `tramp-cache-inhibit-cache'.
14269 (tramp-set-file-property): Write timestamp.
14270
14271 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14272
14273 * language/japan-util.el (japanese-symbol-table): Add entries for
14274 cp932-2-byte.
14275
14276 * international/characters.el: Add category `j' to cp932-2-byte.
14277
14278 2009-08-27 Kenichi Handa <handa@m17n.org>
14279
14280 * international/fontset.el (build-default-fontset-data): New macro.
14281 (setup-default-fontset): Use build-default-fontset-data for CJK,
14282 tibetan, ethiopic, and ipa.
14283
14284 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14285
14286 * cus-start.el (default-major-mode): Customize `major-mode' instead.
14287 (enable-multibyte-characters): Not customizable any more.
14288
14289 * subr.el (default-mode-line-format, default-header-line-format)
14290 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14291 (default-direction-reversed, default-truncate-lines)
14292 (default-left-margin, default-tab-width, default-case-fold-search)
14293 (default-left-margin-width, default-right-margin-width)
14294 (default-left-fringe-width, default-right-fringe-width)
14295 (default-fringes-outside-margins, default-scroll-bar-width)
14296 (default-vertical-scroll-bar, default-indicate-empty-lines)
14297 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14298 (default-fringe-cursor-alist, default-scroll-up-aggressively)
14299 (default-scroll-down-aggressively, default-fill-column)
14300 (default-cursor-type, default-buffer-file-type)
14301 (default-cursor-in-non-selected-windows)
14302 (default-buffer-file-coding-system, default-major-mode)
14303 (default-enable-multibyte-characters): Mark as obsolete.
14304
14305 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
14306
14307 * vc-dir.el (vc-dir-update): Remove debug helper.
14308
14309 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14310
14311 2009-08-26 Sam Steingold <sds@gnu.org>
14312
14313 * simple.el (save-interprogram-paste-before-kill): New user option.
14314 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14315 save the interprogram-paste into kill-ring before overriding it
14316 with the Emacs kill.
14317
14318 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14319
14320 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14321 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14322 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14323 and move to vc-rcs.el.
14324 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14325 move to vc-rcs.el.
14326 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14327 (vc-rcs-update-changelog): Remove.
14328 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14329 and move to vc-rcs.el.
14330
14331 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14332 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14333 renaming.
14334 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14335 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14336 vc.el, renamed to be RCS specific.
14337
14338 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14339 New functions.
14340 (vc-cvs-update-changelog): Move here from vc.el.
14341
14342 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14343 New functions.
14344
14345 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14346
14347 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14348
14349 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14350
14351 * vc-git.el (vc-git-register): Use "git add" for directories.
14352 (vc-git-stash, vc-git-stash-show): New functions.
14353 (vc-git-extra-menu-map): Bind them.
14354
14355 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14356 directory correctly in case the item is a directory itself.
14357
14358 * vc.el: Document the desired behavior for reverted files in the
14359 `added' state.
14360 (vc-default-prettify-state-info): Remove function, unused.
14361
14362 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14363
14364 2009-08-26 Glenn Morris <rgm@gnu.org>
14365
14366 * bindings.el (standard-mode-line-format): Reposition dashes in
14367 which-func entry. (Bug#4217)
14368
14369 * files.el (enable-local-variables, enable-local-eval)
14370 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14371 the defcustoms.
14372 (auto-mode-alist, ignored-local-variables)
14373 (save-some-buffers-action-alist): Move risky declarations to the
14374 definitions.
14375 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14376 (font-lock-defaults, format-alist, imenu--index-alist)
14377 (imenu-generic-expression, input-method-alist, minor-mode-alist)
14378 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14379 (mode-line-modified, mode-line-mule-info, mode-line-position)
14380 (mode-line-process, mode-line-remote, outline-level)
14381 (parse-time-rules, rmail-output-file-alist)
14382 (special-display-buffer-names, vc-mode):
14383 Move risky declarations to the relevant files.
14384 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14385 (mode-line-modified, mode-line-process, mode-line-position)
14386 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14387 * font-core.el (font-lock-defaults):
14388 * format.el (format-alist):
14389 * vc-hooks.el (vc-mode):
14390 * window.el (special-display-buffer-names):
14391 * international/mule-cmds.el (input-method-alist):
14392 Define riskiness here (dumped file) rather than in files.el.
14393 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14394 * imenu.el (imenu-generic-expression, imenu--index-alist):
14395 * outline.el (outline-level):
14396 * time.el (display-time-string):
14397 * calendar/parse-time.el (parse-time-rules):
14398 * mail/rmailout.el (rmail-output-file-alist):
14399 Autoload riskiness here, rather than placing in files.el.
14400
14401 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
14402
14403 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14404
14405 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
14406
14407 * simple.el (process-file-side-effects): New defvar.
14408
14409 * dired-aux.el (dired-show-file-type):
14410 * vc.el (vc-diff-internal):
14411 * vc-arch.el (vc-arch-diff):
14412 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14413 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14414 * vc-git.el (vc-git-registered, vc-git-working-revision)
14415 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14416 (vc-git--empty-db-p):
14417 * vc-hooks.el (vc-user-login-name):
14418 * vc-svn.el (vc-svn-registered, vc-svn-state)
14419 (vc-svn-dir-extra-headers, vc-svn-find-revision):
14420 * progmodes/grep.el (grep-probe): Let-bind
14421 `process-file-side-effects' with nil.
14422
14423 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14424
14425 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14426 daemon. Replace ping by checking for running service for bluez
14427 and zeroconf. (Bug#4239)
14428
14429 2009-08-25 Kevin Ryde <user42@zip.com.au>
14430
14431 * net/dig.el (dig): Add autoload cookie.
14432
14433 2009-08-25 Glenn Morris <rgm@gnu.org>
14434
14435 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14436 load-history for absolute file-names.
14437 (byte-compile-file-form-require): Warn about use of the cl package.
14438
14439 * format.el (format-alist): Doc fix.
14440
14441 * play/bubbles.el (top-level): Don't require cl at run-time.
14442
14443 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14444 run-time cl).
14445
14446 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
14447
14448 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14449 from cl package.
14450 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14451
14452 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
14453
14454 * calc/calc-alg.el (math-trig-rewrite)
14455 (math-hyperbolic-trig-rewrite): New functions.
14456 (calc-simplify): Simplify trig functions when asked.
14457
14458 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14459
14460 * diff-mode.el (diff-find-source-location): Avoid goto-line.
14461
14462 2009-08-24 Kenichi Handa <handa@m17n.org>
14463
14464 * language/ind-util.el (mapthread): Delete it.
14465 (combinatorial): New function.
14466 (indian--puthash-cv): Use combinatorial instead of mapthread.
14467
14468 2009-08-22 Kevin Ryde <user42@zip.com.au>
14469
14470 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14471 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14472 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14473 Clarify docstring that the value is strings not symbols.
14474 (checkdoc-list-of-strings-p): New function.
14475
14476 2009-08-22 Glenn Morris <rgm@gnu.org>
14477
14478 * files.el (auto-mode-alist):
14479 * hippie-exp.el (he-concat-directory-file-name):
14480 * lpr.el (lpr-windows-system, printer-name):
14481 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14482 * ps-print.el (ps-windows-system):
14483 * startup.el (command-line):
14484 * emulation/viper-ex.el (viper-glob-function):
14485 * international/mule-cmds.el (set-language-environment-coding-systems):
14486 * net/ange-ftp.el (ange-ftp-write-region):
14487 * obsolete/fast-lock.el (fast-lock-cache-name):
14488 Remove code for defunct system-types emx, macos, mswindows, next-mach,
14489 unisoft-unix, vax-vms, win32, w32.
14490
14491 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14492 given name if the pattern is not more specific.
14493
14494 * calendar/lunar.el (lunar-phase-names): New option.
14495 (lunar-phase): Doc fix.
14496 (lunar-cycles-per-year): New constant.
14497 (lunar-index): New function.
14498 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14499 (lunar-phase-name): Use lunar-phase-names.
14500 (calendar-lunar-phases): Use format.
14501 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14502
14503 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14504 Copy imenu-example--name-and-position function here for own use.
14505 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14506
14507 * bs.el (bs--redisplay):
14508 * cus-edit.el (custom-redraw):
14509 * ibuffer.el (ibuffer-bury-buffer):
14510 * server.el (server-goto-line-column):
14511 * startup.el (command-line-1):
14512 * strokes.el (strokes-xpm-for-stroke):
14513 * term.el (term-display-buffer-line):
14514 * view.el (View-goto-line):
14515 * calc/calc.el (calc-do, calc-trail-buffer):
14516 * play/gamegrid.el (gamegrid-add-score-insecure):
14517 * progmodes/ada-mode.el (ada-compile-goto-error):
14518 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14519 (ebrowse-select-1st-to-9nth):
14520 * progmodes/cperl-mode.el (cperl-time-fontification):
14521 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14522 * progmodes/gud.el (gud-display-line):
14523 (idlwave-shell-display-line):
14524 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14525 * progmodes/make-mode.el (makefile-browser-toggle):
14526 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14527 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14528 * textmodes/picture.el (picture-draw-rectangle):
14529 * textmodes/reftex-index.el (reftex-index-goto-letter):
14530 (reftex-select-jump-to-previous):
14531 * textmodes/reftex-sel.el (reftex-find-start-point)
14532 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14533 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14534 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14535 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14536 * textmodes/two-column.el (2C-associated-buffer):
14537 Use forward-line rather than goto-line.
14538
14539 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14540 goto-line.
14541
14542 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14543 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14544 (quick-check-list-to-regexp): Declare.
14545
14546 * progmodes/make-mode.el (makefile-browser-insert-selection):
14547 Use goto-char rather than goto-line.
14548
14549 * progmodes/prolog.el (compilation-error-regexp-alist)
14550 (compilation-forget-errors): Declare.
14551
14552 2009-08-22 Juri Linkov <juri@jurta.org>
14553
14554 * progmodes/grep.el (lgrep, rgrep): At the beginning
14555 set `dir' to `default-directory' unless `dir' is a non-nil
14556 readable directory. (Bug#4052)
14557 (lgrep, rgrep): Change a weird way to report an error
14558 from using `read-string' to using `error'.
14559 Instead of using interactive arguments in the function body,
14560 add new argument `confirm'.
14561
14562 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
14563
14564 * textmodes/remember.el (remember-buffer):
14565 * progmodes/cperl-mode.el (cperl-vc-header-alist):
14566 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
14567 (icalendar-extract-ical-from-buffer):
14568 * net/newst-treeview.el (newsticker-groups-filename):
14569 * net/newst-backend.el (newsticker-cache-filename):
14570 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
14571 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
14572 (speedbar-add-ignored-path-regexp, speedbar-line-path)
14573 (speedbar-buffers-line-path, speedbar-path-line)
14574 (speedbar-buffers-line-path):
14575 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
14576 (epg-sign-keys):
14577 * epa.el (epa-display-verify-result):
14578 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
14579
14580 2009-08-21 Glenn Morris <rgm@gnu.org>
14581
14582 * progmodes/js.el (inferior-moz-process): Fix declaration.
14583
14584 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14585
14586 * obsolete/rnewspost.el (news-mail-reply):
14587 Use goto-char rather than goto-line.
14588
14589 * term/ns-win.el (ns-open-file-select-line):
14590 Use line-beginning-position rather than goto-line.
14591
14592 * apropos.el (apropos-command):
14593 * ehelp.el (electric-helpify):
14594 * printing.el (pr-show-setup):
14595 * strokes.el (strokes-help):
14596 * tutorial.el (tutorial--describe-nonstandard-key)
14597 (tutorial--detailed-help):
14598 * woman.el (woman-mini-help, woman-display-extended-fonts):
14599 * calc/calc-help.el (calc-describe-key):
14600 * emulation/edt.el (edt-electric-helpify):
14601 * international/mule-diag.el (mule-diag):
14602 * play/yow.el (apropos-zippy):
14603 * progmodes/python.el (python-describe-symbol):
14604 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14605 * textmodes/table.el (*table--cell-describe-mode)
14606 (*table--cell-describe-bindings):
14607 Use help-print-return-message rather than the now obsolete alias.
14608
14609 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
14610 (calendar-cursor-to-visible-date):
14611 * play/5x5.el (5x5-position-cursor):
14612 * play/decipher.el (decipher):
14613 * play/gomoku.el (gomoku-goto-xy):
14614 * play/landmark.el (lm-goto-xy):
14615 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
14616 (mpuz-paint-digit):
14617 Use forward-line, not goto-line.
14618
14619 * mail/rmail.el (rmail-obsolete): Delete custom group.
14620 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
14621 (rmail-remote-password, rmail-remote-password-required):
14622 Remove unneeded :set-after and :set properties.
14623
14624 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
14625
14626 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
14627
14628 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
14629
14630 * loadup.el: Remove leftover macos code.
14631
14632 * vc-git.el (vc-git-annotate-command): Run asynchronously.
14633 Explicitly pass the date format to git blame so that user local
14634 so that the output format can be parsed.
14635
14636 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
14637
14638 * net/dbus.el (top): Don't check for (getenv
14639 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
14640
14641 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
14642
14643 * log-edit.el (log-edit-strip-single-file-name): New var.
14644 (log-edit-insert-changelog): Use it. Bug#3571
14645
14646 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14647
14648 * subr.el (read-passwd): Use read-key so keypad keys work as well.
14649 Bug#3287
14650
14651 * help.el (help-print-return-message): Rename from
14652 print-help-return-message.
14653
14654 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
14655 cvs-mode-map parent hack.
14656 (log-view-mode): Derive from special-mode.
14657
14658 * linum.el (linum-mode): window-size-change-functions is redundant.
14659 Adapt to new window-configuration-change-hook behavior.
14660 (linum-after-size, linum-after-config): Remove.
14661
14662 * imenu.el (imenu-example--name-and-position)
14663 (imenu-example--lisp-extract-index-name)
14664 (imenu-example--create-lisp-index, imenu-example--create-c-index):
14665 Mark as obsolete.
14666
14667 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
14668 (inferior-prolog-mode): Use it.
14669 (inferior-prolog-load-file): Reset list of errors.
14670
14671 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14672
14673 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
14674
14675 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
14676
14677 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
14678
14679 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
14680 is running already.
14681
14682 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14683
14684 * subr.el (listify-key-sequence-1): Use normal syntax since those
14685 integers are nowadays always represented by the same (positive) number
14686 on all platforms.
14687 (read-key-empty-map): New const.
14688 (read-key-delay): New var.
14689 (read-key): New function.
14690 (force-mode-line-update): Use with-current-buffer.
14691 (locate-user-emacs-file): Don't forget to abbreviate the file name.
14692 (start-process-shell-command, start-file-process-shell-command):
14693 Discourage the use of command-args.
14694
14695 2009-08-19 Glenn Morris <rgm@gnu.org>
14696
14697 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
14698
14699 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14700
14701 * simple.el (choose-completion-string): Don't rely on
14702 minibuffer-completing-file-name and ad-hoc checks to decide whether
14703 to continue completion or not.
14704
14705 * minibuffer.el (minibuffer-hide-completions): New function.
14706 (completion--do-completion): Use it.
14707 (completions-annotations): New face.
14708 (completion--insert-strings): Use it.
14709 (completion-pcm--delim-wild-regex): Add docstring.
14710 (completion-pcm--string->pattern): Add support for 0-width delimiters
14711 in completion-pcm--delim-wild-regex.
14712
14713 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
14714
14715 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
14716 Remove unused var `buffer-modified-p'.
14717
14718 * minibuffer.el (completion--do-completion): Move point for the #b001
14719 case as well (bug#4176).
14720 (minibuffer-complete, minibuffer-complete-word): Don't move point.
14721
14722 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
14723
14724 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
14725 and :session buses.
14726
14727 2009-08-18 Kenichi Handa <handa@m17n.org>
14728
14729 * international/ucs-normalize.el (ucs-normalize-version):
14730 Change to 1.1.
14731 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
14732 (utf-8-hfs): Make it perform normalization on encoding too.
14733
14734 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
14735 (sentence-end-without-space): Delete duplicated chars.
14736 (sentence-end-base): Likewise.
14737
14738 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
14739 (html-mode): Delete duplicated chars from sentence-end-base.
14740
14741 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
14742 (texinfo-mode): Delete duplicated chars from sentence-end-base.
14743
14744 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
14745
14746 * files.el (hack-one-local-variable): If the mode function is for
14747 a minor mode, pass it an argument (Bug#4148).
14748
14749 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
14750
14751 * net/tramp.el (tramp-register-completion-file-name-handler):
14752 Check also for (member 'partial-completion completion-styles).
14753
14754 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14755
14756 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
14757 abbrev (Bug#3943).
14758
14759 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
14760
14761 * progmodes/cperl-mode.el: Merge upstream 6.2.
14762 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
14763 (cperl-forward-re): Check cperl-brace-recursing.
14764 (cperl-highlight-charclass): New function.
14765 (cperl-find-pods-heres): Use it.
14766 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
14767 (cperl-beautify-regexp-piece): Fix column calculation.
14768 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
14769 (cperl-beautify-level): Don't process entire regexp.
14770 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
14771 calling man.
14772 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
14773 (cperl-init-faces): Build a list in the normal way.
14774
14775 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14776
14777 * calendar/parse-time.el (parse-time-string-chars): Save match
14778 data.
14779
14780 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
14781
14782 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
14783 (sql-product): Use it.
14784 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
14785 (sql-set-product): Add completion.
14786 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
14787 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
14788 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
14789 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
14790 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
14791 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
14792 (sql-highlight-db2-keywords): Remove.
14793 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
14794 (sql-highlight-product): Use derived-mode-p.
14795 (sql-set-sqli-buffer): Use with-current-buffer.
14796 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
14797 Simplify.
14798
14799 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
14800
14801 * term.el: Fix commenting convention, turn comments into docstrings.
14802
14803 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14804
14805 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
14806
14807 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
14808
14809 * calendar/parse-time.el (parse-time-string-chars): Compute using
14810 character classes, to handle non-ascii characters (Bug#3190).
14811
14812 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14813
14814 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
14815 another heredoc if the user adds another < (Bug#3226).
14816
14817 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14818 Don't initialize based on window-system (Bug#4124).
14819
14820 * facemenu.el (facemenu-read-color): Use a completion function
14821 that accepts any defined color, such as RGB triplets (Bug#3677).
14822
14823 * files.el (get-free-disk-space): Change fallback default
14824 directory to /. Expand DIR argument before switching to fallback.
14825 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
14826
14827 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
14828
14829 * files.el (load-library): Doc fix.
14830
14831 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
14832
14833 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
14834 (viper-if-string): Redefine C-s in the minibuffer to insert the last
14835 incremental search string.
14836
14837 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
14838 XEmacs.
14839
14840 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
14841 (ediff-merge-region-is-non-clash)
14842 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
14843 Also check if the job is really a merge job.
14844
14845 * ediff.el (ediff-current-file): New function.
14846
14847 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
14848
14849 * progmodes/js.el: Edit docstrings throughout to follow Emacs
14850 conventions.
14851 (js-insert-and-indent): Delete function.
14852 (js-mode-map): Don't bind keys to js-insert-and-indent.
14853 (js-beginning-of-defun): Rename from js--beginning-of-defun.
14854 (js-end-of-defun): Rename from js--end-of-defun.
14855 (js-auto-indent-flag): Delete variable.
14856
14857 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
14858
14859 * progmodes/js.el: Remove proclaim statement.
14860 Defvar which-func-imenu-joiner-function to silence compiler.
14861
14862 * files.el (auto-mode-alist): Use js-mode for .js files.
14863
14864 * progmodes/js2-mode.el: Remove file.
14865
14866 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
14867
14868 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
14869
14870 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
14871
14872 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
14873 Karl Landstrom <karl.landstrom@brgeight.se>
14874
14875 * progmodes/js.el: New file.
14876
14877 2009-08-14 Mark A. Hershberger <mah@everybody.org>
14878
14879 * timezone.el (timezone-parse-date): Add ability to understand ISO
14880 basic format (minimal separators) dates in addition to the
14881 already-supported extended format dates.
14882
14883 2009-08-14 Eli Zaretskii <eliz@gnu.org>
14884
14885 * international/ucs-normalize.el: Add a `coding' file variable.
14886
14887 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
14888
14889 2009-08-14 Sam Steingold <sds@gnu.org>
14890
14891 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
14892
14893 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
14894
14895 * faces.el (help-argument-name): Define it here instead of
14896 help-fns.el, because in daemon mode help-fns.el may be loaded when
14897 faces are still uninitialized (Bug#1078).
14898
14899 * help-fns.el (help-argument-name): Move defface to faces.el.
14900
14901 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
14902
14903 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
14904 create buffer with a pty but no process so that GDB can make the
14905 inferior the controlling process.
14906
14907 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
14908
14909 * international/ucs-normalize.el: New file.
14910
14911 2009-08-13 Richard Stallman <rms@gnu.org>
14912
14913 * mail/rmail.el (rmail-get-attr-names):
14914 Accept an attribute header that is too short.
14915
14916 * mail/rmail.el (rmail-forget-messages):
14917 Ignore nil elt in rmail-message-vector. Use dotimes.
14918
14919 * progmodes/compile.el (compilation-goto-locus):
14920 Use next-error-move-function.
14921
14922 * simple.el (next-error-move-function): New variable.
14923
14924 2009-08-12 Juri Linkov <juri@jurta.org>
14925
14926 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
14927 always non-nil. (Bug#4052)
14928
14929 * replace.el (read-regexp): Return empty string when
14930 `default-value' is nil.
14931 (keep-lines-read-args): Don't use empty string as the
14932 default value for `read-regexp'. (Bug#2495)
14933
14934 2009-08-12 Juri Linkov <juri@jurta.org>
14935
14936 * international/mule-cmds.el (ucs-insert): Change arguments
14937 from `arg' to `character', `count', `inherit' to be the same
14938 as in `insert-char'. Doc fix. (Bug#4039)
14939
14940 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
14941
14942 2009-08-12 Juri Linkov <juri@jurta.org>
14943
14944 * files-x.el: New file.
14945
14946 * files.el: Move code that deals with adding/deleting
14947 file/directory-local variables to files-x.el.
14948
14949 * Makefile.in (ELCFILES): Add files-x.elc.
14950
14951 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
14952
14953 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
14954 to use `goto-line'.
14955 (gdb-place-breakpoints, gdb-get-location): Rewritten without
14956 `goto-line'.
14957 (gdb-invalidate-disassembly): Do not refresh upon receiving
14958 'update signal. Instead, update all disassembly buffers only after
14959 threads list.
14960 (gdb): Send -target-detach when buffer is killed (Bug#3794).
14961 (gdb-starting): Moved -data-list-register-names...
14962 (gdb-stopped): ...here so it's sent when first thread stops.
14963 (gdb-registers-handler-custom): Do nothing if register names are
14964 unknown yet.
14965
14966 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
14967 from `gdb-mi.el' to avoid extra tangling.
14968
14969 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
14970 change which breaks `gud-def' definitions used in `gdb'.
14971 (gdb-update-gud-running): No extra fuss for updating frame number.
14972
14973 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
14974
14975 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
14976 (describe-language-environment-map, setup-language-environment-map)
14977 (set-coding-system-map): Move initialization into declaration.
14978 (set-language-info-alist): Last arg to define-key-after can be skipped.
14979
14980 * international/quail.el (quail-completion-1): Simplify.
14981 (quail-define-rules): Use slightly more compact code.
14982 (quail-insert-decode-map): Propertize keys, compact columns.
14983
14984 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14985 Add goto-line.
14986
14987 2009-08-10 Miles Bader <miles@gnu.org>
14988
14989 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
14990 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
14991 (js2-instance-member, js2-private-member, js2-private-function-call)
14992 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
14993 (js2-magic-paren, js2-external-variable):
14994 Remove "-face" suffix from face names.
14995 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
14996 (js2-highlight-undeclared-vars, js2-peek-token)
14997 (js2-parse-function-params, js2-mode-show-errors)
14998 (js2-mode-show-warnings, js2-make-magic-delimiter)
14999 (js2-mode-highlight-magic-parens): Update to use new face names.
15000
15001 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
15002
15003 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15004 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15005
15006 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
15007
15008 * subr.el: Provide hashtable-print-readable.
15009
15010 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15011 hs-c-like-adjust-block-beginning.
15012 (hs-hide-block-at-point): Stop hiding at the beginning of
15013 hs-block-end-regexp (Bug#700).
15014
15015 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15016
15017 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15018 a macro.
15019 (gdb-registers-handler-custom): Do not fail when register names
15020 are unavailable.
15021
15022 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15023
15024 * progmodes/gdb-mi.el (gdb-control-all-threads)
15025 (gdb-control-current-thread): Interactive setters for
15026 `gdb-gud-control-all-threads' to use in menu.
15027 (gdb-show-run-p): Show «Go» when process is not active.
15028 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
15029 gud/thread.xpm and gud/all.xpm.
15030
15031 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
15032
15033 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15034 (nslookup-font-lock-keywords): Make it a variable.
15035 (net-utils-mode): New mode for viewing diagnostic network output.
15036 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15037 (net-utils-run-simple): New function.
15038 (ifconfig, iwconfig, netstat, arp, route): Use it.
15039
15040 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15041
15042 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15043 (gdb-memory-set-address, def-gdb-set-positive-number)
15044 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15045 after changing settings.
15046 (gdb-invalidate-disassembly): Update when first shown.
15047 (gdb-edit-locals-value): Fixed.
15048 (gdb-registers-handler-custom): Print registers in right order and
15049 allow changing register values (only for current thread yet).
15050 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15051 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15052 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15053 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15054 info in mode name.
15055 (gdb-registers-mode-map): TAB to switch to locals.
15056
15057 2009-08-08 Eli Zaretskii <eliz@gnu.org>
15058
15059 * mail/rmail.el (rmail-add-mbox-headers)
15060 (rmail-set-message-counters-counter): Search for
15061 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15062
15063 2009-08-08 Glenn Morris <rgm@gnu.org>
15064
15065 * Makefile.in (ELCFILES): Update.
15066
15067 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15068
15069 * mail/sendmail.el (mail-yank-original): Set
15070 buffer-file-coding-system from the one used by the message whose
15071 text is yanked.
15072
15073 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15074 to "windows" when "pgnuplot" is used.
15075 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15076 call accept-process-output if "pgnuplot" is used.
15077 (calc-graph-init): Don't send -display and -geometry to
15078 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15079 running "pgnuplot -V" with shell-command-to-string.
15080
15081 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15082 the default.
15083
15084 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15085
15086 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15087 org/org-latex.elc.
15088
15089 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15090
15091 * vc-dispatcher.el (vc-resynch-window): Update comment.
15092
15093 * term.el (term-handle-ansi-escape): Add comments with the
15094 terminfo capabilities implemented.
15095
15096 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15097
15098 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15099 (gdb-var-create-handler): Rewritten using JSON parser.
15100 (gdb-propertize-header): Moved earlier.
15101 (gdb-set-header): Removed to avoid duplication.
15102 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15103 Refresh disassembly buffers only after threads list have been
15104 update.
15105 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15106 variables.
15107
15108 2009-08-04 Juri Linkov <juri@jurta.org>
15109
15110 * files.el: Commands to add/delete file/directory-local variables.
15111 (read-file-local-variable, read-file-local-variable-value)
15112 (read-file-local-variable-mode, modify-file-local-variable)
15113 (modify-file-local-variable-prop-line)
15114 (modify-dir-local-variable): New functions.
15115 (add-file-local-variable, delete-file-local-variable)
15116 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15117 (add-dir-local-variable, delete-dir-local-variable)
15118 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15119 (copy-dir-locals-to-file-locals-prop-line): New commands.
15120
15121 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
15122
15123 * abbrev.el (insert-abbrev-table-description): Prettify output.
15124 Suggested by Karl Chen.
15125
15126 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15127
15128 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15129 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15130 (gdb-overlay-arrow-position, gdb-thread-position)
15131 (gdb-disassembly-position): Declare variables.
15132 (gdb-wait-for-pending): Function now.
15133 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15134 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15135 compilation goes smoothly.
15136 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15137 (gdb-non-stop-setting): New customization setting which replaces
15138 `gdb-non-stop' so changing it doesn't break active GDB session.
15139 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15140 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15141 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15142 (gdb-show-threads-by-default): New customization options.
15143 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15144 routines.
15145 (gdb-get-buffer-create): Send buffers update signal when they are
15146 created.
15147 (gdb-invalidate-locals, gdb-invalidate-registers)
15148 (gdb-invalidate-breakpoints)
15149 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15150 (gdb-invalidate-memory): Accept update signal.
15151 (gdb-current-context-command): Use --frame option.
15152 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15153 Implement `gdb-frame-number' selection logic.
15154 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15155 whether to show GUD toolbar buttons.
15156 (gdb-thread-exited): Unselect current thread when it exits.
15157 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15158 (gdb-mark-line): Routine which sets overlay arrow or inverses
15159 video on fringeless displays.
15160 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15161 to build aligned columns of data in GDB buffers and set text
15162 properties line-by-line.
15163 (gdb-invalidate-breakpoints)
15164 (gdb-breakpoints-list-handler-custom)
15165 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15166 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15167 (gdb-registers-handler-custom): Align data columns.
15168 (gdb-locals-handler-custom): Now prints data like in variable
15169 declarations.
15170 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15171 Removed confusing buttons.
15172 (gdb-invalidate-threads): Append --frame.
15173 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15174 between breakpoints/threads buffers.
15175 (gdb-set-window-buffer): Now can ignore dedicated windows.
15176 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15177 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15178 (def-gdb-thread-buffer-gud-command): Replaces
15179 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15180 for fine thread control.
15181 (gdb-preempt-existing-or-display-buffer): New function used to
15182 display bound buffers without breaking window layout.
15183 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15184 (gdb-select-frame): New version of `gdb-frames-select' which now
15185 sets `gdb-frame-number' so commands may use --frame option instead
15186 of inner debugger state.
15187 (gdb-frame-handler): Do not set `gdb-frame-number'.
15188 (gdb-threads-mode-map): Select threads with mouse.
15189
15190 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15191 avoid compilation warning.
15192 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15193 `gdb-show-stop-p`.
15194
15195 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15196 Argument `key' renamed to `buffer-type'.
15197 (gdb-current-context-buffer-name): Do not add thread info to
15198 buffer name when no thread is selected.
15199 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15200 command (bug 3794).
15201 (gdb-thread-selected): Handle `=thread-selected' notification.
15202 (gdb-wait-for-pending): New macro to deal with congestion problems.
15203 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15204 breakpoints.
15205 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15206 This fixes problem similar to one described in bug 3947.
15207 (gud-menu-map): More menu items.
15208 (gdb-init-1): Reset `gdb-thread-number' to nil.
15209
15210 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15211 non-stop settings.
15212
15213 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15214 (gdb-current-context-command): Do not append --thread if
15215 `gdb-thread-number' is nil.
15216 (gdb-running-threads-count, gdb-stopped-threads-count): New
15217 variables.
15218 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15219 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15220 customization options.
15221 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15222 GUD commands.
15223 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15224 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15225 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15226 set `gdb-thread-number' and update `gud-running' properly.
15227 (gdb-running): Update threads list when new threads appear.
15228 (gdb-stopped): Support non-stop operation and new thread switching
15229 logic.
15230 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15231 (gdb-json-partial-output): New set of JSON routines.
15232 (def-gdb-auto-update-trigger): New `signal-list' optional
15233 argument.
15234 (gdb-thread-list-handler-custom): Update `gud-running',
15235 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15236 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15237 (gdb-continue-thread, gdb-step-thread): New commands for fine
15238 thread execution control.
15239 (gud-menu-map): New menu items to switch non-stop options.
15240 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15241 (gdb-send): Mimic RET properly (bug 3794).
15242
15243 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15244 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15245 gdb-buffer-rules.
15246 (def-gdb-auto-update-handler): New nopreserve optional argument.
15247 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15248
15249 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15250 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15251 (gdb-parent-mode): New mode to derive other GDB modes from.
15252 (gdb-display-disassembly-for-thread)
15253 (gdb-frame-disassembly-for-thread): New commands for threads
15254 buffer.
15255
15256 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15257 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15258 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15259 (gdb-update): We now store all GDB buffers in a list so that they
15260 can be updated by traversing a list instead of calling invalidate
15261 triggers explicitly.
15262 (def-gdb-trigger-and-handler): New macro to define trigger-handler
15263 pair for GDB buffer.
15264 (gdb-stack-buffer-name): Add thread information.
15265 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15266 handle pending triggers.
15267 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15268 (def-gdb-thread-buffer-simple-command)
15269 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15270 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15271 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15272 New commands which show buffers bound to thread.
15273 (gdb-stack-list-locals-regexp): Removed unused regexp.
15274
15275 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15276 (gdb-locals-buffer-name, gdb-registers-buffer-name)
15277 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15278 to (gud-comint-buffer) in *-buffer-name functions
15279 because (gdb-get-target-string) already does that.
15280 (gdb-locals-handler-custom, gdb-registers-handler-custom)
15281 (gdb-changed-registers-handler): Rewritten without regexps.
15282
15283 * progmodes/gdb-mi.el: Basic thread selection support.
15284 (gdb-thread-number): New variable.
15285 (gdb-current-context-command): New macro which adds --thread
15286 option to command.
15287 (gdb-threads-mode-map): Select thread with SPC.
15288 (gdb-thread-list-handler-custom): Mark current thread with overlay
15289 arrow. Synchronize GDB thread and Emacs thread.
15290 (gdb-select-thread): New command which selects current thread.
15291 (gdb-invalidate-frames, gdb-invalidate-locals)
15292 (gdb-invalidate-registers): Use --thread option.
15293
15294 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
15295
15296 * net/tramp.el (top): Make check for tramp-gvfs loading more
15297 robust. (Bug#3977)
15298 (tramp-handle-insert-file-contents): `unwind-protect' must be
15299 inside `with-parsed-tramp-file-name'.
15300
15301 * net/tramp-gvfs.el (top): Remove superfluous message when loading
15302 fails.
15303
15304 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
15305
15306 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15307 directory if CLASSPATH is not set.
15308
15309 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
15310
15311 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15312 New defconst.
15313 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
15314
15315 2009-08-02 Kevin Ryde <user42@zip.com.au>
15316
15317 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15318 Update freshmeat link. Delete newsforge.com as it seems gone.
15319
15320 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15321
15322 * select.el (x-set-selection): Doc fix (Bug#4021).
15323
15324 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15325
15326 * help-fns.el (describe-variable): Treat list return values from
15327 dir-locals-find-file properly (Bug#4005).
15328
15329 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
15330
15331 * net/tramp.el (tramp-debug-message): Print also microseconds.
15332
15333 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
15334
15335 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15336 or END is non-nil.
15337 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15338 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15339 format.
15340
15341 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15342 (tramp-get-file-property): Use it.
15343
15344 * autorevert.el (auto-revert-handler): Allow
15345 `auto-revert-tail-mode' for remote files.
15346
15347 2009-08-02 Jason Rumney <jasonr@gnu.org>
15348
15349 * minibuffer.el (read-file-name): Treat confirm options to
15350 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
15351
15352 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15353
15354 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15355 (font-lock-variable-name-face, font-lock-constant-face): Darken
15356 the colors for light backgrounds.
15357
15358 2009-08-01 Eli Zaretskii <eliz@gnu.org>
15359
15360 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15361 month names. (Bug#3987)
15362
15363 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
15364
15365 * simple.el (line-move-finish): Pass whole number to
15366 line-move-to-column.
15367 (line-move-visual): Perform hscroll to the recorded position.
15368
15369 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
15370
15371 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15372
15373 2009-07-29 Alan Mackenzie <acm@muc.de>
15374
15375 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15376
15377 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
15378
15379 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15380 (gdb-place-breakpoints): Use full path when setting breakpoints.
15381
15382 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
15383
15384 * calc/calc.el (calc-mode-map): Add keybinding for
15385 `calc-transpose-lines'.
15386
15387 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
15388
15389 * calc/calc-misc.el (calc-transpose-lines): New function.
15390
15391 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
15392
15393 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15394 Simplify check for out-of-band methods.
15395 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15396 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
15397
15398 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15399
15400 * vc-git.el (vc-git-checkin): Fix typo.
15401
15402 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
15403
15404 * progmodes/js2-mode.el: New file.
15405
15406 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
15407
15408 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15409 (gud-menu-map): Adjust tooltip accordingly.
15410
15411 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15412
15413 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15414 (vc-bzr-log-view-mode): Adjust log-view-file-re.
15415
15416 * add-log.el (change-log-mode-map): Add a menu.
15417
15418 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
15419
15420 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15421 function returns nil.
15422 (dbus-handle-event): Handle special return value :ignore.
15423 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15424
15425 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
15426
15427 * view.el (view-mode-enable): Don't define Helper-return-blurb if
15428 it's not needed.
15429
15430 2009-07-25 Eli Zaretskii <eliz@gnu.org>
15431
15432 Fix Bug#3888:
15433
15434 * w32-vars.el (x-select-enable-clipboard): Doc fix.
15435
15436 * term/pc-win.el (x-display-name, x-colors)
15437 (x-select-enable-clipboard, x-select-text): Doc fix.
15438
15439 * term/common-win.el (x-display-name, x-colors): Doc fix.
15440
15441 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15442 (xw-defined-colors): Doc fix.
15443
15444 * w32-fns.el (x-select-text, x-setup-function-keys)
15445 (x-get-selection, x-set-selection): Doc fix.
15446
15447 * term/x-win.el (x-select-text, x-setup-function-keys)
15448 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15449
15450 * select.el (x-set-selection): Doc fix.
15451
15452 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
15453
15454 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15455 instead of "IsNSSSupportAvailable". Avahi ought to work also when
15456 "IsNSSSupportAvailable" method is not available. Reported by
15457 Steve Youngs <steve@sxemacs.org>.
15458
15459 2009-07-24 Kenichi Handa <handa@m17n.org>
15460
15461 * international/characters.el: Fix setting of category ?C, ?|, ?K,
15462 and ?H. Fix setting of case for Latin Extended and Greek Extended.
15463 (build-unicode-category-table): Fix range checks.
15464
15465 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15466
15467 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15468 the buffer we try to sync is current when calling
15469 vc-resynch-buffer.
15470
15471 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15472 not show up to date files.
15473
15474 2009-07-24 Glenn Morris <rgm@gnu.org>
15475
15476 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15477 Add autoload cookies. If necessary, initialize.
15478 (elint-log): Handle non-file buffers.
15479 (elint-initialize): Add optional argument to reinitialize.
15480 (elint-find-builtin-variables): Save excursion.
15481
15482 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15483
15484 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15485 for Lint.
15486
15487 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15488
15489 * vc.el (vc-print-log-internal): New function, split out from ...
15490 (vc-print-log): ... here.
15491 (vc-dir-move-to-goal-column): Declare.
15492
15493 * vc-git.el (vc-git-add-signoff): New variable.
15494 (vc-git-checkin): Use it.
15495 (vc-git-toggle-signoff): New function.
15496 (vc-git-extra-menu-map): Bind it to menu.
15497 (vc-git--run-command-string): Accept a nil FILE argument.
15498 (vc-git-stash-list): New function.
15499 (vc-git-dir-extra-headers): Use it.
15500
15501 2009-07-23 Glenn Morris <rgm@gnu.org>
15502
15503 * help-fns.el (describe-variable): Describe ignored and risky local
15504 variables in a similar way to that in which we describe safe ones.
15505
15506 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15507 (byte-compile-output-file-form, byte-compile-output-docform)
15508 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15509 Give some more local variables with common names a "bytecomp-" prefix,
15510 so as not to shadow things during compilation.
15511 * emacs-lisp/cl-macs.el (load-time-value)
15512 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15513 `outbuffer' to `bytecomp-outbuffer'.
15514
15515 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15516 since the next two variables cover them automatically now.
15517 (elint-builtin-variables, elint-autoloaded-variables): New.
15518 (elint-unknown-builtin-args): Remove all members, since they can be
15519 parsed automatically now.
15520 (elint-extra-errors): New.
15521 (elint-env-add-env, elint-env-add-macro): Use cadr.
15522 (elint-current-buffer): Use or. Change final message.
15523 (elint-get-top-forms): Use line-end-position.
15524 (elint-init-env): Use cadr. Handle autoload, declare-function,
15525 and defalias.
15526 (elint-add-required-env): Doc fix. Use or. Standardize error.
15527 (regexp-assoc): Remove unused function.
15528 (elint-top-form): Set elint-current-pos, to record the start of the
15529 top-level form, for compilation-mode.
15530 (elint-form): Trap errors in macro expansion. Use dolist.
15531 (elint-unbound-variable): Use elint-builtin-variables and
15532 elint-autoloaded-variables.
15533 (elint-get-args): Use cadr, or.
15534 (elint-check-cond-form): Use dolist, cadr.
15535 (elint-check-condition-case-form): Doc fix. Use cadr.
15536 Use elint-extra-errors.
15537 (elint-log): New function.
15538 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15539 Distinguish errors and warnings.
15540 (elint-log-message): Use with-current-buffer. Inhibit read-only.
15541 Use a bytecomp-style format.
15542 (elint-clear-log): Preserve default-directory. Inhibit read-only.
15543 (elint-get-log-buffer): Use compilation mode. Disable undo.
15544 Don't truncate lines.
15545 (elint-initialize): Set builtin and autoloaded variable lists.
15546 Only process elint-unknown-builtin-args if non-nil.
15547 (elint-find-builtin-variables, elint-find-autoloaded-variables):
15548 New functions.
15549 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
15550
15551 2009-07-22 Kevin Ryde <user42@zip.com.au>
15552
15553 * net/newst-backend.el (newsticker--parse-atom-1.0)
15554 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15555 (newsticker--parse-rss-1.0):
15556 * progmodes/idlwave.el (idlwave-mode):
15557 * progmodes/idlw-shell.el (idlwave-shell-mode):
15558 * progmodes/vera-mode.el (vera-mode):
15559 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
15560 * progmodes/vhdl-mode.el (vhdl-mode):
15561 * textmodes/table.el (table-generate-source)
15562 (table--warn-incompatibility):
15563 Hyperlink urls in docstrings with URL `...'.
15564
15565 2009-07-22 Glenn Morris <rgm@gnu.org>
15566
15567 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
15568 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
15569 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
15570 Remove leading * from defcustom docs.
15571
15572 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
15573
15574 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
15575 defcustom doc.
15576 (list-load-path-shadows): Optionally, just return shadows as a string.
15577
15578 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
15579
15580 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
15581
15582 * mail/rmailedit.el (rmail-edit-mode): Use
15583 auto-save-include-big-deletions.
15584
15585 * mail/rmail.el (rmail-variables): Use
15586 auto-save-include-big-deletions.
15587
15588 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15589 changes.
15590
15591 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
15592
15593 * calc/calc.el (calc-undo-length): New variable.
15594 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15595
15596 2009-07-21 Richard Stallman <rms@gnu.org>
15597
15598 * files.el (auto-save-mode): Handle buffer-save-size = -2
15599 for toggling mode.
15600
15601 2009-07-21 Glenn Morris <rgm@gnu.org>
15602
15603 * textmodes/ispell.el (ispell-looking-back): Update declaration.
15604
15605 * calendar/todo-mode.el (calendar-current-date): Update declaration.
15606
15607 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15608 silence compiler. Instead...
15609 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15610 (ps-print-ensure-fontified): Update for above function name changes.
15611
15612 * printing.el (pr-mh-get-msg-num, pr-mh-show)
15613 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15614 silence compiler. Instead...
15615 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
15616 (mh-show-buffer): Only define for compiler.
15617 (pr-mh-current-message): Update for above function name changes.
15618
15619 * files.el (abort-if-file-too-large): Explicitly pass `filename'
15620 as an argument.
15621 (find-file-noselect, insert-file-1): Update for above change.
15622
15623 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
15624
15625 * mail/mailclient.el (mailclient-send-it): Fix message.
15626
15627 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
15628 (edebug-eval): Check cl-debug-env is bound.
15629 (print-level, print-circle): Don't redefine built-in variables.
15630
15631 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
15632 (custom-print-vectors): Remove old comments from doc.
15633
15634 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
15635 (emerge-version): Make the variable an obsolete alias for the
15636 emacs-version variable. Make the function obsolete.
15637 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
15638 Emerge options, rather than merging in into the main Options menu.
15639 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
15640 and auto advance modes. Disable edit/fast items when not relevant.
15641
15642 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15643
15644 * term/vt420.el (terminal-init-vt420): Fix typo.
15645
15646 2009-07-20 Sam Steingold <sds@gnu.org>
15647
15648 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
15649 variable (removed from compile.el on 2004-03-11).
15650
15651 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
15652
15653 * files.el (hack-local-variables-filter): Fix last change.
15654
15655 2009-07-19 Juri Linkov <juri@jurta.org>
15656
15657 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
15658 (dir-local-variables-alist): New buffer-local variable.
15659 (hack-local-variables-filter): If variable is not dir-local,
15660 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
15661 because file-local overrides dir-local.
15662 (c-postprocess-file-styles) <declare-function>:
15663 Remove obsolete declaration.
15664 (hack-dir-local-variables): Add dir-local variable/value pair to
15665 `dir-local-variables-alist' and remove duplicates. Doc fix.
15666
15667 * help-fns.el (describe-variable): Add information about
15668 file-local and dir-local variables.
15669
15670 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
15671
15672 * files.el (hack-local-variables-filter): Rewrite.
15673
15674 2009-07-19 Glenn Morris <rgm@gnu.org>
15675
15676 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
15677 Silence compiler by only defining on XEmacs.
15678
15679 * international/mule.el (auto-coding-regexp-alist): Only match
15680 BABYL... at the start of buffer, not of lines. (Bug#3790)
15681
15682 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
15683 non-calendar buffers (Bug#3862). Restore "not on a date" message.
15684 (cal-menu-context-mouse-menu): Doc fix.
15685
15686 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
15687
15688 * simple.el (mail-user-agent): Doc fix. Set :version tag.
15689
15690 2009-07-18 Juri Linkov <juri@jurta.org>
15691
15692 * info.el: Virtual Info keyword finder.
15693 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
15694 (Info-finder-file): New variable.
15695 (Info-finder-find-file): New function.
15696 (finder-known-keywords, finder-package-info)
15697 (find-library-name, lm-commentary): Use defvar and
15698 declare-function to silence compiler warnings.
15699 (Info-finder-find-node): New function.
15700 (info-finder): New command.
15701
15702 * subr.el (process-kill-buffer-query-function): New function.
15703 (add-hook)<kill-buffer-query-functions>: Add hook
15704 `process-kill-buffer-query-function'.
15705
15706 2009-07-18 Alan Mackenzie <acm@muc.de>
15707
15708 * progmodes/cc-mode.el (c-before-hack-hook)
15709 (c-postprocess-file-styles): Give invocation of `c-set-style'
15710 DONT-OVERRIDE parameter of t. Already set style variables will
15711 thus not be overridden by style settings given by `c-file-syle'.
15712
15713 * files.el (hack-local-variables-filter): Remove entries with
15714 duplicate keys from `file-local-variables-alist'.
15715
15716 2009-07-18 Eli Zaretskii <eliz@gnu.org>
15717
15718 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
15719 x-set-selection if display-selections-p returns nil for the
15720 current frame.
15721
15722 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
15723
15724 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
15725
15726 2009-07-18 Eli Zaretskii <eliz@gnu.org>
15727
15728 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
15729 Accept nil in addition to a regexp.
15730 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
15731 Accept nil in addition to a regexp.
15732 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
15733 buffers that have an associated file. Handle nil values of
15734 desktop-buffers-not-to-save and desktop-files-not-to-save.
15735 (Bug#3833)
15736
15737 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15738 (x-disown-selection-internal): New functions.
15739
15740 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
15741
15742 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
15743 warning.
15744 (gdb-breakpoints-header): Move forward to avoid compiler warning.
15745 (gdb-make-header-line-mouse-map): Remove duplicate definition.
15746
15747 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
15748
15749 * simple.el (set-mark): Revert last change.
15750
15751 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
15752
15753 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
15754 rendering of pngs is not possible instead of messaging a long
15755 description.
15756
15757 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
15758
15759 * w32-fns.el (x-selection-owner-p): New function.
15760
15761 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
15762 (mouse-yank-at-click, mouse-yank-primary): If
15763 select-active-regions is non-nil, deactivate the mark before
15764 insertion.
15765
15766 * simple.el (deactivate-mark, set-mark): Only save selection if we
15767 own it.
15768
15769 2009-07-17 Kenichi Handa <handa@m17n.org>
15770
15771 * case-table.el (describe-buffer-case-table): Fix for the case
15772 that KEY is a cons.
15773
15774 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
15775
15776 * vc-rcs.el (vc-rcs-find-file-hook):
15777 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
15778
15779 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
15780
15781 * net/tramp.el (tramp-wait-for-output): Handle the case when
15782 commands do not return a newline but a null byte before the shell
15783 prompt. (Bug#3858)
15784
15785 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15786
15787 * term/ns-win.el (ns-set-alpha): Don't declare.
15788 (ns-set-background-alpha): Remove function.
15789
15790 2009-07-16 Kevin Ryde <user42@zip.com.au>
15791
15792 * emacs-lisp/copyright.el (copyright-update): Save match-data across
15793 y-or-n-p, for safety.
15794
15795 2009-07-16 Richard Stallman <rms@gnu.org>
15796
15797 * files.el (auto-save-mode): If buffer-saved-size is -2,
15798 don't clobber it.
15799
15800 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
15801 (rmail-retry-ignored-headers): Add more uninteresting fields.
15802
15803 2009-07-15 Jari Aalto <jari.aalto@cante.net>
15804
15805 * net/rcirc.el (rcirc): Use history variables.
15806 (rcirc-server-name-history, rcirc-nick-name-history)
15807 (rcirc-server-port-history): New variables.
15808
15809 2009-07-15 Kenichi Handa <handa@m17n.org>
15810
15811 * international/mule-cmds.el (set-language-environment-charset):
15812 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
15813 ignore them.
15814
15815 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
15816 Delete unibyte-display.
15817
15818 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
15819
15820 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
15821
15822 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
15823
15824 * simple.el (deactivate-mark): Optional argument FORCE.
15825 (set-mark): Use deactivate-mark.
15826
15827 * info.el (Info-search): No need to check transient-mark-mode
15828 before calling deactivate-mark.
15829
15830 * select.el (x-set-selection): Doc fix.
15831 (x-valid-simple-selection-p): Allow buffer values.
15832 (xselect--selection-bounds): Handle buffer values. Suggested by
15833 David De La Harpe Golden.
15834
15835 * mouse.el (mouse-set-region, mouse-drag-track): Call
15836 copy-region-as-kill before setting the mark, to let
15837 select-active-regions work.
15838
15839 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
15840
15841 * simple.el (deactivate-mark): If select-active-regions is
15842 non-nil, copy the selection data into a string.
15843 (activate-mark): If select-active-regions is non-nil, set the
15844 selection to the current buffer.
15845 (set-mark): Update selection if select-active-regions is non-nil.
15846
15847 * select.el (x-valid-simple-selection-p): Allow buffer values.
15848
15849 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
15850
15851 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
15852 and more featureful message-mode.
15853
15854 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
15855
15856 * select.el (x-set-selection): Doc fix.
15857 (x-valid-simple-selection-p): Disallow selection data consisting
15858 of a list or cons of integers, since that is not used.
15859 (xselect--selection-bounds, xselect--int-to-cons): New functions.
15860 (xselect-convert-to-string, xselect-convert-to-length)
15861 (xselect-convert-to-filename, xselect-convert-to-charpos)
15862 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
15863
15864 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
15865
15866 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
15867 output in -break-info command (Emacs bug #3794).
15868
15869 2009-07-14 Glenn Morris <rgm@gnu.org>
15870
15871 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
15872 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
15873 (edebug-print-length, edebug-print-level, edebug-print-circle)
15874 (edebug-sit-for-seconds, edebug-view-outside)
15875 (edebug-bounce-point, edebug-set-global-break-condition)
15876 (edebug-Go-nonstop-mode, edebug-trace-mode)
15877 (edebug-Trace-fast-mode, edebug-continue-mode)
15878 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
15879 (edebug-visit-eval-list): Doc fixes.
15880
15881 * subr.el (def-edebug-spec): Doc fix.
15882
15883 2009-07-14 Kenichi Handa <handa@m17n.org>
15884
15885 * international/characters.el: Fix setting of category ?C.
15886
15887 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
15888
15889 * term/ns-win.el (x-select-font): defalias x-select-font to
15890 ns-popup-font-panel instead of generate-fontset-menu.
15891
15892 2009-07-12 Eli Zaretskii <eliz@gnu.org>
15893
15894 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
15895
15896 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
15897
15898 * arc-mode.el (archive-find-type): Allow for a PK00 string before
15899 the PK\003\004 header (Bug#3770).
15900
15901 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
15902
15903 * pcomplete.el (pcomplete-comint-setup): Check for
15904 shell-dynamic-complete-filename too.
15905
15906 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
15907
15908 * simple.el (temporary-goal-column): Change the value for
15909 line-move-visual to a cons cell.
15910 (line-move-visual): Record or set the window hscroll, if
15911 necessary (Bug#3494).
15912 (line-move-1): Handle cons value of temporary-goal-column.
15913
15914 2009-07-11 Kenichi Handa <handa@m17n.org>
15915
15916 * international/mule-diag.el (describe-character-set): Don't show
15917 width.
15918
15919 2009-07-10 Sam Steingold <sds@gnu.org>
15920
15921 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15922 Omake sometimes indents the errors it prints, so allow all
15923 regexps to start with spaces.
15924
15925 2009-07-10 Eli Zaretskii <eliz@gnu.org>
15926
15927 * cus-edit.el (customize-changed-options-previous-release):
15928 Bump value to 22.1. (Bug#3804)
15929
15930 2009-07-08 Sam Steingold <sds@gnu.org>
15931
15932 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
15933 to be a cons cell (test . ignored-directory) to selectively ignore
15934 some directories depending on the location of the search.
15935
15936 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
15937
15938 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
15939 remote user is root, on the local host.
15940 (tramp-local-host-p): Either the local user or the remote user
15941 must be root. (Bug#3771)
15942
15943 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
15944
15945 * progmodes/gdb-mi.el (gdb): Remove description of
15946 gdb-use-separate-io-buffer.
15947 (menu): Don't allow toggling of or enable
15948 gdb-use-separate-io-buffer from menubar.
15949
15950 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15951
15952 * mail/unrmail.el (unrmail): Make sure the message ends with two
15953 newlines (Bug#3769).
15954
15955 2009-07-08 Glenn Morris <rgm@gnu.org>
15956
15957 * calendar/calendar.el (calendar-current-date): Rework previous change.
15958
15959 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
15960
15961 * calendar/calendar.el (calendar-current-date):
15962 Add an optional argument giving an offset from today.
15963
15964 2009-07-08 Glenn Morris <rgm@gnu.org>
15965
15966 * tutorial.el (tutorial--describe-nonstandard-key):
15967 Adjust the message for when a key has been unbound.
15968 (help-with-tutorial): Hide the arch-tag.
15969
15970 2009-07-08 Kenichi Handa <handa@m17n.org>
15971
15972 * international/fontset.el (setup-default-fontset): For each
15973 script, append (not set) font-specs.
15974
15975 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
15976 docstring.
15977
15978 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
15979
15980 * progmodes/gdb-mi.el (gdb-init-1): Move sending
15981 -data-list-register-names to ...
15982 (gdb-starting): ... here because GDB 7.0 requires execution to
15983 have started when using this MI command.
15984 (gdb-set-header): New function to distinguish select and
15985 unselected tabs in gdb buffers.
15986 (gdb-propertize-header): New macro that uses gdb-set-header.
15987 (gdb-breakpoints-header, gdb-locals-header): Use it.
15988 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
15989
15990 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
15991
15992 * Makefile.in (ELCFILES): Remove fadr.elc.
15993
15994 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
15995
15996 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
15997 may contain frame information, so `string-match' should be used.
15998 (gdb-update): Disassembly is invalidated through
15999 `gdb-get-selected-frame'.
16000 (gdb-pad-string): New function to pad string with spaces.
16001 (gdb-invalidate-disassembly): Invalidate only if the buffer
16002 exists.
16003 (gdb-disassembly-handler-custom): Column alignment.
16004 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16005 placing new ones.
16006 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16007 end of line, too.
16008 (gdb-frame-handler): Match convention to for disassembly buffer
16009 mode name.
16010 (gdb-stack-list-frames-handler): Rewritten without regexps.
16011 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16012 not highlight breakpoints without line information.
16013 (gdb-input): Add trailing newline to command.
16014
16015 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16016 buffer properly.
16017 (gdb-breakpoints-list-handler-custom): Replacement for
16018 `gdb-break-list-handler'. Using real parser instead of regexps
16019 now.
16020 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16021 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16022 to place breakpoints.
16023 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16024 functions.
16025 (gdb-disassembly-handler-custom): Show overlay arrow.
16026 (gdb-disassembly-place-breakpoints): Show breakpoints in
16027 disassembly buffer.
16028 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16029 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16030 instead of parsing breakpoints buffer. Fixed old menu references
16031 in `gud-menu-map'.
16032
16033 * fadr.el: Remove.
16034
16035 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16036 (gdb-memory-address): New variable which holds top address of
16037 memory page shown in memory buffer.
16038 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16039 customization variables.
16040 New functions:
16041 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16042 display the memory buffer.
16043 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16044 buffer display parameters.
16045 (def-gdb-memory-format, gdb-memory-format-binary)
16046 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16047 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16048 Functions for setting memory buffer format.
16049 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16050 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16051 unit size used in memory buffer.
16052 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16053 to next/previous page of memory buffer.
16054 Now using (bindat-get-field) instead of fadr functions.
16055
16056 2009-07-07 Sam Steingold <sds@gnu.org>
16057
16058 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16059 non-top-level files.
16060
16061 2009-07-07 Kenichi Handa <handa@m17n.org>
16062
16063 * international/mule-cmds.el (reset-language-environment): Put
16064 the highset priority to the charset iso-8859-1.
16065
16066 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16067
16068 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16069 to the end of the line when locating the block (Bug#700).
16070
16071 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
16072
16073 * net/tramp.el (tramp-handle-write-region): Flush file properties
16074 in case of short track.
16075
16076 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
16077
16078 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16079 Coded custom representation of verilog error regular expressions
16080 to work with Emacs-22's new format.
16081 (verilog-error-regexp-xemacs-alist): Coded custom representation
16082 of verilog error regular expressions to work with XEmacs format.
16083 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16084 error recognition into XEmacs.
16085 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16086 error recognition into Emacs-22.
16087
16088 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16089
16090 * woman.el: Remove stand-alone closing parentheses.
16091 (woman-file-name, woman2-format-paragraphs)
16092 (woman-leave-blank-lines): Code cleanup.
16093 (woman-use-own-frame): Change default to nil.
16094 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16095 defaults to inherit from default faces.
16096 (woman2-process-escapes): Consume the newline after a stand-alone
16097 filler character (Bug#3651).
16098
16099 2009-07-06 Glenn Morris <rgm@gnu.org>
16100
16101 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16102 (top-level): Move provide to the end.
16103 (ffap): Remove defunct URL from custom group.
16104
16105 * subr.el (eval-after-load): Doc fix.
16106
16107 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
16108
16109 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16110 `calc-embedded-word' is called twice.
16111
16112 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16113
16114 * files.el (find-alternate-file-other-window, find-alternate-file):
16115 Obey confirm-nonexistent-file-or-buffer.
16116
16117 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
16118
16119 * dired-aux.el (dired-show-file-type): Handle remote files.
16120
16121 2009-07-05 Jari Aalto <jari.aalto@cante.net>
16122
16123 * desktop.el (desktop-globals-to-save):
16124 Add file-name-history (Bug#2750).
16125
16126 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
16127
16128 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16129
16130 2009-07-04 Johan Bockgård <bojohan@gnu.org>
16131
16132 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16133 property on entire argument since this is what eshell-lisp-command
16134 expects.
16135
16136 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
16137
16138 * net/tramp-gvfs.el (tramp-gvfs-methods)
16139 (tramp-gvfs-zeroconf-domain)
16140 (tramp-bluez-discover-devices-timeout): Add version flag.
16141 (tramp-gvfs-handler-mounted-unmounted)
16142 (tramp-gvfs-connection-mounted-p): Polish handling of
16143 incompatibilities between GVFS 0.2 and 1.0.
16144
16145 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16146
16147 * cus-start.el (all): Add make-pointer-invisible.
16148
16149 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16150
16151 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16152 formatted correctly.
16153
16154 2009-07-02 Juri Linkov <juri@jurta.org>
16155
16156 * info.el: Virtual Info files and nodes.
16157 (Info-virtual-files, Info-virtual-nodes): New variables.
16158 (Info-current-node-virtual): New variable.
16159 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16160 New functions.
16161 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16162 to check for a virtual file instead of checking a fixed list
16163 of node names.
16164 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16165 instead of ad-hoc processing of "dir" and (apropos history toc).
16166 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16167 instead of ad-hoc processing of "dir" and (apropos history toc).
16168 Reread a file when moving from a virtual node.
16169 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16170 (Info-directory-toc-nodes, Info-directory-find-file)
16171 (Info-directory-find-node): New functions.
16172 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16173 (Info-history): Move part of code to
16174 `Info-history-find-node'.
16175 (Info-history-toc-nodes, Info-history-find-file)
16176 (Info-history-find-node): New functions.
16177 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16178 (Info-toc): Move part of code to `Info-toc-find-node'.
16179 (Info-toc-find-node): New function.
16180 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
16181 the current Info file name to references because now the node
16182 "*TOC*" belongs to the same Info manual.
16183 (Info-toc-build): Rename from `Info-build-toc'.
16184 (Info-toc-nodes): Rename input argument `file' to `filename'.
16185 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16186 instead of ad-hoc processing of ("dir" apropos history toc).
16187 (Info-index-nodes): Use Info-virtual-file-p
16188 to check for a virtual file instead of checking a fixed list
16189 of node names.
16190 (Info-index-node): Add check for `Info-current-node-virtual'.
16191 Raise `save-match-data' higher up the tree to contain
16192 `search-forward' too (bug fix).
16193 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16194 (Info-virtual-index-nodes): New variable.
16195 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16196 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16197 (Info-apropos-file, Info-apropos-nodes): New variables.
16198 (Info-apropos-toc-nodes, Info-apropos-find-file)
16199 (Info-apropos-find-node, Info-apropos-matches): New functions.
16200 (info-apropos): Move part of code to `Info-apropos-find-node' and
16201 `Info-apropos-matches'.
16202 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16203 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16204 for a virtual file instead of checking a fixed list of node names.
16205
16206 * simple.el (async-shell-command): New command.
16207
16208 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16209
16210 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16211 instead of `mount-info'.
16212
16213 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
16214
16215 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16216 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16217
16218 2009-07-02 Kenichi Handa <handa@m17n.org>
16219
16220 * international/mule.el (set-keyboard-coding-system): Force *-unix
16221 coding-system to avoid eol conversion.
16222
16223 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
16224
16225 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16226 Add handler for `process-file', `shell-command' and
16227 `start-file-process'.
16228 (tramp-gvfs-handle-shell-command)
16229 (tramp-gvfs-handle-start-file-process)
16230 (tramp-gvfs-handle-process-file): New defuns.
16231 (tramp-synce-list-devices): Simplify check for existence of property.
16232
16233 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16234
16235 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16236
16237 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16238
16239 * language/korean.el (set-language-info-alist): Add korean-cp949,
16240 cp949 to spec.
16241
16242 2009-07-01 Kenichi Handa <handa@m17n.org>
16243
16244 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16245
16246 * international/encoded-kb.el: Deleted.
16247
16248 * international/mule.el (set-keyboard-coding-system): Perform the
16249 necessary setup here instead of calling encoded-kbd-setup-display.
16250
16251 2009-07-01 Glenn Morris <rgm@gnu.org>
16252
16253 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16254
16255 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
16256
16257 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
16258
16259 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
16260
16261 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16262 Handle also the 'rename case, when setting file modes. (Bug#3712)
16263 (tramp-default-file-modes): Remove execute permissions.
16264
16265 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16266 (top): Add a default for "synce" in `tramp-default-user-alist'.
16267 Add completion function for "synce" method.
16268 (tramp-hal-service, tramp-hal-path-manager)
16269 (tramp-hal-interface-manager, tramp-hal-interface-device):
16270 New defconst.
16271 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16272 (tramp-synce-list-devices, tramp-synce-parse-device-names):
16273 New defuns.
16274
16275 * net/trampver.el: Update release number.
16276
16277 2009-06-30 Kenichi Handa <handa@m17n.org>
16278
16279 * international/fontset.el (setup-default-fontset): Add CJK fonts
16280 for symbols and the other miscellaneous characters.
16281
16282 * language/korea-util.el (setup-korean-environment-internal):
16283 Make char-width-table suitable for Korean environments.
16284 (exit-korean-environment): Cancel above.
16285
16286 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16287 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16288 setup-function to make char-width-table suitable for respective
16289 environments, and an exit-function to cancel that.
16290
16291 * language/japan-util.el (setup-japanese-environment-internal):
16292 Call use-cjk-char-width-table with arg `ja_JP'.
16293
16294 * international/characters.el (cjk-char-width-table): Delete it.
16295 (cjk-char-width-table-list): New variable.
16296 (use-cjk-char-width-table): New arg local-name.
16297 (use-default-char-width-table): Fix for the case that Emacs is
16298 already using the default char-width-table.
16299
16300 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
16301
16302 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16303 modes mandatory. (Bug#3712)
16304
16305 2009-06-29 Alan Mackenzie <acm@muc.de>
16306
16307 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16308 correction between the visible width of TABs and their number of bytes.
16309
16310 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
16311
16312 * server.el (server-buffer-done): Prevent kill-buffer from
16313 prompting by clearing the buffer modification flag (Bug#3696).
16314
16315 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
16316
16317 * progmodes/verilog-mode.el (verilog-beg-of-statement)
16318 (verilog-endcomment-reason-re): Support unique case and priority case.
16319 (verilog-basic-complete-re): Support localparam lineup.
16320 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16321 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16322 commenting.
16323 (verilog-leap-to-case-head): Now support *nested* unique &
16324 priority case statements.
16325 (verilog-auto-lineup): Make just declarations the default (as it
16326 had been).
16327 (verilog-leap-to-case-head): Support priority/unique case statements.
16328 (verilog-auto-lineup): Rework to give users radio buttons to
16329 select the various styles of automatic lineup.
16330 (verilog-error-regexp-alist): Rework to support the XEmacs style
16331 of error regular expressions from compilers, lint tools &
16332 simulators. Note that GNU Emacs has made it impossible for a mode
16333 to load such things.
16334 (electric-verilog-terminate-line, verilog-indent-declaration)
16335 (verilog-auto-wiure): Rework for radio button selection of
16336 auto-lineup selection of specification of auto lineup.
16337 (verilog-beg-of-statement-1): Redesign to support proper operation
16338 in additional code, based on testing with auto-lineup.
16339 (verilog-calculate-indent, assignments & declarations)
16340 (verilog-backward-token): Enhance to support auto-lineup of
16341 assignments & declarations.
16342 (verilog-in-directive-p, verilog-at-struct-p): New function for
16343 easy test of whether we are.
16344 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16345 to support safe execution at almost anyline.
16346 (verilog-calc-1): Properly support indenting deep inside generate
16347 blocks.
16348 (verilog-init-font): Remove definition & use of verilog-init-font,
16349 as it is redundant with font-lock-defaults.
16350 (verilog-mode): Alter the definition of verilog-font-lock-defaults
16351 to avoid circular calls if syntax-ppss is a function (as is the
16352 case now in 22.x GNU Emacs) as that function would sometimes call
16353 itself, leading to (nearly) infinite recursion.
16354 (verilog-ovm-begin-re, verilog-ovm-end-re)
16355 (verilog-ovm-statement-re, verilog-leap-to-head)
16356 (verilog-backward-token): Add support for OVM macros. Some are
16357 complete statements, and others open and close scopes like begin
16358 and end.
16359 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16360 (verilog-defun-level-generate-only-re): Really fix the defun-list
16361 compilation issue.
16362 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16363 coverpoint, constraint and cross statements.
16364 (verilog-defun-level-list, verilog-generate-defun-level-list)
16365 (verilog-all-defun-level-list): Redo these specifications - it is
16366 too hard to support eval-when compile aggregation of lists also
16367 built at when-compile time.
16368 (verilog-defun-level-list): Place defconsts of variables used in
16369 building regular expressions which are built in eval-when-compile
16370 bodies in the same eval-when-compile body to facilitate compile
16371 without load.
16372 (verilog-beg-block-re-ordered): Support indenting
16373 virtual/protected tasks and functions.
16374 (verilog-defun-level-list, verilog-in-generate-region-p)
16375 (verilog-backward-ws&directives, verilog-calc-1): Speed up
16376 indentation of some module items (generate items).
16377 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16378 across virtual/protected tasks and functions.
16379
16380 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
16381
16382 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16383 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
16384 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16385 in concatenations. Reported by Yishay Belkind.
16386 (verilog-auto-ascii-enum): Support one-hot state machines in
16387 AUTOASCIIENUM. Suggested by Lloyd Gomez.
16388 (verilog-auto-inst, verilog-auto-inst-port): Include interface
16389 modport in AUTOINST and add vl-modport for users. Reported by
16390 David Rogoff.
16391 (verilog-auto-inout-module, verilog-auto-inst)
16392 (verilog-decls-get-interfaces, verilog-insert-definition)
16393 (verilog-insert-one-definition, verilog-read-decls)
16394 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16395 (verilog-sig-modport, verilog-signals-combine-bus)
16396 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16397 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16398 Suggested by David Rogoff.
16399 (verilog-repair-open-comma): Fix non-insertion of comma when
16400 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
16401 (verilog-make-width-expression): Simplify [A-1:0] expression
16402 widths to just {A{1'b0}}.
16403 (verilog-mode): Cleanup checkdoc warnings.
16404 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16405 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16406 inputs/outputs or data type. Suggested by Vasu Kandadi.
16407 (next-error-last-buffer): Fix byte-compiler warning.
16408 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16409 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16410 or shell command text during AUTO expansion. Suggested by Tad Truex.
16411 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16412 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16413 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16414 in AUTOINOUT. Reported by Matthew Lovell.
16415 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16416 causing use of <= assignments. Reported by Alex Reed.
16417 (verilog-read-decls): Fix triand, trior, wand, wor to be
16418 recognized by AUTOWIRE. Reported by Spencer Isaacson.
16419 (verilog-extended-complete-re): Support import "DPI-C" functions.
16420 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16421 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
16422 (verilog-insert-date, verilog-insert-year)
16423 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16424 Windows systems. Reported by Michael Potts.
16425 (verilog-read-module-name): Fix AUTOINST when the child module
16426 declaration's name is a tick define. Reported by Elliot Mednick.
16427 (verilog-read-decls): Fix V2K parameter bit subscripts getting
16428 passed to next parameter's definition. Reported by Bruce T.
16429 (verilog-read-decls): Fix detecting "parameter int" when using
16430 AUTOINSTPARAM. Reported by Bruce T.
16431 (verilog-goto-defun): Fix goto not finding modules unless first
16432 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
16433 (verilog-mode): Expand -f flag arguments on entry to mode so
16434 verilog-goto-defun will work. Reported by Lawrence Butcher.
16435 (verilog-getopt): Expand environment variables in -f file
16436 arguments. Suggested by Lawrence Butcher.
16437 (verilog-set-define): Fix "Symbol's value as variable is void"
16438 when reading enumerations.
16439 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16440 Suggested by Stephen Peltan.
16441 (verilog-read-defines): Fix reading of enumerations in include
16442 files. Reported by Steve Peltan.
16443
16444 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16445
16446 * files.el (trash-directory): Fix defcustom type.
16447
16448 2009-06-28 Juri Linkov <juri@jurta.org>
16449
16450 * help-fns.el (describe-function-1): Correctly locate adviced
16451 functions in hyperlink (Bug#2438).
16452
16453 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
16454
16455 * files.el (trash-directory): Change default to nil.
16456 (move-file-to-trash): If trash-directory is nil and
16457 system-move-file-to-trash is unbound, perform freedesktop-style
16458 trashing.
16459
16460 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16461
16462 * files.el (move-file-to-trash): Add freedesktop trash
16463 support (Bug#973).
16464
16465 2009-06-28 Glenn Morris <rgm@gnu.org>
16466
16467 * autorevert.el (global-auto-revert-non-file-buffers)
16468 (global-auto-revert-mode): Doc fixes.
16469
16470 2009-06-27 Johan Bockgård <bojohan@gnu.org>
16471
16472 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16473
16474 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
16475
16476 * faces.el (x-handle-named-frame-geometry): Ensure that we have
16477 opened an X connection before calling x-get-resource (Bug#3194).
16478
16479 * play/doctor.el: Remove reference to obsolete website.
16480 (make-doctor-variables): Correct grammar mistake (Bug#2633).
16481
16482 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16483
16484 Remove find-file-not-found-hook VC method. (Bug#2757)
16485 * vc-hooks.el (vc-file-not-found-hook)
16486 (vc-default-find-file-not-found-hook): Remove functions.
16487 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16488 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16489 * vc.el:
16490 * vc-hg.el:
16491 * vc-git.el: Do not mention find-file-not-found-hook VC method.
16492
16493 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
16494
16495 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16496 compatibility function for `looking-back'.
16497
16498 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16499 Use `ispell-looking-back'.
16500
16501 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
16502
16503 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16504 rather than `filename'.
16505
16506 2009-06-23 Miles Bader <miles@gnu.org>
16507
16508 * face-remap.el (text-scale-set): New function.
16509
16510 2009-06-23 Glenn Morris <rgm@gnu.org>
16511
16512 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16513
16514 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16515
16516 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16517
16518 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16519
16520 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16521 Simplify Persian conditionals.
16522
16523 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16524 variable `filename'.
16525
16526 * comint.el (comint-insert-input): Doc fix.
16527
16528 * Makefile.in (ELCFILES): Fix typo in previous change.
16529
16530 2009-06-23 Miles Bader <miles@gnu.org>
16531
16532 * cus-start.el: Add entry for `recenter-redisplay'.
16533
16534 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16535
16536 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16537 Add an optional argument for the backend, use it instead of
16538 calling vc-backend.
16539 (vc-mode-line): Add an optional argument for the backend.
16540 Pass the backend to vc-state and vc-working-revision. Move code for
16541 special handling for vc-state being a buffer to ...
16542
16543 * vc-rcs.el (vc-rcs-find-file-hook):
16544 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
16545
16546 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16547 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16548 vc-stay-local-p and vc-mode-line calls.
16549
16550 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16551 (vc-cvs-diff, vc-cvs-annotate-command)
16552 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16553 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16554 vc-mode-line calls.
16555
16556 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16557 direct comparison.
16558 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
16559 backend when calling vc-mode-line.
16560 (vc-register): Do not create a closure for calling the vc register
16561 function, call it directly.
16562
16563 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16564
16565 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
16566 to make it obvious item can be clicked.
16567
16568 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
16569
16570 2009-06-23 Kenichi Handa <handa@m17n.org>
16571
16572 * language/korea-util.el (korean-key-bindings): Change the binding
16573 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
16574 same command.
16575
16576 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
16577
16578 Sync with Tramp 2.1.16.
16579
16580 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
16581
16582 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
16583 when a loading of a package fails. Completion function for rsync
16584 is `tramp-completion-function-alist-ssh'.
16585 (all): Replace all calls of `split-string' and
16586 `tramp-split-string' by `tramp-compat-split-string'.
16587 (tramp-default-method): Use `tramp-compat-process-running-p'.
16588 (tramp-default-proxies-alist): Allow also Lisp forms.
16589 (tramp-remote-path): Add choice "Private Directories".
16590 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
16591 (tramp-domain-regexp): Allow also "-", "_" and ".".
16592 (tramp-end-of-output): Remove newlines, and add "$" at the end.
16593 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16594 (tramp-debug-message): Insert header line in debug buffer.
16595 (tramp-handle-directory-files-and-attributes-with-stat):
16596 Care about filenames with spaces, or starting with "-".
16597 (tramp-handle-dired-uncache): New defun.
16598 (tramp-handle-insert-directory): Don't flush the directory from
16599 cache, this is handled by `dired-uncache' now.
16600 (tramp-handle-insert-file-contents): Improve error handling.
16601 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16602 Quote `tramp-end-of-output'.
16603 (tramp-action-password): Improve trace message.
16604 (tramp-check-for-regexp): Both echoes must be present, before removing.
16605 (tramp-open-connection-setup-interactive-shell): Trace coding system.
16606 (tramp-compute-multi-hops): Eval cons cells of
16607 `tramp-default-proxies-alist'.
16608 (tramp-maybe-open-connection): Use the same command pattern for
16609 first hop and further hops.
16610 (tramp-wait-for-output): Remove handling of newlines.
16611 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16612 (tramp-split-string): Remove function. It is handled in
16613 tramp-compat now.
16614
16615 * net/tramp-cmds.el (tramp-bug):
16616 Recommend `tramp-cleanup-all-connections' in the bug mail.
16617
16618 * net/tramp-compat.el (tramp-compat-split-string)
16619 (tramp-compat-process-running-p): New defuns.
16620
16621 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
16622 for `dired-uncache'.
16623
16624 * net/tramp-gvfs.el: New package.
16625
16626 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16627 Add handler for `dired-uncache'.
16628 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
16629
16630 * net/trampver.el: Update release number. Make version check fit
16631 for SXEmacs 22.
16632
16633 2009-06-22 Jim Meyering <meyering@redhat.com>
16634
16635 Automatically handle .xz suffix (XZ-compressed files), too.
16636 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
16637 XZ is the successor to LZMA: <http://tukaani.org/xz/>
16638
16639 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
16640 Nick Roberts <nickrob@snap.net.nz>
16641
16642 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
16643 repository (http://sphinx.net.ru/hg/gdb-mi/).
16644
16645 2009-06-22 Glenn Morris <rgm@gnu.org>
16646
16647 * files.el (dir-locals-collect-mode-variables): Allow for any number of
16648 `mode' and `eval' entries. (Bug#3430)
16649
16650 * Makefile.in (ELCFILES): Add fadr.elc.
16651
16652 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
16653 differing behavior of \n and ^ in strings. (Bug#3385)
16654
16655 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
16656
16657 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
16658 property.
16659 (lisp-indent-function): Make it a defcustom.
16660
16661 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
16662
16663 * progmodes/gdb-ui.el: Replace with ...
16664 * progmodes/gdb-mi.el: ... this file.
16665 * progmodes/gud.el: Modify for gdb-mi.el.
16666
16667 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
16668
16669 * fadr.el: New file.
16670
16671 See ChangeLog.14 for earlier changes.
16672
16673 ;; Local Variables:
16674 ;; coding: utf-8
16675 ;; End:
16676
16677 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
16678
16679 This file is part of GNU Emacs.
16680
16681 GNU Emacs is free software: you can redistribute it and/or modify
16682 it under the terms of the GNU General Public License as published by
16683 the Free Software Foundation, either version 3 of the License, or
16684 (at your option) any later version.
16685
16686 GNU Emacs is distributed in the hope that it will be useful,
16687 but WITHOUT ANY WARRANTY; without even the implied warranty of
16688 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16689 GNU General Public License for more details.
16690
16691 You should have received a copy of the GNU General Public License
16692 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16693
16694 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1