pop3.el (pop3-open-server): Fix It's `tls', not :tls.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
8de66e05
LMI
12011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * net/network-stream.el (open-network-stream): Take a :nowait
4 parameter and pass it on to `make-network-process'.
5 (network-stream-open-plain): Ditto.
6
dcb79f20
AS
72011-04-30 Andreas Schwab <schwab@linux-m68k.org>
8
9 * faces.el (face-spec-set-match-display): Don't match toolkit
10 options on terminal frames.
11
14a7fbd8
SM
122011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13
7eabc1be
SM
14 * progmodes/pascal.el: Use lexical binding.
15 (pascal-mode-map): Remove author preferences.
16
14a7fbd8
SM
17 * pcomplete.el (pcomplete-std-complete): Don't abuse
18 completion-at-point.
19
50f84510
JB
202011-04-28 Juanma Barranquero <lekktu@gmail.com>
21
6e087a44
JB
22 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
23 removing code that has been dead since 1991 or so.
24
50f84510
JB
25 * startup.el (command-line): When warning about "_emacs", use a
26 delayed warning to allow the user to filter it out.
27
0ba690bd
DD
282011-04-28 Deniz Dogan <deniz@dogan.se>
29
30 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
31 user has not joined.
32
08abfaad
SM
332011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
36 aren't any completions at point.
37
638f053a
JB
382011-04-28 Juanma Barranquero <lekktu@gmail.com>
39
40 * subr.el (display-delayed-warnings): New function.
41 (delayed-warnings-hook): New variable.
42
8fff8daa
SM
432011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
44
08abfaad
SM
45 * minibuffer.el (completion-at-point, completion-help-at-point):
46 Don't presume that a given completion-at-point-function will always
47 use the same calling convention.
48
8fff8daa
SM
49 * pcomplete.el (pcomplete-completions-at-point):
50 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
51 pcomplete-seen is non-nil.
52 (pcomplete-comint-setup): Also recognize the new comint/shell
53 completion functions.
54 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
55 pcomplete-seen is non-nil.
56
841a1577 572011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 58
841a1577 59 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 60 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 61 the first character in the entry. This allows for code to add its
211ec907
UJ
62 own uid to the entry.
63 (icalendar--convert-float-to-ical): Add export of
64 `diary-float'-entries save for those with the optional DAY
65 argument.
66
2a782793
DC
672011-04-27 Daniel Colascione <dan.colascione@gmail.com>
68
69 * subr.el (shell-quote-argument): Use alternate escaping strategy
70 when we spot a variable reference in a string.
71
0438ce91
DC
722011-04-26 Daniel Colascione <dan.colascione@gmail.com>
73
74 * cus-start.el (all): Define customization for debug-on-event.
75
841a1577 762011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
77
78 * subr.el (shell-quote-argument): Escape correctly under Windows.
79
d090ed6c
SM
802011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
81
82 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
83
bfd31217
MA
842011-04-25 Michael Albinus <michael.albinus@gmx.de>
85
d090ed6c
SM
86 * net/tramp.el (tramp-process-actions): Add POS argument.
87 Delete region between POS and (pos).
bfd31217 88
d090ed6c
SM
89 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
90 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
91 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
92
93 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
94 position in `tramp-process-actions' call.
95
96 * net/trampver.el: Update release number.
97
e92f3bd3
SM
982011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
99
850256b5
SM
100 * custom.el (defcustom): Obey lexical-binding.
101
e92f3bd3
SM
102 Fix octave-inf completion problems reported by Alexander Klimov.
103 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
104 Inherit from octave-mode-syntax-table.
105 (inferior-octave-mode): Set info-lookup-mode.
106 (inferior-octave-completion-at-point): New function.
107 (inferior-octave-complete): Use it and completion-in-region.
108 (inferior-octave-dynamic-complete-functions): Use it as well, and use
109 comint-filename-completion.
110 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
111 symbol elements which shouldn't be word elements.
112 (octave-font-lock-keywords, octave-beginning-of-defun)
113 (octave-function-header-regexp): Adjust regexps accordingly.
114 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
115
cd22b309
JB
1162011-04-25 Juanma Barranquero <lekktu@gmail.com>
117
118 * net/gnutls.el (gnutls-errorp): Declare before first use.
119
8b492194
TZ
1202011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
121
122 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
123 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
124 default trustfile exists before going to use it. Add missing
125 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
126 Reported by Claudio Bley <claudio.bley@gmail.com>.
127 (open-gnutls-stream): Add usage example.
128
129 * net/network-stream.el (network-stream-open-starttls): Give host
130 parameter to `gnutls-negotiate'.
131 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 132 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 133
841a1577 1342011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 135
cd22b309
JB
136 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
137 Use correct match group (bug#8438).
05842630 138
3ba7869c
CY
1392011-04-24 Chong Yidong <cyd@stupidchicken.com>
140
512e3ae1
CY
141 * emacs-lisp/package.el (package-built-in-p): Fix typo.
142 (package-menu--generate): New arg specifying packages to show.
143 (package-menu-refresh, package-menu-execute, list-packages):
144 Callers changed.
145 (package-show-package-list): New function, replacing deleted
146 package--list-packages (renamed because it is non-internal).
147
148 * finder.el (finder-list-matches): Use package-show-package-list
149 instead of deleted package--list-packages.
150
e92f3bd3
SM
151 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
152 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
153 (vc-annotate-mode-map): Bind it to RET.
154
7031be6d
UR
1552011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
156
157 * progmodes/etags.el (next-file): Don't use set-buffer to change
158 buffers (Bug#8478).
159
4ef177aa
CY
1602011-04-24 Chong Yidong <cyd@stupidchicken.com>
161
c8d173eb
CY
162 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
163
4ef177aa
CY
164 * apropos.el (apropos-label-face): Avoid variable-pitch face.
165 (apropos-accumulator): Doc fix.
166 (apropos-function, apropos-macro, apropos-command)
167 (apropos-variable, apropos-face, apropos-group, apropos-widget)
168 (apropos-plist): Add face property.
169 (apropos-symbols-internal): Fix indentation.
170 (apropos-print): Simplify help, and recognize apropos-multi-type.
171 (apropos-print-doc): Use button-type-get to extract the button's
172 face property. Fill docstring (Bug#8352).
173
4ffd0d6b 1742011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
175
176 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
177
c6c32125 178 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 179 (mpuz-mode-map): Use mapc.
c6c32125
JB
180 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
181 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
182 Fix typos in docstrings.
183
58d468b4
JB
184 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
185 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
186
6470c3c6
JB
187 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
188
4ffd0d6b 1892011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
190
191 * minibuffer.el (completion--do-completion): Avoid the "Next char
192 not unique" prompt if icomplete-mode is enabled (Bug#5849).
193
3ad8bad0
CY
194 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
195 mouse-2 into unread-command-events, it is interpreted correctly.
196
71d73c9c 197 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 198 (image-toggle-display): Doc fix.
71d73c9c 199
841a1577 2002011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 201
4ffd0d6b
GM
202 * textmodes/page.el (what-page): Use line-number-at-pos to
203 calculate line number (Bug#6825).
6e1dbaa9 204
c2fb1b60
JB
2052011-04-22 Juanma Barranquero <lekktu@gmail.com>
206
207 * eshell/esh-mode.el (find-tag-interactive): Declare function.
208 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
209 Pass argument NO-DEFAULT to `find-tag-interactive'.
210
e02f48d7
JB
2112011-04-22 Juanma Barranquero <lekktu@gmail.com>
212
213 Lexical-binding cleanup.
214
215 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
216 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
217 * progmodes/ada-prj.el (ada-prj-initialize-values)
218 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
219 (ada-prj-show-value):
220 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
221 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
222 (antlr-invalidate-context-cache, antlr-options-menu-filter)
223 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
224 * progmodes/bug-reference.el (bug-reference-push-button):
225 * progmodes/fortran.el (fortran-line-length):
226 * progmodes/glasses.el (glasses-change):
227 * progmodes/octave-mod.el (octave-fill-paragraph):
228 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
229 (python-pdbtrack-grub-for-buffer, python-sentinel):
230 * progmodes/sql.el (sql-save-connection):
231 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
232 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
233 Mark unused parameters.
234
235 * progmodes/compile.el (compilation--flush-directory-cache)
236 (compilation--flush-parse, compile-internal): Mark unused parameters.
237 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
238 (compilation-next-error-function): Remove unused variable `timestamp'.
239
240 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
241 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
242
243 * progmodes/dcl-mode.el (dcl-end-of-command):
244 Remove unused variable `start'.
245 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
246 (dcl-option-value-basic, dcl-option-value-offset)
247 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
248 Mark unused parameters.
249 (dcl-save-local-variable): Remove unused variable `val'.
250 (mode): Declare.
251
252 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
253 Mark unused parameters.
254 (delphi-ignore-changes): Move before first use.
255 (delphi-charset-token-at): Remove unused variable `start'.
256 (delphi-else-start): Remove unused variable `if-count'.
257 (delphi-comment-block-start, delphi-comment-block-end):
258 Remove unused variable `kind'.
259 (delphi-indent-line): Remove unused variable `new-point'.
260
261 * progmodes/ebrowse.el (ebrowse-files-list)
262 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
263 Mark unused parameters. Don't quote `lambda'.
264 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
265 Don't quote `lambda'.
266 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
267 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
268 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
269 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
270 Use `ignore-errors'.
271 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
272 (ebrowse-view/find-file-and-search-pattern)
273 (ebrowse-view/find-member-declaration/definition):
274 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
275 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
276 Rename parameter PREFIX-ARG to PREFIX.
277 (ebrowse-tags-read-name): Remove unused variables `start' and
278 `member-info'.
279 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
280 to `tags-file'.
281
282 * progmodes/etags.el (local-find-tag-hook): Declare.
283 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
284 Mark unused parameters.
285
286 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
287 (executable-interpret): Mark unused parameter.
288
289 * progmodes/flymake.el (flymake-process-sentinel)
290 (flymake-after-change-function)
291 (flymake-create-temp-with-folder-structure)
292 (flymake-get-include-dirs-dot): Mark unused parameters.
293 (flymake-safe-delete-directory): Remove unused variable `err'.
294
295 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
296 (speedbar-timer-fn, speedbar-line-text)
297 (speedbar-change-expand-button-char, speedbar-delete-subblock)
298 (speedbar-center-buffer-smartly): Declare functions.
299 (gdb-find-watch-expression): Remove unused variable `array'.
300 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
301 (gdb-starting): Mark unused parameters.
302 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
303 (gdb-table-string): Remove unused variable `res'.
304 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
305 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
306 (gdb-display-buffer): Remove unused variable `cur-size'.
307
308 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
309 allow lexical-binding compilation.
310 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
311 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
312 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
313 Mark unused parameters.
314 (gud-gdb-marker-filter): Remove unused variable `match'.
315 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
316 lambda expressions and funcall them, instead of using `fset'.
317
318 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
319 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
320
321 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
322 variable `header-beg'; use `let'.
323
324 * progmodes/icon.el (indent-icon-exp): Remove unused variables
325 `restart', `last-sexp' and `at-do'.
326
327 * progmodes/js.el (js--debug): Mark unused parameter.
328 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
329 (js--splice-into-items): Remove unused variable `item'.
330 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
331
332 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
333 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
334 (makefile-complete): Remove unused variable `try'.
335 (makefile-fill-paragraph, makefile-match-function-end):
336 Mark unused parameters.
337
338 * progmodes/octave-inf.el (inferior-octave-complete):
339 Remove unused variable `proc'.
340 (inferior-octave-output-digest): Mark unused parameter.
341
342 * progmodes/perl-mode.el (perl-calculate-indent):
343 Remove unused variable `err'.
344
345 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
346 (prolog-indent-line): Mark unused parameters.
347 (prolog-indent-line): Remove unused variable `beg'.
348
349 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
350 (reporter-dont-compact-list): Declare.
351
352 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
353 Remove unused variable `char'.
354 (sh-debug): Mark unused parameter.
355 (sh-get-indent-info): Remove unused variable `start'.
356 (sh-calculate-indent): Remove unused variable `var'.
357
358 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
359 (simula-electric-keyword): Remove unused variable `null'.
360 (simula-search-backward, simula-search-forward): Remove unused
361 variables `begin' and `end'.
362
363 * progmodes/vera-mode.el (vera-guess-basic-syntax):
364 Remove unused variable `pos'.
365 (vera-electric-tab, vera-comment-uncomment-region):
366 Mark unused parameters.
367 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
368
7ede3b65
CY
3692011-04-22 Chong Yidong <cyd@stupidchicken.com>
370
371 * emacs-lisp/package.el (package--builtins, package-alist)
372 (package-load-descriptor, package-built-in-p, package-activate)
373 (define-package, package-installed-p)
374 (package-compute-transaction, package-buffer-info)
375 (package--push): Doc fix. Distinguish more clearly between
376 version strings and version lists.
377
121656e9
JB
3782011-04-21 Juanma Barranquero <lekktu@gmail.com>
379
380 Lexical-binding cleanup.
381
382 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
383 (5x5-make-mutate-best):
384 * play/fortune.el (fortune-in-buffer):
385 * play/gomoku.el (gomoku-init-display):
386 * play/solitaire.el (solitaire, solitaire-do-check):
387 * play/tetris.el (tetris-default-update-speed-function):
388 Mark unused parameters.
389
390 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
391 (bubbles--shift): Remove unused variable `char-org'.
392 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
393 (bubbles--show-images): Remove unused variable `char'.
394
395 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
396 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
397 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
398 (decipher-analyze-buffer): Use ?\s.
399 (decipher-make-checkpoint): Remove unused variable `mapping'.
400
401 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
402
403 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
404 Remove unused variable `result'; use `let'.
405
406 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
407 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
408 (gametree-children-shown-p, gametree-compute-reduced-score):
409 Use `ignore-errors'.
410
411 * play/handwrite.el (ps-lpr-switches): Declare.
412 (handwrite): Remove unused variables `pmin' and `lastp'.
413
414 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
415
416 * play/landmark.el (landmark-init-display)
417 (landmark-update-naught-weights): Mark unused parameters.
418 (landmark-y): Remove unused variable `noise'. Simplify.
419 (landmark-human-plays): Remove unused variable `score'.
420
421 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
422 (mpuz-try-proposal): Remove unused variable `game'.
423
424 * play/zone.el (life-patterns): Declare.
425
80f499c7
JB
4262011-04-20 Juanma Barranquero <lekktu@gmail.com>
427
428 * vc/vc.el (ediff-vc-internal): Declare function.
429
024ff170
SM
4302011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
431
c0a193ea
SM
432 * shell.el: Use lexical-binding and std completion UI.
433 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
434 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
435 comint-preoutput-filter-functions rather than on
436 comint-output-filter-functions.
437 (shell-command-completion, shell--command-completion-data)
438 (shell-filename-completion, shell-environment-variable-completion)
439 (shell-c-a-p-replace-by-expanded-directory): New functions.
440 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
441 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
442 (shell-dynamic-complete-environment-variable): Use them.
443 (shell-dynamic-complete-as-environment-variable)
444 (shell-dynamic-complete-as-command): Remove.
445 (shell-match-partial-variable): Match past point.
446 * comint.el: Clean up use of completion-at-point-functions.
447 (comint-completion-at-point): New function.
448 (comint-mode): Use it completion-at-point-functions.
449 (comint-dynamic-complete): Make it obsolete.
450 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
451 (comint-c-a-p-replace-by-expanded-history): New function.
452 (comint-dynamic-complete-functions)
453 (comint-replace-by-expanded-history): Use it.
454 * minibuffer.el (completion-table-with-terminator): Allow dynamic
455 termination strings. Try harder to avoid second try-completion.
456 (completion-in-region-mode-map): Disable bindings that don't work yet.
457
2dbaa080
SM
458 * comint.el: Use lexical-binding. Require CL.
459 (comint-dynamic-complete-functions): Use comint-filename-completion.
460 (comint-completion-addsuffix): Tweak custom type.
461 (comint-filename-completion, comint--common-suffix)
462 (comint--common-quoted-suffix, comint--table-subvert)
463 (comint--complete-file-name-data): New functions.
464 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
465 (comint-dynamic-list-filename-completions): Use them.
466 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 467
2dbaa080
SM
468 * minibuffer.el (completion-in-region-mode):
469 Keep completion-in-region-mode--predicate global.
470 (completion-in-region--postch):
471 Assume completion-in-region-mode--predicate is not null.
472
c79a6f38
SM
473 * progmodes/flymake.el (flymake-start-syntax-check-process):
474 Obey `dir'. Simplify.
475
024ff170
SM
476 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
477 we're in VC after all.
478
1c6c854e
CS
4792011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
480
481 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 482 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
483 (vc-version-diff): Use vc-diff-build-argument-list-internal.
484
bed7f140
SM
4852011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
486
332e62ab
SM
487 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
488 add sanity check.
489
bed7f140
SM
490 * obsolete/erc-hecomplete.el: Make obsolete.
491 * obsolete/: Standardize obsolescence info in the header.
492
f195c582
GM
4932011-04-20 Glenn Morris <rgm@gnu.org>
494
495 * calendar/solar.el (solar-horizontal-coordinates):
496 Use the longitude argument rather than `calendar-longitude'.
497 (solar-date-next-longitude): Remove unused locals.
498
cb79b8c0
VJL
4992011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
500
501 * whitespace.el: New version 13.2.1.
502
5032011-04-20 felix <EmacsWiki> (tiny change)
504
505 * whitespace.el (global-whitespace-mode): keep highlight when
506 switching between major modes on a file.
507
602ea69d
SM
5082011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
511 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
512 multi-line comments as well.
513
06b60517
JB
5142011-04-19 Juanma Barranquero <lekktu@gmail.com>
515
516 Lexical-binding cleanup.
517
518 * arc-mode.el (archive-mode-revert):
519 * cmuscheme.el (scheme-interactively-start-process):
520 * custom.el (custom-initialize-delay):
521 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
522 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
523 * emacs-lock.el (emacs-lock-clear-sentinel):
524 * ezimage.el (defezimage):
525 * follow.el (follow-avoid-tail-recenter):
526 * fringe.el (set-fringe-mode-1):
527 * generic-x.el (bat-generic-mode-compile):
528 * help-mode.el (help-info-variable, help-do-xref)
529 (help-mode-revert-buffer):
530 * help.el (view-emacs-todo):
531 * iswitchb.el (iswitchb-completion-help):
532 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
533 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
534 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
535 * locate.el (locate-update):
536 * longlines.el (longlines-encode-region)
537 (longlines-after-change-function):
538 * outline.el (outline-isearch-open-invisible):
539 * ps-def.el (declare-function, charset-dimension, char-width)
540 (encode-char):
541 * ps-mule.el (ps-mule-plot-string):
542 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
543 (recentf-edit-list-select, recentf-edit-list-validate)
544 (recentf-open-files-action):
545 * rect.el (delete-whitespace-rectangle-line)
546 (rectangle-number-line-callback):
547 * register.el (window-configuration-to-register)
548 (frame-configuration-to-register):
549 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
550 * select.el (xselect-convert-to-string, xselect-convert-to-length)
551 (xselect-convert-to-targets, xselect-convert-to-delete)
552 (xselect-convert-to-filename, xselect-convert-to-charpos)
553 (xselect-convert-to-lineno, xselect-convert-to-colno)
554 (xselect-convert-to-os, xselect-convert-to-host)
555 (xselect-convert-to-user, xselect-convert-to-class)
556 (xselect-convert-to-name, xselect-convert-to-integer)
557 (xselect-convert-to-atom, xselect-convert-to-identity):
558 * subr.el (declare, ignore, process-kill-without-query)
559 (text-clone-maintain):
560 * terminal.el (te-get-char, te-tic-sentinel):
561 * tool-bar.el (tool-bar-make-keymap):
562 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
563 * type-break.el (type-break-mode, type-break-noninteractive-query):
564 * view.el (View-back-to-mark):
565 * wid-browse.el (widget-browse-action, widget-browse-widget)
566 (widget-browse-widgets, widget-browse-sexp):
567 * widget.el (define-widget-keywords):
568 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
569 Mark unused parameters.
570
571 * align.el (align-adjust-col-for-rule): Mark unused parameter.
572 (align-areas): Remove unused variable `look'.
573 (align-region): Remove unused variables `real-end' and `pos-list'.
574
575 * apropos.el (apropos-score-doc): Remove unused variable `i'.
576
577 * bindings.el (mode-line-modified, mode-line-remote):
578 Mark unused parameters.
579 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
580
581 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
582 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
583
584 * comint.el (comint-history-isearch-pop-state)
585 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
586 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
587 (comint-substitute-in-file-name): Doc fix.
588
589 * completion.el (cmpl-statistics-block): Mark unused parameter.
590 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
591 (save-completions-to-file, load-completions-from-file):
592 Remove unused local variable `e'.
593
594 * composite.el (compose-chars): Remove unused variable `len'.
595 (lgstring-insert-glyph): Remove unused variable `g'.
596 (compose-glyph-string): Remove unused variables `ascent',
597 `descent', `lbearing' and `rbearing'.
598 (compose-glyph-string-relative): Remove unused variables
599 `lbearing', `rbearing' and `wadjust'.
600 (compose-gstring-for-graphic): Remove unused variables `header',
601 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
602 (compose-gstring-for-terminal): Remove unused variables `header'
603 and `nchars'. Use `let', not `let*'.
604
605 * cus-edit.el (Custom-set, Custom-save, custom-reset)
606 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
607 (Custom-buffer-done, custom-buffer-create-internal)
608 (custom-browse-visibility-action, custom-browse-group-tag-action)
609 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
610 (widget-magic-mouse-down-action, custom-toggle-parent)
611 (custom-add-parent-links, custom-toggle-hide-variable)
612 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
613 (custom-toggle-hide-face, face, hook, custom-group-link-action)
614 (custom-face-menu-create, custom-variable-menu-create, get)
615 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
616 (custom-reset-standard-save-and-update): Remove unused variable `value'.
617 (customize-apropos): Remove unused variable `tests'.
618 (custom-group-value-create): Remove unused variable `hidden-p'.
619 (sort-fold-case): Declare.
620
621 * cus-theme.el (custom-reset-standard-faces-list)
622 (custom-reset-standard-variables-list): Declare.
623 (customize-create-theme, custom-theme-revert, custom-theme-write)
624 (custom-theme-choose-mode, customize-themes, custom-theme-save):
625 Mark unused parameters.
626
627 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
628
629 * delim-col.el (delimit-columns-max): Move defvar before first use.
630
631 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 632 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
633
634 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
635 (auto-insert): Declare.
636 (desktop-restore-file-buffer): Rename desktop-* parameters;
637 mark unused ones.
638 (desktop-create-buffer): Rename desktop-* parameters and bind them.
639 (desktop-buffer): Rename desktop-* parameters.
640
641 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
642 (dframe-reposition-frame-xemacs, dframe-help-echo)
643 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
644 Mark unused parameters.
645
646 * dired-aux.el (backup-extract-version-start, overwrite-query)
647 (overwrite-backup-query, rename-regexp-query)
648 (rename-non-directory-query): Declare.
649 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
650 (dired-add-entry): Remove unused variable `orig-file-name'.
651 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
652 Use parameter PRESERVE-TIME instead of accessing dynamic variable
653 `dired-copy-preserve-time' directly.
654 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
655 (dired-insert-subdir-newpos): Rename unused variable `pos'.
656
657 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
658 (dired-virtual-revert, dired-make-relative-symlink):
659 Mark unused parameters.
660 (manual-program): Declare.
661 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
662 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
663 wrapped in `with-no-warnings' to avoid replacing one warning by another.
664
665 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
666
667 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
668
669 * echistory.el (electric-history-in-progress, Helper-return-blurb):
670 Declare.
671
672 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
673
674 * electric.el (Electric-command-loop): Rename parameter
675 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
676
677 * expand.el (expand-in-literal): Remove unused variable `here'.
678
679 * facemenu.el (facemenu-add-new-color):
680 Remove unused variable `docstring'.
681
682 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
683 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
684 (face-attr-construct): Mark unused parameter. Doc fix.
685 (read-color): Remove unused variable `hex-string'.
686
687 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
688 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
689 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
690 (display-buffer-other-frame): Remove unused variable `old-window'.
691 (kill-buffer-hook): Declare.
692 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
693 Mark unused parameters.
694 (after-find-file): Pass 1 to `auto-save-mode', not t.
695
696 * files-x.el (auto-insert): Declare.
697 (modify-file-local-variable-prop-line): Remove unused variable `val'.
698
699 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 700 variable `buf'. Mark unused parameter.
06b60517
JB
701 (find-lisp-insert-directory): Mark unused parameter.
702
703 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
704 (format-encode-region): Remove unused variables `cur-buf' and `result'.
705 (format-common-tail): Remove, unused.
706 (format-deannotate-region): Remove unused variable `loc'.
707 (format-annotate-region): Remove unused variable `p'.
708 (format-annotate-single-property-change): Remove unused variables
709 `default' and `tail'.
710
711 * forms.el (read-file-filter): Declare.
712 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
713
714 * frame.el (frame-creation-function-alist): Mark unused parameter.
715 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
716
717 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
718 Remove unused parameters.
719 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
720 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
721
722 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
723 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
724 (hfy-prepare-tag-map): Mark unused parameters.
725 (htmlfontify-buffer): Use `called-interactively-p'.
726
727 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
728 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
729 (ibuffer-do-occur): Mark unused parameters.
730 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
731 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
732
733 * ibuffer.el: Don't quote `lambda'.
734 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
735 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
736 Mark unused parameters.
737
738 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
739 (ido-completing-read): Mark unused parameters.
740 (ido-copy-current-word): Mark unused parameters;
741 remove unused variable `name'.
742 (ido-sort-merged-list): Remove unused parameter `dirs'.
743
744 * ielm.el (ielm-input-sender): Mark unused parameter.
745 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
746 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
747 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
748 `ielm-string' as a dynamic variable accessible from the IELM prompt.
749 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
750
751 * image-dired.el (image-dired-display-thumbs): Remove unused
752 variables `curr-file' and `count'.
753 (image-dired-remove-tag): Remove unused variable `start'.
754 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
755 variable `curr-file'
756 (image-dired-rotate-original): Remove unused variable `temp-file'.
757 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
758 Remove unused variable `file'.
759 (image-dired-gallery-generate): Remove unused variable `curr'.
760 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
761
762 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
763
764 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
765
766 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
767
768 * isearch.el (minibuffer-history-symbol): Declare.
769 (isearch-edit-string): Remove unused variable `err'.
770 (isearch-message-prefix, isearch-message-suffix):
771 Mark unused parameters.
772
773 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
774
775 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
776
777 * makesum.el (double-column): Remove unused variable `cnt'.
778
779 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
780 (ido-ignore-item-temp-list): Declare.
781
782 * mouse-drag.el (mouse-drag-throw): Remove unused variables
783 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
784 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
785 (mouse-drag-drag): Remove unused variables `mouse-delta' and
786 `mouse-col-delta'.
787
788 * mouse-sel.el (mouse-extend-internal):
789 Remove unused variable `orig-window-frame'.
790
791 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
792 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
793 Move declarations before first use.
794 (pcomplete-opt): Mark unused parameters; doc fix.
795
796 * proced.el (proced-revert): Mark unused parameter.
797 (proced-send-signal): Remove unused variable `err'.
798
799 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
800 Rename parameter PREFIX-ARG to ARG.
801 (ps-basic-plot-string, ps-basic-plot-whitespace):
802 Mark unused parameters.
803
804 * replace.el (replace-count): Define.
805 (occur-revert-function): Mark unused parameters.
806 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
807 (isearch-case-fold-search, isearch-string): Declare.
808 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
809 bind `case-fold-search'. Remove unused variables `beg' and `end',
810 and simplify.
811 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
812 COUNT and bind `replace-count'.
813 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
814 to COUNT.
815
816 * savehist.el (print-readably, print-string-length): Declare.
817
818 * shadowfile.el (shadow-expand-cluster-in-file-name):
819 Remove unused variable `cluster'.
820 (shadow-copy-file): Remove unused variable `i'.
821 (shadow-noquery, shadow-clusters, shadow-site-cluster)
822 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
823 (shadow-define-literal-group, shadow-define-regexp-group)
824 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
825
826 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
827 (shell): Use `called-interactively-p'.
828 (shell-directory-tracker): Remove unused variable `chdir-failure'.
829
830 * simple.el (compilation-context-lines, comint-file-name-quote-list)
831 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
832 (delete-backward-char): Remove unused variable `ocol'.
833 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
834 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
835 (event-apply-hyper-modifier, event-apply-shift-modifier)
836 (event-apply-control-modifier, event-apply-meta-modifier):
837 Mark unused parameters.
838 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
839 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
840
841 * speedbar.el (speedbar-ignored-directory-expressions)
842 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
843 (speedbar-find-file, speedbar-dir-follow)
844 (speedbar-directory-buttons-follow, speedbar-tag-find)
845 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
846 (speedbar-buffers-line-directory, speedbar-buffer-click):
847 Mark unused parameters.
848 (speedbar-tag-file): Remove unused variable `mode'.
849 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
850
851 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
852
853 * talk.el (talk): Remove unused variable `display'.
854
855 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
856 (tar-write-region-annotate): Mark unused parameter.
857
858 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
859 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
860 Declare them, wrapped in `with-no-warnings' to avoid replacing one
861 warning by another.
862
863 * time-stamp.el (time-stamp-string-preprocess):
864 Remove unused variable `require-padding'.
865
866 * tree-widget.el (widget-glyph-enable): Declare.
867 (tree-widget-action): Mark unused parameter.
868
869 * w32-fns.el (x-get-selection): Mark unused parameter.
870 (autoload-make-program, generated-autoload-file): Declare.
871
872 * wdired.el (wdired-revert): Mark unused parameters.
873 (wdired-xcase-word): Remove unused variable `err'.
874
875 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
876 (whitespace-help-scroll): Remove unused variable `data-help'.
877
878 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
879 (widget-image-insert, widget-after-change, default)
880 (widget-default-format-handler, widget-default-notify)
881 (widget-default-prompt-value, widget-info-link-action)
882 (widget-url-link-action, widget-function-link-action)
883 (widget-variable-link-action, widget-file-link-action)
884 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
885 (widget-field-prompt-internal, widget-field-action, widget-field-match)
886 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
887 (widget-insert-button-action, widget-delete-button-action, visibility)
888 (widget-documentation-link-action, widget-documentation-string-action)
889 (widget-const-prompt-value, widget-regexp-match, symbol)
890 (widget-coding-system-prompt-value)
891 (widget-key-sequence-value-to-external, sexp)
892 (widget-sexp-value-to-internal, character, vector, cons)
893 (widget-choice-prompt-value, widget-boolean-prompt-value)
894 (widget-color--choose-action): Mark unused parameters.
895 (widget-item-match-inline, widget-choice-match-inline)
896 (widget-checklist-match, widget-checklist-match-inline)
897 (widget-group-match): Rename parameter VALUES to VALS.
898 (widget-field-value-set): Remove unused variable `size'.
899 (widget-color-action): Remove unused variables `value' and `start'.
900
901 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 902 variable `dir'. Doc fix.
06b60517
JB
903 (windmove-find-other-window): Don't pass it.
904
905 * window.el (count-windows): Mark unused parameter.
906 (bw-adjust-window): Remove unused variable `err'.
907
908 * woman.el (woman-file-name): Remove unused variable `default'.
909 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
910 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
911 (global-font-lock-mode): Declare.
912 (woman-decode-region): Mark unused parameter.
913 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
914
915 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
916 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
917 (x-dnd-handle-moz-url): Remove unused variable `title'.
918 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
919
920 * xml.el (xml-parse-tag, xml-parse-attlist):
921 Remove unused variable `pos'.
922
bc4f7f3d
GM
9232011-04-19 Glenn Morris <rgm@gnu.org>
924
925 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
926 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
927 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
928 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
929 * calendar/cal-html.el (cal-html-insert-minical):
930 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
931 (calendar-mark-date-pattern):
932 Prefix "unused" locals.
933
934 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
935 optional argument `style'.
936
937 * calendar/appt.el (appt-make-list):
938 * calendar/cal-china.el (calendar-chinese-date-string):
939 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
940 (diary-hebrew-yahrzeit):
941 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
942 * calendar/calendar.el (calendar-generate-window):
943 * calendar/time-date.el (time-to-days):
944 Remove unused local variables.
945
16a43933
CY
9462011-04-18 Chong Yidong <cyd@stupidchicken.com>
947
948 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
949 glyphless-char-display table.
950 (tabulated-list-glyphless-char-display): New var.
951
7eed1860
SS
9522011-04-18 Sam Steingold <sds@gnu.org>
953
954 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
955 to acknowledgments.
956
4d2d1ccd
GM
9572011-04-17 Glenn Morris <rgm@gnu.org>
958
959 * calendar/diary-lib.el (diary-sexp-entry):
960 * calendar/holidays.el (holiday-sexp):
961 Set debug-on-error rather than the removed stack-trace-on-error.
962
239da61d
GM
9632011-04-16 Glenn Morris <rgm@gnu.org>
964
965 * progmodes/f90.el: Use lexical-binding.
966 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
967
8b05752a
SM
9682011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
969
daca8ba5
SM
970 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
971 (mail-mode): Setup mailalias completion here instead.
972 * mail/mailalias.el: Use lexical-binding.
973 (pattern, mailalias-done): Declare dynamic.
974 (mail-completion-at-point-function): New function, from mail-complete.
975 (mail-complete): Use it.
976 (mail-completion-expand): New function.
977 (mail-get-names): Use it.
978 (mail-directory, mail-directory-process, mail-directory-stream):
979 Don't use `pattern' for lexically bound arg.
980
6f542485
SM
981 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
982
037e7c3f
SM
983 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
984 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
985 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
986
8b05752a
SM
987 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
988 (byte-save-window-excursion, byte-temp-output-buffer-setup)
989 (byte-interactive-p): Define them again, for use when inlining
990 old code.
991
49093f60
JB
9922011-04-15 Juanma Barranquero <lekktu@gmail.com>
993
994 * loadup.el: Use `string-to-number', not `string-to-int'.
995
b5b8e7de
SM
9962011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
999 gud-gdb-complete-command.
1000 (gud-gdb-completions): New function, from gud-gdb-complete-command.
1001 (gud-gdb-completion-at-point): New function.
1002 (gud-gdb-completions): Remove.
1003
f42efeb5
MA
10042011-04-14 Michael Albinus <michael.albinus@gmx.de>
1005
49093f60
JB
1006 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
1007 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
1008 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
1009 whether `executable-find' is bound.
f42efeb5
MA
1010
1011 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
1012
e240cc21
SM
10132011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * minibuffer.el (completion-in-region-mode-predicate)
1016 (completion-in-region-mode--predicate): New vars.
1017 (completion-in-region, completion-in-region--postch)
1018 (completion-in-region-mode): Use them.
1019 (completion--capf-wrapper): Also return the hook function.
1020 (completion-at-point, completion-help-at-point):
1021 Adjust and provide a predicate.
c2bd2ab0
SM
1022
1023 Preserve arg names for advice of subr and lexical functions (bug#8457).
1024 * help-fns.el (help-function-arglist): Consolidate the subr and
1025 new-byte-code cases. Add argument `preserve-names' to extract names
1026 from the docstring when needed.
1027 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
1028 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
1029 (ad-arglist): Use help-function-arglist's new arg.
1030 (ad-definition-type): Use cond.
1031
c183f693
JB
10322011-04-13 Juanma Barranquero <lekktu@gmail.com>
1033
06641a47
JB
1034 * autorevert.el (auto-revert-handler):
1035 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
1036 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
1037 Don't quote lambda.
1038
c183f693
JB
1039 * image-mode.el (image-transform-set-scale):
1040 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
1041
1e3b6001
G
10422011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1043
1044 * net/network-stream.el (network-stream-open-starttls): Only do
1045 opportunistic STARTTLS upgrades if we have built-in gnutls support.
1046 Upgrades via gnutls-cli are too slow to be done opportunistically.
1047
2d6af8dd
JB
10482011-04-12 Juanma Barranquero <lekktu@gmail.com>
1049
1050 * dframe.el (dframe-current-frame): Remove spurious quote.
1051
c0749a51
GM
10522011-04-12 Glenn Morris <rgm@gnu.org>
1053
088d0d61
GM
1054 * calendar/cal-tex.el (cal-tex-end-document):
1055 Try to automatically use latin1 input if needed.
1056
c0749a51
GM
1057 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
1058 Don't try to cons a mark onto an empty element.
1059
5c90fde0
LL
10602011-04-11 Leo Liu <sdl.web@gmail.com>
1061
1062 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
1063 buffers.
1064 (ido-kill-buffer-at-head): Support killing virtual buffers.
1065
369e974d
CY
10662011-04-10 Chong Yidong <cyd@stupidchicken.com>
1067
1068 * minibuffer.el (completion-show-inline-help): New var.
1069 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
1070 (minibuffer-force-complete, minibuffer-complete-word):
1071 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
1072
1073 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
1074 to avoid interference from inline help (Bug#5849).
1075
37f1c930
LL
10762011-04-10 Leo Liu <sdl.web@gmail.com>
1077
099c39a4
JB
1078 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1079 Fix typo.
37f1c930 1080
a32d4040
CY
10812011-04-09 Chong Yidong <cyd@stupidchicken.com>
1082
1083 * image-mode.el (image-toggle-display-image): Signal an error if
1084 not in Image mode.
1085 (image-transform-mode, image-transform-resize)
1086 (image-transform-set-rotation): Doc fix.
daca8ba5 1087 (image-transform-set-resize): Delete.
a32d4040
CY
1088 (image-transform-set-scale, image-transform-fit-to-height)
1089 (image-transform-fit-to-width): Handle image-toggle-display-image
1090 and image-transform-resize directly.
1091
099c39a4 10922011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
1093
1094 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
1095 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
1096 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
1097 (doc-view-mode-map): Add bindings for the new functions.
1098
099c39a4 10992011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb
JB
1100
1101 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
1102 Fix typo in docstring.
1103
3726838a
EZ
11042011-04-08 Eli Zaretskii <eliz@gnu.org>
1105
04f33f1e
EZ
1106 * files.el (file-size-human-readable): Produce one digit after
1107 decimal, like "ls -lh" does.
1108
1109 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
1110 the file size representation.
1111
3726838a
EZ
1112 * simple.el (list-processes): If async subprocesses are not
1113 available, error out with a clear error message.
1114
cbb59342
CY
11152011-04-08 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * help.el (help-form-show): New function, to be called from C.
1118 Put help-form output in a buffer named differently than *Help*.
1119
e3971c44
EZ
11202011-04-08 Eli Zaretskii <eliz@gnu.org>
1121
1122 * files.el (file-size-human-readable): New function.
1123
1124 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
1125 computing the representation inline. Don't require `cl'.
1126
12544bbe
GM
11272011-04-08 Glenn Morris <rgm@gnu.org>
1128
a1de6c6a
GM
1129 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
1130
3c4671f4
GM
1131 * net/browse-url.el (browse-url-firefox):
1132 Test system-type, not system-configuration.
1133
b605679c
GM
1134 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
1135 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
1136 Use log-edit-empty-buffer-p. (Bug#7598)
1137
56442f0c
GM
1138 * net/rlogin.el (rlogin-process-connection-type): Simplify.
1139 (rlogin-mode-map): Initialize in the defvar.
1140 (rlogin): Use ignore-errors.
1141
12544bbe
GM
1142 * replace.el (occur-mode-map): Some fixes for menu items.
1143
eb237b0f
AH
11442011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1145
1146 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
1147
7d668f2c
CY
11482011-04-06 Chong Yidong <cyd@stupidchicken.com>
1149
e67a13ab
CY
1150 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
1151 issuing unused warnings.
1152
1153 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
1154 macro directly.
1155
7d668f2c
CY
1156 * simple.el: Lisp reimplement of list-processes. Based on an
1157 earlier reimplementation by Leo Liu, but using tabulated-list.el.
1158 (process-menu-mode): New major mode.
1159 (list-processes--refresh, list-processes):
1160 (process-menu-visit-buffer): New functions.
1161
1162 * files.el (save-buffers-kill-emacs): Don't assume any return
1163 value of list-processes, which is undocumented anyway.
1164
a83ec3c9
CY
11652011-04-06 Chong Yidong <cyd@stupidchicken.com>
1166
1167 * emacs-lisp/tabulated-list.el: New file.
1168
e91a96fe
CY
1169 * emacs-lisp/package.el: Use Tabulated List mode.
1170 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
1171 (package-menu-mode): Derive from tabulated-list-mode. Set up the
1172 table format using Tabulated List mode variables.
1173 (package--push): New macro, replacing package-list-maybe-add.
1174 (package-menu--generate): Use package--push. Renamed from
1175 package--generate-package-list.
1176 (package-menu-refresh, list-packages): Use it.
daca8ba5 1177 (package-menu--print-info): Rename from package-print-package.
e91a96fe 1178 Return insertion data instead of inserting it directly.
099c39a4
JB
1179 (package-menu-describe-package, package-menu-execute):
1180 Use tabulated-list-get-id.
e91a96fe
CY
1181 (package-menu-mark-delete, package-menu-mark-install)
1182 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
1183 (package-menu-mark-obsolete-for-deletion):
1184 Use tabulated-list-put-tag.
e91a96fe
CY
1185 (package--list-packages, package-menu-revert)
1186 (package-menu-get-package, package-menu-get-version)
1187 (package-menu-sort-by-column): Functions deleted.
1188 (package-menu-package-list, package-menu-sort-key): Vars deleted.
1189 (package-menu--status-predicate, package-menu--version-predicate)
1190 (package-menu--name-predicate)
1191 (package-menu--description-predicate): Handle arguments in the
1192 Tabulated List format.
1193 (package-list-packages-no-fetch): Call list-packages.
1194
3e214b50
JB
11952011-04-06 Juanma Barranquero <lekktu@gmail.com>
1196
1197 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 1198 (after-find-file): Don't bind it.
3e214b50
JB
1199 (revert-buffer-in-progress-p): New variable.
1200 (revert-buffer): Bind it.
1201 Pass nil for `after-find-file-from-revert-buffer'.
1202
1203 * saveplace.el (save-place-find-file-hook): Use new variable
1204 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
1205
3f0f1700
GM
12062011-04-06 Glenn Morris <rgm@gnu.org>
1207
c0274801
GM
1208 * Makefile.in (AUTOGEN_VCS): New variable.
1209 (autoloads): Use $AUTOGEN_VCS.
1210
3f0f1700
GM
1211 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
1212 * calendar/calendar.el (calendar-mode-map):
1213 Check for toolkit scroll bars. (Bug#8305)
1214
41ea9e48
CY
12152011-04-05 Chong Yidong <cyd@stupidchicken.com>
1216
1217 * minibuffer.el (completion-in-region--postch)
1218 (completion-in-region-mode): Remove unnecessary messages.
1219
6194c800
JB
12202011-04-05 Juanma Barranquero <lekktu@gmail.com>
1221
33256f14
JB
1222 * font-lock.el (font-lock-refresh-defaults):
1223 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
1224 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
1225
6194c800
JB
1226 * info.el (Info-directory-list, Info-read-node-name-2)
1227 (Info-split-parameter-string): Doc fixes.
1228 (Info-virtual-nodes): Reflow docstring.
1229 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
1230 (Info-apropos-toc-nodes, info-finder, Info-get-token)
1231 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
1232 Fix typos in docstrings.
1233 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
1234 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
1235 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
1236 (Info-restore-desktop-buffer): Mark unused parameters.
1237 (Info-directory-find-file, Info-directory-find-node)
1238 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
1239 (Info-virtual-index-find-node, Info-apropos-find-file)
1240 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 1241 Mark unused parameters; fix typos in docstrings.
6194c800
JB
1242 (Info-virtual-index): Remove unused local variable `nodename'.
1243
b87a8200 12442011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 1245
b87a8200
DD
1246 * net/rcirc.el: Update my e-mail address.
1247 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 1248
3b2ff876
CY
12492011-04-05 Chong Yidong <cyd@stupidchicken.com>
1250
1251 * startup.el (command-line): Save the cursor's theme-face
1252 directly, instead of using face-override-spec.
1253
1254 * custom.el (load-theme): Minor optimization in assigning faces.
1255
8d17e7ca
JB
12562011-04-04 Juanma Barranquero <lekktu@gmail.com>
1257
1258 * help-fns.el (describe-variable): Complete all variables having
1259 documentation, including keywords.
1260 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
1261
2fbc1934
JB
12622011-04-04 Juanma Barranquero <lekktu@gmail.com>
1263
1264 Convert to lexical-binding.
1265
1266 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
1267 (bs--get-marked-string, bs--get-modified-string)
1268 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1269 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
1270 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
1271
1272 * ehelp.el (electric-help-execute-extended)
1273 (electric-help-ctrl-x-prefix):
1274 * hexl.el (hexl-revert-buffer-function):
1275 * linum.el (linum-after-change, linum-after-scroll):
1276 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
1277
1278 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
1279
74f50695
DU
12802011-04-04 Daiki Ueno <ueno@unixuser.org>
1281
1282 * epa-dired.el:
1283 * epa-mail.el:
1284 * epa-hook.el:
1285 * epa-file.el:
1286 * epa.el:
1287 * epg.el: Use lexical binding.
1288
c11325f7
CY
12892011-04-03 Chong Yidong <cyd@stupidchicken.com>
1290
0d9e9a12
CY
1291 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
1292
c11325f7 1293 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
1294 dictionary case for flyspell-mark-duplications-exceptions.
1295 Use regexp matching for languages.
c11325f7
CY
1296 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
1297 default dictionary (Bug#7926).
1298
da91b5f2
CY
12992011-04-02 Chong Yidong <cyd@stupidchicken.com>
1300
099c39a4
JB
1301 * emacs-lisp/package.el (package--with-work-buffer):
1302 Recognize https URLs.
da91b5f2 1303
099c39a4
JB
1304 * net/network-stream.el: Move from gnus/proto-stream.el.
1305 Change prefix to network-stream throughout.
da91b5f2
CY
1306 (open-protocol-stream): Merge into open-network-stream, leaving
1307 open-protocol-stream as an alias. Handle nil BUFFER args.
1308
1309 * subr.el (open-network-stream): Move to net/network-stream.el.
1310
afa8e9f6
GM
13112011-04-02 Glenn Morris <rgm@gnu.org>
1312
1d2e369d
GM
1313 * find-dired.el (find-exec-terminator): New option.
1314 (find-ls-option): Test for -ls support.
1315 (find-ls-subdir-switches): Test for -b in find-ls-option.
1316 (find-dired, find-grep-dired): Doc fixes.
1317 (find-dired): Use find-exec-terminator.
1318
8abb7da8 1319 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
1320 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
1321 (find-name-arg): Remove purecopy.
8abb7da8 1322
f3ca7378
GM
1323 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
1324 (grep-compute-defaults): Check for `-exec COMMAND +' support.
1325 Set grep-find-use-xargs, grep-find-command, and grep-find-template
1326 accordingly. Don't add the null-device if not needed.
1327
afa8e9f6
GM
1328 * files.el (save-some-buffers): Doc fix.
1329
35eae264
EZ
13302011-04-02 Eli Zaretskii <eliz@gnu.org>
1331
1332 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
1333
26b51db5
JB
13342011-04-01 Juanma Barranquero <lekktu@gmail.com>
1335
1336 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
1337 Use `dolist' rather than `mapcar'.
1338
7200d79c
SM
13392011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1340
03408648 1341 Add lexical binding.
7200d79c 1342
03408648
SM
1343 * subr.el (apply-partially): Use new closures rather than CL.
1344 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
1345 (dolist, dotimes): Use slightly different expansion for lexical code.
1346 (functionp): Move to C.
1347 (letrec): New macro.
1348 (with-wrapper-hook): Use it and apply-partially instead of CL.
1349 (eval-after-load): Preserve lexical-binding.
1350 (save-window-excursion, with-output-to-temp-buffer): Turn them
1351 into macros.
7200d79c 1352
03408648
SM
1353 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
1354
1355 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
1356 than the arglist.
1357 (help-add-fundoc-usage): Don't add `Not documented'.
1358 (help-function-arglist): Handle closures, subroutines, and new
1359 byte-code-functions.
1360 (help-make-usage): Remove leading underscores.
1361 (describe-function-1): Handle closures.
1362 (describe-variable): Use special-variable-p for completion.
1363
1364 * files.el (lexical-binding): Declare safe.
f488fb65 1365
03408648
SM
1366 * emacs-lisp/pcase.el: Don't use destructuring-bind.
1367 (pcase--memoize): Rename from pcase-memoize. Change weakness.
1368 (pcase): Add `let' pattern.
1369 Change memoization so it actually works.
1370 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
1371 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
1372 <let>: New case.
f488fb65 1373
03408648
SM
1374 * emacs-lisp/macroexp.el: Use lexical binding.
1375 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
1376 Don't convert ' to #' without checking that it's indeed quoting
1377 a lambda.
1378
1379 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 1380 Use eval-sexp-add-defvars.
03408648
SM
1381 (eval-sexp-add-defvars): New fun.
1382
1383 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
1384
1385 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
1386 Don't autoload.
1387 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
1388 than the internal `byte-compile-lambda'.
1389 (defmethod): Don't hide code under quotes.
1390 (eieio-defmethod): New `code' argument.
1391
1392 * emacs-lisp/eieio-comp.el: Remove.
1393
1394 * emacs-lisp/edebug.el (edebug-eval-defun)
1395 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
1396 (edebug-toggle): Avoid `eval'.
1397
1398 * emacs-lisp/disass.el (disassemble-internal): Handle new
1399 `closure' objects.
1400 (disassemble-1): Handle new byte codes.
1401
1402 * emacs-lisp/cl.el (pushnew): Silence warning.
1403
1404 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
1405 (cl-byte-compile-throw): Remove.
1406 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
1407
1408 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
1409 closures.
1410
1411 * emacs-lisp/cconv.el: New file.
1412
1413 * emacs-lisp/bytecomp.el: Use lexical binding instead of
1414 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
1415 (byte-compile-initial-macro-environment):
1416 Handle declare-function here.
1417 (byte-compile--lexical-environment): New var.
1418 (byte-stack-ref, byte-stack-set, byte-discardN)
1419 (byte-discardN-preserve-tos): New lap codes.
1420 (byte-interactive-p): Don't use any more.
1421 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
1422 New macros.
1423 (byte-compile-lapcode): Use them and handle new lap codes.
1424 (byte-compile-obsolete): Remove.
1425 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
1426 (byte-compile-arglist-warn): Check late def of inlinable funs.
1427 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
1428 since they should have been expanded by now.
1429 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
1430 (byte-compile-from-buffer): Remove unused second arg.
1431 (byte-compile-preprocess): New function.
1432 (byte-compile-toplevel-file-form): New function to distinguish
1433 file-form calls from outside from file-form calls from hunk-handlers.
1434 (byte-compile-file-form): Simplify.
1435 (byte-compile-file-form-defsubst): Remove.
1436 (byte-compile-file-form-defmumble): Simplify now that
1437 byte-compile-lambda always returns a byte-code-function.
1438 (byte-compile): Preprocess.
1439 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
1440 Remove, not used any more.
1441 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
1442 (byte-compile-make-args-desc): New funs.
1443 (byte-compile-lambda): Handle lexical functions. Always return
1444 a byte-code-function.
1445 (byte-compile-reserved-constants): New var, to make up room for
1446 closed-over variables.
1447 (byte-compile-constants-vector): Obey it.
1448 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
1449 (byte-compile-macroexpand-declare-function): New function.
1450 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
1451 byte-code-functions.
1452 (byte-compile-form): Check obsolescence here.
1453 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
1454 (byte-compile-variable-ref): Remove.
1455 (byte-compile-dynamic-variable-op): New fun.
1456 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
1457 (byte-compile-variable-set): New funs.
1458 (byte-compile-discard): Add 2 args.
1459 (byte-compile-stack-ref, byte-compile-stack-set)
1460 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
1461 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
1462 macroexpand-all instead.
1463 (byte-compile-quote-form): Remove.
1464 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
1465 (byte-compile-bind, byte-compile-unbind): New funs.
1466 (byte-compile-let): Handle let* and lexical binding.
1467 (byte-compile-let*): Remove.
1468 (byte-compile-catch, byte-compile-unwind-protect)
1469 (byte-compile-track-mouse, byte-compile-condition-case):
1470 Handle a new :fun-body form, used for lexical scoping.
1471 (byte-compile-save-window-excursion)
1472 (byte-compile-with-output-to-temp-buffer): Remove.
1473 (byte-compile-defun): Simplify.
1474 (byte-compile-stack-adjustment): New fun.
1475 (byte-compile-out): Use it.
1476 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
1477
1478 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
1479 handler any more.
1480
1481 * emacs-lisp/byte-opt.el: Use lexical binding.
1482 (byte-inline-lapcode): Remove (to bytecomp).
1483 (byte-compile-inline-expand): Pay attention to inlining to/from
1484 lexically bound code.
1485 (byte-compile-unfold-lambda): Don't handle byte-code-functions
1486 any more.
1487 (byte-optimize-form-code-walker): Don't handle save-window-excursion
1488 any more and don't call compiler-macros.
1489 (byte-compile-splice-in-already-compiled-code): Remove.
1490 (byte-code): Don't inline any more.
1491 (disassemble-offset): Receive `bytes' as argument rather than via
1492 dynamic scoping.
1493 (byte-compile-tag-number): Declare before first use.
1494 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
1495 `return' even if make-spliceable.
1496 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
1497 obsolete interactive-p.
1498 (byte-optimize-lapcode): Optimize new lap-codes.
1499 Don't trip up on new form of `byte-constant' lap code.
1500
1501 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
1502
1503 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
1504
1505 * custom.el (custom-initialize-default, custom-declare-variable):
1506 Use `defvar'.
1507
1508 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
1509 New variables.
1510 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
1511 (COMPILE_FIRST): Add macroexp and cconv.
1512 * makefile.w32-in: Mirror changes in Makefile.in.
1513
1514 * vc/cvs-status.el:
1515 * vc/diff-mode.el:
1516 * vc/log-edit.el:
1517 * vc/log-view.el:
1518 * vc/smerge-mode.el:
1519 * textmodes/bibtex-style.el:
1520 * textmodes/css.el:
1521 * startup.el:
1522 * uniquify.el:
da91b5f2
CY
1523 * minibuffer.el:
1524 * newcomment.el:
1525 * reveal.el:
1526 * server.el:
1527 * mpc.el:
1528 * emacs-lisp/smie.el:
1529 * doc-view.el:
1530 * dired.el:
03408648
SM
1531 * abbrev.el: Use lexical binding.
1532
0f0c1f27
EZ
15332011-04-01 Eli Zaretskii <eliz@gnu.org>
1534
1535 * info.el (info-display-manual): New function.
1536
c82b2579
SM
15372011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1538
1539 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
1540
221ddf68
TH
15412011-03-31 Tassilo Horn <tassilo@member.fsf.org>
1542
1543 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 1544 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 1545
cba6e77e
GM
15462011-03-31 Glenn Morris <rgm@gnu.org>
1547
e040639f
GM
1548 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
1549
cba6e77e
GM
1550 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
1551
6d0f1c9e
CS
15522011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
1553
1554 * progmodes/python.el (python-default-interpreter)
1555 (python-python-command-args, python-jython-command-args)
1556 (python-which-shell, python-which-args, python-which-bufname)
1557 (python-file-queue, python-comint-output-filter-function)
1558 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
1559 variables and functions.
1560
3e2d70fd
SM
15612011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1562
1563 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
1564 (completion-in-region-mode): New minor mode.
1565 (completion-in-region): Use it.
1566 (completion-in-region--data, completion-in-region-mode-map): New vars.
1567 (completion-in-region--postch): New function.
1568 (completion--capf-misbehave-funs, completion--capf-safe-funs):
1569 New vars.
1570 (completion--capf-wrapper): New function.
1571 (completion-at-point): Use it to track well-behavedness of
1572 hook functions.
1573 (completion-help-at-point): New command.
1574
f3e4086c
JM
15752011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
1576
1577 * vc/add-log.el (add-change-log-entry): Don't use whitespace
1578 syntax class to search for whitespace on a single line
1579 (Message-ID: <4D938140.4030905@redhat.com>).
1580
eb7ffc14
LL
15812011-03-30 Leo Liu <sdl.web@gmail.com>
1582
1583 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
1584 New commands.
1585 (edit-abbrevs-map): Bind them here.
1586 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
1587
d806ab68
KM
15882011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
1589
1590 * allout.el (allout-hide-by-annotation, allout-flag-region):
1591 Reduce possibility of overlay leakage by making them volatile.
1592
1593 * allout-widgets.el (allout-widgets-tally): Define as nil so the
1594 hash is not shared between buffers. Mode initialization is
1595 responsible for giving it a useful starting value.
1596 (allout-item-span): Reduce possibility of overlay leakage by
1597 making them volatile.
1598 (allout-widgets-count-buttons-in-region): Add diagnostic function
1599 for tracking down button overlay leaks.
1600
ea622834
LL
16012011-03-29 Leo Liu <sdl.web@gmail.com>
1602
1603 * ido.el (ido-read-internal): Use the default history var
1604 minibuffer-history if no HISTORY is specified.
1605
b62f8267
G
16062011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
1607
03408648
SM
1608 * net/imap.el (imap-shell-open, imap-process-connection-type):
1609 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
1610 Kerberos, SSL, other subprocesses.
1611
947b6566
LL
16122011-03-28 Leo Liu <sdl.web@gmail.com>
1613
1614 * abbrev.el (abbrev-table-empty-p): New function.
1615 (prepare-abbrev-list-buffer): Place empty abbrev tables after
1616 nonempty ones. (Bug#5937)
1617
5ffb62aa
JD
16182011-03-27 Jan Djärv <jan.h.d@swipnet.se>
1619
1620 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
1621
7a097943
LL
16222011-03-27 Leo Liu <sdl.web@gmail.com>
1623
1624 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
1625 for foreground and background colors.
1626 (ansi-color-make-color-map): Adapt.
1627
c5b40130
LL
16282011-03-25 Leo Liu <sdl.web@gmail.com>
1629
1f48f7d2
LL
1630 * midnight.el (midnight-time-float): Remove. Note it calculates
1631 the microsecond component incorrectly and seconds-to-time does the
1632 same job.
625897ec 1633 Remove redundant (require 'timer).
1f48f7d2 1634
c5b40130
LL
1635 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
1636 (ido-completions): Remove unused arguments. (Bug#8329)
1637
d86d2721
SM
16382011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1639
1640 * minibuffer.el (completion--flush-all-sorted-completions):
1641 Remove itself from hook.
1642 (completion-at-point): Let the functions perform the completion
1643 immediately and return nil or t.
1644 * comint.el (comint-dynamic-complete-functions): Now identical to
1645 completion-at-point-functions.
1646 (comint-dynamic-list-input-ring): Remove unused var `index'.
1647 (comint--match-partial-filename, comint--unquote&expand-filename):
1648 New funs, split from comint-match-partial-filename.
1649 (comint-dynamic-complete): Use completion-at-point.
1650 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
1651
e8974c48
DA
16522011-03-24 Drew Adams <drew.adams@oracle.com>
1653
1654 * thingatpt.el: Support `defun'.
1655
def71b5e
LL
16562011-03-23 Leo Liu <sdl.web@gmail.com>
1657
cb5af48e
LL
1658 * abbrevlist.el: Move to obsolete/abbrevlist.el.
1659
def71b5e
LL
1660 * help-mode.el (help-mode-finish): Tweak regexp.
1661
927c53e7
GM
16622011-03-23 Glenn Morris <rgm@gnu.org>
1663
18d05bed
GM
1664 * eshell/esh-opt.el (eshell-eval-using-options):
1665 Do not bind unused local variable `eshell-option-stub'.
1666
927c53e7
GM
1667 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
1668
9d0da923
JB
16692011-03-22 Juanma Barranquero <lekktu@gmail.com>
1670
1671 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
1672 keymap variable in `with-no-warnings' to avoid a warning when the
1673 keymap has been already `defconst'ed.
1674
4b978a67
LL
16752011-03-22 Leo Liu <sdl.web@gmail.com>
1676
1677 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
1678 encode all chars in abbrevs; otherwise use emacs-mule or
1679 utf-8-emacs. (Bug#8308)
1680
5fd62452
JB
16812011-03-22 Juanma Barranquero <lekktu@gmail.com>
1682
0b1596c6
JB
1683 * simple.el (backward-delete-char-untabify):
1684 Avoid warning about using `delete-backward-char'.
1685
5fd62452
JB
1686 * image.el (image-type-file-name-regexps): Make it variable.
1687 `imagemagick-register-types' modifies it, and the user may want
1688 to add new extensions for known image types.
1689 (imagemagick-register-types): Throw error if not using ImageMagick.
1690
0b4e93f1
LL
16912011-03-22 Leo Liu <sdl.web@gmail.com>
1692
1693 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
1694 located before rcirc-prompt-end-marker.
1695 (rcirc-complete): Error if point is not after rcirc prompt.
1696 Handle the case when table is nil.
9882e214 1697 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 1698
fccee4ab
CY
16992011-03-22 Chong Yidong <cyd@stupidchicken.com>
1700
1701 * custom.el (custom--inhibit-theme-enable): Make it affect only
1702 custom-theme-set-variables and custom-theme-set-faces.
1703 (provide-theme): Ignore custom--inhibit-theme-enable.
1704 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
1705 (custom-enabling-themes): Delete variable.
d86d2721
SM
1706 (enable-theme): Accept only loaded themes as arguments.
1707 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
1708 (custom-enabled-themes): Forbid themes from setting this.
1709 Eliminate use of custom-enabling-themes.
1710 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 1711
af896da6
LL
17122011-03-21 Leo Liu <sdl.web@gmail.com>
1713
1714 * ido.el (ido-read-internal): Add ido-selected to history instead
1715 of user input.
1716
78f64af0
SM
17172011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1718
1719 * subr.el (deferred-action-list, deferred-action-function):
1720 Mark obsolete.
1721
b16ac1ec
LL
17222011-03-21 Leo Liu <sdl.web@gmail.com>
1723
810f7698
LL
1724 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
1725 change on 2011-02-13 (bug#8309).
1726
b16ac1ec
LL
1727 * minibuffer.el (read-file-name-function): Change default value.
1728 (read-file-name--defaults): Rename from read-file-name-defaults.
1729 (read-file-name-default): Rename from read-file-name.
1730 (read-file-name): Call read-file-name-function.
1731
4e05e67e
GM
17322011-03-21 Glenn Morris <rgm@gnu.org>
1733
1734 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
1735 Doc fixes.
1736
4359915b
CY
17372011-03-21 Chong Yidong <cyd@stupidchicken.com>
1738
1739 * cus-theme.el: Add missing provide statement.
1740 (customize-create-theme): Extract theme value correctly.
1741 (custom-theme-visit-theme): Autoload.
1742 (customize-create-theme): Prompt before inserting default faces.
1743
1fe275ee
JB
17442011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
1745
1746 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
1747 units and musical notes.
1748
3ec03f7e
LL
17492011-03-20 Leo <sdl.web@gmail.com>
1750
1751 * ido.el (ido-read-internal): Use completing-read-default.
1752 (ido-completing-read): Fix compatibility with completing-read.
1753
7d476bde
CO
17542011-03-20 Christian Ohler <ohler@gnu.org>
1755
1756 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
1757 (ert-delete-all-tests): Use `called-interactively-p' rather than
1758 `interactive-p'.
1759 (ert--make-xrefs-region): Respect END.
1760
fe0fb33e
CY
17612011-03-19 Chong Yidong <cyd@stupidchicken.com>
1762
ff854b0b
CY
1763 * dired-aux.el (dired-create-directory): Signal an error if the
1764 directory already exists (Bug#8246).
1765
fe0fb33e
CY
1766 * facemenu.el (list-colors-display): Call list-faces-display
1767 inside with-help-window.
1768 (list-colors-print): Use display property to align the final
1769 column, instead of checking window-width.
1770
576bce32
EZ
17712011-03-19 Eli Zaretskii <eliz@gnu.org>
1772
1773 * emerge.el (emerge-metachars): Separate value for ms-dos and
1774 windows-nt systems.
1775 (emerge-protect-metachars): Quote correctly for ms-dos and
1776 windows-nt systems.
1777
8546720e 17782011-03-19 Ralph Schleicher <rs@ralph-schleicher.de> (tiny change)
e6ce307c
RS
1779
1780 * info.el (info-initialize): Replace all uses of `:' with
1781 path-separator for compatibility with non-Unix systems.
1782 Cache quoting of path-separator. (Bug#8258)
1783
b14e3e21 17842011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
1785
1786 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
1787 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
1788 (mouse-avoidance-mode): Fix typos in docstrings.
1789
4525ce3e
CY
17902011-03-19 Chong Yidong <cyd@stupidchicken.com>
1791
1792 * startup.el (package-subdirectory-regexp): Move from package.el.
1793 Omit \\` and \\', and let callers add them.
1794
1795 * emacs-lisp/package.el (package-strip-version)
1796 (package-load-all-descriptors): Add \\` and \\' to
1797 package-subdirectory-regexp before using it.
1798 (package-untar-buffer): New arg DIR; ensure that file untars only
1799 into this expected directory. Remove superfluous delete-region.
1800 (package-unpack): Caller changed.
1801 (package-tar-file-info): Use package-subdirectory-regexp.
1802
a904a09a 18032011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 1804
a904a09a
SM
1805 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
1806 diff-mode-shared-map (bug#8284).
1807 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
1808
18092011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1810
1811 * calendar/time-date.el (format-seconds): Use assoc instead of
1812 assoc-string, since assoc-string doesn't exist in XEmacs.
1813
171fc304
JB
18142011-03-17 Juanma Barranquero <lekktu@gmail.com>
1815
1816 * custom.el (custom-known-themes): Reflow docstring.
1817 (custom-theme-load-path): Fix typo in docstring.
1818 (load-theme): Fix typo in error message.
1819 (custom-available-themes, custom-variable-theme-value):
1820 Use `let', not `let*'.
1821
d71990a1
JB
18222011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1823
1824 * calc/README: Mention inclusion of musical notes.
1825
1826 * calc/calc-units.el (calc-lu-quant): Rename from
1827 `calc-logunits-quantity'.
1828 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
1829 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
1830 (calc-db): Rename from `calc-dblevel'.
1831 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
1832 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
1833 (calc-np): Rename from `calc-nplevel'.
1834 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
1835 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
1836 (calc-lu-plus): Rename from `calc-logunits-add'.
1837 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
1838 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
1839 (calc-lu-minus): Rename from `calc-logunits-sub'.
1840 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
1841 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
1842 (calc-lu-times): Rename from `calc-logunits-mul'.
1843 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
1844 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
1845 (calc-lu-divide): Rename from `calc-logunits-div'.
1846 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
1847 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
1848
1849 * calc/calc-ext.el (calc-init-extensions): Update the names of the
1850 functions being autoloaded.
1851
1852 * calc/calc.el (calc-lu-power-reference): Rename from
1853 `calc-logunits-power-reference'.
1854 (calc-lu-field-reference): Rename from
1855 `calc-logunits-field-reference'.
1856
1857 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
1858
40c2934b
SM
18592011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1860
1861 * minibuffer.el (completion-all-sorted-completions):
1862 Use :completion-cycle-penalty text property if present.
1863
b0911414
KM
18642011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
1865
1866 * allout.el (allout-yank-processing): Adjust for new rebulleting
1867 regime so bullet being yanked is used without prompting the user
1868 for a choice.
1869
8a05b668
JB
18702011-03-16 Juanma Barranquero <lekktu@gmail.com>
1871
1872 * startup.el (command-line): Warn the user that _emacs is deprecated.
1873
5ba5fb81
JB
18742011-03-16 Juanma Barranquero <lekktu@gmail.com>
1875
1876 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
1877 (delphi-verbose, delphi-comment-face, delphi-string-face)
1878 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
1879 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
1880 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
1881 (delphi-new-comment-line, delphi-font-lock-defaults)
1882 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
1883 Fix typos in docstrings.
1884
2dab465b
KM
18852011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
1886
5ba5fb81 1887 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
1888 Invert the roles of character and string values for INSTEAD, so a
1889 string is used for the more common case of a defaulting prompt.
1890
0adf5618
SM
18912011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1892
1893 * progmodes/ruby-mode.el (ruby-backward-sexp):
1894 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
1895 * play/gamegrid.el (gamegrid-make-face):
1896 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
1897 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
1898 * notifications.el (notifications-notify):
1899 * net/xesam.el (xesam-search-engines):
1900 * net/quickurl.el (quickurl-list-insert):
1901 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
1902
d72700e5
CY
19032011-03-15 Chong Yidong <cyd@stupidchicken.com>
1904
1905 * startup.el (command-line): Update package subdirectory regexp.
1906
49c5410a
SM
19072011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1908
c6eee9aa
SM
1909 * allout.el (allout-abbreviate-flattened-numbering)
1910 (allout-mode-deactivate-hook): Fix up obsolescence "date".
1911
49c5410a
SM
1912 * subr.el (read-char-choice): Only show the cursor after the prompt,
1913 not after the answer.
1914
047b2bb9
KR
19152011-03-15 Kevin Ryde <user42@zip.com.au>
1916
1917 * help-fns.el (variable-at-point): Skip leading quotes, if any
1918 (bug#8253).
1919
0a57d256
SM
19202011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1921
1922 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
1923 warning message.
1924
77c992bc
MA
19252011-03-14 Michael Albinus <michael.albinus@gmx.de>
1926
1927 * shell.el (shell): When called interactively, offer to change the
1928 shell file name on remote hosts.
1929
eebc475d
TZ
19302011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1931
1932 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
1933 integration for LDAP parameters. The host, base, user or binddn,
1934 and secret tokens can be specified in a netrc file, for instance.
1935 This is optional because an `auth-source' parameter must be
1936 specified in the search attributes.
1937
9d05d1ba
JB
19382011-03-13 Juanma Barranquero <lekktu@gmail.com>
1939
1940 * help.el (describe-mode): Link to the mode's definition (bug#8185).
1941
09d9db2c
GM
19422011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
1945 into declaration. Remove redundant and harmful binding.
1946
19472011-03-12 Eli Zaretskii <eliz@gnu.org>
1948
1949 * files.el (file-ownership-preserved-p): Pass `integer' as an
1950 explicit 2nd argument to `file-attributes'. If the file's owner
1951 is the Administrators group on Windows, and the current user is
1952 Administrator, consider that a match.
1953
1954 * server.el (server-ensure-safe-dir): Consider server directory
1955 safe on MS-Windows if its owner is the Administrators group while
1956 the current Emacs user is Administrator. Use `=' to compare
1957 numerical UIDs, since they could be integers or floats.
1958
219bd536
JB
19592011-03-12 Juanma Barranquero <lekktu@gmail.com>
1960
1961 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
1962
f3afd36b
MA
19632011-03-12 Michael Albinus <michael.albinus@gmx.de>
1964
1965 Sync with Tramp 2.2.1.
1966
1967 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
1968
1969 * net/trampver.el: Update release number.
1970
3aaaa6f1
SM
19712011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1972
94642599
SM
1973 * progmodes/compile.el (compilation--previous-directory): Fix up
1974 various nil/dead-marker mismatches (bug#8014).
1975 (compilation-directory-properties, compilation-error-properties):
1976 Don't call it at a position past the one we're about to change.
1977
3aaaa6f1
SM
1978 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
1979 Disable obsolescence warnings in the file that declares it.
1980
14239447
KM
19812011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
1982
099c39a4
JB
1983 * allout-widgets.el (allout-widgets-tally):
1984 Initialize allout-widgets-tally as a hash table rather than nil to
1985 prevent mode-line redisplay warnings. Also, clarify the module
1986 description and fix a comment typo.
14239447 1987
135e287c
JB
19882011-03-11 Juanma Barranquero <lekktu@gmail.com>
1989
1990 * help-fns.el (describe-variable): Don't complete keywords.
1991 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
1992
ffbf300e
CY
19932011-03-10 Chong Yidong <cyd@stupidchicken.com>
1994
ba08b241
CY
1995 * emacs-lisp/package.el (package-version-join): Impose a standard
1996 string representation for pre/alpha/beta version lists.
1997 (package-unpack-single): Standardize the directory name by passing
1998 it through package-version-join.
1999 (package-strip-rcs-id): Accept any version string that does not
2000 signal an error in version-to-list.
ffbf300e 2001
f346fd6b
MA
20022011-03-10 Michael Albinus <michael.albinus@gmx.de>
2003
2004 * simple.el (delete-trailing-whitespace): Return nil for the
2005 benefit of `write-file-functions'.
2006
ccb55d27
GM
20072011-03-10 Glenn Morris <rgm@gnu.org>
2008
5ceaac0c
GM
2009 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
2010
02da65ff
GM
2011 * vc/vc-git.el (vc-git-program): New option.
2012 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
2013 (vc-git--call): Use it.
2014
b2f603cc
GM
2015 * eshell/esh-util.el (eshell-condition-case): Doc fix.
2016
5772caab
GM
2017 * cus-edit.el (Custom-newline): If no button at point, look
2018 for a subgroup button at start-of-line. (Bug#2298)
2019
ccb55d27
GM
2020 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
2021
ec6ecaed
JD
20222011-03-10 Julien Danjou <julien@danjou.info>
2023
2024 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
2025 `cursor-type' is nil.
2026
9d5aa01d
JB
20272011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
2028
2029 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
2030
b6a5875b
KM
20312011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
2032
2033 * allout.el Summary: Change so yank of distinctive-bullet items
2034 preserves the existing header prefix, rebulleting it if necessary,
2035 rather than replacing it. This is necessary for proper operation
2036 of cooperative addons like allout-widgets.
219bd536 2037 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
2038 SOLICIT arg to INSTEAD, and interpret additionally a string value
2039 as alternate bullet to be used, instead of prompting the user for
2040 a bullet character.
2041
ee545c35
MA
20422011-03-09 Michael Albinus <michael.albinus@gmx.de>
2043
d86d2721
SM
2044 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2045 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
2046 `tramp-default-port'.
2047
c47971d7
DD
20482011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2049
2050 * net/rcirc.el (rcirc-handler-001): Remove useless
2051 with-rcirc-process-buffer.
2052 (rcirc-check-auth-status): Swap arguments to string-match.
2053
13522cb4
GM
20542011-03-09 Glenn Morris <rgm@gnu.org>
2055
0be6f4f1
GM
2056 * shell.el (shell-mode):
2057 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
2058
13522cb4
GM
2059 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
2060 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
2061
515de2e3
CY
20622011-03-08 Chong Yidong <cyd@stupidchicken.com>
2063
2064 * emacs-lisp/package.el (package-refresh-contents)
2065 (package-menu-execute): Use condition-case-no-debug.
2066
b511b994
MA
20672011-03-08 Michael Albinus <michael.albinus@gmx.de>
2068
2069 * simple.el (shell-command-to-string): Use `process-file'.
2070
2071 * emacs-lisp/package.el (package-tar-file-info): Handle also
2072 remote files.
2073
d86d2721
SM
2074 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2075 Use `equal' for upload base check.
b511b994 2076
25bbfb31
AM
20772011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
2078
2079 * textmodes/texinfo.el (texinfo-environments):
2080 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
2081
be996521
GM
20822011-03-08 Glenn Morris <rgm@gnu.org>
2083
e9c8529f
GM
2084 * cus-start.el (cursor-in-non-selected-windows):
2085 Fix :set quoting oddness. (Bug#8192)
2086
be996521
GM
2087 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
2088 in some setf expressions. (Bug#2159)
2089
2bb5649e
CY
20902011-03-08 Chong Yidong <cyd@stupidchicken.com>
2091
2092 * custom.el (custom-available-themes): Return themes in
2093 alphabetical order.
2094
33383987 2095See ChangeLog.15 for earlier changes.
e3d51b27
MR
2096
2097;; Local Variables:
2098;; coding: utf-8
e3d51b27
MR
2099;; End:
2100
33383987 2101 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
2102
2103 This file is part of GNU Emacs.
2104
2105 GNU Emacs is free software: you can redistribute it and/or modify
2106 it under the terms of the GNU General Public License as published by
2107 the Free Software Foundation, either version 3 of the License, or
2108 (at your option) any later version.
2109
2110 GNU Emacs is distributed in the hope that it will be useful,
2111 but WITHOUT ANY WARRANTY; without even the implied warranty of
2112 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2113 GNU General Public License for more details.
2114
2115 You should have received a copy of the GNU General Public License
2116 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.