Rationalize calendar handling of day and month abbrev-arrays.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e565dd37
GM
12011-05-18 Glenn Morris <rgm@gnu.org>
2
3 Rationalize calendar handling of day and month abbrev-arrays.
4 * calendar/calendar.el (calendar-customized-p): New function.
5 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
6 (calendar-day-name-array, calendar-month-name-array): Doc fix.
7 Add :set function.
8 (calendar-abbrev-length, calendar-day-abbrev-array)
9 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
10 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11 Elements may no longer be nil.
12 (calendar-day-name, calendar-month-name):
13 Update for changed nature of abbrev arrays.
14 * calendar/diary-lib.el (diary-name-pattern):
15 Update for changed nature of abbrev arrays.
16 (diary-mark-entries-1): Update calendar-make-alist calls.
17 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18 * calendar/cal-html.el (cal-html-day-abbrev-array):
19 Simply inherit from calendar-day-abbrev-array.
20
1d99a745
SM
212011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * progmodes/grep.el (grep-mode): Disable default
24 compilation-directory-matcher setting (bug#8684).
25
7c1d9aa0
MA
262011-05-17 Michael Albinus <michael.albinus@gmx.de>
27
28 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
29 instead of "head" and "tail". There were problems with SunOS 5.9,
30 and it performs better.
31
3952e9d8
GM
322011-05-17 Glenn Morris <rgm@gnu.org>
33
2dd12e7f
GM
34 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
35
e4157b9c
GM
36 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
37 Replace obsolete function.
38
8e249bbd
GM
39 * shell.el (pcomplete-parse-arguments-function): Declare.
40
3952e9d8
GM
41 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
42 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
43 (appt-check): Doc fixes.
44 (appt-disp-window-function, appt-delete-window-function):
45 Remove needless special case in custom :type.
46 (appt-display-count): Default to 0, not nil.
47 (appt-check): Reset appt-display-count to 0, not nil.
48
c71a0d48 492011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 50
c71a0d48
GM
51 * progmodes/python.el (python-font-lock-keywords):
52 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 53
31d55be9
SM
542011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
57
3bfacb2f
KR
582011-05-16 Kevin Ryde <user42@zip.com.au>
59
60 * info-look.el (makefile-automake-mode): New setups, looking in
61 automake manual, then makefile-mode.
62 (makefile-mode): Remove automake manual, have it just in
63 makefile-automake-mode since there's various things different or
64 not relevant to plain make.
65 (makefile-mode): Remove "other-modes" non-existent automake-mode,
66 believe a hypothetical automake-mode would go to makefile-mode,
67 not the other way around.
68
c8e83751
CY
692011-05-15 Chong Yidong <cyd@stupidchicken.com>
70
5e9e35cd
CY
71 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
72 hunk-end tags (Bug#8672).
73
c8e83751
CY
74 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
75 vc-annotate-show-diff-revision-at-line (Bug#8671).
76
50b23e5a
GM
772011-05-14 Glenn Morris <rgm@gnu.org>
78
7210a739
GM
79 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
80 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
81 (change-log-font-lock-keywords): Also handle multiple author lines
82 with leading tabs. (Bug#8644)
7210a739 83
4691905a
GM
84 * calendar/appt.el (appt-check): Rename some local variables.
85 Some simplification/reordering.
86
50b23e5a
GM
87 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
88 (feedmail-sendmail-f-doesnt-sell-me-out)
89 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
90 (feedmail-debug-sit-for, feedmail-queue-express-hook)
91 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
92 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
93 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
94 (feedmail-binmail-gnulinuxish-template):
95 Rename from feedmail-binmail-linuxish-template.
96 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
97 Use insert-buffer-substring.
98
215cda7c
BC
992011-05-14 Bill Carpenter <bill@carpenter.org>
100
101 * mail/feedmail.el (feedmail-patch-level): Increase.
102 (feedmail-debug): New custom group.
103 (feedmail-confirm-outgoing-timeout)
104 (feedmail-sendmail-f-doesnt-sell-me-out)
105 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
106 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
107 (feedmail-sender-line, feedmail-from-line)
108 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
109 (feedmail-spray-this-address, )
110 (feedmail-spray-address-fiddle-plex-list)
111 (feedmail-queue-use-send-time-for-date)
112 (feedmail-queue-use-send-time-for-message-id)
113 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
114 (feedmail-buffer-eating-function):
115 Doc fixes.
116 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
117 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
118 (feedmail-message-action-scroll-down): New functions.
119 (feedmail-queue-directory, feedmail-queue-draft-directory):
120 Use expand-file-name.
121 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
122 Remove C-v help entry.
123 (feedmail-queue-buffer-file-name): New variable.
124 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
125 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
126 (feedmail-message-action-send-strong, feedmail-message-action-edit)
127 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
128 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
129 (feedmail-message-action-toggle-spray)
130 (feedmail-run-the-queue-no-prompts)
131 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
132 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
133 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
134 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
135 (feedmail-envelope-deducer, feedmail-fiddle-from)
136 (feedmail-fiddle-sender, feedmail-default-date-generator)
137 (feedmail-fiddle-date, feedmail-fiddle-message-id)
138 (feedmail-fiddle-spray-address)
139 (feedmail-fiddle-list-of-spray-fiddle-plexes)
140 (feedmail-fiddle-list-of-fiddle-plexes)
141 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
142 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
143 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
144 Change default. Doc fix.
145 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
146 (feedmail-binmail-linuxish-template): New constant.
147 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
148 Respect feedmail-sendmail-f-doesnt-sell-me-out.
149 (feedmail-send-it): Add debug call.
150 Use feedmail-queue-buffer-file-name, and
151 feedmail-send-it-immediately-wrapper.
152 (feedmail-message-action-send): Add debug call.
153 Use feedmail-send-it-immediately-wrapper.
154 (feedmail-queue-express-to-queue): Add debug call.
155 Run feedmail-queue-express-hook.
156 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
157 (feedmail-message-action-help-blat):
158 Rename from feedmail-queue-send-edit-prompt-help-first.
159 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
160 Check line-endings. Handle errors better.
161 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
162 Doc fix. Add debug call.
163 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
164 Use feedmail-queue-send-edit-prompt-inner.
165 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
166 (feedmail-queue-send-edit-prompt-inner): New function, extracted
167 from feedmail-queue-send-edit-prompt.
168 (feedmail-queue-send-edit-prompt-help)
169 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
170 (feedmail-tidy-up-slug): Add debug call.
171 Respect feedmail-queue-slug-suspect-regexp.
172 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
173 (feedmail-dump-message-to-queue): Add debug call.
174 Expand queue-directory.
175 (feedmail-dump-message-to-queue): Change message slightly.
176 Use feedmail-say-chatter.
177 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
178 (feedmail-send-it-immediately-wrapper): New function.
179 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
180 Insert empty string rather than newline. Handle full-frame case.
181 Use catch/throw. Use feedmail-say-chatter.
182 (feedmail-fiddle-from): Try mail-host-address.
183 (feedmail-default-message-id-generator): Doc fix.
184 Bind system-time-locale. Handle missing end.
185 (feedmail-fiddle-x-mailer): Add debug call.
186 Handle feedmail-x-mailer-line being nil.
187 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
188 Add debug call. Use buffer-substring-no-properties.
189 (feedmail-say-debug, feedmail-say-chatter): New functions.
190 (feedmail-find-eoh): Give an explicit error.
191
42c7e61e
UJ
1922011-05-13 Ulf Jasper <ulf.jasper@web.de>
193
194 * net/newst-treeview.el (newsticker-treeview-face): Changed default
195 family from helvetica to sans.
196 (newsticker-treeview-tool-bar-map): Moved tool-bar icons to
197 etc/images/newsticker.
198
199 * net/newst-reader.el (newsticker-feed-face): Changed default
200 family from helvetica to sans.
201
202 * net/newst-plainview.el (newsticker-new-item-face)
203 (newsticker-old-item-face, newsticker-immortal-item-face)
204 (newsticker-obsolete-item-face, newsticker-date-face)
205 (newsticker-statistics-face): Changed default family from
206 helvetica to sans.
207 (newsticker--plainview-tool-bar-map): Moved tool-bar icons to
208 etc/images/newsticker.
209
210 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
211 (newsticker--process-auto-mark-filter-match): : Tell user about
212 auto-marking.
213
8497a297
DV
2142011-05-13 Didier Verna <didier@xemacs.org>
215
216 Common Lisp indentation improvements on defmethod and lambda-lists.
217 * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
218 (lisp-lambda-list-keyword-parameter-indentation)
219 (lisp-lambda-list-keyword-parameter-alignment)
220 (lisp-lambda-list-keyword-alignment): New customizable user options.
221 (lisp-indent-defun-method): Improve docstring.
222 (extended-loop-p): Fix comment.
223 (lisp-indent-lambda-list-keywords-regexp): New variable.
224 (lisp-indent-lambda-list): New function.
225 (lisp-indent-259): Use it.
226 (lisp-indent-defmethod): Support for more than one
227 method qualifier and properly indent methods lambda-lists.
228 (defgeneric): Provide a missing common-lisp-indent-function property.
229
f278f87f
SM
2302011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
233 bounds for the empty string (bug#8667).
234
5233edd7
GM
2352011-05-13 Glenn Morris <rgm@gnu.org>
236
5237a44f
GM
237 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
238
8340026c 239 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 240 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 241
5233edd7 242 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 243 (appt-time-msg-list): Doc fix.
a5464014 244 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 245
92d10796
AS
2462011-05-12 Andreas Schwab <schwab@linux-m68k.org>
247
248 * progmodes/ld-script.el (ld-script-keywords)
249 (ld-script-builtins): Update keywords list.
250
914a0ae1
SM
2512011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
252
c89be45f
SM
253 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
254
914a0ae1
SM
255 * shell.el (shell-completion-vars): New function.
256 (shell-mode):
257 * simple.el (read-shell-command): Use it.
258 (blink-matching-open): No need for " [...]" in minibuffer-message.
259
98dc3df3
GM
2602011-05-12 Glenn Morris <rgm@gnu.org>
261
262 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
263 (appt-check): Simplify.
264
d2fc7e3d 2652011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21
EZ
266
267 * smerge-mode.el (smerge-resolve): Use null-device rather than a
268 literal "/dev/null".
269
d2fc7e3d 2702011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
271
272 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
273 Fix typo.
274
d2fc7e3d 2752011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 276
3f254caa
SM
277 * progmodes/which-func.el (which-function):
278 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
279 which might not be defined (Bug#8260).
280
d45885f7
GM
2812011-05-12 Glenn Morris <rgm@gnu.org>
282
283 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
284 Let byte-compile-initial-macro-environment always take precedence.
285
488086f4
SM
2862011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * net/rcirc.el: Add support for SSL/TLS connections.
289 (rcirc-server-alist): New field `encryption'.
290 (rcirc): Check `encryption' settings.
291 (rcirc-connect): New arg `encryption'. Use open-network-stream.
292 Merge make-local-variable into `set'.
293 (rcirc--connection-open-p): New function.
294 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
295 the process is not a network process (e.g. running gnutls-cli).
296 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
297 Make rcirc-(en|de)code-coding-system local here.
298 (rcirc-mode): Merge make-local-variable into `set'.
299 (rcirc-parent-buffer): Make permanent buffer-local.
300 (rcirc-multiline-minor-mode): Don't do it here.
301 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
302 there's no server buffer.
303
7d3b9d44
GM
3042011-05-11 Glenn Morris <rgm@gnu.org>
305
f64049c6
GM
306 * newcomment.el (comment-kill): Prefix "unused" local.
307
93c9df73
GM
308 * term/w32console.el (get-screen-color): Declare.
309
7d3b9d44
GM
310 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
311 Handle symbol elements of byte-compile-initial-macro-environment.
312
9e2dd53f
LL
3132011-05-10 Leo Liu <sdl.web@gmail.com>
314
488086f4
SM
315 * bookmark.el (bookmark-bmenu-mode-map):
316 Bind bookmark-bmenu-search to `/'.
8b340240 317
9e2dd53f 318 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
319 (footnote-unicode-string, footnote-unicode-regexp): New variable.
320 (Footnote-unicode): New function.
321 (footnote-style-alist): Add unicode style to the list.
322 (footnote-style): Doc fix.
9e2dd53f 323
79b70037
GM
3242011-05-10 Jim Meyering <meyering@redhat.com>
325
326 Fix doubled-word typos.
327 * international/quail.el (quail-insert-kbd-layout): and and -> and
328 * kermit.el: and and -> and
329 * net/ldap.el (ldap-search-internal): to to -> to
330 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
331 * progmodes/js.el (js-mode): and and -> and
332 * textmodes/artist.el (artist-move-to-xy): at at -> at
333 (artist-draw-region-trim-line-endings): if if -> if
334 And Safetyc -> Safety.
335 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
336
b8f82dc1
GM
3372011-05-10 Glenn Morris <rgm@gnu.org>
338 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * files.el (hack-one-local-variable-eval-safep):
341 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
342
4f99f44b
GM
3432011-05-10 Glenn Morris <rgm@gnu.org>
344
345 * calendar/diary-lib.el (diary-list-entries-hook)
346 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
347 (diary-nongregorian-marking-hook, diary-list-entries)
348 (diary-include-other-diary-files, diary-mark-entries)
349 (diary-mark-included-diary-files): Doc fixes.
350
84f29e6b
JB
3512011-05-09 Juanma Barranquero <lekktu@gmail.com>
352
353 * misc.el: Require tabulated-list.el during compilation.
354
9bedd73a
CY
3552011-05-09 Chong Yidong <cyd@stupidchicken.com>
356
488086f4
SM
357 * progmodes/compile.el (compilation-start):
358 Run compilation-filter-hook for the async case too.
9bedd73a
CY
359 (compilation-filter-hook): Doc fix.
360
797c735c
DD
3612011-05-09 Deniz Dogan <deniz@dogan.se>
362
363 * wdired.el: Remove outdated installation comment. Fix usage
364 comment.
365
5f4b1dfe
JB
3662011-05-09 Juanma Barranquero <lekktu@gmail.com>
367
368 * misc.el: Implement new command `list-dynamic-libraries'.
369 (list-dynamic-libraries--loaded-only-p): New variable.
370 (list-dynamic-libraries--refresh): New function.
371 (list-dynamic-libraries): New command.
372
4c44026c
CY
3732011-05-09 Chong Yidong <cyd@stupidchicken.com>
374
488086f4
SM
375 * progmodes/compile.el (compilation-error-regexp-alist-alist):
376 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
377 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
378 higher priority to avoid clobbering by gnu.
379
027f966d
CY
3802011-05-08 Chong Yidong <cyd@stupidchicken.com>
381
382 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
383 if the face has existing theme settings (Bug#8454).
384
085f5d7d
CY
3852011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
386
488086f4
SM
387 * progmodes/perl-mode.el (perl-imenu-generic-expression):
388 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 389
2a86a00c
RS
390 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
391 special file names `.' and `..' (Bug#8259).
392
d9c54a06
CY
3932011-05-08 Chong Yidong <cyd@stupidchicken.com>
394
488086f4
SM
395 * progmodes/grep.el (grep-mode-font-lock-keywords):
396 Remove buffer-changing entries.
d9c54a06
CY
397 (grep-filter): New function.
398 (grep-mode): Add it to compilation-filter-hook.
399
400 * progmodes/compile.el (compilation-filter-hook)
401 (compilation-filter-start): New defvars.
402 (compilation-filter): Call compilation-filter-hook prior to
403 updating the process mark.
404
c4662635
SM
4052011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
408
b0512a1d
EZ
4092011-05-07 Eli Zaretskii <eliz@gnu.org>
410
605c9376
EZ
411 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
412 mailclient-send-it even if window-system is nil. (Bug#8595)
413
c4662635
SM
414 * term/w32console.el (terminal-init-w32console):
415 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
416 background-mode. (Bug#8597)
417
d1dc2cc2
SM
4182011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 Make bytecomp.el understand that defmethod defines funs (bug#8631).
421 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
422 New functions.
423 (defgeneric, eieio--defmethod): Use them.
424 (eieio-defgeneric): Remove.
425 (defmethod): Call defgeneric in a way visible to the byte-compiler.
426
915d1300
GM
4272011-05-07 Glenn Morris <rgm@gnu.org>
428
a3961c3e
GM
429 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
430 Use let rather than let*.
431 (timeclock-find-discrep): Remove unused local.
432
314347b9
GM
433 * calendar/diary-lib.el (diary-comment-start): Doc fix.
434
915d1300
GM
435 * calendar/appt.el (appt-time-msg-list): Doc fix.
436
275b59b0
NF
4372011-05-06 Noah Friedman <friedman@splode.com>
438
439 * apropos.el (apropos-print-doc): Only use
440 emacs-lisp-docstring-fill-column when it is bound to an integer,
441 per that variable's documentation.
442
6c19f744
SM
4432011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 446 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 447
60f884b2
GM
4482011-05-06 Glenn Morris <rgm@gnu.org>
449
5006e634
GM
450 * calendar/appt.el (appt-message-warning-time): Doc fix.
451 (appt-warning-time-regexp): New option.
452 (appt-make-list): Respect appt-message-warning-time.
453
548d0a63
GM
454 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
455 New options.
456 (diary-add-to-list): Strip comments from the displayed string.
457 (diary-mode): Set comment-start and comment-end.
458
60f884b2
GM
459 * vc/diff-mode.el (smerge-refine-subst): Declare.
460 (diff-refine-hunk): Don't require smerge-mode when compiling.
461
989681bb
JB
4622011-05-06 Juanma Barranquero <lekktu@gmail.com>
463
464 * simple.el (list-processes): Return nil as the docstring says.
465
a6bc05e1
MA
4662011-05-05 Michael Albinus <michael.albinus@gmx.de>
467
468 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
469 to "".
470 (ange-ftp-write-region, ange-ftp-insert-file-contents)
471 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
472 determining of binary transfer. (Bug#7383)
473
23c22e9a
MA
4742011-05-05 Michael Albinus <michael.albinus@gmx.de>
475
c4662635
SM
476 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
477 Fix port computation bug. (Bug#8618)
23c22e9a 478
0bff894f
GM
4792011-05-05 Glenn Morris <rgm@gnu.org>
480
b8296902
GM
481 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
482
1f522ce8
GM
483 * simple.el (shell-dynamic-complete-functions)
484 (comint-dynamic-complete-functions): Declare.
485
cf5bee67
GM
486 * net/network-stream.el (gnutls-negotiate):
487 * simple.el (tabulated-list-print): Fix declarations.
488
489 * progmodes/gud.el (syntax-symbol, syntax-point):
490 Remove unnecessary and incorrect declarations.
491
0bff894f
GM
492 * emacs-lisp/check-declare.el (check-declare-scan):
493 Handle byte-compile-initial-macro-environment in bytecomp.el
494
9869b3ae
SM
4952011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 Fix earlier half-done eieio-defmethod change (bug#8338).
498 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
499 Streamline and change calling convention.
500 (defmethod): Adjust accordingly and simplify.
501 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
502 new eieio--defmethod.
503 (slot-boundp): Minor CSE simplification.
504
9c1d5ac5
MZ
5052011-05-05 Milan Zamazal <pdm@zamazal.org>
506
507 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
508 (glasses-make-readable): Use glasses-separate-capital-groups.
509
455c834e
JB
5102011-05-05 Juanma Barranquero <lekktu@gmail.com>
511
512 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
513 (warning-series): Doc fix.
514 (display-warning): Don't try to create the buffer if we just found it.
515
9ed7c8cb
CY
5162011-05-04 Chong Yidong <cyd@stupidchicken.com>
517
518 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
519 (autoload-find-generated-file): New function.
520 (generate-file-autoloads): Bind generated-autoload-file to
521 buffer-file-name.
9869b3ae
SM
522 (update-file-autoloads, update-directory-autoloads):
523 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
524 output file (Bug#7989).
525 (batch-update-autoloads): Doc fix.
526
0898ca10
JB
5272011-05-04 Juanma Barranquero <lekktu@gmail.com>
528
529 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
530
31dfb76c
GM
5312011-05-04 Glenn Morris <rgm@gnu.org>
532
f330b642
GM
533 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
534 function, so it follows changes in calendar-date-style.
535 (diary-fancy-date-matcher): New function.
536 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
537 (diary-fancy-font-lock-fontify-region-function):
538 Use diary-fancy-date-pattern as a function.
539
31dfb76c
GM
540 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
541 non-numbers for `year' etc pseudo-variables. (Bug#8583)
542
48e79d6a
TZ
5432011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
544
545 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
546 instead of positional arguments. Allow :keylist and :crlfiles
547 arguments.
548 (open-gnutls-stream): Call it.
549
550 * net/network-stream.el (network-stream-open-starttls): Adjust to
551 call `gnutls-negotiate' with :process and :hostname arguments.
552
dd5a5ee0
SM
5532011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
554
ef80fc09
SM
555 * minibuffer.el (completion--message): New function.
556 (completion--do-completion, minibuffer-complete)
557 (minibuffer-force-complete, minibuffer-complete-word): Use it.
558 (completion--do-completion): Don't ignore completion-auto-help when in
559 icomplete-mode.
560
dd5a5ee0
SM
561 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
562 internal encoding (e.g. tibetan zero is not whitespace).
563 (global-whitespace-mode): Prefer save-current-buffer.
564 (whitespace-trailing-regexp): Remove useless save-match-data.
565 (whitespace-empty-at-bob-regexp): Minor simplification.
566
b7d22a83
CY
5672011-05-03 Chong Yidong <cyd@stupidchicken.com>
568
569 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
570
5192af46
AM
5712011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
572
573 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 574 Use `concat' to create string for insertion.
5192af46 575
5767d190
SM
5762011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
579 Avoid open-line which runs post-self-insert-hook.
580 (bibtex-fill-entry): Remove unused `end' var.
581
bf242939
AM
5822011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
583
5767d190
SM
584 * textmodes/ispell.el (ispell-add-per-file-word-list):
585 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 586
25666126
LL
5872011-05-03 Leo Liu <sdl.web@gmail.com>
588
589 * isearch.el (isearch-yank-pop): New command.
5767d190 590 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
591 (isearch-forward): Mention it.
592
52d3c2d0
SM
5932011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
594
1bcace58
SM
595 * simple.el (minibuffer-complete-shell-command): Remove.
596 (minibuffer-local-shell-command-map): Use completion-at-point.
597 (read-shell-command): Setup completion vars here instead.
598 (read-expression-map): Bind TAB to symbol completion.
599
52d3c2d0
SM
600 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
601 error directly rather via storing it into `results'.
602
35813471
LL
6032011-05-02 Leo Liu <sdl.web@gmail.com>
604
605 * vc/diff.el: Fix description.
606
e793a940
LMI
6072011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
608
609 * server.el (server-eval-at): New function.
610
8de66e05
LMI
6112011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
612
613 * net/network-stream.el (open-network-stream): Take a :nowait
614 parameter and pass it on to `make-network-process'.
615 (network-stream-open-plain): Ditto.
616
dcb79f20
AS
6172011-04-30 Andreas Schwab <schwab@linux-m68k.org>
618
619 * faces.el (face-spec-set-match-display): Don't match toolkit
620 options on terminal frames.
621
14a7fbd8
SM
6222011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
623
7eabc1be
SM
624 * progmodes/pascal.el: Use lexical binding.
625 (pascal-mode-map): Remove author preferences.
626
14a7fbd8
SM
627 * pcomplete.el (pcomplete-std-complete): Don't abuse
628 completion-at-point.
629
50f84510
JB
6302011-04-28 Juanma Barranquero <lekktu@gmail.com>
631
6e087a44
JB
632 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
633 removing code that has been dead since 1991 or so.
634
50f84510
JB
635 * startup.el (command-line): When warning about "_emacs", use a
636 delayed warning to allow the user to filter it out.
637
0ba690bd
DD
6382011-04-28 Deniz Dogan <deniz@dogan.se>
639
640 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
641 user has not joined.
642
08abfaad
SM
6432011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
646 aren't any completions at point.
647
638f053a
JB
6482011-04-28 Juanma Barranquero <lekktu@gmail.com>
649
650 * subr.el (display-delayed-warnings): New function.
651 (delayed-warnings-hook): New variable.
652
8fff8daa
SM
6532011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
654
08abfaad
SM
655 * minibuffer.el (completion-at-point, completion-help-at-point):
656 Don't presume that a given completion-at-point-function will always
657 use the same calling convention.
658
8fff8daa
SM
659 * pcomplete.el (pcomplete-completions-at-point):
660 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
661 pcomplete-seen is non-nil.
662 (pcomplete-comint-setup): Also recognize the new comint/shell
663 completion functions.
664 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
665 pcomplete-seen is non-nil.
666
841a1577 6672011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 668
841a1577 669 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 670 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 671 the first character in the entry. This allows for code to add its
211ec907
UJ
672 own uid to the entry.
673 (icalendar--convert-float-to-ical): Add export of
674 `diary-float'-entries save for those with the optional DAY
675 argument.
676
2a782793
DC
6772011-04-27 Daniel Colascione <dan.colascione@gmail.com>
678
679 * subr.el (shell-quote-argument): Use alternate escaping strategy
680 when we spot a variable reference in a string.
681
0438ce91
DC
6822011-04-26 Daniel Colascione <dan.colascione@gmail.com>
683
684 * cus-start.el (all): Define customization for debug-on-event.
685
841a1577 6862011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
687
688 * subr.el (shell-quote-argument): Escape correctly under Windows.
689
d090ed6c
SM
6902011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
693
bfd31217
MA
6942011-04-25 Michael Albinus <michael.albinus@gmx.de>
695
d090ed6c
SM
696 * net/tramp.el (tramp-process-actions): Add POS argument.
697 Delete region between POS and (pos).
bfd31217 698
d090ed6c
SM
699 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
700 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
701 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
702
703 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
704 position in `tramp-process-actions' call.
705
706 * net/trampver.el: Update release number.
707
e92f3bd3
SM
7082011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
709
850256b5
SM
710 * custom.el (defcustom): Obey lexical-binding.
711
e92f3bd3
SM
712 Fix octave-inf completion problems reported by Alexander Klimov.
713 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
714 Inherit from octave-mode-syntax-table.
715 (inferior-octave-mode): Set info-lookup-mode.
716 (inferior-octave-completion-at-point): New function.
717 (inferior-octave-complete): Use it and completion-in-region.
718 (inferior-octave-dynamic-complete-functions): Use it as well, and use
719 comint-filename-completion.
720 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
721 symbol elements which shouldn't be word elements.
722 (octave-font-lock-keywords, octave-beginning-of-defun)
723 (octave-function-header-regexp): Adjust regexps accordingly.
724 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
725
cd22b309
JB
7262011-04-25 Juanma Barranquero <lekktu@gmail.com>
727
728 * net/gnutls.el (gnutls-errorp): Declare before first use.
729
8b492194
TZ
7302011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
731
732 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
733 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
734 default trustfile exists before going to use it. Add missing
735 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
736 Reported by Claudio Bley <claudio.bley@gmail.com>.
737 (open-gnutls-stream): Add usage example.
738
739 * net/network-stream.el (network-stream-open-starttls): Give host
740 parameter to `gnutls-negotiate'.
741 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 742 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 743
841a1577 7442011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 745
cd22b309
JB
746 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
747 Use correct match group (bug#8438).
05842630 748
3ba7869c
CY
7492011-04-24 Chong Yidong <cyd@stupidchicken.com>
750
512e3ae1
CY
751 * emacs-lisp/package.el (package-built-in-p): Fix typo.
752 (package-menu--generate): New arg specifying packages to show.
753 (package-menu-refresh, package-menu-execute, list-packages):
754 Callers changed.
755 (package-show-package-list): New function, replacing deleted
756 package--list-packages (renamed because it is non-internal).
757
758 * finder.el (finder-list-matches): Use package-show-package-list
759 instead of deleted package--list-packages.
760
e92f3bd3
SM
761 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
762 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
763 (vc-annotate-mode-map): Bind it to RET.
764
7031be6d
UR
7652011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
766
767 * progmodes/etags.el (next-file): Don't use set-buffer to change
768 buffers (Bug#8478).
769
4ef177aa
CY
7702011-04-24 Chong Yidong <cyd@stupidchicken.com>
771
c8d173eb
CY
772 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
773
4ef177aa
CY
774 * apropos.el (apropos-label-face): Avoid variable-pitch face.
775 (apropos-accumulator): Doc fix.
776 (apropos-function, apropos-macro, apropos-command)
777 (apropos-variable, apropos-face, apropos-group, apropos-widget)
778 (apropos-plist): Add face property.
779 (apropos-symbols-internal): Fix indentation.
780 (apropos-print): Simplify help, and recognize apropos-multi-type.
781 (apropos-print-doc): Use button-type-get to extract the button's
782 face property. Fill docstring (Bug#8352).
783
4ffd0d6b 7842011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
785
786 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
787
c6c32125 788 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 789 (mpuz-mode-map): Use mapc.
c6c32125
JB
790 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
791 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
792 Fix typos in docstrings.
793
58d468b4
JB
794 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
795 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
796
6470c3c6
JB
797 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
798
4ffd0d6b 7992011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
800
801 * minibuffer.el (completion--do-completion): Avoid the "Next char
802 not unique" prompt if icomplete-mode is enabled (Bug#5849).
803
3ad8bad0
CY
804 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
805 mouse-2 into unread-command-events, it is interpreted correctly.
806
71d73c9c 807 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 808 (image-toggle-display): Doc fix.
71d73c9c 809
841a1577 8102011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 811
4ffd0d6b
GM
812 * textmodes/page.el (what-page): Use line-number-at-pos to
813 calculate line number (Bug#6825).
6e1dbaa9 814
c2fb1b60
JB
8152011-04-22 Juanma Barranquero <lekktu@gmail.com>
816
817 * eshell/esh-mode.el (find-tag-interactive): Declare function.
818 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
819 Pass argument NO-DEFAULT to `find-tag-interactive'.
820
e02f48d7
JB
8212011-04-22 Juanma Barranquero <lekktu@gmail.com>
822
823 Lexical-binding cleanup.
824
825 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
826 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
827 * progmodes/ada-prj.el (ada-prj-initialize-values)
828 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
829 (ada-prj-show-value):
830 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
831 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
832 (antlr-invalidate-context-cache, antlr-options-menu-filter)
833 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
834 * progmodes/bug-reference.el (bug-reference-push-button):
835 * progmodes/fortran.el (fortran-line-length):
836 * progmodes/glasses.el (glasses-change):
837 * progmodes/octave-mod.el (octave-fill-paragraph):
838 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
839 (python-pdbtrack-grub-for-buffer, python-sentinel):
840 * progmodes/sql.el (sql-save-connection):
841 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
842 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
843 Mark unused parameters.
844
845 * progmodes/compile.el (compilation--flush-directory-cache)
846 (compilation--flush-parse, compile-internal): Mark unused parameters.
847 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
848 (compilation-next-error-function): Remove unused variable `timestamp'.
849
850 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
851 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
852
853 * progmodes/dcl-mode.el (dcl-end-of-command):
854 Remove unused variable `start'.
855 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
856 (dcl-option-value-basic, dcl-option-value-offset)
857 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
858 Mark unused parameters.
859 (dcl-save-local-variable): Remove unused variable `val'.
860 (mode): Declare.
861
862 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
863 Mark unused parameters.
864 (delphi-ignore-changes): Move before first use.
865 (delphi-charset-token-at): Remove unused variable `start'.
866 (delphi-else-start): Remove unused variable `if-count'.
867 (delphi-comment-block-start, delphi-comment-block-end):
868 Remove unused variable `kind'.
869 (delphi-indent-line): Remove unused variable `new-point'.
870
871 * progmodes/ebrowse.el (ebrowse-files-list)
872 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
873 Mark unused parameters. Don't quote `lambda'.
874 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
875 Don't quote `lambda'.
876 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
877 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
878 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
879 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
880 Use `ignore-errors'.
881 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
882 (ebrowse-view/find-file-and-search-pattern)
883 (ebrowse-view/find-member-declaration/definition):
884 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
885 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
886 Rename parameter PREFIX-ARG to PREFIX.
887 (ebrowse-tags-read-name): Remove unused variables `start' and
888 `member-info'.
889 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
890 to `tags-file'.
891
892 * progmodes/etags.el (local-find-tag-hook): Declare.
893 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
894 Mark unused parameters.
895
896 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
897 (executable-interpret): Mark unused parameter.
898
899 * progmodes/flymake.el (flymake-process-sentinel)
900 (flymake-after-change-function)
901 (flymake-create-temp-with-folder-structure)
902 (flymake-get-include-dirs-dot): Mark unused parameters.
903 (flymake-safe-delete-directory): Remove unused variable `err'.
904
905 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
906 (speedbar-timer-fn, speedbar-line-text)
907 (speedbar-change-expand-button-char, speedbar-delete-subblock)
908 (speedbar-center-buffer-smartly): Declare functions.
909 (gdb-find-watch-expression): Remove unused variable `array'.
910 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
911 (gdb-starting): Mark unused parameters.
912 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
913 (gdb-table-string): Remove unused variable `res'.
914 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
915 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
916 (gdb-display-buffer): Remove unused variable `cur-size'.
917
918 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
919 allow lexical-binding compilation.
920 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
921 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
922 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
923 Mark unused parameters.
924 (gud-gdb-marker-filter): Remove unused variable `match'.
925 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
926 lambda expressions and funcall them, instead of using `fset'.
927
928 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
929 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
930
931 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
932 variable `header-beg'; use `let'.
933
934 * progmodes/icon.el (indent-icon-exp): Remove unused variables
935 `restart', `last-sexp' and `at-do'.
936
937 * progmodes/js.el (js--debug): Mark unused parameter.
938 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
939 (js--splice-into-items): Remove unused variable `item'.
940 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
941
942 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
943 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
944 (makefile-complete): Remove unused variable `try'.
945 (makefile-fill-paragraph, makefile-match-function-end):
946 Mark unused parameters.
947
948 * progmodes/octave-inf.el (inferior-octave-complete):
949 Remove unused variable `proc'.
950 (inferior-octave-output-digest): Mark unused parameter.
951
952 * progmodes/perl-mode.el (perl-calculate-indent):
953 Remove unused variable `err'.
954
955 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
956 (prolog-indent-line): Mark unused parameters.
957 (prolog-indent-line): Remove unused variable `beg'.
958
959 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
960 (reporter-dont-compact-list): Declare.
961
962 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
963 Remove unused variable `char'.
964 (sh-debug): Mark unused parameter.
965 (sh-get-indent-info): Remove unused variable `start'.
966 (sh-calculate-indent): Remove unused variable `var'.
967
968 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
969 (simula-electric-keyword): Remove unused variable `null'.
970 (simula-search-backward, simula-search-forward): Remove unused
971 variables `begin' and `end'.
972
973 * progmodes/vera-mode.el (vera-guess-basic-syntax):
974 Remove unused variable `pos'.
975 (vera-electric-tab, vera-comment-uncomment-region):
976 Mark unused parameters.
977 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
978
7ede3b65
CY
9792011-04-22 Chong Yidong <cyd@stupidchicken.com>
980
981 * emacs-lisp/package.el (package--builtins, package-alist)
982 (package-load-descriptor, package-built-in-p, package-activate)
983 (define-package, package-installed-p)
984 (package-compute-transaction, package-buffer-info)
985 (package--push): Doc fix. Distinguish more clearly between
986 version strings and version lists.
987
121656e9
JB
9882011-04-21 Juanma Barranquero <lekktu@gmail.com>
989
990 Lexical-binding cleanup.
991
992 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
993 (5x5-make-mutate-best):
994 * play/fortune.el (fortune-in-buffer):
995 * play/gomoku.el (gomoku-init-display):
996 * play/solitaire.el (solitaire, solitaire-do-check):
997 * play/tetris.el (tetris-default-update-speed-function):
998 Mark unused parameters.
999
1000 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
1001 (bubbles--shift): Remove unused variable `char-org'.
1002 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
1003 (bubbles--show-images): Remove unused variable `char'.
1004
1005 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
1006 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
1007 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
1008 (decipher-analyze-buffer): Use ?\s.
1009 (decipher-make-checkpoint): Remove unused variable `mapping'.
1010
1011 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
1012
1013 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1014 Remove unused variable `result'; use `let'.
1015
1016 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
1017 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
1018 (gametree-children-shown-p, gametree-compute-reduced-score):
1019 Use `ignore-errors'.
1020
1021 * play/handwrite.el (ps-lpr-switches): Declare.
1022 (handwrite): Remove unused variables `pmin' and `lastp'.
1023
1024 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
1025
1026 * play/landmark.el (landmark-init-display)
1027 (landmark-update-naught-weights): Mark unused parameters.
1028 (landmark-y): Remove unused variable `noise'. Simplify.
1029 (landmark-human-plays): Remove unused variable `score'.
1030
1031 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
1032 (mpuz-try-proposal): Remove unused variable `game'.
1033
1034 * play/zone.el (life-patterns): Declare.
1035
80f499c7
JB
10362011-04-20 Juanma Barranquero <lekktu@gmail.com>
1037
1038 * vc/vc.el (ediff-vc-internal): Declare function.
1039
024ff170
SM
10402011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1041
c0a193ea
SM
1042 * shell.el: Use lexical-binding and std completion UI.
1043 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
1044 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
1045 comint-preoutput-filter-functions rather than on
1046 comint-output-filter-functions.
1047 (shell-command-completion, shell--command-completion-data)
1048 (shell-filename-completion, shell-environment-variable-completion)
1049 (shell-c-a-p-replace-by-expanded-directory): New functions.
1050 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
1051 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
1052 (shell-dynamic-complete-environment-variable): Use them.
1053 (shell-dynamic-complete-as-environment-variable)
1054 (shell-dynamic-complete-as-command): Remove.
1055 (shell-match-partial-variable): Match past point.
1056 * comint.el: Clean up use of completion-at-point-functions.
1057 (comint-completion-at-point): New function.
1058 (comint-mode): Use it completion-at-point-functions.
1059 (comint-dynamic-complete): Make it obsolete.
1060 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
1061 (comint-c-a-p-replace-by-expanded-history): New function.
1062 (comint-dynamic-complete-functions)
1063 (comint-replace-by-expanded-history): Use it.
1064 * minibuffer.el (completion-table-with-terminator): Allow dynamic
1065 termination strings. Try harder to avoid second try-completion.
1066 (completion-in-region-mode-map): Disable bindings that don't work yet.
1067
2dbaa080
SM
1068 * comint.el: Use lexical-binding. Require CL.
1069 (comint-dynamic-complete-functions): Use comint-filename-completion.
1070 (comint-completion-addsuffix): Tweak custom type.
1071 (comint-filename-completion, comint--common-suffix)
1072 (comint--common-quoted-suffix, comint--table-subvert)
1073 (comint--complete-file-name-data): New functions.
1074 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
1075 (comint-dynamic-list-filename-completions): Use them.
1076 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 1077
2dbaa080
SM
1078 * minibuffer.el (completion-in-region-mode):
1079 Keep completion-in-region-mode--predicate global.
1080 (completion-in-region--postch):
1081 Assume completion-in-region-mode--predicate is not null.
1082
c79a6f38
SM
1083 * progmodes/flymake.el (flymake-start-syntax-check-process):
1084 Obey `dir'. Simplify.
1085
024ff170
SM
1086 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
1087 we're in VC after all.
1088
1c6c854e
CS
10892011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1090
1091 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 1092 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
1093 (vc-version-diff): Use vc-diff-build-argument-list-internal.
1094
bed7f140
SM
10952011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1096
332e62ab
SM
1097 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
1098 add sanity check.
1099
bed7f140
SM
1100 * obsolete/erc-hecomplete.el: Make obsolete.
1101 * obsolete/: Standardize obsolescence info in the header.
1102
f195c582
GM
11032011-04-20 Glenn Morris <rgm@gnu.org>
1104
1105 * calendar/solar.el (solar-horizontal-coordinates):
1106 Use the longitude argument rather than `calendar-longitude'.
1107 (solar-date-next-longitude): Remove unused locals.
1108
cb79b8c0
VJL
11092011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1110
1111 * whitespace.el: New version 13.2.1.
1112
11132011-04-20 felix <EmacsWiki> (tiny change)
1114
1115 * whitespace.el (global-whitespace-mode): keep highlight when
1116 switching between major modes on a file.
1117
602ea69d
SM
11182011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
1121 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
1122 multi-line comments as well.
1123
06b60517
JB
11242011-04-19 Juanma Barranquero <lekktu@gmail.com>
1125
1126 Lexical-binding cleanup.
1127
1128 * arc-mode.el (archive-mode-revert):
1129 * cmuscheme.el (scheme-interactively-start-process):
1130 * custom.el (custom-initialize-delay):
1131 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
1132 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
1133 * emacs-lock.el (emacs-lock-clear-sentinel):
1134 * ezimage.el (defezimage):
1135 * follow.el (follow-avoid-tail-recenter):
1136 * fringe.el (set-fringe-mode-1):
1137 * generic-x.el (bat-generic-mode-compile):
1138 * help-mode.el (help-info-variable, help-do-xref)
1139 (help-mode-revert-buffer):
1140 * help.el (view-emacs-todo):
1141 * iswitchb.el (iswitchb-completion-help):
1142 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
1143 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
1144 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
1145 * locate.el (locate-update):
1146 * longlines.el (longlines-encode-region)
1147 (longlines-after-change-function):
1148 * outline.el (outline-isearch-open-invisible):
1149 * ps-def.el (declare-function, charset-dimension, char-width)
1150 (encode-char):
1151 * ps-mule.el (ps-mule-plot-string):
1152 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
1153 (recentf-edit-list-select, recentf-edit-list-validate)
1154 (recentf-open-files-action):
1155 * rect.el (delete-whitespace-rectangle-line)
1156 (rectangle-number-line-callback):
1157 * register.el (window-configuration-to-register)
1158 (frame-configuration-to-register):
1159 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
1160 * select.el (xselect-convert-to-string, xselect-convert-to-length)
1161 (xselect-convert-to-targets, xselect-convert-to-delete)
1162 (xselect-convert-to-filename, xselect-convert-to-charpos)
1163 (xselect-convert-to-lineno, xselect-convert-to-colno)
1164 (xselect-convert-to-os, xselect-convert-to-host)
1165 (xselect-convert-to-user, xselect-convert-to-class)
1166 (xselect-convert-to-name, xselect-convert-to-integer)
1167 (xselect-convert-to-atom, xselect-convert-to-identity):
1168 * subr.el (declare, ignore, process-kill-without-query)
1169 (text-clone-maintain):
1170 * terminal.el (te-get-char, te-tic-sentinel):
1171 * tool-bar.el (tool-bar-make-keymap):
1172 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
1173 * type-break.el (type-break-mode, type-break-noninteractive-query):
1174 * view.el (View-back-to-mark):
1175 * wid-browse.el (widget-browse-action, widget-browse-widget)
1176 (widget-browse-widgets, widget-browse-sexp):
1177 * widget.el (define-widget-keywords):
1178 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
1179 Mark unused parameters.
1180
1181 * align.el (align-adjust-col-for-rule): Mark unused parameter.
1182 (align-areas): Remove unused variable `look'.
1183 (align-region): Remove unused variables `real-end' and `pos-list'.
1184
1185 * apropos.el (apropos-score-doc): Remove unused variable `i'.
1186
1187 * bindings.el (mode-line-modified, mode-line-remote):
1188 Mark unused parameters.
1189 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
1190
1191 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
1192 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
1193
1194 * comint.el (comint-history-isearch-pop-state)
1195 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
1196 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
1197 (comint-substitute-in-file-name): Doc fix.
1198
1199 * completion.el (cmpl-statistics-block): Mark unused parameter.
1200 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
1201 (save-completions-to-file, load-completions-from-file):
1202 Remove unused local variable `e'.
1203
1204 * composite.el (compose-chars): Remove unused variable `len'.
1205 (lgstring-insert-glyph): Remove unused variable `g'.
1206 (compose-glyph-string): Remove unused variables `ascent',
1207 `descent', `lbearing' and `rbearing'.
1208 (compose-glyph-string-relative): Remove unused variables
1209 `lbearing', `rbearing' and `wadjust'.
1210 (compose-gstring-for-graphic): Remove unused variables `header',
1211 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
1212 (compose-gstring-for-terminal): Remove unused variables `header'
1213 and `nchars'. Use `let', not `let*'.
1214
1215 * cus-edit.el (Custom-set, Custom-save, custom-reset)
1216 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
1217 (Custom-buffer-done, custom-buffer-create-internal)
1218 (custom-browse-visibility-action, custom-browse-group-tag-action)
1219 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
1220 (widget-magic-mouse-down-action, custom-toggle-parent)
1221 (custom-add-parent-links, custom-toggle-hide-variable)
1222 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
1223 (custom-toggle-hide-face, face, hook, custom-group-link-action)
1224 (custom-face-menu-create, custom-variable-menu-create, get)
1225 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
1226 (custom-reset-standard-save-and-update): Remove unused variable `value'.
1227 (customize-apropos): Remove unused variable `tests'.
1228 (custom-group-value-create): Remove unused variable `hidden-p'.
1229 (sort-fold-case): Declare.
1230
1231 * cus-theme.el (custom-reset-standard-faces-list)
1232 (custom-reset-standard-variables-list): Declare.
1233 (customize-create-theme, custom-theme-revert, custom-theme-write)
1234 (custom-theme-choose-mode, customize-themes, custom-theme-save):
1235 Mark unused parameters.
1236
1237 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
1238
1239 * delim-col.el (delimit-columns-max): Move defvar before first use.
1240
1241 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 1242 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
1243
1244 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
1245 (auto-insert): Declare.
1246 (desktop-restore-file-buffer): Rename desktop-* parameters;
1247 mark unused ones.
1248 (desktop-create-buffer): Rename desktop-* parameters and bind them.
1249 (desktop-buffer): Rename desktop-* parameters.
1250
1251 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1252 (dframe-reposition-frame-xemacs, dframe-help-echo)
1253 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
1254 Mark unused parameters.
1255
1256 * dired-aux.el (backup-extract-version-start, overwrite-query)
1257 (overwrite-backup-query, rename-regexp-query)
1258 (rename-non-directory-query): Declare.
1259 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
1260 (dired-add-entry): Remove unused variable `orig-file-name'.
1261 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
1262 Use parameter PRESERVE-TIME instead of accessing dynamic variable
1263 `dired-copy-preserve-time' directly.
1264 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
1265 (dired-insert-subdir-newpos): Rename unused variable `pos'.
1266
1267 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
1268 (dired-virtual-revert, dired-make-relative-symlink):
1269 Mark unused parameters.
1270 (manual-program): Declare.
1271 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
1272 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
1273 wrapped in `with-no-warnings' to avoid replacing one warning by another.
1274
1275 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
1276
1277 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
1278
1279 * echistory.el (electric-history-in-progress, Helper-return-blurb):
1280 Declare.
1281
1282 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
1283
1284 * electric.el (Electric-command-loop): Rename parameter
1285 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
1286
1287 * expand.el (expand-in-literal): Remove unused variable `here'.
1288
1289 * facemenu.el (facemenu-add-new-color):
1290 Remove unused variable `docstring'.
1291
1292 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
1293 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
1294 (face-attr-construct): Mark unused parameter. Doc fix.
1295 (read-color): Remove unused variable `hex-string'.
1296
1297 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
1298 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
1299 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
1300 (display-buffer-other-frame): Remove unused variable `old-window'.
1301 (kill-buffer-hook): Declare.
1302 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
1303 Mark unused parameters.
1304 (after-find-file): Pass 1 to `auto-save-mode', not t.
1305
1306 * files-x.el (auto-insert): Declare.
1307 (modify-file-local-variable-prop-line): Remove unused variable `val'.
1308
1309 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 1310 variable `buf'. Mark unused parameter.
06b60517
JB
1311 (find-lisp-insert-directory): Mark unused parameter.
1312
1313 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
1314 (format-encode-region): Remove unused variables `cur-buf' and `result'.
1315 (format-common-tail): Remove, unused.
1316 (format-deannotate-region): Remove unused variable `loc'.
1317 (format-annotate-region): Remove unused variable `p'.
1318 (format-annotate-single-property-change): Remove unused variables
1319 `default' and `tail'.
1320
1321 * forms.el (read-file-filter): Declare.
1322 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
1323
1324 * frame.el (frame-creation-function-alist): Mark unused parameter.
1325 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
1326
1327 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
1328 Remove unused parameters.
1329 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
1330 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
1331
1332 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
1333 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
1334 (hfy-prepare-tag-map): Mark unused parameters.
1335 (htmlfontify-buffer): Use `called-interactively-p'.
1336
1337 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
1338 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
1339 (ibuffer-do-occur): Mark unused parameters.
1340 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
1341 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
1342
1343 * ibuffer.el: Don't quote `lambda'.
1344 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
1345 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
1346 Mark unused parameters.
1347
1348 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
1349 (ido-completing-read): Mark unused parameters.
1350 (ido-copy-current-word): Mark unused parameters;
1351 remove unused variable `name'.
1352 (ido-sort-merged-list): Remove unused parameter `dirs'.
1353
1354 * ielm.el (ielm-input-sender): Mark unused parameter.
1355 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
1356 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
1357 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
1358 `ielm-string' as a dynamic variable accessible from the IELM prompt.
1359 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
1360
1361 * image-dired.el (image-dired-display-thumbs): Remove unused
1362 variables `curr-file' and `count'.
1363 (image-dired-remove-tag): Remove unused variable `start'.
1364 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
1365 variable `curr-file'
1366 (image-dired-rotate-original): Remove unused variable `temp-file'.
1367 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
1368 Remove unused variable `file'.
1369 (image-dired-gallery-generate): Remove unused variable `curr'.
1370 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
1371
1372 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
1373
1374 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
1375
1376 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
1377
1378 * isearch.el (minibuffer-history-symbol): Declare.
1379 (isearch-edit-string): Remove unused variable `err'.
1380 (isearch-message-prefix, isearch-message-suffix):
1381 Mark unused parameters.
1382
1383 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
1384
1385 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
1386
1387 * makesum.el (double-column): Remove unused variable `cnt'.
1388
1389 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
1390 (ido-ignore-item-temp-list): Declare.
1391
1392 * mouse-drag.el (mouse-drag-throw): Remove unused variables
1393 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
1394 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
1395 (mouse-drag-drag): Remove unused variables `mouse-delta' and
1396 `mouse-col-delta'.
1397
1398 * mouse-sel.el (mouse-extend-internal):
1399 Remove unused variable `orig-window-frame'.
1400
1401 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
1402 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
1403 Move declarations before first use.
1404 (pcomplete-opt): Mark unused parameters; doc fix.
1405
1406 * proced.el (proced-revert): Mark unused parameter.
1407 (proced-send-signal): Remove unused variable `err'.
1408
1409 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
1410 Rename parameter PREFIX-ARG to ARG.
1411 (ps-basic-plot-string, ps-basic-plot-whitespace):
1412 Mark unused parameters.
1413
1414 * replace.el (replace-count): Define.
1415 (occur-revert-function): Mark unused parameters.
1416 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
1417 (isearch-case-fold-search, isearch-string): Declare.
1418 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
1419 bind `case-fold-search'. Remove unused variables `beg' and `end',
1420 and simplify.
1421 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
1422 COUNT and bind `replace-count'.
1423 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
1424 to COUNT.
1425
1426 * savehist.el (print-readably, print-string-length): Declare.
1427
1428 * shadowfile.el (shadow-expand-cluster-in-file-name):
1429 Remove unused variable `cluster'.
1430 (shadow-copy-file): Remove unused variable `i'.
1431 (shadow-noquery, shadow-clusters, shadow-site-cluster)
1432 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
1433 (shadow-define-literal-group, shadow-define-regexp-group)
1434 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
1435
1436 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
1437 (shell): Use `called-interactively-p'.
1438 (shell-directory-tracker): Remove unused variable `chdir-failure'.
1439
1440 * simple.el (compilation-context-lines, comint-file-name-quote-list)
1441 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
1442 (delete-backward-char): Remove unused variable `ocol'.
1443 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
1444 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
1445 (event-apply-hyper-modifier, event-apply-shift-modifier)
1446 (event-apply-control-modifier, event-apply-meta-modifier):
1447 Mark unused parameters.
1448 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
1449 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
1450
1451 * speedbar.el (speedbar-ignored-directory-expressions)
1452 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
1453 (speedbar-find-file, speedbar-dir-follow)
1454 (speedbar-directory-buttons-follow, speedbar-tag-find)
1455 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
1456 (speedbar-buffers-line-directory, speedbar-buffer-click):
1457 Mark unused parameters.
1458 (speedbar-tag-file): Remove unused variable `mode'.
1459 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
1460
1461 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
1462
1463 * talk.el (talk): Remove unused variable `display'.
1464
1465 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
1466 (tar-write-region-annotate): Mark unused parameter.
1467
1468 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
1469 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
1470 Declare them, wrapped in `with-no-warnings' to avoid replacing one
1471 warning by another.
1472
1473 * time-stamp.el (time-stamp-string-preprocess):
1474 Remove unused variable `require-padding'.
1475
1476 * tree-widget.el (widget-glyph-enable): Declare.
1477 (tree-widget-action): Mark unused parameter.
1478
1479 * w32-fns.el (x-get-selection): Mark unused parameter.
1480 (autoload-make-program, generated-autoload-file): Declare.
1481
1482 * wdired.el (wdired-revert): Mark unused parameters.
1483 (wdired-xcase-word): Remove unused variable `err'.
1484
1485 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
1486 (whitespace-help-scroll): Remove unused variable `data-help'.
1487
1488 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
1489 (widget-image-insert, widget-after-change, default)
1490 (widget-default-format-handler, widget-default-notify)
1491 (widget-default-prompt-value, widget-info-link-action)
1492 (widget-url-link-action, widget-function-link-action)
1493 (widget-variable-link-action, widget-file-link-action)
1494 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
1495 (widget-field-prompt-internal, widget-field-action, widget-field-match)
1496 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
1497 (widget-insert-button-action, widget-delete-button-action, visibility)
1498 (widget-documentation-link-action, widget-documentation-string-action)
1499 (widget-const-prompt-value, widget-regexp-match, symbol)
1500 (widget-coding-system-prompt-value)
1501 (widget-key-sequence-value-to-external, sexp)
1502 (widget-sexp-value-to-internal, character, vector, cons)
1503 (widget-choice-prompt-value, widget-boolean-prompt-value)
1504 (widget-color--choose-action): Mark unused parameters.
1505 (widget-item-match-inline, widget-choice-match-inline)
1506 (widget-checklist-match, widget-checklist-match-inline)
1507 (widget-group-match): Rename parameter VALUES to VALS.
1508 (widget-field-value-set): Remove unused variable `size'.
1509 (widget-color-action): Remove unused variables `value' and `start'.
1510
1511 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 1512 variable `dir'. Doc fix.
06b60517
JB
1513 (windmove-find-other-window): Don't pass it.
1514
1515 * window.el (count-windows): Mark unused parameter.
1516 (bw-adjust-window): Remove unused variable `err'.
1517
1518 * woman.el (woman-file-name): Remove unused variable `default'.
1519 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
1520 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
1521 (global-font-lock-mode): Declare.
1522 (woman-decode-region): Mark unused parameter.
1523 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
1524
1525 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
1526 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
1527 (x-dnd-handle-moz-url): Remove unused variable `title'.
1528 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
1529
1530 * xml.el (xml-parse-tag, xml-parse-attlist):
1531 Remove unused variable `pos'.
1532
bc4f7f3d
GM
15332011-04-19 Glenn Morris <rgm@gnu.org>
1534
1535 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
1536 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1537 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1538 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
1539 * calendar/cal-html.el (cal-html-insert-minical):
1540 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
1541 (calendar-mark-date-pattern):
1542 Prefix "unused" locals.
1543
1544 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
1545 optional argument `style'.
1546
1547 * calendar/appt.el (appt-make-list):
1548 * calendar/cal-china.el (calendar-chinese-date-string):
1549 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
1550 (diary-hebrew-yahrzeit):
1551 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
1552 * calendar/calendar.el (calendar-generate-window):
1553 * calendar/time-date.el (time-to-days):
1554 Remove unused local variables.
1555
16a43933
CY
15562011-04-18 Chong Yidong <cyd@stupidchicken.com>
1557
1558 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
1559 glyphless-char-display table.
1560 (tabulated-list-glyphless-char-display): New var.
1561
7eed1860
SS
15622011-04-18 Sam Steingold <sds@gnu.org>
1563
1564 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
1565 to acknowledgments.
1566
4d2d1ccd
GM
15672011-04-17 Glenn Morris <rgm@gnu.org>
1568
1569 * calendar/diary-lib.el (diary-sexp-entry):
1570 * calendar/holidays.el (holiday-sexp):
1571 Set debug-on-error rather than the removed stack-trace-on-error.
1572
239da61d
GM
15732011-04-16 Glenn Morris <rgm@gnu.org>
1574
1575 * progmodes/f90.el: Use lexical-binding.
1576 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
1577
8b05752a
SM
15782011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1579
daca8ba5
SM
1580 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
1581 (mail-mode): Setup mailalias completion here instead.
1582 * mail/mailalias.el: Use lexical-binding.
1583 (pattern, mailalias-done): Declare dynamic.
1584 (mail-completion-at-point-function): New function, from mail-complete.
1585 (mail-complete): Use it.
1586 (mail-completion-expand): New function.
1587 (mail-get-names): Use it.
1588 (mail-directory, mail-directory-process, mail-directory-stream):
1589 Don't use `pattern' for lexically bound arg.
1590
6f542485
SM
1591 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
1592
037e7c3f
SM
1593 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
1594 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
1595 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
1596
8b05752a
SM
1597 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
1598 (byte-save-window-excursion, byte-temp-output-buffer-setup)
1599 (byte-interactive-p): Define them again, for use when inlining
1600 old code.
1601
49093f60
JB
16022011-04-15 Juanma Barranquero <lekktu@gmail.com>
1603
1604 * loadup.el: Use `string-to-number', not `string-to-int'.
1605
b5b8e7de
SM
16062011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
1609 gud-gdb-complete-command.
1610 (gud-gdb-completions): New function, from gud-gdb-complete-command.
1611 (gud-gdb-completion-at-point): New function.
1612 (gud-gdb-completions): Remove.
1613
f42efeb5
MA
16142011-04-14 Michael Albinus <michael.albinus@gmx.de>
1615
49093f60
JB
1616 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
1617 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
1618 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
1619 whether `executable-find' is bound.
f42efeb5
MA
1620
1621 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
1622
e240cc21
SM
16232011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1624
1625 * minibuffer.el (completion-in-region-mode-predicate)
1626 (completion-in-region-mode--predicate): New vars.
1627 (completion-in-region, completion-in-region--postch)
1628 (completion-in-region-mode): Use them.
1629 (completion--capf-wrapper): Also return the hook function.
1630 (completion-at-point, completion-help-at-point):
1631 Adjust and provide a predicate.
c2bd2ab0
SM
1632
1633 Preserve arg names for advice of subr and lexical functions (bug#8457).
1634 * help-fns.el (help-function-arglist): Consolidate the subr and
1635 new-byte-code cases. Add argument `preserve-names' to extract names
1636 from the docstring when needed.
1637 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
1638 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
1639 (ad-arglist): Use help-function-arglist's new arg.
1640 (ad-definition-type): Use cond.
1641
c183f693
JB
16422011-04-13 Juanma Barranquero <lekktu@gmail.com>
1643
06641a47
JB
1644 * autorevert.el (auto-revert-handler):
1645 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
1646 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
1647 Don't quote lambda.
1648
c183f693
JB
1649 * image-mode.el (image-transform-set-scale):
1650 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
1651
1e3b6001
G
16522011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1653
1654 * net/network-stream.el (network-stream-open-starttls): Only do
1655 opportunistic STARTTLS upgrades if we have built-in gnutls support.
1656 Upgrades via gnutls-cli are too slow to be done opportunistically.
1657
2d6af8dd
JB
16582011-04-12 Juanma Barranquero <lekktu@gmail.com>
1659
1660 * dframe.el (dframe-current-frame): Remove spurious quote.
1661
c0749a51
GM
16622011-04-12 Glenn Morris <rgm@gnu.org>
1663
088d0d61
GM
1664 * calendar/cal-tex.el (cal-tex-end-document):
1665 Try to automatically use latin1 input if needed.
1666
c0749a51
GM
1667 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
1668 Don't try to cons a mark onto an empty element.
1669
5c90fde0
LL
16702011-04-11 Leo Liu <sdl.web@gmail.com>
1671
1672 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
1673 buffers.
1674 (ido-kill-buffer-at-head): Support killing virtual buffers.
1675
369e974d
CY
16762011-04-10 Chong Yidong <cyd@stupidchicken.com>
1677
1678 * minibuffer.el (completion-show-inline-help): New var.
1679 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
1680 (minibuffer-force-complete, minibuffer-complete-word):
1681 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
1682
1683 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
1684 to avoid interference from inline help (Bug#5849).
1685
37f1c930
LL
16862011-04-10 Leo Liu <sdl.web@gmail.com>
1687
099c39a4
JB
1688 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1689 Fix typo.
37f1c930 1690
a32d4040
CY
16912011-04-09 Chong Yidong <cyd@stupidchicken.com>
1692
1693 * image-mode.el (image-toggle-display-image): Signal an error if
1694 not in Image mode.
1695 (image-transform-mode, image-transform-resize)
1696 (image-transform-set-rotation): Doc fix.
daca8ba5 1697 (image-transform-set-resize): Delete.
a32d4040
CY
1698 (image-transform-set-scale, image-transform-fit-to-height)
1699 (image-transform-fit-to-width): Handle image-toggle-display-image
1700 and image-transform-resize directly.
1701
099c39a4 17022011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
1703
1704 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
1705 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
1706 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
1707 (doc-view-mode-map): Add bindings for the new functions.
1708
099c39a4 17092011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb
JB
1710
1711 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
1712 Fix typo in docstring.
1713
3726838a
EZ
17142011-04-08 Eli Zaretskii <eliz@gnu.org>
1715
04f33f1e
EZ
1716 * files.el (file-size-human-readable): Produce one digit after
1717 decimal, like "ls -lh" does.
1718
1719 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
1720 the file size representation.
1721
3726838a
EZ
1722 * simple.el (list-processes): If async subprocesses are not
1723 available, error out with a clear error message.
1724
cbb59342
CY
17252011-04-08 Chong Yidong <cyd@stupidchicken.com>
1726
1727 * help.el (help-form-show): New function, to be called from C.
1728 Put help-form output in a buffer named differently than *Help*.
1729
e3971c44
EZ
17302011-04-08 Eli Zaretskii <eliz@gnu.org>
1731
1732 * files.el (file-size-human-readable): New function.
1733
1734 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
1735 computing the representation inline. Don't require `cl'.
1736
12544bbe
GM
17372011-04-08 Glenn Morris <rgm@gnu.org>
1738
a1de6c6a
GM
1739 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
1740
3c4671f4
GM
1741 * net/browse-url.el (browse-url-firefox):
1742 Test system-type, not system-configuration.
1743
b605679c
GM
1744 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
1745 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
1746 Use log-edit-empty-buffer-p. (Bug#7598)
1747
56442f0c
GM
1748 * net/rlogin.el (rlogin-process-connection-type): Simplify.
1749 (rlogin-mode-map): Initialize in the defvar.
1750 (rlogin): Use ignore-errors.
1751
12544bbe
GM
1752 * replace.el (occur-mode-map): Some fixes for menu items.
1753
eb237b0f
AH
17542011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1755
1756 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
1757
7d668f2c
CY
17582011-04-06 Chong Yidong <cyd@stupidchicken.com>
1759
e67a13ab
CY
1760 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
1761 issuing unused warnings.
1762
1763 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
1764 macro directly.
1765
7d668f2c
CY
1766 * simple.el: Lisp reimplement of list-processes. Based on an
1767 earlier reimplementation by Leo Liu, but using tabulated-list.el.
1768 (process-menu-mode): New major mode.
1769 (list-processes--refresh, list-processes):
1770 (process-menu-visit-buffer): New functions.
1771
1772 * files.el (save-buffers-kill-emacs): Don't assume any return
1773 value of list-processes, which is undocumented anyway.
1774
a83ec3c9
CY
17752011-04-06 Chong Yidong <cyd@stupidchicken.com>
1776
1777 * emacs-lisp/tabulated-list.el: New file.
1778
e91a96fe
CY
1779 * emacs-lisp/package.el: Use Tabulated List mode.
1780 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
1781 (package-menu-mode): Derive from tabulated-list-mode. Set up the
1782 table format using Tabulated List mode variables.
1783 (package--push): New macro, replacing package-list-maybe-add.
1784 (package-menu--generate): Use package--push. Renamed from
1785 package--generate-package-list.
1786 (package-menu-refresh, list-packages): Use it.
daca8ba5 1787 (package-menu--print-info): Rename from package-print-package.
e91a96fe 1788 Return insertion data instead of inserting it directly.
099c39a4
JB
1789 (package-menu-describe-package, package-menu-execute):
1790 Use tabulated-list-get-id.
e91a96fe
CY
1791 (package-menu-mark-delete, package-menu-mark-install)
1792 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
1793 (package-menu-mark-obsolete-for-deletion):
1794 Use tabulated-list-put-tag.
e91a96fe
CY
1795 (package--list-packages, package-menu-revert)
1796 (package-menu-get-package, package-menu-get-version)
1797 (package-menu-sort-by-column): Functions deleted.
1798 (package-menu-package-list, package-menu-sort-key): Vars deleted.
1799 (package-menu--status-predicate, package-menu--version-predicate)
1800 (package-menu--name-predicate)
1801 (package-menu--description-predicate): Handle arguments in the
1802 Tabulated List format.
1803 (package-list-packages-no-fetch): Call list-packages.
1804
3e214b50
JB
18052011-04-06 Juanma Barranquero <lekktu@gmail.com>
1806
1807 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 1808 (after-find-file): Don't bind it.
3e214b50
JB
1809 (revert-buffer-in-progress-p): New variable.
1810 (revert-buffer): Bind it.
1811 Pass nil for `after-find-file-from-revert-buffer'.
1812
1813 * saveplace.el (save-place-find-file-hook): Use new variable
1814 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
1815
3f0f1700
GM
18162011-04-06 Glenn Morris <rgm@gnu.org>
1817
c0274801
GM
1818 * Makefile.in (AUTOGEN_VCS): New variable.
1819 (autoloads): Use $AUTOGEN_VCS.
1820
3f0f1700
GM
1821 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
1822 * calendar/calendar.el (calendar-mode-map):
1823 Check for toolkit scroll bars. (Bug#8305)
1824
41ea9e48
CY
18252011-04-05 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * minibuffer.el (completion-in-region--postch)
1828 (completion-in-region-mode): Remove unnecessary messages.
1829
6194c800
JB
18302011-04-05 Juanma Barranquero <lekktu@gmail.com>
1831
33256f14
JB
1832 * font-lock.el (font-lock-refresh-defaults):
1833 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
1834 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
1835
6194c800
JB
1836 * info.el (Info-directory-list, Info-read-node-name-2)
1837 (Info-split-parameter-string): Doc fixes.
1838 (Info-virtual-nodes): Reflow docstring.
1839 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
1840 (Info-apropos-toc-nodes, info-finder, Info-get-token)
1841 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
1842 Fix typos in docstrings.
1843 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
1844 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
1845 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
1846 (Info-restore-desktop-buffer): Mark unused parameters.
1847 (Info-directory-find-file, Info-directory-find-node)
1848 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
1849 (Info-virtual-index-find-node, Info-apropos-find-file)
1850 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 1851 Mark unused parameters; fix typos in docstrings.
6194c800
JB
1852 (Info-virtual-index): Remove unused local variable `nodename'.
1853
b87a8200 18542011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 1855
b87a8200
DD
1856 * net/rcirc.el: Update my e-mail address.
1857 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 1858
3b2ff876
CY
18592011-04-05 Chong Yidong <cyd@stupidchicken.com>
1860
1861 * startup.el (command-line): Save the cursor's theme-face
1862 directly, instead of using face-override-spec.
1863
1864 * custom.el (load-theme): Minor optimization in assigning faces.
1865
8d17e7ca
JB
18662011-04-04 Juanma Barranquero <lekktu@gmail.com>
1867
1868 * help-fns.el (describe-variable): Complete all variables having
1869 documentation, including keywords.
1870 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
1871
2fbc1934
JB
18722011-04-04 Juanma Barranquero <lekktu@gmail.com>
1873
1874 Convert to lexical-binding.
1875
1876 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
1877 (bs--get-marked-string, bs--get-modified-string)
1878 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1879 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
1880 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
1881
1882 * ehelp.el (electric-help-execute-extended)
1883 (electric-help-ctrl-x-prefix):
1884 * hexl.el (hexl-revert-buffer-function):
1885 * linum.el (linum-after-change, linum-after-scroll):
1886 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
1887
1888 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
1889
74f50695
DU
18902011-04-04 Daiki Ueno <ueno@unixuser.org>
1891
1892 * epa-dired.el:
1893 * epa-mail.el:
1894 * epa-hook.el:
1895 * epa-file.el:
1896 * epa.el:
1897 * epg.el: Use lexical binding.
1898
c11325f7
CY
18992011-04-03 Chong Yidong <cyd@stupidchicken.com>
1900
0d9e9a12
CY
1901 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
1902
c11325f7 1903 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
1904 dictionary case for flyspell-mark-duplications-exceptions.
1905 Use regexp matching for languages.
c11325f7
CY
1906 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
1907 default dictionary (Bug#7926).
1908
da91b5f2
CY
19092011-04-02 Chong Yidong <cyd@stupidchicken.com>
1910
099c39a4
JB
1911 * emacs-lisp/package.el (package--with-work-buffer):
1912 Recognize https URLs.
da91b5f2 1913
099c39a4
JB
1914 * net/network-stream.el: Move from gnus/proto-stream.el.
1915 Change prefix to network-stream throughout.
da91b5f2
CY
1916 (open-protocol-stream): Merge into open-network-stream, leaving
1917 open-protocol-stream as an alias. Handle nil BUFFER args.
1918
1919 * subr.el (open-network-stream): Move to net/network-stream.el.
1920
afa8e9f6
GM
19212011-04-02 Glenn Morris <rgm@gnu.org>
1922
1d2e369d
GM
1923 * find-dired.el (find-exec-terminator): New option.
1924 (find-ls-option): Test for -ls support.
1925 (find-ls-subdir-switches): Test for -b in find-ls-option.
1926 (find-dired, find-grep-dired): Doc fixes.
1927 (find-dired): Use find-exec-terminator.
1928
8abb7da8 1929 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
1930 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
1931 (find-name-arg): Remove purecopy.
8abb7da8 1932
f3ca7378
GM
1933 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
1934 (grep-compute-defaults): Check for `-exec COMMAND +' support.
1935 Set grep-find-use-xargs, grep-find-command, and grep-find-template
1936 accordingly. Don't add the null-device if not needed.
1937
afa8e9f6
GM
1938 * files.el (save-some-buffers): Doc fix.
1939
35eae264
EZ
19402011-04-02 Eli Zaretskii <eliz@gnu.org>
1941
1942 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
1943
26b51db5
JB
19442011-04-01 Juanma Barranquero <lekktu@gmail.com>
1945
1946 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
1947 Use `dolist' rather than `mapcar'.
1948
7200d79c
SM
19492011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1950
03408648 1951 Add lexical binding.
7200d79c 1952
03408648
SM
1953 * subr.el (apply-partially): Use new closures rather than CL.
1954 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
1955 (dolist, dotimes): Use slightly different expansion for lexical code.
1956 (functionp): Move to C.
1957 (letrec): New macro.
1958 (with-wrapper-hook): Use it and apply-partially instead of CL.
1959 (eval-after-load): Preserve lexical-binding.
1960 (save-window-excursion, with-output-to-temp-buffer): Turn them
1961 into macros.
7200d79c 1962
03408648
SM
1963 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
1964
1965 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
1966 than the arglist.
1967 (help-add-fundoc-usage): Don't add `Not documented'.
1968 (help-function-arglist): Handle closures, subroutines, and new
1969 byte-code-functions.
1970 (help-make-usage): Remove leading underscores.
1971 (describe-function-1): Handle closures.
1972 (describe-variable): Use special-variable-p for completion.
1973
1974 * files.el (lexical-binding): Declare safe.
f488fb65 1975
03408648
SM
1976 * emacs-lisp/pcase.el: Don't use destructuring-bind.
1977 (pcase--memoize): Rename from pcase-memoize. Change weakness.
1978 (pcase): Add `let' pattern.
1979 Change memoization so it actually works.
1980 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
1981 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
1982 <let>: New case.
f488fb65 1983
03408648
SM
1984 * emacs-lisp/macroexp.el: Use lexical binding.
1985 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
1986 Don't convert ' to #' without checking that it's indeed quoting
1987 a lambda.
1988
1989 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 1990 Use eval-sexp-add-defvars.
03408648
SM
1991 (eval-sexp-add-defvars): New fun.
1992
1993 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
1994
1995 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
1996 Don't autoload.
1997 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
1998 than the internal `byte-compile-lambda'.
1999 (defmethod): Don't hide code under quotes.
2000 (eieio-defmethod): New `code' argument.
2001
2002 * emacs-lisp/eieio-comp.el: Remove.
2003
2004 * emacs-lisp/edebug.el (edebug-eval-defun)
2005 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
2006 (edebug-toggle): Avoid `eval'.
2007
2008 * emacs-lisp/disass.el (disassemble-internal): Handle new
2009 `closure' objects.
2010 (disassemble-1): Handle new byte codes.
2011
2012 * emacs-lisp/cl.el (pushnew): Silence warning.
2013
2014 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
2015 (cl-byte-compile-throw): Remove.
2016 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
2017
2018 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
2019 closures.
2020
2021 * emacs-lisp/cconv.el: New file.
2022
2023 * emacs-lisp/bytecomp.el: Use lexical binding instead of
2024 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
2025 (byte-compile-initial-macro-environment):
2026 Handle declare-function here.
2027 (byte-compile--lexical-environment): New var.
2028 (byte-stack-ref, byte-stack-set, byte-discardN)
2029 (byte-discardN-preserve-tos): New lap codes.
2030 (byte-interactive-p): Don't use any more.
2031 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
2032 New macros.
2033 (byte-compile-lapcode): Use them and handle new lap codes.
2034 (byte-compile-obsolete): Remove.
2035 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
2036 (byte-compile-arglist-warn): Check late def of inlinable funs.
2037 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
2038 since they should have been expanded by now.
2039 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
2040 (byte-compile-from-buffer): Remove unused second arg.
2041 (byte-compile-preprocess): New function.
2042 (byte-compile-toplevel-file-form): New function to distinguish
2043 file-form calls from outside from file-form calls from hunk-handlers.
2044 (byte-compile-file-form): Simplify.
2045 (byte-compile-file-form-defsubst): Remove.
2046 (byte-compile-file-form-defmumble): Simplify now that
2047 byte-compile-lambda always returns a byte-code-function.
2048 (byte-compile): Preprocess.
2049 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
2050 Remove, not used any more.
2051 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
2052 (byte-compile-make-args-desc): New funs.
2053 (byte-compile-lambda): Handle lexical functions. Always return
2054 a byte-code-function.
2055 (byte-compile-reserved-constants): New var, to make up room for
2056 closed-over variables.
2057 (byte-compile-constants-vector): Obey it.
2058 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
2059 (byte-compile-macroexpand-declare-function): New function.
2060 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
2061 byte-code-functions.
2062 (byte-compile-form): Check obsolescence here.
2063 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
2064 (byte-compile-variable-ref): Remove.
2065 (byte-compile-dynamic-variable-op): New fun.
2066 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
2067 (byte-compile-variable-set): New funs.
2068 (byte-compile-discard): Add 2 args.
2069 (byte-compile-stack-ref, byte-compile-stack-set)
2070 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
2071 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
2072 macroexpand-all instead.
2073 (byte-compile-quote-form): Remove.
2074 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
2075 (byte-compile-bind, byte-compile-unbind): New funs.
2076 (byte-compile-let): Handle let* and lexical binding.
2077 (byte-compile-let*): Remove.
2078 (byte-compile-catch, byte-compile-unwind-protect)
2079 (byte-compile-track-mouse, byte-compile-condition-case):
2080 Handle a new :fun-body form, used for lexical scoping.
2081 (byte-compile-save-window-excursion)
2082 (byte-compile-with-output-to-temp-buffer): Remove.
2083 (byte-compile-defun): Simplify.
2084 (byte-compile-stack-adjustment): New fun.
2085 (byte-compile-out): Use it.
2086 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
2087
2088 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
2089 handler any more.
2090
2091 * emacs-lisp/byte-opt.el: Use lexical binding.
2092 (byte-inline-lapcode): Remove (to bytecomp).
2093 (byte-compile-inline-expand): Pay attention to inlining to/from
2094 lexically bound code.
2095 (byte-compile-unfold-lambda): Don't handle byte-code-functions
2096 any more.
2097 (byte-optimize-form-code-walker): Don't handle save-window-excursion
2098 any more and don't call compiler-macros.
2099 (byte-compile-splice-in-already-compiled-code): Remove.
2100 (byte-code): Don't inline any more.
2101 (disassemble-offset): Receive `bytes' as argument rather than via
2102 dynamic scoping.
2103 (byte-compile-tag-number): Declare before first use.
2104 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
2105 `return' even if make-spliceable.
2106 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
2107 obsolete interactive-p.
2108 (byte-optimize-lapcode): Optimize new lap-codes.
2109 Don't trip up on new form of `byte-constant' lap code.
2110
2111 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
2112
2113 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
2114
2115 * custom.el (custom-initialize-default, custom-declare-variable):
2116 Use `defvar'.
2117
2118 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
2119 New variables.
2120 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
2121 (COMPILE_FIRST): Add macroexp and cconv.
2122 * makefile.w32-in: Mirror changes in Makefile.in.
2123
2124 * vc/cvs-status.el:
2125 * vc/diff-mode.el:
2126 * vc/log-edit.el:
2127 * vc/log-view.el:
2128 * vc/smerge-mode.el:
2129 * textmodes/bibtex-style.el:
2130 * textmodes/css.el:
2131 * startup.el:
2132 * uniquify.el:
da91b5f2
CY
2133 * minibuffer.el:
2134 * newcomment.el:
2135 * reveal.el:
2136 * server.el:
2137 * mpc.el:
2138 * emacs-lisp/smie.el:
2139 * doc-view.el:
2140 * dired.el:
03408648
SM
2141 * abbrev.el: Use lexical binding.
2142
0f0c1f27
EZ
21432011-04-01 Eli Zaretskii <eliz@gnu.org>
2144
2145 * info.el (info-display-manual): New function.
2146
c82b2579
SM
21472011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2148
2149 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
2150
221ddf68
TH
21512011-03-31 Tassilo Horn <tassilo@member.fsf.org>
2152
2153 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 2154 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 2155
cba6e77e
GM
21562011-03-31 Glenn Morris <rgm@gnu.org>
2157
e040639f
GM
2158 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
2159
cba6e77e
GM
2160 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
2161
6d0f1c9e
CS
21622011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
2163
2164 * progmodes/python.el (python-default-interpreter)
2165 (python-python-command-args, python-jython-command-args)
2166 (python-which-shell, python-which-args, python-which-bufname)
2167 (python-file-queue, python-comint-output-filter-function)
2168 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
2169 variables and functions.
2170
3e2d70fd
SM
21712011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2172
2173 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
2174 (completion-in-region-mode): New minor mode.
2175 (completion-in-region): Use it.
2176 (completion-in-region--data, completion-in-region-mode-map): New vars.
2177 (completion-in-region--postch): New function.
2178 (completion--capf-misbehave-funs, completion--capf-safe-funs):
2179 New vars.
2180 (completion--capf-wrapper): New function.
2181 (completion-at-point): Use it to track well-behavedness of
2182 hook functions.
2183 (completion-help-at-point): New command.
2184
f3e4086c
JM
21852011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
2186
2187 * vc/add-log.el (add-change-log-entry): Don't use whitespace
2188 syntax class to search for whitespace on a single line
2189 (Message-ID: <4D938140.4030905@redhat.com>).
2190
eb7ffc14
LL
21912011-03-30 Leo Liu <sdl.web@gmail.com>
2192
2193 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
2194 New commands.
2195 (edit-abbrevs-map): Bind them here.
2196 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
2197
d806ab68
KM
21982011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
2199
2200 * allout.el (allout-hide-by-annotation, allout-flag-region):
2201 Reduce possibility of overlay leakage by making them volatile.
2202
2203 * allout-widgets.el (allout-widgets-tally): Define as nil so the
2204 hash is not shared between buffers. Mode initialization is
2205 responsible for giving it a useful starting value.
2206 (allout-item-span): Reduce possibility of overlay leakage by
2207 making them volatile.
2208 (allout-widgets-count-buttons-in-region): Add diagnostic function
2209 for tracking down button overlay leaks.
2210
ea622834
LL
22112011-03-29 Leo Liu <sdl.web@gmail.com>
2212
2213 * ido.el (ido-read-internal): Use the default history var
2214 minibuffer-history if no HISTORY is specified.
2215
b62f8267
G
22162011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
2217
03408648
SM
2218 * net/imap.el (imap-shell-open, imap-process-connection-type):
2219 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
2220 Kerberos, SSL, other subprocesses.
2221
947b6566
LL
22222011-03-28 Leo Liu <sdl.web@gmail.com>
2223
2224 * abbrev.el (abbrev-table-empty-p): New function.
2225 (prepare-abbrev-list-buffer): Place empty abbrev tables after
2226 nonempty ones. (Bug#5937)
2227
5ffb62aa
JD
22282011-03-27 Jan Djärv <jan.h.d@swipnet.se>
2229
2230 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
2231
7a097943
LL
22322011-03-27 Leo Liu <sdl.web@gmail.com>
2233
2234 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
2235 for foreground and background colors.
2236 (ansi-color-make-color-map): Adapt.
2237
c5b40130
LL
22382011-03-25 Leo Liu <sdl.web@gmail.com>
2239
1f48f7d2
LL
2240 * midnight.el (midnight-time-float): Remove. Note it calculates
2241 the microsecond component incorrectly and seconds-to-time does the
2242 same job.
625897ec 2243 Remove redundant (require 'timer).
1f48f7d2 2244
c5b40130
LL
2245 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
2246 (ido-completions): Remove unused arguments. (Bug#8329)
2247
d86d2721
SM
22482011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2249
2250 * minibuffer.el (completion--flush-all-sorted-completions):
2251 Remove itself from hook.
2252 (completion-at-point): Let the functions perform the completion
2253 immediately and return nil or t.
2254 * comint.el (comint-dynamic-complete-functions): Now identical to
2255 completion-at-point-functions.
2256 (comint-dynamic-list-input-ring): Remove unused var `index'.
2257 (comint--match-partial-filename, comint--unquote&expand-filename):
2258 New funs, split from comint-match-partial-filename.
2259 (comint-dynamic-complete): Use completion-at-point.
2260 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
2261
e8974c48
DA
22622011-03-24 Drew Adams <drew.adams@oracle.com>
2263
2264 * thingatpt.el: Support `defun'.
2265
def71b5e
LL
22662011-03-23 Leo Liu <sdl.web@gmail.com>
2267
cb5af48e
LL
2268 * abbrevlist.el: Move to obsolete/abbrevlist.el.
2269
def71b5e
LL
2270 * help-mode.el (help-mode-finish): Tweak regexp.
2271
927c53e7
GM
22722011-03-23 Glenn Morris <rgm@gnu.org>
2273
18d05bed
GM
2274 * eshell/esh-opt.el (eshell-eval-using-options):
2275 Do not bind unused local variable `eshell-option-stub'.
2276
927c53e7
GM
2277 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
2278
9d0da923
JB
22792011-03-22 Juanma Barranquero <lekktu@gmail.com>
2280
2281 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
2282 keymap variable in `with-no-warnings' to avoid a warning when the
2283 keymap has been already `defconst'ed.
2284
4b978a67
LL
22852011-03-22 Leo Liu <sdl.web@gmail.com>
2286
2287 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
2288 encode all chars in abbrevs; otherwise use emacs-mule or
2289 utf-8-emacs. (Bug#8308)
2290
5fd62452
JB
22912011-03-22 Juanma Barranquero <lekktu@gmail.com>
2292
0b1596c6
JB
2293 * simple.el (backward-delete-char-untabify):
2294 Avoid warning about using `delete-backward-char'.
2295
5fd62452
JB
2296 * image.el (image-type-file-name-regexps): Make it variable.
2297 `imagemagick-register-types' modifies it, and the user may want
2298 to add new extensions for known image types.
2299 (imagemagick-register-types): Throw error if not using ImageMagick.
2300
0b4e93f1
LL
23012011-03-22 Leo Liu <sdl.web@gmail.com>
2302
2303 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
2304 located before rcirc-prompt-end-marker.
2305 (rcirc-complete): Error if point is not after rcirc prompt.
2306 Handle the case when table is nil.
9882e214 2307 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 2308
fccee4ab
CY
23092011-03-22 Chong Yidong <cyd@stupidchicken.com>
2310
2311 * custom.el (custom--inhibit-theme-enable): Make it affect only
2312 custom-theme-set-variables and custom-theme-set-faces.
2313 (provide-theme): Ignore custom--inhibit-theme-enable.
2314 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
2315 (custom-enabling-themes): Delete variable.
d86d2721
SM
2316 (enable-theme): Accept only loaded themes as arguments.
2317 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
2318 (custom-enabled-themes): Forbid themes from setting this.
2319 Eliminate use of custom-enabling-themes.
2320 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 2321
af896da6
LL
23222011-03-21 Leo Liu <sdl.web@gmail.com>
2323
2324 * ido.el (ido-read-internal): Add ido-selected to history instead
2325 of user input.
2326
78f64af0
SM
23272011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * subr.el (deferred-action-list, deferred-action-function):
2330 Mark obsolete.
2331
b16ac1ec
LL
23322011-03-21 Leo Liu <sdl.web@gmail.com>
2333
810f7698
LL
2334 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
2335 change on 2011-02-13 (bug#8309).
2336
b16ac1ec
LL
2337 * minibuffer.el (read-file-name-function): Change default value.
2338 (read-file-name--defaults): Rename from read-file-name-defaults.
2339 (read-file-name-default): Rename from read-file-name.
2340 (read-file-name): Call read-file-name-function.
2341
4e05e67e
GM
23422011-03-21 Glenn Morris <rgm@gnu.org>
2343
2344 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
2345 Doc fixes.
2346
4359915b
CY
23472011-03-21 Chong Yidong <cyd@stupidchicken.com>
2348
2349 * cus-theme.el: Add missing provide statement.
2350 (customize-create-theme): Extract theme value correctly.
2351 (custom-theme-visit-theme): Autoload.
2352 (customize-create-theme): Prompt before inserting default faces.
2353
1fe275ee
JB
23542011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
2355
2356 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
2357 units and musical notes.
2358
3ec03f7e
LL
23592011-03-20 Leo <sdl.web@gmail.com>
2360
2361 * ido.el (ido-read-internal): Use completing-read-default.
2362 (ido-completing-read): Fix compatibility with completing-read.
2363
7d476bde
CO
23642011-03-20 Christian Ohler <ohler@gnu.org>
2365
2366 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
2367 (ert-delete-all-tests): Use `called-interactively-p' rather than
2368 `interactive-p'.
2369 (ert--make-xrefs-region): Respect END.
2370
fe0fb33e
CY
23712011-03-19 Chong Yidong <cyd@stupidchicken.com>
2372
ff854b0b
CY
2373 * dired-aux.el (dired-create-directory): Signal an error if the
2374 directory already exists (Bug#8246).
2375
fe0fb33e
CY
2376 * facemenu.el (list-colors-display): Call list-faces-display
2377 inside with-help-window.
2378 (list-colors-print): Use display property to align the final
2379 column, instead of checking window-width.
2380
576bce32
EZ
23812011-03-19 Eli Zaretskii <eliz@gnu.org>
2382
2383 * emerge.el (emerge-metachars): Separate value for ms-dos and
2384 windows-nt systems.
2385 (emerge-protect-metachars): Quote correctly for ms-dos and
2386 windows-nt systems.
2387
89c41d68 23882011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
2389
2390 * info.el (info-initialize): Replace all uses of `:' with
2391 path-separator for compatibility with non-Unix systems.
2392 Cache quoting of path-separator. (Bug#8258)
2393
b14e3e21 23942011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
2395
2396 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
2397 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
2398 (mouse-avoidance-mode): Fix typos in docstrings.
2399
4525ce3e
CY
24002011-03-19 Chong Yidong <cyd@stupidchicken.com>
2401
2402 * startup.el (package-subdirectory-regexp): Move from package.el.
2403 Omit \\` and \\', and let callers add them.
2404
2405 * emacs-lisp/package.el (package-strip-version)
2406 (package-load-all-descriptors): Add \\` and \\' to
2407 package-subdirectory-regexp before using it.
2408 (package-untar-buffer): New arg DIR; ensure that file untars only
2409 into this expected directory. Remove superfluous delete-region.
2410 (package-unpack): Caller changed.
2411 (package-tar-file-info): Use package-subdirectory-regexp.
2412
a904a09a 24132011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 2414
a904a09a
SM
2415 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
2416 diff-mode-shared-map (bug#8284).
2417 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
2418
24192011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2420
2421 * calendar/time-date.el (format-seconds): Use assoc instead of
2422 assoc-string, since assoc-string doesn't exist in XEmacs.
2423
171fc304
JB
24242011-03-17 Juanma Barranquero <lekktu@gmail.com>
2425
2426 * custom.el (custom-known-themes): Reflow docstring.
2427 (custom-theme-load-path): Fix typo in docstring.
2428 (load-theme): Fix typo in error message.
2429 (custom-available-themes, custom-variable-theme-value):
2430 Use `let', not `let*'.
2431
d71990a1
JB
24322011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2433
2434 * calc/README: Mention inclusion of musical notes.
2435
2436 * calc/calc-units.el (calc-lu-quant): Rename from
2437 `calc-logunits-quantity'.
2438 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
2439 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
2440 (calc-db): Rename from `calc-dblevel'.
2441 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
2442 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
2443 (calc-np): Rename from `calc-nplevel'.
2444 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
2445 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
2446 (calc-lu-plus): Rename from `calc-logunits-add'.
2447 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
2448 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
2449 (calc-lu-minus): Rename from `calc-logunits-sub'.
2450 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
2451 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
2452 (calc-lu-times): Rename from `calc-logunits-mul'.
2453 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
2454 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
2455 (calc-lu-divide): Rename from `calc-logunits-div'.
2456 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
2457 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
2458
2459 * calc/calc-ext.el (calc-init-extensions): Update the names of the
2460 functions being autoloaded.
2461
2462 * calc/calc.el (calc-lu-power-reference): Rename from
2463 `calc-logunits-power-reference'.
2464 (calc-lu-field-reference): Rename from
2465 `calc-logunits-field-reference'.
2466
2467 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
2468
40c2934b
SM
24692011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * minibuffer.el (completion-all-sorted-completions):
2472 Use :completion-cycle-penalty text property if present.
2473
b0911414
KM
24742011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
2475
2476 * allout.el (allout-yank-processing): Adjust for new rebulleting
2477 regime so bullet being yanked is used without prompting the user
2478 for a choice.
2479
8a05b668
JB
24802011-03-16 Juanma Barranquero <lekktu@gmail.com>
2481
2482 * startup.el (command-line): Warn the user that _emacs is deprecated.
2483
5ba5fb81
JB
24842011-03-16 Juanma Barranquero <lekktu@gmail.com>
2485
2486 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
2487 (delphi-verbose, delphi-comment-face, delphi-string-face)
2488 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
2489 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
2490 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
2491 (delphi-new-comment-line, delphi-font-lock-defaults)
2492 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
2493 Fix typos in docstrings.
2494
2dab465b
KM
24952011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
2496
5ba5fb81 2497 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
2498 Invert the roles of character and string values for INSTEAD, so a
2499 string is used for the more common case of a defaulting prompt.
2500
0adf5618
SM
25012011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * progmodes/ruby-mode.el (ruby-backward-sexp):
2504 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
2505 * play/gamegrid.el (gamegrid-make-face):
2506 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
2507 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
2508 * notifications.el (notifications-notify):
2509 * net/xesam.el (xesam-search-engines):
2510 * net/quickurl.el (quickurl-list-insert):
2511 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
2512
d72700e5
CY
25132011-03-15 Chong Yidong <cyd@stupidchicken.com>
2514
2515 * startup.el (command-line): Update package subdirectory regexp.
2516
49c5410a
SM
25172011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2518
c6eee9aa
SM
2519 * allout.el (allout-abbreviate-flattened-numbering)
2520 (allout-mode-deactivate-hook): Fix up obsolescence "date".
2521
49c5410a
SM
2522 * subr.el (read-char-choice): Only show the cursor after the prompt,
2523 not after the answer.
2524
047b2bb9
KR
25252011-03-15 Kevin Ryde <user42@zip.com.au>
2526
2527 * help-fns.el (variable-at-point): Skip leading quotes, if any
2528 (bug#8253).
2529
0a57d256
SM
25302011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
2533 warning message.
2534
77c992bc
MA
25352011-03-14 Michael Albinus <michael.albinus@gmx.de>
2536
2537 * shell.el (shell): When called interactively, offer to change the
2538 shell file name on remote hosts.
2539
eebc475d
TZ
25402011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
2541
2542 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
2543 integration for LDAP parameters. The host, base, user or binddn,
2544 and secret tokens can be specified in a netrc file, for instance.
2545 This is optional because an `auth-source' parameter must be
2546 specified in the search attributes.
2547
9d05d1ba
JB
25482011-03-13 Juanma Barranquero <lekktu@gmail.com>
2549
2550 * help.el (describe-mode): Link to the mode's definition (bug#8185).
2551
09d9db2c
GM
25522011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
2555 into declaration. Remove redundant and harmful binding.
2556
25572011-03-12 Eli Zaretskii <eliz@gnu.org>
2558
2559 * files.el (file-ownership-preserved-p): Pass `integer' as an
2560 explicit 2nd argument to `file-attributes'. If the file's owner
2561 is the Administrators group on Windows, and the current user is
2562 Administrator, consider that a match.
2563
2564 * server.el (server-ensure-safe-dir): Consider server directory
2565 safe on MS-Windows if its owner is the Administrators group while
2566 the current Emacs user is Administrator. Use `=' to compare
2567 numerical UIDs, since they could be integers or floats.
2568
219bd536
JB
25692011-03-12 Juanma Barranquero <lekktu@gmail.com>
2570
2571 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
2572
f3afd36b
MA
25732011-03-12 Michael Albinus <michael.albinus@gmx.de>
2574
2575 Sync with Tramp 2.2.1.
2576
2577 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
2578
2579 * net/trampver.el: Update release number.
2580
3aaaa6f1
SM
25812011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2582
94642599
SM
2583 * progmodes/compile.el (compilation--previous-directory): Fix up
2584 various nil/dead-marker mismatches (bug#8014).
2585 (compilation-directory-properties, compilation-error-properties):
2586 Don't call it at a position past the one we're about to change.
2587
3aaaa6f1
SM
2588 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
2589 Disable obsolescence warnings in the file that declares it.
2590
14239447
KM
25912011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
2592
099c39a4
JB
2593 * allout-widgets.el (allout-widgets-tally):
2594 Initialize allout-widgets-tally as a hash table rather than nil to
2595 prevent mode-line redisplay warnings. Also, clarify the module
2596 description and fix a comment typo.
14239447 2597
135e287c
JB
25982011-03-11 Juanma Barranquero <lekktu@gmail.com>
2599
2600 * help-fns.el (describe-variable): Don't complete keywords.
2601 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
2602
ffbf300e
CY
26032011-03-10 Chong Yidong <cyd@stupidchicken.com>
2604
ba08b241
CY
2605 * emacs-lisp/package.el (package-version-join): Impose a standard
2606 string representation for pre/alpha/beta version lists.
2607 (package-unpack-single): Standardize the directory name by passing
2608 it through package-version-join.
2609 (package-strip-rcs-id): Accept any version string that does not
2610 signal an error in version-to-list.
ffbf300e 2611
f346fd6b
MA
26122011-03-10 Michael Albinus <michael.albinus@gmx.de>
2613
2614 * simple.el (delete-trailing-whitespace): Return nil for the
2615 benefit of `write-file-functions'.
2616
ccb55d27
GM
26172011-03-10 Glenn Morris <rgm@gnu.org>
2618
5ceaac0c
GM
2619 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
2620
02da65ff
GM
2621 * vc/vc-git.el (vc-git-program): New option.
2622 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
2623 (vc-git--call): Use it.
2624
b2f603cc
GM
2625 * eshell/esh-util.el (eshell-condition-case): Doc fix.
2626
5772caab
GM
2627 * cus-edit.el (Custom-newline): If no button at point, look
2628 for a subgroup button at start-of-line. (Bug#2298)
2629
ccb55d27
GM
2630 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
2631
ec6ecaed
JD
26322011-03-10 Julien Danjou <julien@danjou.info>
2633
2634 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
2635 `cursor-type' is nil.
2636
9d5aa01d
JB
26372011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
2638
2639 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
2640
b6a5875b
KM
26412011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
2642
2643 * allout.el Summary: Change so yank of distinctive-bullet items
2644 preserves the existing header prefix, rebulleting it if necessary,
2645 rather than replacing it. This is necessary for proper operation
2646 of cooperative addons like allout-widgets.
219bd536 2647 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
2648 SOLICIT arg to INSTEAD, and interpret additionally a string value
2649 as alternate bullet to be used, instead of prompting the user for
2650 a bullet character.
2651
ee545c35
MA
26522011-03-09 Michael Albinus <michael.albinus@gmx.de>
2653
d86d2721
SM
2654 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2655 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
2656 `tramp-default-port'.
2657
c47971d7
DD
26582011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2659
2660 * net/rcirc.el (rcirc-handler-001): Remove useless
2661 with-rcirc-process-buffer.
2662 (rcirc-check-auth-status): Swap arguments to string-match.
2663
13522cb4
GM
26642011-03-09 Glenn Morris <rgm@gnu.org>
2665
0be6f4f1
GM
2666 * shell.el (shell-mode):
2667 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
2668
13522cb4
GM
2669 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
2670 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
2671
515de2e3
CY
26722011-03-08 Chong Yidong <cyd@stupidchicken.com>
2673
2674 * emacs-lisp/package.el (package-refresh-contents)
2675 (package-menu-execute): Use condition-case-no-debug.
2676
b511b994
MA
26772011-03-08 Michael Albinus <michael.albinus@gmx.de>
2678
2679 * simple.el (shell-command-to-string): Use `process-file'.
2680
2681 * emacs-lisp/package.el (package-tar-file-info): Handle also
2682 remote files.
2683
d86d2721
SM
2684 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2685 Use `equal' for upload base check.
b511b994 2686
25bbfb31
AM
26872011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
2688
2689 * textmodes/texinfo.el (texinfo-environments):
2690 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
2691
be996521
GM
26922011-03-08 Glenn Morris <rgm@gnu.org>
2693
e9c8529f
GM
2694 * cus-start.el (cursor-in-non-selected-windows):
2695 Fix :set quoting oddness. (Bug#8192)
2696
be996521
GM
2697 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
2698 in some setf expressions. (Bug#2159)
2699
2bb5649e
CY
27002011-03-08 Chong Yidong <cyd@stupidchicken.com>
2701
2702 * custom.el (custom-available-themes): Return themes in
2703 alphabetical order.
2704
33383987 2705See ChangeLog.15 for earlier changes.
e3d51b27
MR
2706
2707;; Local Variables:
2708;; coding: utf-8
e3d51b27
MR
2709;; End:
2710
33383987 2711 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
2712
2713 This file is part of GNU Emacs.
2714
2715 GNU Emacs is free software: you can redistribute it and/or modify
2716 it under the terms of the GNU General Public License as published by
2717 the Free Software Foundation, either version 3 of the License, or
2718 (at your option) any later version.
2719
2720 GNU Emacs is distributed in the hope that it will be useful,
2721 but WITHOUT ANY WARRANTY; without even the implied warranty of
2722 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2723 GNU General Public License for more details.
2724
2725 You should have received a copy of the GNU General Public License
2726 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.