b82b56dd166ddc1fdbd532318333c0096049407d
[bpt/emacs.git] / lisp / ChangeLog
1 2011-05-29 Deniz Dogan <deniz@dogan.se>
2
3 * net/rcirc.el (rcirc): Use the user's stored encryption method by
4 default.
5
6 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
7
8 * select.el: Don't perform clipboard-manager saving in hooks;
9 leave the hooks empty.
10
11 2011-05-28 Leo Liu <sdl.web@gmail.com>
12
13 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
14 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
15 (occur-edit-mode): New major mode (Bug#8463).
16 (occur-after-change-function): New function.
17 (occur-engine): Give Occur tags a read-only property.
18
19 2011-05-28 Kevin Ryde <user42@zip.com.au>
20
21 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
22
23 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24
25 * bindings.el (help-echo): Make the initial non-indicator dash
26 empty on graphical terminals (Bug#7295).
27
28 * files.el (auto-mode-alist): Move config rule after the
29 in-stripping one (Bug#8547).
30
31 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
32
33 * startup.el (normal-splash-screen): Remove gratuitous mode-line
34 setting (Bug#8740).
35
36 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
37
38 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
39 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
40 (Bug#8539).
41
42 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
43
44
45 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
46
47 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
48
49 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
50 (hs-hide-block-at-point, hs-find-block-beginning)
51 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
52 (Bug#8279).
53
54 2011-05-28 Glenn Morris <rgm@gnu.org>
55
56 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
57
58 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
59
60 * help-fns.el (describe-function-1): If the function is a derived
61 major mode, print the parent mode.
62
63 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
64 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
65
66 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * minibuffer.el (completion--capf-wrapper): Check applicability before
69 retuning non-nil for non-exclusive completion data.
70 * progmodes/etags.el (tags-completion-at-point-function):
71 * info-look.el (info-lookup-completions-at-point): Mark as
72 non-exclusive.
73 (info-complete): Adjust accordingly.
74
75 * info-look.el: Convert to lexical-binding and completion-at-point.
76 (info-lookup-completions-at-point): New function.
77 (info-complete): Use it and completion-in-region.
78
79 2011-05-28 Drew Adams <drew.adams@oracle.com>
80
81 * isearch.el: Let M-e start with point at the first mismatched char.
82 (isearch-fail-pos): New function.
83 (isearch-edit-string): Use it.
84
85 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
86
87 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
88
89 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
90
91 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
92 traversal functions for avl-trees.
93 (avl-tree--stack): New struct.
94 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
95 (avl-tree-enter): Add optional `updatefun' arg.
96 (avl-tree--do-enter): Add optional `updatefun' arg.
97 Change return value.
98 (avl-tree-delete): Add optional `test' and `nilflag' args.
99 (avl-tree--do-delete): Add `test' and `nilflag' args.
100 Change return value.
101 (avl-tree-member): Add optional `nilflag'
102 (avl-tree-member-p): New function.
103 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
104 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
105 (avl-tree-stack-empty-p): New functions.
106
107 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
108
109 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
110 avl-tree--del-balance1 and make it work both ways.
111 (avl-tree--del-balance2): Remove.
112 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
113 make it work both ways.
114 (avl-tree--enter-balance2): Remove.
115 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
116 New macros.
117 (avl-tree--mapc, avl-tree-map): Add direction argument.
118
119 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
120
121 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
122
123 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
124
125 * select.el: Support clipboard managers with built-in function
126 x-clipboard-manager-save, via delete-frame-functions and
127 kill-emacs-hook.
128 (xselect-convert-to-targets): Add MULTIPLE target to list.
129 (xselect-convert-to-save-targets): New function.
130
131 2011-05-27 Kenichi Handa <handa@m17n.org>
132
133 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
134 let-binding rfc2047-encode-encoded-words to nil.
135
136 2011-05-27 Glenn Morris <rgm@gnu.org>
137
138 * mail/emacsbug.el: Don't require url-util.
139
140 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
141
142 * files.el (set-auto-mode):
143 Also respect mode: entries at the end of the file. (Bug#8586)
144
145 2011-05-26 Glenn Morris <rgm@gnu.org>
146
147 * files.el (hack-local-variables-prop-line, hack-local-variables):
148 Downcase mode names, as seems to be traditional.
149 (hack-local-variables, hack-local-variables-apply): Doc fixes.
150
151 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
152 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
153
154 2011-05-25 Julien Danjou <julien@danjou.info>
155
156 * textmodes/rst.el (rst-define-level-faces): Do not define face
157 symbol if it is already defined.
158
159 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
160
161 * play/5x5.el (5x5-new-game, 5x5-randomize):
162 Reset 5x5-solver-output to nil when a new grid is cast.
163 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
164 these debugging traces, as defmacro breaks the compiled code.
165
166 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
167
168 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
169
170 2011-05-24 Leo Liu <sdl.web@gmail.com>
171
172 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
173 (vc-bzr-sha1): Adapt.
174
175 * sha1.el: Remove. Function `sha1' is now builtin.
176
177 * bindings.el: Provide sha1 feature.
178
179 2011-05-24 Kenichi Handa <handa@m17n.org>
180
181 * mail/sendmail.el: Require `rfc2047'.
182 (mail-insert-from-field): Do not perform RFC2047 encoding.
183 (mail-encode-header): New function.
184 (sendmail-send-it): Set buffer-file-coding-system of the work
185 buffer to the return value of select-message-coding-system.
186 Call mail-encode-header.
187
188 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
189
190 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
191
192 * mail/supercite.el (sc-default-cite-frame):
193 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
194
195 2011-05-24 Glenn Morris <rgm@gnu.org>
196
197 * progmodes/python.el (brm-menu): Declare.
198
199 * emulation/viper.el (viper-set-hooks): Declare.
200
201 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
202 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
203 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
204 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
205 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
206 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
207
208 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 Add an :exit-function for completion-at-point.
211
212 * minibuffer.el (completion--done): New fun.
213 (completion--do-completion): Use it. New arg `expect-exact'.
214 (minibuffer-complete, minibuffer-complete-word): Don't output message,
215 since completion--do-completion does it for us now.
216 (minibuffer-force-complete): Use completion--done and
217 completion--replace. Handle sole-completion case with more care.
218 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
219 (completion-extra-properties): New var.
220 (completion-annotate-function): Make obsolete.
221 (minibuffer-completion-help): Adjust accordingly.
222 Use completion-list-insert-choice-function.
223 (completion-at-point, completion-help-at-point):
224 Bind completion-extra-properties.
225 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
226 * simple.el (completion-list-insert-choice-function): New var.
227 (completion-setup-function): Preserve it.
228 (choose-completion): Pay attention to it, shuffle the code a bit.
229 (choose-completion-string): New arg `insert-function'.
230
231 * textmodes/bibtex.el: Convert to lexical binding.
232 (bibtex-mode-map): Use completion-at-point.
233 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
234 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
235 (bibtex-complete): Define as obsolete alias.
236 (bibtex-complete-internal): Remove.
237 (bibtex-format-entry): Remove unused sub-group in regexp.
238 * shell.el (shell--command-completion-data)
239 (shell-environment-variable-completion):
240 * pcomplete.el (pcomplete-completions-at-point):
241 * comint.el (comint--complete-file-name-data): Use :exit-function
242 instead of completion-table-with-terminator so it also works for
243 choose-completion.
244
245 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
246
247 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
248
249 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
250 (bug#8710).
251
252 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
253
254 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
255
256 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
257 customization variable and implement: If non-nil, auto-fill will
258 be inhibited while on topic's header line.
259
260 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
261
262 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
263 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
264 always have a solution in grid size = 5 cases.
265 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
266 (5x5-solver-output, 5x5-log-buffer): New vars.
267 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
268 Make these variables buffer local to achieve 5x5 multi-session-ness.
269 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
270 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
271 (5x5-solve-suggest): New funs.
272 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
273 randomize a grid so that we ensure that there is always a solution.
274 (5x5-make-random-grid): Allow other movement than flipping.
275
276 2011-05-23 Kevin Ryde <user42@zip.com.au>
277
278 * emacs-lisp/advice.el (ad-read-advised-function):
279 Use `function-called-at-point' as the default default, if it has
280 advice and passes PREDICATE.
281
282 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
285 byte-compile-lambda if it's actually a lambda.
286
287 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
288 Fix function quoting. Use backquote better.
289
290 2011-05-22 Yuanle Song <sylecn@gmail.com>
291
292 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
293 matching (Bug#8516).
294
295 2011-01-22 Jari Aalto <jari.aalto@cante.net>
296
297 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
298 different face (Bug#8178).
299
300 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
301
302 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
303 defface (Bug#8144).
304
305 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
308 funcall as well (bug#8712). Warn when performing those conversions.
309 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
310
311 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
312
313 2011-05-22 Glenn Morris <rgm@gnu.org>
314
315 * files.el (hack-local-variables-prop-line): Small simplifications.
316 (hack-local-variables, hack-local-variables-prop-line):
317 If MODE-ONLY, return the mode, rather than just `t'.
318
319 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
322
323 2011-05-21 Glenn Morris <rgm@gnu.org>
324
325 * files.el (hack-local-variables-prop-line, hack-local-variables):
326 If only interested in the mode, don't bother doing the other stuff.
327
328 * image-mode.el (image-after-revert-hook):
329 Redraw all frames on which the image is visible. (Bug#8567)
330
331 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
332
333 * wid-edit.el (widget-checklist-match-inline):
334 Fix 2011-04-19 change. (Bug#8649)
335
336 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
339 Also allow singlespace after single-letter capitals followed by a dot.
340
341 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
342 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
343
344 2011-05-20 Nix <nix@esperi.org.uk>
345
346 * files.el (basic-save-buffer-2):
347 Fix handling of break-hardlink-on-save with non-existent files.
348
349 2011-05-19 Deniz Dogan <deniz@dogan.se>
350
351 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
352 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
353
354 2011-05-19 Glenn Morris <rgm@gnu.org>
355
356 * progmodes/f90.el (f90-type-def-re):
357 Handle "type, bind(c)". (Bug#8691)
358
359 * emacs-lisp/autoload.el (batch-update-autoloads):
360 Set autoload-excludes by parsing loadup.el rather than Makefiles.
361
362 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
363
364 * net/tramp.el (tramp-process-actions): Set "first-password-request"
365 property for the correct connection in case of multihops.
366
367 2011-05-18 Glenn Morris <rgm@gnu.org>
368
369 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
370 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
371
372 Rationalize calendar handling of day and month abbrev-arrays.
373 * calendar/calendar.el (calendar-customized-p): New function.
374 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
375 (calendar-day-name-array, calendar-month-name-array): Doc fix.
376 Add :set function.
377 (calendar-abbrev-length, calendar-day-abbrev-array)
378 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
379 (calendar-day-abbrev-array, calendar-month-abbrev-array):
380 Elements may no longer be nil.
381 (calendar-day-name, calendar-month-name):
382 Update for changed nature of abbrev arrays.
383 * calendar/diary-lib.el (diary-name-pattern):
384 Update for changed nature of abbrev arrays.
385 (diary-mark-entries-1): Update calendar-make-alist calls.
386 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
387 * calendar/cal-html.el (cal-html-day-abbrev-array):
388 Simply inherit from calendar-day-abbrev-array.
389
390 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * progmodes/grep.el (grep-mode): Disable default
393 compilation-directory-matcher setting (bug#8684).
394
395 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
396
397 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
398 instead of "head" and "tail". There were problems with SunOS 5.9,
399 and it performs better.
400
401 2011-05-17 Glenn Morris <rgm@gnu.org>
402
403 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
404
405 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
406 Replace obsolete function.
407
408 * shell.el (pcomplete-parse-arguments-function): Declare.
409
410 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
411 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
412 (appt-check): Doc fixes.
413 (appt-disp-window-function, appt-delete-window-function):
414 Remove needless special case in custom :type.
415 (appt-display-count): Default to 0, not nil.
416 (appt-check): Reset appt-display-count to 0, not nil.
417
418 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
419
420 * progmodes/python.el (python-font-lock-keywords):
421 Add the Python 3.X keyword "nonlocal" (bug#8639).
422
423 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
426
427 2011-05-16 Kevin Ryde <user42@zip.com.au>
428
429 * info-look.el (makefile-automake-mode): New setups, looking in
430 automake manual, then makefile-mode.
431 (makefile-mode): Remove automake manual, have it just in
432 makefile-automake-mode since there's various things different or
433 not relevant to plain make.
434 (makefile-mode): Remove "other-modes" non-existent automake-mode,
435 believe a hypothetical automake-mode would go to makefile-mode,
436 not the other way around.
437
438 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
439
440 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
441 hunk-end tags (Bug#8672).
442
443 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
444 vc-annotate-show-diff-revision-at-line (Bug#8671).
445
446 2011-05-14 Glenn Morris <rgm@gnu.org>
447
448 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
449 in the middle of an existing one with multiple authors. (Bug#8645)
450 (change-log-font-lock-keywords): Also handle multiple author lines
451 with leading tabs. (Bug#8644)
452
453 * calendar/appt.el (appt-check): Rename some local variables.
454 Some simplification/reordering.
455
456 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
457 (feedmail-sendmail-f-doesnt-sell-me-out)
458 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
459 (feedmail-debug-sit-for, feedmail-queue-express-hook)
460 (feedmail-queue-runner-message-sender): Set :version.
461 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
462 (bbdb-dwim-net-address, vm-mail): Declare.
463 (feedmail-binmail-gnulinuxish-template):
464 Rename from feedmail-binmail-linuxish-template.
465 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
466 Use insert-buffer-substring.
467
468 2011-05-14 Bill Carpenter <bill@carpenter.org>
469
470 * mail/feedmail.el (feedmail-patch-level): Increase.
471 (feedmail-debug): New custom group.
472 (feedmail-confirm-outgoing-timeout)
473 (feedmail-sendmail-f-doesnt-sell-me-out)
474 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
475 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
476 (feedmail-sender-line, feedmail-from-line)
477 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
478 (feedmail-spray-this-address)
479 (feedmail-spray-address-fiddle-plex-list)
480 (feedmail-queue-use-send-time-for-date)
481 (feedmail-queue-use-send-time-for-message-id)
482 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
483 (feedmail-buffer-eating-function):
484 Doc fixes.
485 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
486 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
487 (feedmail-message-action-scroll-down): New functions.
488 (feedmail-queue-directory, feedmail-queue-draft-directory):
489 Use expand-file-name.
490 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
491 Remove C-v help entry.
492 (feedmail-queue-buffer-file-name): New variable.
493 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
494 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
495 (feedmail-message-action-send-strong, feedmail-message-action-edit)
496 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
497 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
498 (feedmail-message-action-toggle-spray)
499 (feedmail-run-the-queue-no-prompts)
500 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
501 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
502 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
503 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
504 (feedmail-envelope-deducer, feedmail-fiddle-from)
505 (feedmail-fiddle-sender, feedmail-default-date-generator)
506 (feedmail-fiddle-date, feedmail-fiddle-message-id)
507 (feedmail-fiddle-spray-address)
508 (feedmail-fiddle-list-of-spray-fiddle-plexes)
509 (feedmail-fiddle-list-of-fiddle-plexes)
510 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
511 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
512 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
513 Change default. Doc fix.
514 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
515 (feedmail-binmail-linuxish-template): New constant.
516 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
517 Respect feedmail-sendmail-f-doesnt-sell-me-out.
518 (feedmail-send-it): Add debug call.
519 Use feedmail-queue-buffer-file-name, and
520 feedmail-send-it-immediately-wrapper.
521 (feedmail-message-action-send): Add debug call.
522 Use feedmail-send-it-immediately-wrapper.
523 (feedmail-queue-express-to-queue): Add debug call.
524 Run feedmail-queue-express-hook.
525 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
526 (feedmail-message-action-help-blat):
527 Rename from feedmail-queue-send-edit-prompt-help-first.
528 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
529 Check line-endings. Handle errors better.
530 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
531 Doc fix. Add debug call.
532 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
533 Use feedmail-queue-send-edit-prompt-inner.
534 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
535 (feedmail-queue-send-edit-prompt-inner): New function, extracted
536 from feedmail-queue-send-edit-prompt.
537 (feedmail-queue-send-edit-prompt-help)
538 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
539 (feedmail-tidy-up-slug): Add debug call.
540 Respect feedmail-queue-slug-suspect-regexp.
541 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
542 (feedmail-dump-message-to-queue): Add debug call.
543 Expand queue-directory.
544 (feedmail-dump-message-to-queue): Change message slightly.
545 Use feedmail-say-chatter.
546 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
547 (feedmail-send-it-immediately-wrapper): New function.
548 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
549 Insert empty string rather than newline. Handle full-frame case.
550 Use catch/throw. Use feedmail-say-chatter.
551 (feedmail-fiddle-from): Try mail-host-address.
552 (feedmail-default-message-id-generator): Doc fix.
553 Bind system-time-locale. Handle missing end.
554 (feedmail-fiddle-x-mailer): Add debug call.
555 Handle feedmail-x-mailer-line being nil.
556 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
557 Add debug call. Use buffer-substring-no-properties.
558 (feedmail-say-debug, feedmail-say-chatter): New functions.
559 (feedmail-find-eoh): Give an explicit error.
560
561 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
562
563 * net/newst-treeview.el (newsticker-treeview-face): Change default
564 family from helvetica to sans.
565 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
566 etc/images/newsticker.
567
568 * net/newst-reader.el (newsticker-feed-face): Change default
569 family from helvetica to sans.
570
571 * net/newst-plainview.el (newsticker-new-item-face)
572 (newsticker-old-item-face, newsticker-immortal-item-face)
573 (newsticker-obsolete-item-face, newsticker-date-face)
574 (newsticker-statistics-face): Change default family from
575 helvetica to sans.
576 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
577 etc/images/newsticker.
578
579 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
580 (newsticker--process-auto-mark-filter-match): : Tell user about
581 auto-marking.
582
583 2011-05-13 Didier Verna <didier@xemacs.org>
584
585 Common Lisp indentation improvements on defmethod and lambda-lists.
586 * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
587 (lisp-lambda-list-keyword-parameter-indentation)
588 (lisp-lambda-list-keyword-parameter-alignment)
589 (lisp-lambda-list-keyword-alignment): New customizable user options.
590 (lisp-indent-defun-method): Improve docstring.
591 (extended-loop-p): Fix comment.
592 (lisp-indent-lambda-list-keywords-regexp): New variable.
593 (lisp-indent-lambda-list): New function.
594 (lisp-indent-259): Use it.
595 (lisp-indent-defmethod): Support for more than one
596 method qualifier and properly indent methods lambda-lists.
597 (defgeneric): Provide a missing common-lisp-indent-function property.
598
599 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
602 bounds for the empty string (bug#8667).
603
604 2011-05-13 Glenn Morris <rgm@gnu.org>
605
606 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
607
608 * mail/sendmail.el (sendmail-program): Try executable-find first.
609 (sendmail-send-it): `sendmail-program' cannot be unbound.
610
611 * calendar/appt.el (appt-make-list): Simplify.
612 (appt-time-msg-list): Doc fix.
613 (appt-check): Change mode-line message at the time of the appointment.
614
615 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
616
617 * progmodes/ld-script.el (ld-script-keywords)
618 (ld-script-builtins): Update keywords list.
619
620 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
623
624 * shell.el (shell-completion-vars): New function.
625 (shell-mode):
626 * simple.el (read-shell-command): Use it.
627 (blink-matching-open): No need for " [...]" in minibuffer-message.
628
629 2011-05-12 Glenn Morris <rgm@gnu.org>
630
631 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
632 (appt-check): Simplify.
633
634 2011-05-12 Eli Zaretskii <eliz@gnu.org>
635
636 * smerge-mode.el (smerge-resolve): Use null-device rather than a
637 literal "/dev/null".
638
639 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
640
641 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
642 Fix typo.
643
644 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
645
646 * progmodes/which-func.el (which-function):
647 Use add-log-current-defun instead of add-log-current-defun-function,
648 which might not be defined (Bug#8260).
649
650 2011-05-12 Glenn Morris <rgm@gnu.org>
651
652 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
653 Let byte-compile-initial-macro-environment always take precedence.
654
655 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * net/rcirc.el: Add support for SSL/TLS connections.
658 (rcirc-server-alist): New field `encryption'.
659 (rcirc): Check `encryption' settings.
660 (rcirc-connect): New arg `encryption'. Use open-network-stream.
661 Merge make-local-variable into `set'.
662 (rcirc--connection-open-p): New function.
663 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
664 the process is not a network process (e.g. running gnutls-cli).
665 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
666 Make rcirc-(en|de)code-coding-system local here.
667 (rcirc-mode): Merge make-local-variable into `set'.
668 (rcirc-parent-buffer): Make permanent buffer-local.
669 (rcirc-multiline-minor-mode): Don't do it here.
670 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
671 there's no server buffer.
672
673 2011-05-11 Glenn Morris <rgm@gnu.org>
674
675 * newcomment.el (comment-kill): Prefix "unused" local.
676
677 * term/w32console.el (get-screen-color): Declare.
678
679 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
680 Handle symbol elements of byte-compile-initial-macro-environment.
681
682 2011-05-10 Leo Liu <sdl.web@gmail.com>
683
684 * bookmark.el (bookmark-bmenu-mode-map):
685 Bind bookmark-bmenu-search to `/'.
686
687 * mail/footnote.el: Convert to utf-8 encoding.
688 (footnote-unicode-string, footnote-unicode-regexp): New variable.
689 (Footnote-unicode): New function.
690 (footnote-style-alist): Add unicode style to the list.
691 (footnote-style): Doc fix.
692
693 2011-05-10 Jim Meyering <meyering@redhat.com>
694
695 Fix doubled-word typos.
696 * international/quail.el (quail-insert-kbd-layout): and and -> and
697 * kermit.el: and and -> and
698 * net/ldap.el (ldap-search-internal): to to -> to
699 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
700 * progmodes/js.el (js-mode): and and -> and
701 * textmodes/artist.el (artist-move-to-xy): at at -> at
702 (artist-draw-region-trim-line-endings): if if -> if
703 And Safetyc -> Safety.
704 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
705
706 2011-05-10 Glenn Morris <rgm@gnu.org>
707 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * files.el (hack-one-local-variable-eval-safep):
710 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
711
712 2011-05-10 Glenn Morris <rgm@gnu.org>
713
714 * calendar/diary-lib.el (diary-list-entries-hook)
715 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
716 (diary-nongregorian-marking-hook, diary-list-entries)
717 (diary-include-other-diary-files, diary-mark-entries)
718 (diary-mark-included-diary-files): Doc fixes.
719
720 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
721
722 * misc.el: Require tabulated-list.el during compilation.
723
724 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
725
726 * progmodes/compile.el (compilation-start):
727 Run compilation-filter-hook for the async case too.
728 (compilation-filter-hook): Doc fix.
729
730 2011-05-09 Deniz Dogan <deniz@dogan.se>
731
732 * wdired.el: Remove outdated installation comment. Fix usage
733 comment.
734
735 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
736
737 * misc.el: Implement new command `list-dynamic-libraries'.
738 (list-dynamic-libraries--loaded-only-p): New variable.
739 (list-dynamic-libraries--refresh): New function.
740 (list-dynamic-libraries): New command.
741
742 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
743
744 * progmodes/compile.el (compilation-error-regexp-alist-alist):
745 Fix the ant regexp to handle end-line and end-column info from jikes.
746 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
747 higher priority to avoid clobbering by gnu.
748
749 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
750
751 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
752 if the face has existing theme settings (Bug#8454).
753
754 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
755
756 * progmodes/perl-mode.el (perl-imenu-generic-expression):
757 Only match variables declared via `my' or `our' (Bug#8261).
758
759 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
760 special file names `.' and `..' (Bug#8259).
761
762 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
763
764 * progmodes/grep.el (grep-mode-font-lock-keywords):
765 Remove buffer-changing entries.
766 (grep-filter): New function.
767 (grep-mode): Add it to compilation-filter-hook.
768
769 * progmodes/compile.el (compilation-filter-hook)
770 (compilation-filter-start): New defvars.
771 (compilation-filter): Call compilation-filter-hook prior to
772 updating the process mark.
773
774 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
777
778 2011-05-07 Eli Zaretskii <eliz@gnu.org>
779
780 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
781 mailclient-send-it even if window-system is nil. (Bug#8595)
782
783 * term/w32console.el (terminal-init-w32console):
784 Call get-screen-color and use its output to set the frame
785 background-mode. (Bug#8597)
786
787 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
788
789 Make bytecomp.el understand that defmethod defines funs (bug#8631).
790 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
791 New functions.
792 (defgeneric, eieio--defmethod): Use them.
793 (eieio-defgeneric): Remove.
794 (defmethod): Call defgeneric in a way visible to the byte-compiler.
795
796 2011-05-07 Glenn Morris <rgm@gnu.org>
797
798 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
799 Use let rather than let*.
800 (timeclock-find-discrep): Remove unused local.
801
802 * calendar/diary-lib.el (diary-comment-start): Doc fix.
803
804 * calendar/appt.el (appt-time-msg-list): Doc fix.
805
806 2011-05-06 Noah Friedman <friedman@splode.com>
807
808 * apropos.el (apropos-print-doc): Only use
809 emacs-lisp-docstring-fill-column when it is bound to an integer,
810 per that variable's documentation.
811
812 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
815 and warnings are not silently discarded (e.g. use -d instead of -P).
816
817 2011-05-06 Glenn Morris <rgm@gnu.org>
818
819 * calendar/appt.el (appt-message-warning-time): Doc fix.
820 (appt-warning-time-regexp): New option.
821 (appt-make-list): Respect appt-message-warning-time.
822
823 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
824 New options.
825 (diary-add-to-list): Strip comments from the displayed string.
826 (diary-mode): Set comment-start and comment-end.
827
828 * vc/diff-mode.el (smerge-refine-subst): Declare.
829 (diff-refine-hunk): Don't require smerge-mode when compiling.
830
831 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
832
833 * simple.el (list-processes): Return nil as the docstring says.
834
835 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
836
837 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
838 to "".
839 (ange-ftp-write-region, ange-ftp-insert-file-contents)
840 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
841 determining of binary transfer. (Bug#7383)
842
843 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
844
845 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
846 Fix port computation bug. (Bug#8618)
847
848 2011-05-05 Glenn Morris <rgm@gnu.org>
849
850 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
851
852 * simple.el (shell-dynamic-complete-functions)
853 (comint-dynamic-complete-functions): Declare.
854
855 * net/network-stream.el (gnutls-negotiate):
856 * simple.el (tabulated-list-print): Fix declarations.
857
858 * progmodes/gud.el (syntax-symbol, syntax-point):
859 Remove unnecessary and incorrect declarations.
860
861 * emacs-lisp/check-declare.el (check-declare-scan):
862 Handle byte-compile-initial-macro-environment in bytecomp.el
863
864 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 Fix earlier half-done eieio-defmethod change (bug#8338).
867 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
868 Streamline and change calling convention.
869 (defmethod): Adjust accordingly and simplify.
870 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
871 new eieio--defmethod.
872 (slot-boundp): Minor CSE simplification.
873
874 2011-05-05 Milan Zamazal <pdm@zamazal.org>
875
876 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
877 (glasses-make-readable): Use glasses-separate-capital-groups.
878
879 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
880
881 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
882 (warning-series): Doc fix.
883 (display-warning): Don't try to create the buffer if we just found it.
884
885 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
886
887 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
888 (autoload-find-generated-file): New function.
889 (generate-file-autoloads): Bind generated-autoload-file to
890 buffer-file-name.
891 (update-file-autoloads, update-directory-autoloads):
892 Use autoload-find-generated-file. If called interactively, prompt for
893 output file (Bug#7989).
894 (batch-update-autoloads): Doc fix.
895
896 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
897
898 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
899
900 2011-05-04 Glenn Morris <rgm@gnu.org>
901
902 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
903 function, so it follows changes in calendar-date-style.
904 (diary-fancy-date-matcher): New function.
905 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
906 (diary-fancy-font-lock-fontify-region-function):
907 Use diary-fancy-date-pattern as a function.
908
909 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
910 non-numbers for `year' etc pseudo-variables. (Bug#8583)
911
912 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
913
914 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
915 instead of positional arguments. Allow :keylist and :crlfiles
916 arguments.
917 (open-gnutls-stream): Call it.
918
919 * net/network-stream.el (network-stream-open-starttls): Adjust to
920 call `gnutls-negotiate' with :process and :hostname arguments.
921
922 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * minibuffer.el (completion--message): New function.
925 (completion--do-completion, minibuffer-complete)
926 (minibuffer-force-complete, minibuffer-complete-word): Use it.
927 (completion--do-completion): Don't ignore completion-auto-help when in
928 icomplete-mode.
929
930 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
931 internal encoding (e.g. tibetan zero is not whitespace).
932 (global-whitespace-mode): Prefer save-current-buffer.
933 (whitespace-trailing-regexp): Remove useless save-match-data.
934 (whitespace-empty-at-bob-regexp): Minor simplification.
935
936 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
937
938 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
939
940 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
941
942 * textmodes/ispell.el (ispell-add-per-file-word-list):
943 Use `concat' to create string for insertion.
944
945 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
946
947 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
948 Avoid open-line which runs post-self-insert-hook.
949 (bibtex-fill-entry): Remove unused `end' var.
950
951 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
952
953 * textmodes/ispell.el (ispell-add-per-file-word-list):
954 Protect against `nil' value of `comment-start' (Bug#8579).
955
956 2011-05-03 Leo Liu <sdl.web@gmail.com>
957
958 * isearch.el (isearch-yank-pop): New command.
959 (isearch-mode-map): Bind it to `M-y'.
960 (isearch-forward): Mention it.
961
962 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * simple.el (minibuffer-complete-shell-command): Remove.
965 (minibuffer-local-shell-command-map): Use completion-at-point.
966 (read-shell-command): Setup completion vars here instead.
967 (read-expression-map): Bind TAB to symbol completion.
968
969 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
970 error directly rather via storing it into `results'.
971
972 2011-05-02 Leo Liu <sdl.web@gmail.com>
973
974 * vc/diff.el: Fix description.
975
976 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
977
978 * server.el (server-eval-at): New function.
979
980 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
981
982 * net/network-stream.el (open-network-stream): Take a :nowait
983 parameter and pass it on to `make-network-process'.
984 (network-stream-open-plain): Ditto.
985
986 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
987
988 * faces.el (face-spec-set-match-display): Don't match toolkit
989 options on terminal frames.
990
991 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
992
993 * progmodes/pascal.el: Use lexical binding.
994 (pascal-mode-map): Remove author preferences.
995
996 * pcomplete.el (pcomplete-std-complete): Don't abuse
997 completion-at-point.
998
999 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
1000
1001 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
1002 removing code that has been dead since 1991 or so.
1003
1004 * startup.el (command-line): When warning about "_emacs", use a
1005 delayed warning to allow the user to filter it out.
1006
1007 2011-04-28 Deniz Dogan <deniz@dogan.se>
1008
1009 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
1010 user has not joined.
1011
1012 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1013
1014 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
1015 aren't any completions at point.
1016
1017 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
1018
1019 * subr.el (display-delayed-warnings): New function.
1020 (delayed-warnings-hook): New variable.
1021
1022 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * minibuffer.el (completion-at-point, completion-help-at-point):
1025 Don't presume that a given completion-at-point-function will always
1026 use the same calling convention.
1027
1028 * pcomplete.el (pcomplete-completions-at-point):
1029 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
1030 pcomplete-seen is non-nil.
1031 (pcomplete-comint-setup): Also recognize the new comint/shell
1032 completion functions.
1033 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
1034 pcomplete-seen is non-nil.
1035
1036 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
1037
1038 * calendar/icalendar.el (diary-lib): Add require statement.
1039 (icalendar--create-uid): Read out a uid from a text-property on
1040 the first character in the entry. This allows for code to add its
1041 own uid to the entry.
1042 (icalendar--convert-float-to-ical): Add export of
1043 `diary-float'-entries save for those with the optional DAY
1044 argument.
1045
1046 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
1047
1048 * subr.el (shell-quote-argument): Use alternate escaping strategy
1049 when we spot a variable reference in a string.
1050
1051 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
1052
1053 * cus-start.el (all): Define customization for debug-on-event.
1054
1055 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
1056
1057 * subr.el (shell-quote-argument): Escape correctly under Windows.
1058
1059 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
1062
1063 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
1064
1065 * net/tramp.el (tramp-process-actions): Add POS argument.
1066 Delete region between POS and (pos).
1067
1068 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1069 Use `nil' position in `tramp-process-actions' call.
1070 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
1071
1072 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
1073 position in `tramp-process-actions' call.
1074
1075 * net/trampver.el: Update release number.
1076
1077 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * custom.el (defcustom): Obey lexical-binding.
1080
1081 Fix octave-inf completion problems reported by Alexander Klimov.
1082 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
1083 Inherit from octave-mode-syntax-table.
1084 (inferior-octave-mode): Set info-lookup-mode.
1085 (inferior-octave-completion-at-point): New function.
1086 (inferior-octave-complete): Use it and completion-in-region.
1087 (inferior-octave-dynamic-complete-functions): Use it as well, and use
1088 comint-filename-completion.
1089 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
1090 symbol elements which shouldn't be word elements.
1091 (octave-font-lock-keywords, octave-beginning-of-defun)
1092 (octave-function-header-regexp): Adjust regexps accordingly.
1093 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
1094
1095 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * net/gnutls.el (gnutls-errorp): Declare before first use.
1098
1099 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1100
1101 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
1102 verify-error, and verify-hostname-error parameters. Check whether
1103 default trustfile exists before going to use it. Add missing
1104 argument to gnutls-message-maybe call. Return return value.
1105 Reported by Claudio Bley <claudio.bley@gmail.com>.
1106 (open-gnutls-stream): Add usage example.
1107
1108 * net/network-stream.el (network-stream-open-starttls): Give host
1109 parameter to `gnutls-negotiate'.
1110 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1111 * subr.el (shell-quote-argument): Escape correctly under Windows.
1112
1113 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
1114
1115 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
1116 Use correct match group (bug#8438).
1117
1118 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
1119
1120 * emacs-lisp/package.el (package-built-in-p): Fix typo.
1121 (package-menu--generate): New arg specifying packages to show.
1122 (package-menu-refresh, package-menu-execute, list-packages):
1123 Callers changed.
1124 (package-show-package-list): New function, replacing deleted
1125 package--list-packages (renamed because it is non-internal).
1126
1127 * finder.el (finder-list-matches): Use package-show-package-list
1128 instead of deleted package--list-packages.
1129
1130 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
1131 Based on a previous implementation by Juanma Barranquero (Bug#8366).
1132 (vc-annotate-mode-map): Bind it to RET.
1133
1134 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1135
1136 * progmodes/etags.el (next-file): Don't use set-buffer to change
1137 buffers (Bug#8478).
1138
1139 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
1142
1143 * apropos.el (apropos-label-face): Avoid variable-pitch face.
1144 (apropos-accumulator): Doc fix.
1145 (apropos-function, apropos-macro, apropos-command)
1146 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1147 (apropos-plist): Add face property.
1148 (apropos-symbols-internal): Fix indentation.
1149 (apropos-print): Simplify help, and recognize apropos-multi-type.
1150 (apropos-print-doc): Use button-type-get to extract the button's
1151 face property. Fill docstring (Bug#8352).
1152
1153 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
1154
1155 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
1156
1157 * play/mpuz.el (mpuz-silent): Doc fix.
1158 (mpuz-mode-map): Use mapc.
1159 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
1160 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
1161 Fix typos in docstrings.
1162
1163 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
1164 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
1165
1166 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
1167
1168 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
1169
1170 * minibuffer.el (completion--do-completion): Avoid the "Next char
1171 not unique" prompt if icomplete-mode is enabled (Bug#5849).
1172
1173 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
1174 mouse-2 into unread-command-events, it is interpreted correctly.
1175
1176 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
1177 (image-toggle-display): Doc fix.
1178
1179 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
1180
1181 * textmodes/page.el (what-page): Use line-number-at-pos to
1182 calculate line number (Bug#6825).
1183
1184 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
1185
1186 * eshell/esh-mode.el (find-tag-interactive): Declare function.
1187 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
1188 Pass argument NO-DEFAULT to `find-tag-interactive'.
1189
1190 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
1191
1192 Lexical-binding cleanup.
1193
1194 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
1195 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
1196 * progmodes/ada-prj.el (ada-prj-initialize-values)
1197 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
1198 (ada-prj-show-value):
1199 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
1200 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
1201 (antlr-invalidate-context-cache, antlr-options-menu-filter)
1202 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
1203 * progmodes/bug-reference.el (bug-reference-push-button):
1204 * progmodes/fortran.el (fortran-line-length):
1205 * progmodes/glasses.el (glasses-change):
1206 * progmodes/octave-mod.el (octave-fill-paragraph):
1207 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
1208 (python-pdbtrack-grub-for-buffer, python-sentinel):
1209 * progmodes/sql.el (sql-save-connection):
1210 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
1211 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
1212 Mark unused parameters.
1213
1214 * progmodes/compile.el (compilation--flush-directory-cache)
1215 (compilation--flush-parse, compile-internal): Mark unused parameters.
1216 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
1217 (compilation-next-error-function): Remove unused variable `timestamp'.
1218
1219 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
1220 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
1221
1222 * progmodes/dcl-mode.el (dcl-end-of-command):
1223 Remove unused variable `start'.
1224 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
1225 (dcl-option-value-basic, dcl-option-value-offset)
1226 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
1227 Mark unused parameters.
1228 (dcl-save-local-variable): Remove unused variable `val'.
1229 (mode): Declare.
1230
1231 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
1232 Mark unused parameters.
1233 (delphi-ignore-changes): Move before first use.
1234 (delphi-charset-token-at): Remove unused variable `start'.
1235 (delphi-else-start): Remove unused variable `if-count'.
1236 (delphi-comment-block-start, delphi-comment-block-end):
1237 Remove unused variable `kind'.
1238 (delphi-indent-line): Remove unused variable `new-point'.
1239
1240 * progmodes/ebrowse.el (ebrowse-files-list)
1241 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
1242 Mark unused parameters. Don't quote `lambda'.
1243 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
1244 Don't quote `lambda'.
1245 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
1246 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
1247 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
1248 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
1249 Use `ignore-errors'.
1250 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
1251 (ebrowse-view/find-file-and-search-pattern)
1252 (ebrowse-view/find-member-declaration/definition):
1253 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
1254 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
1255 Rename parameter PREFIX-ARG to PREFIX.
1256 (ebrowse-tags-read-name): Remove unused variables `start' and
1257 `member-info'.
1258 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
1259 to `tags-file'.
1260
1261 * progmodes/etags.el (local-find-tag-hook): Declare.
1262 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
1263 Mark unused parameters.
1264
1265 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
1266 (executable-interpret): Mark unused parameter.
1267
1268 * progmodes/flymake.el (flymake-process-sentinel)
1269 (flymake-after-change-function)
1270 (flymake-create-temp-with-folder-structure)
1271 (flymake-get-include-dirs-dot): Mark unused parameters.
1272 (flymake-safe-delete-directory): Remove unused variable `err'.
1273
1274 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
1275 (speedbar-timer-fn, speedbar-line-text)
1276 (speedbar-change-expand-button-char, speedbar-delete-subblock)
1277 (speedbar-center-buffer-smartly): Declare functions.
1278 (gdb-find-watch-expression): Remove unused variable `array'.
1279 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
1280 (gdb-starting): Mark unused parameters.
1281 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
1282 (gdb-table-string): Remove unused variable `res'.
1283 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
1284 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
1285 (gdb-display-buffer): Remove unused variable `cur-size'.
1286
1287 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
1288 allow lexical-binding compilation.
1289 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
1290 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
1291 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
1292 Mark unused parameters.
1293 (gud-gdb-marker-filter): Remove unused variable `match'.
1294 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
1295 lambda expressions and funcall them, instead of using `fset'.
1296
1297 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
1298 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
1299
1300 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
1301 variable `header-beg'; use `let'.
1302
1303 * progmodes/icon.el (indent-icon-exp): Remove unused variables
1304 `restart', `last-sexp' and `at-do'.
1305
1306 * progmodes/js.el (js--debug): Mark unused parameter.
1307 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
1308 (js--splice-into-items): Remove unused variable `item'.
1309 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
1310
1311 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
1312 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
1313 (makefile-complete): Remove unused variable `try'.
1314 (makefile-fill-paragraph, makefile-match-function-end):
1315 Mark unused parameters.
1316
1317 * progmodes/octave-inf.el (inferior-octave-complete):
1318 Remove unused variable `proc'.
1319 (inferior-octave-output-digest): Mark unused parameter.
1320
1321 * progmodes/perl-mode.el (perl-calculate-indent):
1322 Remove unused variable `err'.
1323
1324 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
1325 (prolog-indent-line): Mark unused parameters.
1326 (prolog-indent-line): Remove unused variable `beg'.
1327
1328 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
1329 (reporter-dont-compact-list): Declare.
1330
1331 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
1332 Remove unused variable `char'.
1333 (sh-debug): Mark unused parameter.
1334 (sh-get-indent-info): Remove unused variable `start'.
1335 (sh-calculate-indent): Remove unused variable `var'.
1336
1337 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
1338 (simula-electric-keyword): Remove unused variable `null'.
1339 (simula-search-backward, simula-search-forward): Remove unused
1340 variables `begin' and `end'.
1341
1342 * progmodes/vera-mode.el (vera-guess-basic-syntax):
1343 Remove unused variable `pos'.
1344 (vera-electric-tab, vera-comment-uncomment-region):
1345 Mark unused parameters.
1346 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
1347
1348 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
1349
1350 * emacs-lisp/package.el (package--builtins, package-alist)
1351 (package-load-descriptor, package-built-in-p, package-activate)
1352 (define-package, package-installed-p)
1353 (package-compute-transaction, package-buffer-info)
1354 (package--push): Doc fix. Distinguish more clearly between
1355 version strings and version lists.
1356
1357 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
1358
1359 Lexical-binding cleanup.
1360
1361 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
1362 (5x5-make-mutate-best):
1363 * play/fortune.el (fortune-in-buffer):
1364 * play/gomoku.el (gomoku-init-display):
1365 * play/solitaire.el (solitaire, solitaire-do-check):
1366 * play/tetris.el (tetris-default-update-speed-function):
1367 Mark unused parameters.
1368
1369 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
1370 (bubbles--shift): Remove unused variable `char-org'.
1371 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
1372 (bubbles--show-images): Remove unused variable `char'.
1373
1374 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
1375 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
1376 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
1377 (decipher-analyze-buffer): Use ?\s.
1378 (decipher-make-checkpoint): Remove unused variable `mapping'.
1379
1380 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
1381
1382 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1383 Remove unused variable `result'; use `let'.
1384
1385 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
1386 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
1387 (gametree-children-shown-p, gametree-compute-reduced-score):
1388 Use `ignore-errors'.
1389
1390 * play/handwrite.el (ps-lpr-switches): Declare.
1391 (handwrite): Remove unused variables `pmin' and `lastp'.
1392
1393 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
1394
1395 * play/landmark.el (landmark-init-display)
1396 (landmark-update-naught-weights): Mark unused parameters.
1397 (landmark-y): Remove unused variable `noise'. Simplify.
1398 (landmark-human-plays): Remove unused variable `score'.
1399
1400 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
1401 (mpuz-try-proposal): Remove unused variable `game'.
1402
1403 * play/zone.el (life-patterns): Declare.
1404
1405 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
1406
1407 * vc/vc.el (ediff-vc-internal): Declare function.
1408
1409 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * shell.el: Use lexical-binding and std completion UI.
1412 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
1413 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
1414 comint-preoutput-filter-functions rather than on
1415 comint-output-filter-functions.
1416 (shell-command-completion, shell--command-completion-data)
1417 (shell-filename-completion, shell-environment-variable-completion)
1418 (shell-c-a-p-replace-by-expanded-directory): New functions.
1419 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
1420 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
1421 (shell-dynamic-complete-environment-variable): Use them.
1422 (shell-dynamic-complete-as-environment-variable)
1423 (shell-dynamic-complete-as-command): Remove.
1424 (shell-match-partial-variable): Match past point.
1425 * comint.el: Clean up use of completion-at-point-functions.
1426 (comint-completion-at-point): New function.
1427 (comint-mode): Use it completion-at-point-functions.
1428 (comint-dynamic-complete): Make it obsolete.
1429 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
1430 (comint-c-a-p-replace-by-expanded-history): New function.
1431 (comint-dynamic-complete-functions)
1432 (comint-replace-by-expanded-history): Use it.
1433 * minibuffer.el (completion-table-with-terminator): Allow dynamic
1434 termination strings. Try harder to avoid second try-completion.
1435 (completion-in-region-mode-map): Disable bindings that don't work yet.
1436
1437 * comint.el: Use lexical-binding. Require CL.
1438 (comint-dynamic-complete-functions): Use comint-filename-completion.
1439 (comint-completion-addsuffix): Tweak custom type.
1440 (comint-filename-completion, comint--common-suffix)
1441 (comint--common-quoted-suffix, comint--table-subvert)
1442 (comint--complete-file-name-data): New functions.
1443 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
1444 (comint-dynamic-list-filename-completions): Use them.
1445 (comint-dynamic-simple-complete): Make obsolete.
1446
1447 * minibuffer.el (completion-in-region-mode):
1448 Keep completion-in-region-mode--predicate global.
1449 (completion-in-region--postch):
1450 Assume completion-in-region-mode--predicate is not null.
1451
1452 * progmodes/flymake.el (flymake-start-syntax-check-process):
1453 Obey `dir'. Simplify.
1454
1455 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
1456 we're in VC after all.
1457
1458 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1459
1460 * vc/vc.el (vc-diff-build-argument-list-internal)
1461 (vc-version-ediff, vc-ediff): New commands.
1462 (vc-version-diff): Use vc-diff-build-argument-list-internal.
1463
1464 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
1467 add sanity check.
1468
1469 * obsolete/erc-hecomplete.el: Make obsolete.
1470 * obsolete/: Standardize obsolescence info in the header.
1471
1472 2011-04-20 Glenn Morris <rgm@gnu.org>
1473
1474 * calendar/solar.el (solar-horizontal-coordinates):
1475 Use the longitude argument rather than `calendar-longitude'.
1476 (solar-date-next-longitude): Remove unused locals.
1477
1478 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1479
1480 * whitespace.el: New version 13.2.1.
1481
1482 2011-04-20 felix <EmacsWiki> (tiny change)
1483
1484 * whitespace.el (global-whitespace-mode): keep highlight when
1485 switching between major modes on a file.
1486
1487 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
1490 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
1491 multi-line comments as well.
1492
1493 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
1494
1495 Lexical-binding cleanup.
1496
1497 * arc-mode.el (archive-mode-revert):
1498 * cmuscheme.el (scheme-interactively-start-process):
1499 * custom.el (custom-initialize-delay):
1500 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
1501 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
1502 * emacs-lock.el (emacs-lock-clear-sentinel):
1503 * ezimage.el (defezimage):
1504 * follow.el (follow-avoid-tail-recenter):
1505 * fringe.el (set-fringe-mode-1):
1506 * generic-x.el (bat-generic-mode-compile):
1507 * help-mode.el (help-info-variable, help-do-xref)
1508 (help-mode-revert-buffer):
1509 * help.el (view-emacs-todo):
1510 * iswitchb.el (iswitchb-completion-help):
1511 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
1512 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
1513 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
1514 * locate.el (locate-update):
1515 * longlines.el (longlines-encode-region)
1516 (longlines-after-change-function):
1517 * outline.el (outline-isearch-open-invisible):
1518 * ps-def.el (declare-function, charset-dimension, char-width)
1519 (encode-char):
1520 * ps-mule.el (ps-mule-plot-string):
1521 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
1522 (recentf-edit-list-select, recentf-edit-list-validate)
1523 (recentf-open-files-action):
1524 * rect.el (delete-whitespace-rectangle-line)
1525 (rectangle-number-line-callback):
1526 * register.el (window-configuration-to-register)
1527 (frame-configuration-to-register):
1528 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
1529 * select.el (xselect-convert-to-string, xselect-convert-to-length)
1530 (xselect-convert-to-targets, xselect-convert-to-delete)
1531 (xselect-convert-to-filename, xselect-convert-to-charpos)
1532 (xselect-convert-to-lineno, xselect-convert-to-colno)
1533 (xselect-convert-to-os, xselect-convert-to-host)
1534 (xselect-convert-to-user, xselect-convert-to-class)
1535 (xselect-convert-to-name, xselect-convert-to-integer)
1536 (xselect-convert-to-atom, xselect-convert-to-identity):
1537 * subr.el (declare, ignore, process-kill-without-query)
1538 (text-clone-maintain):
1539 * terminal.el (te-get-char, te-tic-sentinel):
1540 * tool-bar.el (tool-bar-make-keymap):
1541 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
1542 * type-break.el (type-break-mode, type-break-noninteractive-query):
1543 * view.el (View-back-to-mark):
1544 * wid-browse.el (widget-browse-action, widget-browse-widget)
1545 (widget-browse-widgets, widget-browse-sexp):
1546 * widget.el (define-widget-keywords):
1547 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
1548 Mark unused parameters.
1549
1550 * align.el (align-adjust-col-for-rule): Mark unused parameter.
1551 (align-areas): Remove unused variable `look'.
1552 (align-region): Remove unused variables `real-end' and `pos-list'.
1553
1554 * apropos.el (apropos-score-doc): Remove unused variable `i'.
1555
1556 * bindings.el (mode-line-modified, mode-line-remote):
1557 Mark unused parameters.
1558 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
1559
1560 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
1561 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
1562
1563 * comint.el (comint-history-isearch-pop-state)
1564 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
1565 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
1566 (comint-substitute-in-file-name): Doc fix.
1567
1568 * completion.el (cmpl-statistics-block): Mark unused parameter.
1569 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
1570 (save-completions-to-file, load-completions-from-file):
1571 Remove unused local variable `e'.
1572
1573 * composite.el (compose-chars): Remove unused variable `len'.
1574 (lgstring-insert-glyph): Remove unused variable `g'.
1575 (compose-glyph-string): Remove unused variables `ascent',
1576 `descent', `lbearing' and `rbearing'.
1577 (compose-glyph-string-relative): Remove unused variables
1578 `lbearing', `rbearing' and `wadjust'.
1579 (compose-gstring-for-graphic): Remove unused variables `header',
1580 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
1581 (compose-gstring-for-terminal): Remove unused variables `header'
1582 and `nchars'. Use `let', not `let*'.
1583
1584 * cus-edit.el (Custom-set, Custom-save, custom-reset)
1585 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
1586 (Custom-buffer-done, custom-buffer-create-internal)
1587 (custom-browse-visibility-action, custom-browse-group-tag-action)
1588 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
1589 (widget-magic-mouse-down-action, custom-toggle-parent)
1590 (custom-add-parent-links, custom-toggle-hide-variable)
1591 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
1592 (custom-toggle-hide-face, face, hook, custom-group-link-action)
1593 (custom-face-menu-create, custom-variable-menu-create, get)
1594 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
1595 (custom-reset-standard-save-and-update): Remove unused variable `value'.
1596 (customize-apropos): Remove unused variable `tests'.
1597 (custom-group-value-create): Remove unused variable `hidden-p'.
1598 (sort-fold-case): Declare.
1599
1600 * cus-theme.el (custom-reset-standard-faces-list)
1601 (custom-reset-standard-variables-list): Declare.
1602 (customize-create-theme, custom-theme-revert, custom-theme-write)
1603 (custom-theme-choose-mode, customize-themes, custom-theme-save):
1604 Mark unused parameters.
1605
1606 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
1607
1608 * delim-col.el (delimit-columns-max): Move defvar before first use.
1609
1610 * descr-text.el (describe-char-categories): Don't quote `lambda'.
1611 (describe-char): Don't quote `lambda'. Mark unused parameter.
1612
1613 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
1614 (auto-insert): Declare.
1615 (desktop-restore-file-buffer): Rename desktop-* parameters;
1616 mark unused ones.
1617 (desktop-create-buffer): Rename desktop-* parameters and bind them.
1618 (desktop-buffer): Rename desktop-* parameters.
1619
1620 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1621 (dframe-reposition-frame-xemacs, dframe-help-echo)
1622 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
1623 Mark unused parameters.
1624
1625 * dired-aux.el (backup-extract-version-start, overwrite-query)
1626 (overwrite-backup-query, rename-regexp-query)
1627 (rename-non-directory-query): Declare.
1628 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
1629 (dired-add-entry): Remove unused variable `orig-file-name'.
1630 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
1631 Use parameter PRESERVE-TIME instead of accessing dynamic variable
1632 `dired-copy-preserve-time' directly.
1633 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
1634 (dired-insert-subdir-newpos): Rename unused variable `pos'.
1635
1636 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
1637 (dired-virtual-revert, dired-make-relative-symlink):
1638 Mark unused parameters.
1639 (manual-program): Declare.
1640 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
1641 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
1642 wrapped in `with-no-warnings' to avoid replacing one warning by another.
1643
1644 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
1645
1646 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
1647
1648 * echistory.el (electric-history-in-progress, Helper-return-blurb):
1649 Declare.
1650
1651 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
1652
1653 * electric.el (Electric-command-loop): Rename parameter
1654 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
1655
1656 * expand.el (expand-in-literal): Remove unused variable `here'.
1657
1658 * facemenu.el (facemenu-add-new-color):
1659 Remove unused variable `docstring'.
1660
1661 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
1662 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
1663 (face-attr-construct): Mark unused parameter. Doc fix.
1664 (read-color): Remove unused variable `hex-string'.
1665
1666 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
1667 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
1668 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
1669 (display-buffer-other-frame): Remove unused variable `old-window'.
1670 (kill-buffer-hook): Declare.
1671 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
1672 Mark unused parameters.
1673 (after-find-file): Pass 1 to `auto-save-mode', not t.
1674
1675 * files-x.el (auto-insert): Declare.
1676 (modify-file-local-variable-prop-line): Remove unused variable `val'.
1677
1678 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
1679 variable `buf'. Mark unused parameter.
1680 (find-lisp-insert-directory): Mark unused parameter.
1681
1682 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
1683 (format-encode-region): Remove unused variables `cur-buf' and `result'.
1684 (format-common-tail): Remove, unused.
1685 (format-deannotate-region): Remove unused variable `loc'.
1686 (format-annotate-region): Remove unused variable `p'.
1687 (format-annotate-single-property-change): Remove unused variables
1688 `default' and `tail'.
1689
1690 * forms.el (read-file-filter): Declare.
1691 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
1692
1693 * frame.el (frame-creation-function-alist): Mark unused parameter.
1694 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
1695
1696 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
1697 Remove unused parameters.
1698 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
1699 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
1700
1701 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
1702 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
1703 (hfy-prepare-tag-map): Mark unused parameters.
1704 (htmlfontify-buffer): Use `called-interactively-p'.
1705
1706 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
1707 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
1708 (ibuffer-do-occur): Mark unused parameters.
1709 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
1710 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
1711
1712 * ibuffer.el: Don't quote `lambda'.
1713 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
1714 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
1715 Mark unused parameters.
1716
1717 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
1718 (ido-completing-read): Mark unused parameters.
1719 (ido-copy-current-word): Mark unused parameters;
1720 remove unused variable `name'.
1721 (ido-sort-merged-list): Remove unused parameter `dirs'.
1722
1723 * ielm.el (ielm-input-sender): Mark unused parameter.
1724 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
1725 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
1726 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
1727 `ielm-string' as a dynamic variable accessible from the IELM prompt.
1728 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
1729
1730 * image-dired.el (image-dired-display-thumbs): Remove unused
1731 variables `curr-file' and `count'.
1732 (image-dired-remove-tag): Remove unused variable `start'.
1733 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
1734 variable `curr-file'
1735 (image-dired-rotate-original): Remove unused variable `temp-file'.
1736 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
1737 Remove unused variable `file'.
1738 (image-dired-gallery-generate): Remove unused variable `curr'.
1739 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
1740
1741 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
1742
1743 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
1744
1745 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
1746
1747 * isearch.el (minibuffer-history-symbol): Declare.
1748 (isearch-edit-string): Remove unused variable `err'.
1749 (isearch-message-prefix, isearch-message-suffix):
1750 Mark unused parameters.
1751
1752 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
1753
1754 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
1755
1756 * makesum.el (double-column): Remove unused variable `cnt'.
1757
1758 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
1759 (ido-ignore-item-temp-list): Declare.
1760
1761 * mouse-drag.el (mouse-drag-throw): Remove unused variables
1762 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
1763 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
1764 (mouse-drag-drag): Remove unused variables `mouse-delta' and
1765 `mouse-col-delta'.
1766
1767 * mouse-sel.el (mouse-extend-internal):
1768 Remove unused variable `orig-window-frame'.
1769
1770 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
1771 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
1772 Move declarations before first use.
1773 (pcomplete-opt): Mark unused parameters; doc fix.
1774
1775 * proced.el (proced-revert): Mark unused parameter.
1776 (proced-send-signal): Remove unused variable `err'.
1777
1778 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
1779 Rename parameter PREFIX-ARG to ARG.
1780 (ps-basic-plot-string, ps-basic-plot-whitespace):
1781 Mark unused parameters.
1782
1783 * replace.el (replace-count): Define.
1784 (occur-revert-function): Mark unused parameters.
1785 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
1786 (isearch-case-fold-search, isearch-string): Declare.
1787 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
1788 bind `case-fold-search'. Remove unused variables `beg' and `end',
1789 and simplify.
1790 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
1791 COUNT and bind `replace-count'.
1792 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
1793 to COUNT.
1794
1795 * savehist.el (print-readably, print-string-length): Declare.
1796
1797 * shadowfile.el (shadow-expand-cluster-in-file-name):
1798 Remove unused variable `cluster'.
1799 (shadow-copy-file): Remove unused variable `i'.
1800 (shadow-noquery, shadow-clusters, shadow-site-cluster)
1801 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
1802 (shadow-define-literal-group, shadow-define-regexp-group)
1803 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
1804
1805 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
1806 (shell): Use `called-interactively-p'.
1807 (shell-directory-tracker): Remove unused variable `chdir-failure'.
1808
1809 * simple.el (compilation-context-lines, comint-file-name-quote-list)
1810 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
1811 (delete-backward-char): Remove unused variable `ocol'.
1812 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
1813 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
1814 (event-apply-hyper-modifier, event-apply-shift-modifier)
1815 (event-apply-control-modifier, event-apply-meta-modifier):
1816 Mark unused parameters.
1817 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
1818 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
1819
1820 * speedbar.el (speedbar-ignored-directory-expressions)
1821 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
1822 (speedbar-find-file, speedbar-dir-follow)
1823 (speedbar-directory-buttons-follow, speedbar-tag-find)
1824 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
1825 (speedbar-buffers-line-directory, speedbar-buffer-click):
1826 Mark unused parameters.
1827 (speedbar-tag-file): Remove unused variable `mode'.
1828 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
1829
1830 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
1831
1832 * talk.el (talk): Remove unused variable `display'.
1833
1834 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
1835 (tar-write-region-annotate): Mark unused parameter.
1836
1837 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
1838 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
1839 Declare them, wrapped in `with-no-warnings' to avoid replacing one
1840 warning by another.
1841
1842 * time-stamp.el (time-stamp-string-preprocess):
1843 Remove unused variable `require-padding'.
1844
1845 * tree-widget.el (widget-glyph-enable): Declare.
1846 (tree-widget-action): Mark unused parameter.
1847
1848 * w32-fns.el (x-get-selection): Mark unused parameter.
1849 (autoload-make-program, generated-autoload-file): Declare.
1850
1851 * wdired.el (wdired-revert): Mark unused parameters.
1852 (wdired-xcase-word): Remove unused variable `err'.
1853
1854 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
1855 (whitespace-help-scroll): Remove unused variable `data-help'.
1856
1857 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
1858 (widget-image-insert, widget-after-change, default)
1859 (widget-default-format-handler, widget-default-notify)
1860 (widget-default-prompt-value, widget-info-link-action)
1861 (widget-url-link-action, widget-function-link-action)
1862 (widget-variable-link-action, widget-file-link-action)
1863 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
1864 (widget-field-prompt-internal, widget-field-action, widget-field-match)
1865 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
1866 (widget-insert-button-action, widget-delete-button-action, visibility)
1867 (widget-documentation-link-action, widget-documentation-string-action)
1868 (widget-const-prompt-value, widget-regexp-match, symbol)
1869 (widget-coding-system-prompt-value)
1870 (widget-key-sequence-value-to-external, sexp)
1871 (widget-sexp-value-to-internal, character, vector, cons)
1872 (widget-choice-prompt-value, widget-boolean-prompt-value)
1873 (widget-color--choose-action): Mark unused parameters.
1874 (widget-item-match-inline, widget-choice-match-inline)
1875 (widget-checklist-match, widget-checklist-match-inline)
1876 (widget-group-match): Rename parameter VALUES to VALS.
1877 (widget-field-value-set): Remove unused variable `size'.
1878 (widget-color-action): Remove unused variables `value' and `start'.
1879
1880 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
1881 variable `dir'. Doc fix.
1882 (windmove-find-other-window): Don't pass it.
1883
1884 * window.el (count-windows): Mark unused parameter.
1885 (bw-adjust-window): Remove unused variable `err'.
1886
1887 * woman.el (woman-file-name): Remove unused variable `default'.
1888 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
1889 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
1890 (global-font-lock-mode): Declare.
1891 (woman-decode-region): Mark unused parameter.
1892 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
1893
1894 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
1895 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
1896 (x-dnd-handle-moz-url): Remove unused variable `title'.
1897 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
1898
1899 * xml.el (xml-parse-tag, xml-parse-attlist):
1900 Remove unused variable `pos'.
1901
1902 2011-04-19 Glenn Morris <rgm@gnu.org>
1903
1904 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
1905 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1906 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1907 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
1908 * calendar/cal-html.el (cal-html-insert-minical):
1909 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
1910 (calendar-mark-date-pattern):
1911 Prefix "unused" locals.
1912
1913 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
1914 optional argument `style'.
1915
1916 * calendar/appt.el (appt-make-list):
1917 * calendar/cal-china.el (calendar-chinese-date-string):
1918 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
1919 (diary-hebrew-yahrzeit):
1920 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
1921 * calendar/calendar.el (calendar-generate-window):
1922 * calendar/time-date.el (time-to-days):
1923 Remove unused local variables.
1924
1925 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
1928 glyphless-char-display table.
1929 (tabulated-list-glyphless-char-display): New var.
1930
1931 2011-04-18 Sam Steingold <sds@gnu.org>
1932
1933 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
1934 to acknowledgments.
1935
1936 2011-04-17 Glenn Morris <rgm@gnu.org>
1937
1938 * calendar/diary-lib.el (diary-sexp-entry):
1939 * calendar/holidays.el (holiday-sexp):
1940 Set debug-on-error rather than the removed stack-trace-on-error.
1941
1942 2011-04-16 Glenn Morris <rgm@gnu.org>
1943
1944 * progmodes/f90.el: Use lexical-binding.
1945 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
1946
1947 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
1950 (mail-mode): Setup mailalias completion here instead.
1951 * mail/mailalias.el: Use lexical-binding.
1952 (pattern, mailalias-done): Declare dynamic.
1953 (mail-completion-at-point-function): New function, from mail-complete.
1954 (mail-complete): Use it.
1955 (mail-completion-expand): New function.
1956 (mail-get-names): Use it.
1957 (mail-directory, mail-directory-process, mail-directory-stream):
1958 Don't use `pattern' for lexically bound arg.
1959
1960 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
1961
1962 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
1963 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
1964 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
1965
1966 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
1967 (byte-save-window-excursion, byte-temp-output-buffer-setup)
1968 (byte-interactive-p): Define them again, for use when inlining
1969 old code.
1970
1971 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
1972
1973 * loadup.el: Use `string-to-number', not `string-to-int'.
1974
1975 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
1978 gud-gdb-complete-command.
1979 (gud-gdb-completions): New function, from gud-gdb-complete-command.
1980 (gud-gdb-completion-at-point): New function.
1981 (gud-gdb-completions): Remove.
1982
1983 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
1984
1985 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
1986 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
1987 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
1988 whether `executable-find' is bound.
1989
1990 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
1991
1992 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1993
1994 * minibuffer.el (completion-in-region-mode-predicate)
1995 (completion-in-region-mode--predicate): New vars.
1996 (completion-in-region, completion-in-region--postch)
1997 (completion-in-region-mode): Use them.
1998 (completion--capf-wrapper): Also return the hook function.
1999 (completion-at-point, completion-help-at-point):
2000 Adjust and provide a predicate.
2001
2002 Preserve arg names for advice of subr and lexical functions (bug#8457).
2003 * help-fns.el (help-function-arglist): Consolidate the subr and
2004 new-byte-code cases. Add argument `preserve-names' to extract names
2005 from the docstring when needed.
2006 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
2007 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
2008 (ad-arglist): Use help-function-arglist's new arg.
2009 (ad-definition-type): Use cond.
2010
2011 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
2012
2013 * autorevert.el (auto-revert-handler):
2014 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
2015 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
2016 Don't quote lambda.
2017
2018 * image-mode.el (image-transform-set-scale):
2019 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
2020
2021 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2022
2023 * net/network-stream.el (network-stream-open-starttls): Only do
2024 opportunistic STARTTLS upgrades if we have built-in gnutls support.
2025 Upgrades via gnutls-cli are too slow to be done opportunistically.
2026
2027 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
2028
2029 * dframe.el (dframe-current-frame): Remove spurious quote.
2030
2031 2011-04-12 Glenn Morris <rgm@gnu.org>
2032
2033 * calendar/cal-tex.el (cal-tex-end-document):
2034 Try to automatically use latin1 input if needed.
2035
2036 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
2037 Don't try to cons a mark onto an empty element.
2038
2039 2011-04-11 Leo Liu <sdl.web@gmail.com>
2040
2041 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
2042 buffers.
2043 (ido-kill-buffer-at-head): Support killing virtual buffers.
2044
2045 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
2046
2047 * minibuffer.el (completion-show-inline-help): New var.
2048 (completion--do-completion, minibuffer-complete)
2049 (minibuffer-force-complete, minibuffer-complete-word):
2050 Inhibit minibuffer messages if completion-show-inline-help is nil.
2051
2052 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
2053 to avoid interference from inline help (Bug#5849).
2054
2055 2011-04-10 Leo Liu <sdl.web@gmail.com>
2056
2057 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2058 Fix typo.
2059
2060 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
2061
2062 * image-mode.el (image-toggle-display-image): Signal an error if
2063 not in Image mode.
2064 (image-transform-mode, image-transform-resize)
2065 (image-transform-set-rotation): Doc fix.
2066 (image-transform-set-resize): Delete.
2067 (image-transform-set-scale, image-transform-fit-to-height)
2068 (image-transform-fit-to-width): Handle image-toggle-display-image
2069 and image-transform-resize directly.
2070
2071 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
2072
2073 * doc-view.el (doc-view-fit-width-to-window)
2074 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
2075 New functions for fitting the shown image to the Emacs window size.
2076 (doc-view-mode-map): Add bindings for the new functions.
2077
2078 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
2079
2080 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
2081 Fix typo in docstring.
2082
2083 2011-04-08 Eli Zaretskii <eliz@gnu.org>
2084
2085 * files.el (file-size-human-readable): Produce one digit after
2086 decimal, like "ls -lh" does.
2087
2088 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
2089 the file size representation.
2090
2091 * simple.el (list-processes): If async subprocesses are not
2092 available, error out with a clear error message.
2093
2094 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * help.el (help-form-show): New function, to be called from C.
2097 Put help-form output in a buffer named differently than *Help*.
2098
2099 2011-04-08 Eli Zaretskii <eliz@gnu.org>
2100
2101 * files.el (file-size-human-readable): New function.
2102
2103 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
2104 computing the representation inline. Don't require `cl'.
2105
2106 2011-04-08 Glenn Morris <rgm@gnu.org>
2107
2108 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
2109
2110 * net/browse-url.el (browse-url-firefox):
2111 Test system-type, not system-configuration.
2112
2113 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
2114 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
2115 Use log-edit-empty-buffer-p. (Bug#7598)
2116
2117 * net/rlogin.el (rlogin-process-connection-type): Simplify.
2118 (rlogin-mode-map): Initialize in the defvar.
2119 (rlogin): Use ignore-errors.
2120
2121 * replace.el (occur-mode-map): Some fixes for menu items.
2122
2123 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2124
2125 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
2126
2127 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
2128
2129 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
2130 issuing unused warnings.
2131
2132 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
2133 macro directly.
2134
2135 * simple.el: Lisp reimplement of list-processes. Based on an
2136 earlier reimplementation by Leo Liu, but using tabulated-list.el.
2137 (process-menu-mode): New major mode.
2138 (list-processes--refresh, list-processes):
2139 (process-menu-visit-buffer): New functions.
2140
2141 * files.el (save-buffers-kill-emacs): Don't assume any return
2142 value of list-processes, which is undocumented anyway.
2143
2144 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
2145
2146 * emacs-lisp/tabulated-list.el: New file.
2147
2148 * emacs-lisp/package.el: Use Tabulated List mode.
2149 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
2150 (package-menu-mode): Derive from tabulated-list-mode. Set up the
2151 table format using Tabulated List mode variables.
2152 (package--push): New macro, replacing package-list-maybe-add.
2153 (package-menu--generate): Use package--push. Renamed from
2154 package--generate-package-list.
2155 (package-menu-refresh, list-packages): Use it.
2156 (package-menu--print-info): Rename from package-print-package.
2157 Return insertion data instead of inserting it directly.
2158 (package-menu-describe-package, package-menu-execute):
2159 Use tabulated-list-get-id.
2160 (package-menu-mark-delete, package-menu-mark-install)
2161 (package-menu-mark-unmark, package-menu-backup-unmark)
2162 (package-menu-mark-obsolete-for-deletion):
2163 Use tabulated-list-put-tag.
2164 (package--list-packages, package-menu-revert)
2165 (package-menu-get-package, package-menu-get-version)
2166 (package-menu-sort-by-column): Functions deleted.
2167 (package-menu-package-list, package-menu-sort-key): Vars deleted.
2168 (package-menu--status-predicate, package-menu--version-predicate)
2169 (package-menu--name-predicate)
2170 (package-menu--description-predicate): Handle arguments in the
2171 Tabulated List format.
2172 (package-list-packages-no-fetch): Call list-packages.
2173
2174 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
2175
2176 * files.el (after-find-file-from-revert-buffer): Remove variable.
2177 (after-find-file): Don't bind it.
2178 (revert-buffer-in-progress-p): New variable.
2179 (revert-buffer): Bind it.
2180 Pass nil for `after-find-file-from-revert-buffer'.
2181
2182 * saveplace.el (save-place-find-file-hook): Use new variable
2183 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
2184
2185 2011-04-06 Glenn Morris <rgm@gnu.org>
2186
2187 * Makefile.in (AUTOGEN_VCS): New variable.
2188 (autoloads): Use $AUTOGEN_VCS.
2189
2190 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
2191 * calendar/calendar.el (calendar-mode-map):
2192 Check for toolkit scroll bars. (Bug#8305)
2193
2194 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
2195
2196 * minibuffer.el (completion-in-region--postch)
2197 (completion-in-region-mode): Remove unnecessary messages.
2198
2199 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
2200
2201 * font-lock.el (font-lock-refresh-defaults):
2202 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
2203 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
2204
2205 * info.el (Info-directory-list, Info-read-node-name-2)
2206 (Info-split-parameter-string): Doc fixes.
2207 (Info-virtual-nodes): Reflow docstring.
2208 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
2209 (Info-apropos-toc-nodes, info-finder, Info-get-token)
2210 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
2211 Fix typos in docstrings.
2212 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
2213 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
2214 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
2215 (Info-restore-desktop-buffer): Mark unused parameters.
2216 (Info-directory-find-file, Info-directory-find-node)
2217 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
2218 (Info-virtual-index-find-node, Info-apropos-find-file)
2219 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
2220 Mark unused parameters; fix typos in docstrings.
2221 (Info-virtual-index): Remove unused local variable `nodename'.
2222
2223 2011-04-05 Deniz Dogan <deniz@dogan.se>
2224
2225 * net/rcirc.el: Update my e-mail address.
2226 (rcirc-mode-map): Remove M-o binding.
2227
2228 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
2229
2230 * startup.el (command-line): Save the cursor's theme-face
2231 directly, instead of using face-override-spec.
2232
2233 * custom.el (load-theme): Minor optimization in assigning faces.
2234
2235 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
2236
2237 * help-fns.el (describe-variable): Complete all variables having
2238 documentation, including keywords.
2239 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
2240
2241 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
2242
2243 Convert to lexical-binding.
2244
2245 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
2246 (bs--get-marked-string, bs--get-modified-string)
2247 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2248 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
2249 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
2250
2251 * ehelp.el (electric-help-execute-extended)
2252 (electric-help-ctrl-x-prefix):
2253 * hexl.el (hexl-revert-buffer-function):
2254 * linum.el (linum-after-change, linum-after-scroll):
2255 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
2256
2257 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
2258
2259 2011-04-04 Daiki Ueno <ueno@unixuser.org>
2260
2261 * epa-dired.el:
2262 * epa-mail.el:
2263 * epa-hook.el:
2264 * epa-file.el:
2265 * epa.el:
2266 * epg.el: Use lexical binding.
2267
2268 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
2271
2272 * textmodes/flyspell.el (flyspell-word): Recognize default
2273 dictionary case for flyspell-mark-duplications-exceptions.
2274 Use regexp matching for languages.
2275 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
2276 default dictionary (Bug#7926).
2277
2278 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
2279
2280 * emacs-lisp/package.el (package--with-work-buffer):
2281 Recognize https URLs.
2282
2283 * net/network-stream.el: Move from gnus/proto-stream.el.
2284 Change prefix to network-stream throughout.
2285 (open-protocol-stream): Merge into open-network-stream, leaving
2286 open-protocol-stream as an alias. Handle nil BUFFER args.
2287
2288 * subr.el (open-network-stream): Move to net/network-stream.el.
2289
2290 2011-04-02 Glenn Morris <rgm@gnu.org>
2291
2292 * find-dired.el (find-exec-terminator): New option.
2293 (find-ls-option): Test for -ls support.
2294 (find-ls-subdir-switches): Test for -b in find-ls-option.
2295 (find-dired, find-grep-dired): Doc fixes.
2296 (find-dired): Use find-exec-terminator.
2297
2298 * find-dired.el (find-ls-option, find-ls-subdir-switches)
2299 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
2300 (find-name-arg): Remove purecopy.
2301
2302 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
2303 (grep-compute-defaults): Check for `-exec COMMAND +' support.
2304 Set grep-find-use-xargs, grep-find-command, and grep-find-template
2305 accordingly. Don't add the null-device if not needed.
2306
2307 * files.el (save-some-buffers): Doc fix.
2308
2309 2011-04-02 Eli Zaretskii <eliz@gnu.org>
2310
2311 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
2312
2313 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
2314
2315 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
2316 Use `dolist' rather than `mapcar'.
2317
2318 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2319
2320 Add lexical binding.
2321
2322 * subr.el (apply-partially): Use new closures rather than CL.
2323 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
2324 (dolist, dotimes): Use slightly different expansion for lexical code.
2325 (functionp): Move to C.
2326 (letrec): New macro.
2327 (with-wrapper-hook): Use it and apply-partially instead of CL.
2328 (eval-after-load): Preserve lexical-binding.
2329 (save-window-excursion, with-output-to-temp-buffer): Turn them
2330 into macros.
2331
2332 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
2333
2334 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
2335 than the arglist.
2336 (help-add-fundoc-usage): Don't add `Not documented'.
2337 (help-function-arglist): Handle closures, subroutines, and new
2338 byte-code-functions.
2339 (help-make-usage): Remove leading underscores.
2340 (describe-function-1): Handle closures.
2341 (describe-variable): Use special-variable-p for completion.
2342
2343 * files.el (lexical-binding): Declare safe.
2344
2345 * emacs-lisp/pcase.el: Don't use destructuring-bind.
2346 (pcase--memoize): Rename from pcase-memoize. Change weakness.
2347 (pcase): Add `let' pattern.
2348 Change memoization so it actually works.
2349 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
2350 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
2351 <let>: New case.
2352
2353 * emacs-lisp/macroexp.el: Use lexical binding.
2354 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
2355 Don't convert ' to #' without checking that it's indeed quoting
2356 a lambda.
2357
2358 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
2359 Use eval-sexp-add-defvars.
2360 (eval-sexp-add-defvars): New fun.
2361
2362 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
2363
2364 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
2365 Don't autoload.
2366 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
2367 than the internal `byte-compile-lambda'.
2368 (defmethod): Don't hide code under quotes.
2369 (eieio-defmethod): New `code' argument.
2370
2371 * emacs-lisp/eieio-comp.el: Remove.
2372
2373 * emacs-lisp/edebug.el (edebug-eval-defun)
2374 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
2375 (edebug-toggle): Avoid `eval'.
2376
2377 * emacs-lisp/disass.el (disassemble-internal): Handle new
2378 `closure' objects.
2379 (disassemble-1): Handle new byte codes.
2380
2381 * emacs-lisp/cl.el (pushnew): Silence warning.
2382
2383 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
2384 (cl-byte-compile-throw): Remove.
2385 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
2386
2387 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
2388 closures.
2389
2390 * emacs-lisp/cconv.el: New file.
2391
2392 * emacs-lisp/bytecomp.el: Use lexical binding instead of
2393 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
2394 (byte-compile-initial-macro-environment):
2395 Handle declare-function here.
2396 (byte-compile--lexical-environment): New var.
2397 (byte-stack-ref, byte-stack-set, byte-discardN)
2398 (byte-discardN-preserve-tos): New lap codes.
2399 (byte-interactive-p): Don't use any more.
2400 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
2401 New macros.
2402 (byte-compile-lapcode): Use them and handle new lap codes.
2403 (byte-compile-obsolete): Remove.
2404 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
2405 (byte-compile-arglist-warn): Check late def of inlinable funs.
2406 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
2407 since they should have been expanded by now.
2408 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
2409 (byte-compile-from-buffer): Remove unused second arg.
2410 (byte-compile-preprocess): New function.
2411 (byte-compile-toplevel-file-form): New function to distinguish
2412 file-form calls from outside from file-form calls from hunk-handlers.
2413 (byte-compile-file-form): Simplify.
2414 (byte-compile-file-form-defsubst): Remove.
2415 (byte-compile-file-form-defmumble): Simplify now that
2416 byte-compile-lambda always returns a byte-code-function.
2417 (byte-compile): Preprocess.
2418 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
2419 Remove, not used any more.
2420 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
2421 (byte-compile-make-args-desc): New funs.
2422 (byte-compile-lambda): Handle lexical functions. Always return
2423 a byte-code-function.
2424 (byte-compile-reserved-constants): New var, to make up room for
2425 closed-over variables.
2426 (byte-compile-constants-vector): Obey it.
2427 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
2428 (byte-compile-macroexpand-declare-function): New function.
2429 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
2430 byte-code-functions.
2431 (byte-compile-form): Check obsolescence here.
2432 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
2433 (byte-compile-variable-ref): Remove.
2434 (byte-compile-dynamic-variable-op): New fun.
2435 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
2436 (byte-compile-variable-set): New funs.
2437 (byte-compile-discard): Add 2 args.
2438 (byte-compile-stack-ref, byte-compile-stack-set)
2439 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
2440 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
2441 macroexpand-all instead.
2442 (byte-compile-quote-form): Remove.
2443 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
2444 (byte-compile-bind, byte-compile-unbind): New funs.
2445 (byte-compile-let): Handle let* and lexical binding.
2446 (byte-compile-let*): Remove.
2447 (byte-compile-catch, byte-compile-unwind-protect)
2448 (byte-compile-track-mouse, byte-compile-condition-case):
2449 Handle a new :fun-body form, used for lexical scoping.
2450 (byte-compile-save-window-excursion)
2451 (byte-compile-with-output-to-temp-buffer): Remove.
2452 (byte-compile-defun): Simplify.
2453 (byte-compile-stack-adjustment): New fun.
2454 (byte-compile-out): Use it.
2455 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
2456
2457 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
2458 handler any more.
2459
2460 * emacs-lisp/byte-opt.el: Use lexical binding.
2461 (byte-inline-lapcode): Remove (to bytecomp).
2462 (byte-compile-inline-expand): Pay attention to inlining to/from
2463 lexically bound code.
2464 (byte-compile-unfold-lambda): Don't handle byte-code-functions
2465 any more.
2466 (byte-optimize-form-code-walker): Don't handle save-window-excursion
2467 any more and don't call compiler-macros.
2468 (byte-compile-splice-in-already-compiled-code): Remove.
2469 (byte-code): Don't inline any more.
2470 (disassemble-offset): Receive `bytes' as argument rather than via
2471 dynamic scoping.
2472 (byte-compile-tag-number): Declare before first use.
2473 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
2474 `return' even if make-spliceable.
2475 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
2476 obsolete interactive-p.
2477 (byte-optimize-lapcode): Optimize new lap-codes.
2478 Don't trip up on new form of `byte-constant' lap code.
2479
2480 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
2481
2482 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
2483
2484 * custom.el (custom-initialize-default, custom-declare-variable):
2485 Use `defvar'.
2486
2487 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
2488 New variables.
2489 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
2490 (COMPILE_FIRST): Add macroexp and cconv.
2491 * makefile.w32-in: Mirror changes in Makefile.in.
2492
2493 * vc/cvs-status.el:
2494 * vc/diff-mode.el:
2495 * vc/log-edit.el:
2496 * vc/log-view.el:
2497 * vc/smerge-mode.el:
2498 * textmodes/bibtex-style.el:
2499 * textmodes/css.el:
2500 * startup.el:
2501 * uniquify.el:
2502 * minibuffer.el:
2503 * newcomment.el:
2504 * reveal.el:
2505 * server.el:
2506 * mpc.el:
2507 * emacs-lisp/smie.el:
2508 * doc-view.el:
2509 * dired.el:
2510 * abbrev.el: Use lexical binding.
2511
2512 2011-04-01 Eli Zaretskii <eliz@gnu.org>
2513
2514 * info.el (info-display-manual): New function.
2515
2516 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
2519
2520 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
2521
2522 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2523 an entry for that server in rcirc-authinfo. (Bug#8385)
2524
2525 2011-03-31 Glenn Morris <rgm@gnu.org>
2526
2527 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
2528
2529 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
2530
2531 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
2532
2533 * progmodes/python.el (python-default-interpreter)
2534 (python-python-command-args, python-jython-command-args)
2535 (python-which-shell, python-which-args, python-which-bufname)
2536 (python-file-queue, python-comint-output-filter-function)
2537 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
2538 variables and functions.
2539
2540 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
2543 (completion-in-region-mode): New minor mode.
2544 (completion-in-region): Use it.
2545 (completion-in-region--data, completion-in-region-mode-map): New vars.
2546 (completion-in-region--postch): New function.
2547 (completion--capf-misbehave-funs, completion--capf-safe-funs):
2548 New vars.
2549 (completion--capf-wrapper): New function.
2550 (completion-at-point): Use it to track well-behavedness of
2551 hook functions.
2552 (completion-help-at-point): New command.
2553
2554 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
2555
2556 * vc/add-log.el (add-change-log-entry): Don't use whitespace
2557 syntax class to search for whitespace on a single line
2558 (Message-ID: <4D938140.4030905@redhat.com>).
2559
2560 2011-03-30 Leo Liu <sdl.web@gmail.com>
2561
2562 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
2563 New commands.
2564 (edit-abbrevs-map): Bind them here.
2565 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
2566
2567 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
2568
2569 * allout.el (allout-hide-by-annotation, allout-flag-region):
2570 Reduce possibility of overlay leakage by making them volatile.
2571
2572 * allout-widgets.el (allout-widgets-tally): Define as nil so the
2573 hash is not shared between buffers. Mode initialization is
2574 responsible for giving it a useful starting value.
2575 (allout-item-span): Reduce possibility of overlay leakage by
2576 making them volatile.
2577 (allout-widgets-count-buttons-in-region): Add diagnostic function
2578 for tracking down button overlay leaks.
2579
2580 2011-03-29 Leo Liu <sdl.web@gmail.com>
2581
2582 * ido.el (ido-read-internal): Use the default history var
2583 minibuffer-history if no HISTORY is specified.
2584
2585 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
2586
2587 * net/imap.el (imap-shell-open, imap-process-connection-type):
2588 Use imap-process-connection-type for 'shell' streams as well as
2589 Kerberos, SSL, other subprocesses.
2590
2591 2011-03-28 Leo Liu <sdl.web@gmail.com>
2592
2593 * abbrev.el (abbrev-table-empty-p): New function.
2594 (prepare-abbrev-list-buffer): Place empty abbrev tables after
2595 nonempty ones. (Bug#5937)
2596
2597 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
2598
2599 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
2600
2601 2011-03-27 Leo Liu <sdl.web@gmail.com>
2602
2603 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
2604 for foreground and background colors.
2605 (ansi-color-make-color-map): Adapt.
2606
2607 2011-03-25 Leo Liu <sdl.web@gmail.com>
2608
2609 * midnight.el (midnight-time-float): Remove. Note it calculates
2610 the microsecond component incorrectly and seconds-to-time does the
2611 same job.
2612 Remove redundant (require 'timer).
2613
2614 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
2615 (ido-completions): Remove unused arguments. (Bug#8329)
2616
2617 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * minibuffer.el (completion--flush-all-sorted-completions):
2620 Remove itself from hook.
2621 (completion-at-point): Let the functions perform the completion
2622 immediately and return nil or t.
2623 * comint.el (comint-dynamic-complete-functions): Now identical to
2624 completion-at-point-functions.
2625 (comint-dynamic-list-input-ring): Remove unused var `index'.
2626 (comint--match-partial-filename, comint--unquote&expand-filename):
2627 New funs, split from comint-match-partial-filename.
2628 (comint-dynamic-complete): Use completion-at-point.
2629 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
2630
2631 2011-03-24 Drew Adams <drew.adams@oracle.com>
2632
2633 * thingatpt.el: Support `defun'.
2634
2635 2011-03-23 Leo Liu <sdl.web@gmail.com>
2636
2637 * abbrevlist.el: Move to obsolete/abbrevlist.el.
2638
2639 * help-mode.el (help-mode-finish): Tweak regexp.
2640
2641 2011-03-23 Glenn Morris <rgm@gnu.org>
2642
2643 * eshell/esh-opt.el (eshell-eval-using-options):
2644 Do not bind unused local variable `eshell-option-stub'.
2645
2646 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
2647
2648 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
2649
2650 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
2651 keymap variable in `with-no-warnings' to avoid a warning when the
2652 keymap has been already `defconst'ed.
2653
2654 2011-03-22 Leo Liu <sdl.web@gmail.com>
2655
2656 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
2657 encode all chars in abbrevs; otherwise use emacs-mule or
2658 utf-8-emacs. (Bug#8308)
2659
2660 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
2661
2662 * simple.el (backward-delete-char-untabify):
2663 Avoid warning about using `delete-backward-char'.
2664
2665 * image.el (image-type-file-name-regexps): Make it variable.
2666 `imagemagick-register-types' modifies it, and the user may want
2667 to add new extensions for known image types.
2668 (imagemagick-register-types): Throw error if not using ImageMagick.
2669
2670 2011-03-22 Leo Liu <sdl.web@gmail.com>
2671
2672 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
2673 located before rcirc-prompt-end-marker.
2674 (rcirc-complete): Error if point is not after rcirc prompt.
2675 Handle the case when table is nil.
2676 (rcirc-user-authenticated): Define to fix compiler warning.
2677
2678 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * custom.el (custom--inhibit-theme-enable): Make it affect only
2681 custom-theme-set-variables and custom-theme-set-faces.
2682 (provide-theme): Ignore custom--inhibit-theme-enable.
2683 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
2684 (custom-enabling-themes): Delete variable.
2685 (enable-theme): Accept only loaded themes as arguments.
2686 Ignore the special custom-enabled-themes variable.
2687 (custom-enabled-themes): Forbid themes from setting this.
2688 Eliminate use of custom-enabling-themes.
2689 (custom-push-theme): Quote "changed" custom var entry.
2690
2691 2011-03-21 Leo Liu <sdl.web@gmail.com>
2692
2693 * ido.el (ido-read-internal): Add ido-selected to history instead
2694 of user input.
2695
2696 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2697
2698 * subr.el (deferred-action-list, deferred-action-function):
2699 Mark obsolete.
2700
2701 2011-03-21 Leo Liu <sdl.web@gmail.com>
2702
2703 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
2704 change on 2011-02-13 (bug#8309).
2705
2706 * minibuffer.el (read-file-name-function): Change default value.
2707 (read-file-name--defaults): Rename from read-file-name-defaults.
2708 (read-file-name-default): Rename from read-file-name.
2709 (read-file-name): Call read-file-name-function.
2710
2711 2011-03-21 Glenn Morris <rgm@gnu.org>
2712
2713 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
2714 Doc fixes.
2715
2716 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
2717
2718 * cus-theme.el: Add missing provide statement.
2719 (customize-create-theme): Extract theme value correctly.
2720 (custom-theme-visit-theme): Autoload.
2721 (customize-create-theme): Prompt before inserting default faces.
2722
2723 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
2724
2725 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
2726 units and musical notes.
2727
2728 2011-03-20 Leo <sdl.web@gmail.com>
2729
2730 * ido.el (ido-read-internal): Use completing-read-default.
2731 (ido-completing-read): Fix compatibility with completing-read.
2732
2733 2011-03-20 Christian Ohler <ohler@gnu.org>
2734
2735 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
2736 (ert-delete-all-tests): Use `called-interactively-p' rather than
2737 `interactive-p'.
2738 (ert--make-xrefs-region): Respect END.
2739
2740 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
2741
2742 * dired-aux.el (dired-create-directory): Signal an error if the
2743 directory already exists (Bug#8246).
2744
2745 * facemenu.el (list-colors-display): Call list-faces-display
2746 inside with-help-window.
2747 (list-colors-print): Use display property to align the final
2748 column, instead of checking window-width.
2749
2750 2011-03-19 Eli Zaretskii <eliz@gnu.org>
2751
2752 * emerge.el (emerge-metachars): Separate value for ms-dos and
2753 windows-nt systems.
2754 (emerge-protect-metachars): Quote correctly for ms-dos and
2755 windows-nt systems.
2756
2757 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
2758
2759 * info.el (info-initialize): Replace all uses of `:' with
2760 path-separator for compatibility with non-Unix systems.
2761 Cache quoting of path-separator. (Bug#8258)
2762
2763 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
2764
2765 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
2766 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
2767 (mouse-avoidance-mode): Fix typos in docstrings.
2768
2769 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
2770
2771 * startup.el (package-subdirectory-regexp): Move from package.el.
2772 Omit \\` and \\', and let callers add them.
2773
2774 * emacs-lisp/package.el (package-strip-version)
2775 (package-load-all-descriptors): Add \\` and \\' to
2776 package-subdirectory-regexp before using it.
2777 (package-untar-buffer): New arg DIR; ensure that file untars only
2778 into this expected directory. Remove superfluous delete-region.
2779 (package-unpack): Caller changed.
2780 (package-tar-file-info): Use package-subdirectory-regexp.
2781
2782 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2783
2784 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
2785 diff-mode-shared-map (bug#8284).
2786 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
2787
2788 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2789
2790 * calendar/time-date.el (format-seconds): Use assoc instead of
2791 assoc-string, since assoc-string doesn't exist in XEmacs.
2792
2793 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
2794
2795 * custom.el (custom-known-themes): Reflow docstring.
2796 (custom-theme-load-path): Fix typo in docstring.
2797 (load-theme): Fix typo in error message.
2798 (custom-available-themes, custom-variable-theme-value):
2799 Use `let', not `let*'.
2800
2801 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2802
2803 * calc/README: Mention inclusion of musical notes.
2804
2805 * calc/calc-units.el (calc-lu-quant): Rename from
2806 `calc-logunits-quantity'.
2807 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
2808 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
2809 (calc-db): Rename from `calc-dblevel'.
2810 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
2811 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
2812 (calc-np): Rename from `calc-nplevel'.
2813 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
2814 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
2815 (calc-lu-plus): Rename from `calc-logunits-add'.
2816 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
2817 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
2818 (calc-lu-minus): Rename from `calc-logunits-sub'.
2819 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
2820 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
2821 (calc-lu-times): Rename from `calc-logunits-mul'.
2822 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
2823 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
2824 (calc-lu-divide): Rename from `calc-logunits-div'.
2825 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
2826 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
2827
2828 * calc/calc-ext.el (calc-init-extensions): Update the names of the
2829 functions being autoloaded.
2830
2831 * calc/calc.el (calc-lu-power-reference): Rename from
2832 `calc-logunits-power-reference'.
2833 (calc-lu-field-reference): Rename from
2834 `calc-logunits-field-reference'.
2835
2836 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
2837
2838 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2839
2840 * minibuffer.el (completion-all-sorted-completions):
2841 Use :completion-cycle-penalty text property if present.
2842
2843 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
2844
2845 * allout.el (allout-yank-processing): Adjust for new rebulleting
2846 regime so bullet being yanked is used without prompting the user
2847 for a choice.
2848
2849 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
2850
2851 * startup.el (command-line): Warn the user that _emacs is deprecated.
2852
2853 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
2854
2855 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
2856 (delphi-verbose, delphi-comment-face, delphi-string-face)
2857 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
2858 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
2859 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
2860 (delphi-new-comment-line, delphi-font-lock-defaults)
2861 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
2862 Fix typos in docstrings.
2863
2864 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
2865
2866 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2867 Invert the roles of character and string values for INSTEAD, so a
2868 string is used for the more common case of a defaulting prompt.
2869
2870 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2871
2872 * progmodes/ruby-mode.el (ruby-backward-sexp):
2873 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
2874 * play/gamegrid.el (gamegrid-make-face):
2875 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
2876 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
2877 * notifications.el (notifications-notify):
2878 * net/xesam.el (xesam-search-engines):
2879 * net/quickurl.el (quickurl-list-insert):
2880 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
2881
2882 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
2883
2884 * startup.el (command-line): Update package subdirectory regexp.
2885
2886 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * allout.el (allout-abbreviate-flattened-numbering)
2889 (allout-mode-deactivate-hook): Fix up obsolescence "date".
2890
2891 * subr.el (read-char-choice): Only show the cursor after the prompt,
2892 not after the answer.
2893
2894 2011-03-15 Kevin Ryde <user42@zip.com.au>
2895
2896 * help-fns.el (variable-at-point): Skip leading quotes, if any
2897 (bug#8253).
2898
2899 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
2902 warning message.
2903
2904 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
2905
2906 * shell.el (shell): When called interactively, offer to change the
2907 shell file name on remote hosts.
2908
2909 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
2910
2911 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
2912 integration for LDAP parameters. The host, base, user or binddn,
2913 and secret tokens can be specified in a netrc file, for instance.
2914 This is optional because an `auth-source' parameter must be
2915 specified in the search attributes.
2916
2917 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
2918
2919 * help.el (describe-mode): Link to the mode's definition (bug#8185).
2920
2921 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2922
2923 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
2924 into declaration. Remove redundant and harmful binding.
2925
2926 2011-03-12 Eli Zaretskii <eliz@gnu.org>
2927
2928 * files.el (file-ownership-preserved-p): Pass `integer' as an
2929 explicit 2nd argument to `file-attributes'. If the file's owner
2930 is the Administrators group on Windows, and the current user is
2931 Administrator, consider that a match.
2932
2933 * server.el (server-ensure-safe-dir): Consider server directory
2934 safe on MS-Windows if its owner is the Administrators group while
2935 the current Emacs user is Administrator. Use `=' to compare
2936 numerical UIDs, since they could be integers or floats.
2937
2938 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
2939
2940 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
2941
2942 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
2943
2944 Sync with Tramp 2.2.1.
2945
2946 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
2947
2948 * net/trampver.el: Update release number.
2949
2950 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2951
2952 * progmodes/compile.el (compilation--previous-directory): Fix up
2953 various nil/dead-marker mismatches (bug#8014).
2954 (compilation-directory-properties, compilation-error-properties):
2955 Don't call it at a position past the one we're about to change.
2956
2957 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
2958 Disable obsolescence warnings in the file that declares it.
2959
2960 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
2961
2962 * allout-widgets.el (allout-widgets-tally):
2963 Initialize allout-widgets-tally as a hash table rather than nil to
2964 prevent mode-line redisplay warnings. Also, clarify the module
2965 description and fix a comment typo.
2966
2967 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
2968
2969 * help-fns.el (describe-variable): Don't complete keywords.
2970 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
2971
2972 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
2973
2974 * emacs-lisp/package.el (package-version-join): Impose a standard
2975 string representation for pre/alpha/beta version lists.
2976 (package-unpack-single): Standardize the directory name by passing
2977 it through package-version-join.
2978 (package-strip-rcs-id): Accept any version string that does not
2979 signal an error in version-to-list.
2980
2981 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
2982
2983 * simple.el (delete-trailing-whitespace): Return nil for the
2984 benefit of `write-file-functions'.
2985
2986 2011-03-10 Glenn Morris <rgm@gnu.org>
2987
2988 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
2989
2990 * vc/vc-git.el (vc-git-program): New option.
2991 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
2992 (vc-git--call): Use it.
2993
2994 * eshell/esh-util.el (eshell-condition-case): Doc fix.
2995
2996 * cus-edit.el (Custom-newline): If no button at point, look
2997 for a subgroup button at start-of-line. (Bug#2298)
2998
2999 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
3000
3001 2011-03-10 Julien Danjou <julien@danjou.info>
3002
3003 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
3004 `cursor-type' is nil.
3005
3006 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
3007
3008 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
3009
3010 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
3011
3012 * allout.el Summary: Change so yank of distinctive-bullet items
3013 preserves the existing header prefix, rebulleting it if necessary,
3014 rather than replacing it. This is necessary for proper operation
3015 of cooperative addons like allout-widgets.
3016 (allout-make-topic-prefix, allout-rebullet-heading): Change
3017 SOLICIT arg to INSTEAD, and interpret additionally a string value
3018 as alternate bullet to be used, instead of prompting the user for
3019 a bullet character.
3020
3021 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
3022
3023 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3024 Do not use `tramp-file-name-port', because this returns also
3025 `tramp-default-port'.
3026
3027 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3028
3029 * net/rcirc.el (rcirc-handler-001): Remove useless
3030 with-rcirc-process-buffer.
3031 (rcirc-check-auth-status): Swap arguments to string-match.
3032
3033 2011-03-09 Glenn Morris <rgm@gnu.org>
3034
3035 * shell.el (shell-mode):
3036 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
3037
3038 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
3039 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
3040
3041 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
3042
3043 * emacs-lisp/package.el (package-refresh-contents)
3044 (package-menu-execute): Use condition-case-no-debug.
3045
3046 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
3047
3048 * simple.el (shell-command-to-string): Use `process-file'.
3049
3050 * emacs-lisp/package.el (package-tar-file-info): Handle also
3051 remote files.
3052
3053 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3054 Use `equal' for upload base check.
3055
3056 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
3057
3058 * textmodes/texinfo.el (texinfo-environments):
3059 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
3060
3061 2011-03-08 Glenn Morris <rgm@gnu.org>
3062
3063 * cus-start.el (cursor-in-non-selected-windows):
3064 Fix :set quoting oddness. (Bug#8192)
3065
3066 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
3067 in some setf expressions. (Bug#2159)
3068
3069 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
3070
3071 * custom.el (custom-available-themes): Return themes in
3072 alphabetical order.
3073
3074 See ChangeLog.15 for earlier changes.
3075
3076 ;; Local Variables:
3077 ;; coding: utf-8
3078 ;; End:
3079
3080 Copyright (C) 2011 Free Software Foundation, Inc.
3081
3082 This file is part of GNU Emacs.
3083
3084 GNU Emacs is free software: you can redistribute it and/or modify
3085 it under the terms of the GNU General Public License as published by
3086 the Free Software Foundation, either version 3 of the License, or
3087 (at your option) any later version.
3088
3089 GNU Emacs is distributed in the hope that it will be useful,
3090 but WITHOUT ANY WARRANTY; without even the implied warranty of
3091 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3092 GNU General Public License for more details.
3093
3094 You should have received a copy of the GNU General Public License
3095 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.