appt.el mainly doc fixes.
[emacs.git] / lisp / ChangeLog
blob94ea5f98e9cc5c87b6ba5deec6dc4886593d1202
1 2011-05-17  Glenn Morris  <rgm@gnu.org>
3         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
4         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
5         (appt-check): Doc fixes.
6         (appt-disp-window-function, appt-delete-window-function):
7         Remove needless special case in custom :type.
8         (appt-display-count): Default to 0, not nil.
9         (appt-check): Reset appt-display-count to 0, not nil.
11 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
13         * progmodes/python.el (python-font-lock-keywords):
14         Add the Python 3.X keyword "nonlocal" (bug#8639).
16 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
20 2011-05-16  Kevin Ryde  <user42@zip.com.au>
22         * info-look.el (makefile-automake-mode): New setups, looking in
23         automake manual, then makefile-mode.
24         (makefile-mode): Remove automake manual, have it just in
25         makefile-automake-mode since there's various things different or
26         not relevant to plain make.
27         (makefile-mode): Remove "other-modes" non-existent automake-mode,
28         believe a hypothetical automake-mode would go to makefile-mode,
29         not the other way around.
31 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
33         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
34         hunk-end tags (Bug#8672).
36         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
37         vc-annotate-show-diff-revision-at-line (Bug#8671).
39 2011-05-14  Glenn Morris  <rgm@gnu.org>
41         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
42         in the middle of an existing one with multiple authors.  (Bug#8645)
43         (change-log-font-lock-keywords): Also handle multiple author lines
44         with leading tabs.  (Bug#8644)
46         * calendar/appt.el (appt-check): Rename some local variables.
47         Some simplification/reordering.
49         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
50         (feedmail-sendmail-f-doesnt-sell-me-out)
51         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
52         (feedmail-debug-sit-for, feedmail-queue-express-hook)
53         (feedmail-queue-runner-message-sender): Set :version.
54         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
55         (bbdb-dwim-net-address, vm-mail): Declare.
56         (feedmail-binmail-gnulinuxish-template):
57         Rename from feedmail-binmail-linuxish-template.
58         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
59         Use insert-buffer-substring.
61 2011-05-14  Bill Carpenter  <bill@carpenter.org>
63         * mail/feedmail.el (feedmail-patch-level): Increase.
64         (feedmail-debug): New custom group.
65         (feedmail-confirm-outgoing-timeout)
66         (feedmail-sendmail-f-doesnt-sell-me-out)
67         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
68         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
69         (feedmail-sender-line, feedmail-from-line)
70         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
71         (feedmail-spray-this-address, )
72         (feedmail-spray-address-fiddle-plex-list)
73         (feedmail-queue-use-send-time-for-date)
74         (feedmail-queue-use-send-time-for-message-id)
75         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
76         (feedmail-buffer-eating-function):
77         Doc fixes.
78         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
79         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
80         (feedmail-message-action-scroll-down): New functions.
81         (feedmail-queue-directory, feedmail-queue-draft-directory):
82         Use expand-file-name.
83         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
84         Remove C-v help entry.
85         (feedmail-queue-buffer-file-name): New variable.
86         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
87         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
88         (feedmail-message-action-send-strong, feedmail-message-action-edit)
89         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
90         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
91         (feedmail-message-action-toggle-spray)
92         (feedmail-run-the-queue-no-prompts)
93         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
94         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
95         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
96         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
97         (feedmail-envelope-deducer, feedmail-fiddle-from)
98         (feedmail-fiddle-sender, feedmail-default-date-generator)
99         (feedmail-fiddle-date, feedmail-fiddle-message-id)
100         (feedmail-fiddle-spray-address)
101         (feedmail-fiddle-list-of-spray-fiddle-plexes)
102         (feedmail-fiddle-list-of-fiddle-plexes)
103         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
104         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
105         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
106         Change default.  Doc fix.
107         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
108         (feedmail-binmail-linuxish-template): New constant.
109         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
110         Respect feedmail-sendmail-f-doesnt-sell-me-out.
111         (feedmail-send-it): Add debug call.
112         Use feedmail-queue-buffer-file-name, and
113         feedmail-send-it-immediately-wrapper.
114         (feedmail-message-action-send): Add debug call.
115         Use feedmail-send-it-immediately-wrapper.
116         (feedmail-queue-express-to-queue): Add debug call.
117         Run feedmail-queue-express-hook.
118         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
119         (feedmail-message-action-help-blat):
120         Rename from feedmail-queue-send-edit-prompt-help-first.
121         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
122         Check line-endings.  Handle errors better.
123         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
124         Doc fix.  Add debug call.
125         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
126         Use feedmail-queue-send-edit-prompt-inner.
127         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
128         (feedmail-queue-send-edit-prompt-inner): New function, extracted
129         from feedmail-queue-send-edit-prompt.
130         (feedmail-queue-send-edit-prompt-help)
131         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
132         (feedmail-tidy-up-slug): Add debug call.
133         Respect feedmail-queue-slug-suspect-regexp.
134         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
135         (feedmail-dump-message-to-queue): Add debug call.
136         Expand queue-directory.
137         (feedmail-dump-message-to-queue): Change message slightly.
138         Use feedmail-say-chatter.
139         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
140         (feedmail-send-it-immediately-wrapper): New function.
141         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
142         Insert empty string rather than newline.  Handle full-frame case.
143         Use catch/throw.  Use feedmail-say-chatter.
144         (feedmail-fiddle-from): Try mail-host-address.
145         (feedmail-default-message-id-generator): Doc fix.
146         Bind system-time-locale.  Handle missing end.
147         (feedmail-fiddle-x-mailer): Add debug call.
148         Handle feedmail-x-mailer-line being nil.
149         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
150         Add debug call.  Use buffer-substring-no-properties.
151         (feedmail-say-debug, feedmail-say-chatter): New functions.
152         (feedmail-find-eoh): Give an explicit error.
154 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
156         * net/newst-treeview.el (newsticker-treeview-face): Changed default
157         family from helvetica to sans.
158         (newsticker-treeview-tool-bar-map): Moved tool-bar icons to
159         etc/images/newsticker.
161         * net/newst-reader.el (newsticker-feed-face): Changed default
162         family from helvetica to sans.
164         * net/newst-plainview.el (newsticker-new-item-face)
165         (newsticker-old-item-face, newsticker-immortal-item-face)
166         (newsticker-obsolete-item-face, newsticker-date-face)
167         (newsticker-statistics-face): Changed default family from
168         helvetica to sans.
169         (newsticker--plainview-tool-bar-map): Moved tool-bar icons to
170         etc/images/newsticker.
172         * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
173         (newsticker--process-auto-mark-filter-match): : Tell user about
174         auto-marking.
176 2011-05-13  Didier Verna  <didier@xemacs.org>
178         Common Lisp indentation improvements on defmethod and lambda-lists.
179         * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
180         (lisp-lambda-list-keyword-parameter-indentation)
181         (lisp-lambda-list-keyword-parameter-alignment)
182         (lisp-lambda-list-keyword-alignment): New customizable user options.
183         (lisp-indent-defun-method): Improve docstring.
184         (extended-loop-p): Fix comment.
185         (lisp-indent-lambda-list-keywords-regexp): New variable.
186         (lisp-indent-lambda-list): New function.
187         (lisp-indent-259): Use it.
188         (lisp-indent-defmethod): Support for more than one
189         method qualifier and properly indent methods lambda-lists.
190         (defgeneric): Provide a missing common-lisp-indent-function property.
192 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
195         bounds for the empty string (bug#8667).
197 2011-05-13  Glenn Morris  <rgm@gnu.org>
199         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
201         * mail/sendmail.el (sendmail-program): Try executable-find first.
202         (sendmail-send-it): `sendmail-program' cannot be unbound.
204         * calendar/appt.el (appt-make-list): Simplify.
205         (appt-time-msg-list): Doc fix.
206         (appt-check): Change mode-line message at the time of the appointment.
208 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
210         * progmodes/ld-script.el (ld-script-keywords)
211         (ld-script-builtins): Update keywords list.
213 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
215         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
217         * shell.el (shell-completion-vars): New function.
218         (shell-mode):
219         * simple.el (read-shell-command): Use it.
220         (blink-matching-open): No need for " [...]" in minibuffer-message.
222 2011-05-12  Glenn Morris  <rgm@gnu.org>
224         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
225         (appt-check): Simplify.
227 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
229         * smerge-mode.el (smerge-resolve): Use null-device rather than a
230         literal "/dev/null".
232 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
234         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
235         Fix typo.
237 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
239         * progmodes/which-func.el (which-function):
240         Use add-log-current-defun instead of add-log-current-defun-function,
241         which might not be defined (Bug#8260).
243 2011-05-12  Glenn Morris  <rgm@gnu.org>
245         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
246         Let byte-compile-initial-macro-environment always take precedence.
248 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
250         * net/rcirc.el: Add support for SSL/TLS connections.
251         (rcirc-server-alist): New field `encryption'.
252         (rcirc): Check `encryption' settings.
253         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
254         Merge make-local-variable into `set'.
255         (rcirc--connection-open-p): New function.
256         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
257         the process is not a network process (e.g. running gnutls-cli).
258         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
259         Make rcirc-(en|de)code-coding-system local here.
260         (rcirc-mode): Merge make-local-variable into `set'.
261         (rcirc-parent-buffer): Make permanent buffer-local.
262         (rcirc-multiline-minor-mode): Don't do it here.
263         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
264         there's no server buffer.
266 2011-05-11  Glenn Morris  <rgm@gnu.org>
268         * newcomment.el (comment-kill): Prefix "unused" local.
270         * term/w32console.el (get-screen-color): Declare.
272         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
273         Handle symbol elements of byte-compile-initial-macro-environment.
275 2011-05-10  Leo Liu  <sdl.web@gmail.com>
277         * bookmark.el (bookmark-bmenu-mode-map):
278         Bind bookmark-bmenu-search to `/'.
280         * mail/footnote.el: Convert to utf-8 encoding.
281         (footnote-unicode-string, footnote-unicode-regexp): New variable.
282         (Footnote-unicode): New function.
283         (footnote-style-alist): Add unicode style to the list.
284         (footnote-style): Doc fix.
286 2011-05-10  Jim Meyering  <meyering@redhat.com>
288         Fix doubled-word typos.
289         * international/quail.el (quail-insert-kbd-layout): and and -> and
290         * kermit.el: and and -> and
291         * net/ldap.el (ldap-search-internal): to to -> to
292         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
293         * progmodes/js.el (js-mode): and and -> and
294         * textmodes/artist.el (artist-move-to-xy): at at -> at
295         (artist-draw-region-trim-line-endings): if if -> if
296         And Safetyc -> Safety.
297         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
299 2011-05-10  Glenn Morris  <rgm@gnu.org>
300            Stefan Monnier  <monnier@iro.umontreal.ca>
302         * files.el (hack-one-local-variable-eval-safep):
303         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
305 2011-05-10  Glenn Morris  <rgm@gnu.org>
307         * calendar/diary-lib.el (diary-list-entries-hook)
308         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
309         (diary-nongregorian-marking-hook, diary-list-entries)
310         (diary-include-other-diary-files, diary-mark-entries)
311         (diary-mark-included-diary-files): Doc fixes.
313 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
315         * misc.el: Require tabulated-list.el during compilation.
317 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
319         * progmodes/compile.el (compilation-start):
320         Run compilation-filter-hook for the async case too.
321         (compilation-filter-hook): Doc fix.
323 2011-05-09  Deniz Dogan  <deniz@dogan.se>
325         * wdired.el: Remove outdated installation comment.  Fix usage
326         comment.
328 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
330         * misc.el: Implement new command `list-dynamic-libraries'.
331         (list-dynamic-libraries--loaded-only-p): New variable.
332         (list-dynamic-libraries--refresh): New function.
333         (list-dynamic-libraries): New command.
335 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
337         * progmodes/compile.el (compilation-error-regexp-alist-alist):
338         Fix the ant regexp to handle end-line and end-column info from jikes.
339         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
340         higher priority to avoid clobbering by gnu.
342 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
344         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
345         if the face has existing theme settings (Bug#8454).
347 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
349         * progmodes/perl-mode.el (perl-imenu-generic-expression):
350         Only match variables declared via `my' or `our' (Bug#8261).
352         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
353         special file names `.' and `..' (Bug#8259).
355 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
357         * progmodes/grep.el (grep-mode-font-lock-keywords):
358         Remove buffer-changing entries.
359         (grep-filter): New function.
360         (grep-mode): Add it to compilation-filter-hook.
362         * progmodes/compile.el (compilation-filter-hook)
363         (compilation-filter-start): New defvars.
364         (compilation-filter): Call compilation-filter-hook prior to
365         updating the process mark.
367 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
369         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
371 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
373         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
374         mailclient-send-it even if window-system is nil.  (Bug#8595)
376         * term/w32console.el (terminal-init-w32console):
377         Call get-screen-color and use its output to set the frame
378         background-mode.  (Bug#8597)
380 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
382         Make bytecomp.el understand that defmethod defines funs (bug#8631).
383         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
384         New functions.
385         (defgeneric, eieio--defmethod): Use them.
386         (eieio-defgeneric): Remove.
387         (defmethod): Call defgeneric in a way visible to the byte-compiler.
389 2011-05-07  Glenn Morris  <rgm@gnu.org>
391         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
392         Use let rather than let*.
393         (timeclock-find-discrep): Remove unused local.
395         * calendar/diary-lib.el (diary-comment-start): Doc fix.
397         * calendar/appt.el (appt-time-msg-list): Doc fix.
399 2011-05-06  Noah Friedman  <friedman@splode.com>
401         * apropos.el (apropos-print-doc): Only use
402         emacs-lisp-docstring-fill-column when it is bound to an integer,
403         per that variable's documentation.
405 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
407         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
408         and warnings are not silently discarded (e.g. use -d instead of -P).
410 2011-05-06  Glenn Morris  <rgm@gnu.org>
412         * calendar/appt.el (appt-message-warning-time): Doc fix.
413         (appt-warning-time-regexp): New option.
414         (appt-make-list): Respect appt-message-warning-time.
416         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
417         New options.
418         (diary-add-to-list): Strip comments from the displayed string.
419         (diary-mode): Set comment-start and comment-end.
421         * vc/diff-mode.el (smerge-refine-subst): Declare.
422         (diff-refine-hunk): Don't require smerge-mode when compiling.
424 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
426         * simple.el (list-processes): Return nil as the docstring says.
428 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
430         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
431         to "".
432         (ange-ftp-write-region, ange-ftp-insert-file-contents)
433         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
434         determining of binary transfer.  (Bug#7383)
436 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
438         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
439         Fix port computation bug.  (Bug#8618)
441 2011-05-05  Glenn Morris  <rgm@gnu.org>
443         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
445         * simple.el (shell-dynamic-complete-functions)
446         (comint-dynamic-complete-functions): Declare.
448         * net/network-stream.el (gnutls-negotiate):
449         * simple.el (tabulated-list-print): Fix declarations.
451         * progmodes/gud.el (syntax-symbol, syntax-point):
452         Remove unnecessary and incorrect declarations.
454         * emacs-lisp/check-declare.el (check-declare-scan):
455         Handle byte-compile-initial-macro-environment in bytecomp.el
457 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
459         Fix earlier half-done eieio-defmethod change (bug#8338).
460         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
461         Streamline and change calling convention.
462         (defmethod): Adjust accordingly and simplify.
463         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
464         new eieio--defmethod.
465         (slot-boundp): Minor CSE simplification.
467 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
469         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
470         (glasses-make-readable): Use glasses-separate-capital-groups.
472 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
474         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
475         (warning-series): Doc fix.
476         (display-warning): Don't try to create the buffer if we just found it.
478 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
480         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
481         (autoload-find-generated-file): New function.
482         (generate-file-autoloads): Bind generated-autoload-file to
483         buffer-file-name.
484         (update-file-autoloads, update-directory-autoloads):
485         Use autoload-find-generated-file.  If called interactively, prompt for
486         output file (Bug#7989).
487         (batch-update-autoloads): Doc fix.
489 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
491         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
493 2011-05-04  Glenn Morris  <rgm@gnu.org>
495         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
496         function, so it follows changes in calendar-date-style.
497         (diary-fancy-date-matcher): New function.
498         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
499         (diary-fancy-font-lock-fontify-region-function):
500         Use diary-fancy-date-pattern as a function.
502         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
503         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
505 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
507         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
508         instead of positional arguments.  Allow :keylist and :crlfiles
509         arguments.
510         (open-gnutls-stream): Call it.
512         * net/network-stream.el (network-stream-open-starttls): Adjust to
513         call `gnutls-negotiate' with :process and :hostname arguments.
515 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
517         * minibuffer.el (completion--message): New function.
518         (completion--do-completion, minibuffer-complete)
519         (minibuffer-force-complete, minibuffer-complete-word): Use it.
520         (completion--do-completion): Don't ignore completion-auto-help when in
521         icomplete-mode.
523         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
524         internal encoding (e.g. tibetan zero is not whitespace).
525         (global-whitespace-mode): Prefer save-current-buffer.
526         (whitespace-trailing-regexp): Remove useless save-match-data.
527         (whitespace-empty-at-bob-regexp): Minor simplification.
529 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
531         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
533 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
535         * textmodes/ispell.el (ispell-add-per-file-word-list):
536         Use `concat' to create string for insertion.
538 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
540         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
541         Avoid open-line which runs post-self-insert-hook.
542         (bibtex-fill-entry): Remove unused `end' var.
544 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
546         * textmodes/ispell.el (ispell-add-per-file-word-list):
547         Protect against `nil' value of `comment-start' (Bug#8579).
549 2011-05-03  Leo Liu  <sdl.web@gmail.com>
551         * isearch.el (isearch-yank-pop): New command.
552         (isearch-mode-map): Bind it to `M-y'.
553         (isearch-forward): Mention it.
555 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
557         * simple.el (minibuffer-complete-shell-command): Remove.
558         (minibuffer-local-shell-command-map): Use completion-at-point.
559         (read-shell-command): Setup completion vars here instead.
560         (read-expression-map): Bind TAB to symbol completion.
562         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
563         error directly rather via storing it into `results'.
565 2011-05-02  Leo Liu  <sdl.web@gmail.com>
567         * vc/diff.el: Fix description.
569 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571         * server.el (server-eval-at): New function.
573 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
575         * net/network-stream.el (open-network-stream): Take a :nowait
576         parameter and pass it on to `make-network-process'.
577         (network-stream-open-plain): Ditto.
579 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
581         * faces.el (face-spec-set-match-display): Don't match toolkit
582         options on terminal frames.
584 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
586         * progmodes/pascal.el: Use lexical binding.
587         (pascal-mode-map): Remove author preferences.
589         * pcomplete.el (pcomplete-std-complete): Don't abuse
590         completion-at-point.
592 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
594         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
595         removing code that has been dead since 1991 or so.
597         * startup.el (command-line): When warning about "_emacs", use a
598         delayed warning to allow the user to filter it out.
600 2011-04-28  Deniz Dogan  <deniz@dogan.se>
602         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
603         user has not joined.
605 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
607         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
608         aren't any completions at point.
610 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
612         * subr.el (display-delayed-warnings): New function.
613         (delayed-warnings-hook): New variable.
615 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
617         * minibuffer.el (completion-at-point, completion-help-at-point):
618         Don't presume that a given completion-at-point-function will always
619         use the same calling convention.
621         * pcomplete.el (pcomplete-completions-at-point):
622         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
623         pcomplete-seen is non-nil.
624         (pcomplete-comint-setup): Also recognize the new comint/shell
625         completion functions.
626         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
627         pcomplete-seen is non-nil.
629 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
631         * calendar/icalendar.el (diary-lib): Add require statement.
632         (icalendar--create-uid): Read out a uid from a text-property on
633         the first character in the entry.  This allows for code to add its
634         own uid to the entry.
635         (icalendar--convert-float-to-ical): Add export of
636         `diary-float'-entries save for those with the optional DAY
637         argument.
639 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
641         * subr.el (shell-quote-argument): Use alternate escaping strategy
642         when we spot a variable reference in a string.
644 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
646         * cus-start.el (all): Define customization for debug-on-event.
648 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
650         * subr.el (shell-quote-argument): Escape correctly under Windows.
652 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
654         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
656 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
658         * net/tramp.el (tramp-process-actions): Add POS argument.
659         Delete region between POS and (pos).
661         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
662         Use `nil' position in `tramp-process-actions' call.
663         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
665         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
666         position in `tramp-process-actions' call.
668         * net/trampver.el: Update release number.
670 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
672         * custom.el (defcustom): Obey lexical-binding.
674         Fix octave-inf completion problems reported by Alexander Klimov.
675         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
676         Inherit from octave-mode-syntax-table.
677         (inferior-octave-mode): Set info-lookup-mode.
678         (inferior-octave-completion-at-point): New function.
679         (inferior-octave-complete): Use it and completion-in-region.
680         (inferior-octave-dynamic-complete-functions): Use it as well, and use
681         comint-filename-completion.
682         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
683         symbol elements which shouldn't be word elements.
684         (octave-font-lock-keywords, octave-beginning-of-defun)
685         (octave-function-header-regexp): Adjust regexps accordingly.
686         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
688 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
690         * net/gnutls.el (gnutls-errorp): Declare before first use.
692 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
694         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
695         verify-error, and verify-hostname-error parameters.  Check whether
696         default trustfile exists before going to use it.  Add missing
697         argument to gnutls-message-maybe call.  Return return value.
698         Reported by Claudio Bley <claudio.bley@gmail.com>.
699         (open-gnutls-stream): Add usage example.
701         * net/network-stream.el (network-stream-open-starttls): Give host
702         parameter to `gnutls-negotiate'.
703         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
704         * subr.el (shell-quote-argument): Escape correctly under Windows.
706 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
708         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
709         Use correct match group (bug#8438).
711 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
713         * emacs-lisp/package.el (package-built-in-p): Fix typo.
714         (package-menu--generate): New arg specifying packages to show.
715         (package-menu-refresh, package-menu-execute, list-packages):
716         Callers changed.
717         (package-show-package-list): New function, replacing deleted
718         package--list-packages (renamed because it is non-internal).
720         * finder.el (finder-list-matches): Use package-show-package-list
721         instead of deleted package--list-packages.
723         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
724         Based on a previous implementation by Juanma Barranquero (Bug#8366).
725         (vc-annotate-mode-map): Bind it to RET.
727 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
729         * progmodes/etags.el (next-file): Don't use set-buffer to change
730         buffers (Bug#8478).
732 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
734         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
736         * apropos.el (apropos-label-face): Avoid variable-pitch face.
737         (apropos-accumulator): Doc fix.
738         (apropos-function, apropos-macro, apropos-command)
739         (apropos-variable, apropos-face, apropos-group, apropos-widget)
740         (apropos-plist): Add face property.
741         (apropos-symbols-internal): Fix indentation.
742         (apropos-print): Simplify help, and recognize apropos-multi-type.
743         (apropos-print-doc): Use button-type-get to extract the button's
744         face property.  Fill docstring (Bug#8352).
746 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
748         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
750         * play/mpuz.el (mpuz-silent): Doc fix.
751         (mpuz-mode-map): Use mapc.
752         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
753         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
754         Fix typos in docstrings.
756         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
757         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
759         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
761 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
763         * minibuffer.el (completion--do-completion): Avoid the "Next char
764         not unique" prompt if icomplete-mode is enabled (Bug#5849).
766         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
767         mouse-2 into unread-command-events, it is interpreted correctly.
769         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
770         (image-toggle-display): Doc fix.
772 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
774         * textmodes/page.el (what-page): Use line-number-at-pos to
775         calculate line number (Bug#6825).
777 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
779         * eshell/esh-mode.el (find-tag-interactive): Declare function.
780         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
781         Pass argument NO-DEFAULT to `find-tag-interactive'.
783 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
785         Lexical-binding cleanup.
787         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
788         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
789         * progmodes/ada-prj.el (ada-prj-initialize-values)
790         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
791         (ada-prj-show-value):
792         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
793         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
794         (antlr-invalidate-context-cache, antlr-options-menu-filter)
795         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
796         * progmodes/bug-reference.el (bug-reference-push-button):
797         * progmodes/fortran.el (fortran-line-length):
798         * progmodes/glasses.el (glasses-change):
799         * progmodes/octave-mod.el (octave-fill-paragraph):
800         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
801         (python-pdbtrack-grub-for-buffer, python-sentinel):
802         * progmodes/sql.el (sql-save-connection):
803         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
804         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
805         Mark unused parameters.
807         * progmodes/compile.el (compilation--flush-directory-cache)
808         (compilation--flush-parse, compile-internal): Mark unused parameters.
809         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
810         (compilation-next-error-function): Remove unused variable `timestamp'.
812         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
813         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
815         * progmodes/dcl-mode.el (dcl-end-of-command):
816         Remove unused variable `start'.
817         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
818         (dcl-option-value-basic, dcl-option-value-offset)
819         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
820         Mark unused parameters.
821         (dcl-save-local-variable): Remove unused variable `val'.
822         (mode): Declare.
824         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
825         Mark unused parameters.
826         (delphi-ignore-changes): Move before first use.
827         (delphi-charset-token-at): Remove unused variable `start'.
828         (delphi-else-start): Remove unused variable `if-count'.
829         (delphi-comment-block-start, delphi-comment-block-end):
830         Remove unused variable `kind'.
831         (delphi-indent-line): Remove unused variable `new-point'.
833         * progmodes/ebrowse.el (ebrowse-files-list)
834         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
835         Mark unused parameters.  Don't quote `lambda'.
836         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
837         Don't quote `lambda'.
838         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
839         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
840         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
841         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
842         Use `ignore-errors'.
843         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
844         (ebrowse-view/find-file-and-search-pattern)
845         (ebrowse-view/find-member-declaration/definition):
846         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
847         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
848         Rename parameter PREFIX-ARG to PREFIX.
849         (ebrowse-tags-read-name): Remove unused variables `start' and
850         `member-info'.
851         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
852         to `tags-file'.
854         * progmodes/etags.el (local-find-tag-hook): Declare.
855         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
856         Mark unused parameters.
858         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
859         (executable-interpret): Mark unused parameter.
861         * progmodes/flymake.el (flymake-process-sentinel)
862         (flymake-after-change-function)
863         (flymake-create-temp-with-folder-structure)
864         (flymake-get-include-dirs-dot): Mark unused parameters.
865         (flymake-safe-delete-directory): Remove unused variable `err'.
867         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
868         (speedbar-timer-fn, speedbar-line-text)
869         (speedbar-change-expand-button-char, speedbar-delete-subblock)
870         (speedbar-center-buffer-smartly): Declare functions.
871         (gdb-find-watch-expression): Remove unused variable `array'.
872         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
873         (gdb-starting): Mark unused parameters.
874         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
875         (gdb-table-string): Remove unused variable `res'.
876         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
877         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
878         (gdb-display-buffer): Remove unused variable `cur-size'.
880         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
881         allow lexical-binding compilation.
882         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
883         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
884         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
885         Mark unused parameters.
886         (gud-gdb-marker-filter): Remove unused variable `match'.
887         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
888         lambda expressions and funcall them, instead of using `fset'.
890         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
891         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
893         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
894         variable `header-beg'; use `let'.
896         * progmodes/icon.el (indent-icon-exp): Remove unused variables
897         `restart', `last-sexp' and `at-do'.
899         * progmodes/js.el (js--debug): Mark unused parameter.
900         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
901         (js--splice-into-items): Remove unused variable `item'.
902         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
904         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
905         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
906         (makefile-complete): Remove unused variable `try'.
907         (makefile-fill-paragraph, makefile-match-function-end):
908         Mark unused parameters.
910         * progmodes/octave-inf.el (inferior-octave-complete):
911         Remove unused variable `proc'.
912         (inferior-octave-output-digest): Mark unused parameter.
914         * progmodes/perl-mode.el (perl-calculate-indent):
915         Remove unused variable `err'.
917         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
918         (prolog-indent-line): Mark unused parameters.
919         (prolog-indent-line): Remove unused variable `beg'.
921         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
922         (reporter-dont-compact-list): Declare.
924         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
925         Remove unused variable `char'.
926         (sh-debug): Mark unused parameter.
927         (sh-get-indent-info): Remove unused variable `start'.
928         (sh-calculate-indent): Remove unused variable `var'.
930         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
931         (simula-electric-keyword): Remove unused variable `null'.
932         (simula-search-backward, simula-search-forward): Remove unused
933         variables `begin' and `end'.
935         * progmodes/vera-mode.el (vera-guess-basic-syntax):
936         Remove unused variable `pos'.
937         (vera-electric-tab, vera-comment-uncomment-region):
938         Mark unused parameters.
939         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
941 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
943         * emacs-lisp/package.el (package--builtins, package-alist)
944         (package-load-descriptor, package-built-in-p, package-activate)
945         (define-package, package-installed-p)
946         (package-compute-transaction, package-buffer-info)
947         (package--push): Doc fix.  Distinguish more clearly between
948         version strings and version lists.
950 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
952         Lexical-binding cleanup.
954         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
955         (5x5-make-mutate-best):
956         * play/fortune.el (fortune-in-buffer):
957         * play/gomoku.el (gomoku-init-display):
958         * play/solitaire.el (solitaire, solitaire-do-check):
959         * play/tetris.el (tetris-default-update-speed-function):
960         Mark unused parameters.
962         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
963         (bubbles--shift): Remove unused variable `char-org'.
964         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
965         (bubbles--show-images): Remove unused variable `char'.
967         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
968         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
969         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
970         (decipher-analyze-buffer): Use ?\s.
971         (decipher-make-checkpoint): Remove unused variable `mapping'.
973         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
975         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
976         Remove unused variable `result'; use `let'.
978         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
979         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
980         (gametree-children-shown-p, gametree-compute-reduced-score):
981         Use `ignore-errors'.
983         * play/handwrite.el (ps-lpr-switches): Declare.
984         (handwrite): Remove unused variables `pmin' and `lastp'.
986         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
988         * play/landmark.el (landmark-init-display)
989         (landmark-update-naught-weights): Mark unused parameters.
990         (landmark-y): Remove unused variable `noise'.  Simplify.
991         (landmark-human-plays): Remove unused variable `score'.
993         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
994         (mpuz-try-proposal): Remove unused variable `game'.
996         * play/zone.el (life-patterns): Declare.
998 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
1000         * vc/vc.el (ediff-vc-internal): Declare function.
1002 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1004         * shell.el: Use lexical-binding and std completion UI.
1005         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
1006         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
1007         comint-preoutput-filter-functions rather than on
1008         comint-output-filter-functions.
1009         (shell-command-completion, shell--command-completion-data)
1010         (shell-filename-completion, shell-environment-variable-completion)
1011         (shell-c-a-p-replace-by-expanded-directory): New functions.
1012         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
1013         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
1014         (shell-dynamic-complete-environment-variable): Use them.
1015         (shell-dynamic-complete-as-environment-variable)
1016         (shell-dynamic-complete-as-command): Remove.
1017         (shell-match-partial-variable): Match past point.
1018         * comint.el: Clean up use of completion-at-point-functions.
1019         (comint-completion-at-point): New function.
1020         (comint-mode): Use it completion-at-point-functions.
1021         (comint-dynamic-complete): Make it obsolete.
1022         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
1023         (comint-c-a-p-replace-by-expanded-history): New function.
1024         (comint-dynamic-complete-functions)
1025         (comint-replace-by-expanded-history): Use it.
1026         * minibuffer.el (completion-table-with-terminator): Allow dynamic
1027         termination strings.  Try harder to avoid second try-completion.
1028         (completion-in-region-mode-map): Disable bindings that don't work yet.
1030         * comint.el: Use lexical-binding.  Require CL.
1031         (comint-dynamic-complete-functions): Use comint-filename-completion.
1032         (comint-completion-addsuffix): Tweak custom type.
1033         (comint-filename-completion, comint--common-suffix)
1034         (comint--common-quoted-suffix, comint--table-subvert)
1035         (comint--complete-file-name-data): New functions.
1036         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
1037         (comint-dynamic-list-filename-completions): Use them.
1038         (comint-dynamic-simple-complete): Make obsolete.
1040         * minibuffer.el (completion-in-region-mode):
1041         Keep completion-in-region-mode--predicate global.
1042         (completion-in-region--postch):
1043         Assume completion-in-region-mode--predicate is not null.
1045         * progmodes/flymake.el (flymake-start-syntax-check-process):
1046         Obey `dir'.  Simplify.
1048         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
1049         we're in VC after all.
1051 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
1053         * vc/vc.el (vc-diff-build-argument-list-internal)
1054         (vc-version-ediff, vc-ediff): New commands.
1055         (vc-version-diff): Use vc-diff-build-argument-list-internal.
1057 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1059         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
1060         add sanity check.
1062         * obsolete/erc-hecomplete.el: Make obsolete.
1063         * obsolete/: Standardize obsolescence info in the header.
1065 2011-04-20  Glenn Morris  <rgm@gnu.org>
1067         * calendar/solar.el (solar-horizontal-coordinates):
1068         Use the longitude argument rather than `calendar-longitude'.
1069         (solar-date-next-longitude): Remove unused locals.
1071 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1073         * whitespace.el: New version 13.2.1.
1075 2011-04-20  felix  <EmacsWiki>  (tiny change)
1077         * whitespace.el (global-whitespace-mode): keep highlight when
1078         switching between major modes on a file.
1080 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1082         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
1083         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
1084         multi-line comments as well.
1086 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
1088         Lexical-binding cleanup.
1090         * arc-mode.el (archive-mode-revert):
1091         * cmuscheme.el (scheme-interactively-start-process):
1092         * custom.el (custom-initialize-delay):
1093         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
1094         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
1095         * emacs-lock.el (emacs-lock-clear-sentinel):
1096         * ezimage.el (defezimage):
1097         * follow.el (follow-avoid-tail-recenter):
1098         * fringe.el (set-fringe-mode-1):
1099         * generic-x.el (bat-generic-mode-compile):
1100         * help-mode.el (help-info-variable, help-do-xref)
1101         (help-mode-revert-buffer):
1102         * help.el (view-emacs-todo):
1103         * iswitchb.el (iswitchb-completion-help):
1104         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
1105         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
1106         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
1107         * locate.el (locate-update):
1108         * longlines.el (longlines-encode-region)
1109         (longlines-after-change-function):
1110         * outline.el (outline-isearch-open-invisible):
1111         * ps-def.el (declare-function, charset-dimension, char-width)
1112         (encode-char):
1113         * ps-mule.el (ps-mule-plot-string):
1114         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
1115         (recentf-edit-list-select, recentf-edit-list-validate)
1116         (recentf-open-files-action):
1117         * rect.el (delete-whitespace-rectangle-line)
1118         (rectangle-number-line-callback):
1119         * register.el (window-configuration-to-register)
1120         (frame-configuration-to-register):
1121         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
1122         * select.el (xselect-convert-to-string, xselect-convert-to-length)
1123         (xselect-convert-to-targets, xselect-convert-to-delete)
1124         (xselect-convert-to-filename, xselect-convert-to-charpos)
1125         (xselect-convert-to-lineno, xselect-convert-to-colno)
1126         (xselect-convert-to-os, xselect-convert-to-host)
1127         (xselect-convert-to-user, xselect-convert-to-class)
1128         (xselect-convert-to-name, xselect-convert-to-integer)
1129         (xselect-convert-to-atom, xselect-convert-to-identity):
1130         * subr.el (declare, ignore, process-kill-without-query)
1131         (text-clone-maintain):
1132         * terminal.el (te-get-char, te-tic-sentinel):
1133         * tool-bar.el (tool-bar-make-keymap):
1134         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
1135         * type-break.el (type-break-mode, type-break-noninteractive-query):
1136         * view.el (View-back-to-mark):
1137         * wid-browse.el (widget-browse-action, widget-browse-widget)
1138         (widget-browse-widgets, widget-browse-sexp):
1139         * widget.el (define-widget-keywords):
1140         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
1141         Mark unused parameters.
1143         * align.el (align-adjust-col-for-rule): Mark unused parameter.
1144         (align-areas): Remove unused variable `look'.
1145         (align-region): Remove unused variables `real-end' and `pos-list'.
1147         * apropos.el (apropos-score-doc): Remove unused variable `i'.
1149         * bindings.el (mode-line-modified, mode-line-remote):
1150         Mark unused parameters.
1151         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
1153         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
1154         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
1156         * comint.el (comint-history-isearch-pop-state)
1157         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
1158         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
1159         (comint-substitute-in-file-name): Doc fix.
1161         * completion.el (cmpl-statistics-block): Mark unused parameter.
1162         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
1163         (save-completions-to-file, load-completions-from-file):
1164         Remove unused local variable `e'.
1166         * composite.el (compose-chars): Remove unused variable `len'.
1167         (lgstring-insert-glyph): Remove unused variable `g'.
1168         (compose-glyph-string): Remove unused variables `ascent',
1169         `descent', `lbearing' and `rbearing'.
1170         (compose-glyph-string-relative): Remove unused variables
1171         `lbearing', `rbearing' and `wadjust'.
1172         (compose-gstring-for-graphic): Remove unused variables `header',
1173         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
1174         (compose-gstring-for-terminal): Remove unused variables `header'
1175         and `nchars'.  Use `let', not `let*'.
1177         * cus-edit.el (Custom-set, Custom-save, custom-reset)
1178         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
1179         (Custom-buffer-done, custom-buffer-create-internal)
1180         (custom-browse-visibility-action, custom-browse-group-tag-action)
1181         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
1182         (widget-magic-mouse-down-action, custom-toggle-parent)
1183         (custom-add-parent-links, custom-toggle-hide-variable)
1184         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
1185         (custom-toggle-hide-face, face, hook, custom-group-link-action)
1186         (custom-face-menu-create, custom-variable-menu-create, get)
1187         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
1188         (custom-reset-standard-save-and-update): Remove unused variable `value'.
1189         (customize-apropos): Remove unused variable `tests'.
1190         (custom-group-value-create): Remove unused variable `hidden-p'.
1191         (sort-fold-case): Declare.
1193         * cus-theme.el (custom-reset-standard-faces-list)
1194         (custom-reset-standard-variables-list): Declare.
1195         (customize-create-theme, custom-theme-revert, custom-theme-write)
1196         (custom-theme-choose-mode, customize-themes, custom-theme-save):
1197         Mark unused parameters.
1199         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
1201         * delim-col.el (delimit-columns-max): Move defvar before first use.
1203         * descr-text.el (describe-char-categories): Don't quote `lambda'.
1204         (describe-char): Don't quote `lambda'.  Mark unused parameter.
1206         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
1207         (auto-insert): Declare.
1208         (desktop-restore-file-buffer): Rename desktop-* parameters;
1209         mark unused ones.
1210         (desktop-create-buffer): Rename desktop-* parameters and bind them.
1211         (desktop-buffer): Rename desktop-* parameters.
1213         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1214         (dframe-reposition-frame-xemacs, dframe-help-echo)
1215         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
1216         Mark unused parameters.
1218         * dired-aux.el (backup-extract-version-start, overwrite-query)
1219         (overwrite-backup-query, rename-regexp-query)
1220         (rename-non-directory-query): Declare.
1221         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
1222         (dired-add-entry): Remove unused variable `orig-file-name'.
1223         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
1224         Use parameter PRESERVE-TIME instead of accessing dynamic variable
1225         `dired-copy-preserve-time' directly.
1226         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
1227         (dired-insert-subdir-newpos): Rename unused variable `pos'.
1229         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
1230         (dired-virtual-revert, dired-make-relative-symlink):
1231         Mark unused parameters.
1232         (manual-program): Declare.
1233         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
1234         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
1235         wrapped in `with-no-warnings' to avoid replacing one warning by another.
1237         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
1239         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
1241         * echistory.el (electric-history-in-progress, Helper-return-blurb):
1242         Declare.
1244         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
1246         * electric.el (Electric-command-loop): Rename parameter
1247         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
1249         * expand.el (expand-in-literal): Remove unused variable `here'.
1251         * facemenu.el (facemenu-add-new-color):
1252         Remove unused variable `docstring'.
1254         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
1255         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
1256         (face-attr-construct): Mark unused parameter.  Doc fix.
1257         (read-color): Remove unused variable `hex-string'.
1259         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
1260         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
1261         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
1262         (display-buffer-other-frame): Remove unused variable `old-window'.
1263         (kill-buffer-hook): Declare.
1264         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
1265         Mark unused parameters.
1266         (after-find-file): Pass 1 to `auto-save-mode', not t.
1268         * files-x.el (auto-insert): Declare.
1269         (modify-file-local-variable-prop-line): Remove unused variable `val'.
1271         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
1272         variable `buf'.  Mark unused parameter.
1273         (find-lisp-insert-directory): Mark unused parameter.
1275         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
1276         (format-encode-region): Remove unused variables `cur-buf' and `result'.
1277         (format-common-tail): Remove, unused.
1278         (format-deannotate-region): Remove unused variable `loc'.
1279         (format-annotate-region): Remove unused variable `p'.
1280         (format-annotate-single-property-change): Remove unused variables
1281         `default' and `tail'.
1283         * forms.el (read-file-filter): Declare.
1284         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
1286         * frame.el (frame-creation-function-alist): Mark unused parameter.
1287         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
1289         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
1290         Remove unused parameters.
1291         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
1292         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
1294         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
1295         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
1296         (hfy-prepare-tag-map): Mark unused parameters.
1297         (htmlfontify-buffer): Use `called-interactively-p'.
1299         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
1300         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
1301         (ibuffer-do-occur): Mark unused parameters.
1302         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
1303         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
1305         * ibuffer.el: Don't quote `lambda'.
1306         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
1307         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
1308         Mark unused parameters.
1310         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
1311         (ido-completing-read): Mark unused parameters.
1312         (ido-copy-current-word): Mark unused parameters;
1313         remove unused variable `name'.
1314         (ido-sort-merged-list): Remove unused parameter `dirs'.
1316         * ielm.el (ielm-input-sender): Mark unused parameter.
1317         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
1318         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
1319         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
1320         `ielm-string' as a dynamic variable accessible from the IELM prompt.
1321         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
1323         * image-dired.el (image-dired-display-thumbs): Remove unused
1324         variables `curr-file' and `count'.
1325         (image-dired-remove-tag): Remove unused variable `start'.
1326         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
1327         variable `curr-file'
1328         (image-dired-rotate-original): Remove unused variable `temp-file'.
1329         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
1330         Remove unused variable `file'.
1331         (image-dired-gallery-generate): Remove unused variable `curr'.
1332         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
1334         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
1336         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
1338         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
1340         * isearch.el (minibuffer-history-symbol): Declare.
1341         (isearch-edit-string): Remove unused variable `err'.
1342         (isearch-message-prefix, isearch-message-suffix):
1343         Mark unused parameters.
1345         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
1347         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
1349         * makesum.el (double-column): Remove unused variable `cnt'.
1351         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
1352         (ido-ignore-item-temp-list): Declare.
1354         * mouse-drag.el (mouse-drag-throw): Remove unused variables
1355         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
1356         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
1357         (mouse-drag-drag): Remove unused variables `mouse-delta' and
1358         `mouse-col-delta'.
1360         * mouse-sel.el (mouse-extend-internal):
1361         Remove unused variable `orig-window-frame'.
1363         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
1364         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
1365         Move declarations before first use.
1366         (pcomplete-opt): Mark unused parameters; doc fix.
1368         * proced.el (proced-revert): Mark unused parameter.
1369         (proced-send-signal): Remove unused variable `err'.
1371         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
1372         Rename parameter PREFIX-ARG to ARG.
1373         (ps-basic-plot-string, ps-basic-plot-whitespace):
1374         Mark unused parameters.
1376         * replace.el (replace-count): Define.
1377         (occur-revert-function): Mark unused parameters.
1378         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
1379         (isearch-case-fold-search, isearch-string): Declare.
1380         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
1381         bind `case-fold-search'.  Remove unused variables `beg' and `end',
1382         and simplify.
1383         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
1384         COUNT and bind `replace-count'.
1385         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
1386         to COUNT.
1388         * savehist.el (print-readably, print-string-length): Declare.
1390         * shadowfile.el (shadow-expand-cluster-in-file-name):
1391         Remove unused variable `cluster'.
1392         (shadow-copy-file): Remove unused variable `i'.
1393         (shadow-noquery, shadow-clusters, shadow-site-cluster)
1394         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
1395         (shadow-define-literal-group, shadow-define-regexp-group)
1396         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
1398         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
1399         (shell): Use `called-interactively-p'.
1400         (shell-directory-tracker): Remove unused variable `chdir-failure'.
1402         * simple.el (compilation-context-lines, comint-file-name-quote-list)
1403         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
1404         (delete-backward-char): Remove unused variable `ocol'.
1405         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
1406         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
1407         (event-apply-hyper-modifier, event-apply-shift-modifier)
1408         (event-apply-control-modifier, event-apply-meta-modifier):
1409         Mark unused parameters.
1410         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
1411         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
1413         * speedbar.el (speedbar-ignored-directory-expressions)
1414         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
1415         (speedbar-find-file, speedbar-dir-follow)
1416         (speedbar-directory-buttons-follow, speedbar-tag-find)
1417         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
1418         (speedbar-buffers-line-directory, speedbar-buffer-click):
1419         Mark unused parameters.
1420         (speedbar-tag-file): Remove unused variable `mode'.
1421         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
1423         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
1425         * talk.el (talk): Remove unused variable `display'.
1427         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
1428         (tar-write-region-annotate): Mark unused parameter.
1430         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
1431         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
1432         Declare them, wrapped in `with-no-warnings' to avoid replacing one
1433         warning by another.
1435         * time-stamp.el (time-stamp-string-preprocess):
1436         Remove unused variable `require-padding'.
1438         * tree-widget.el (widget-glyph-enable): Declare.
1439         (tree-widget-action): Mark unused parameter.
1441         * w32-fns.el (x-get-selection): Mark unused parameter.
1442         (autoload-make-program, generated-autoload-file): Declare.
1444         * wdired.el (wdired-revert): Mark unused parameters.
1445         (wdired-xcase-word): Remove unused variable `err'.
1447         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
1448         (whitespace-help-scroll): Remove unused variable `data-help'.
1450         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
1451         (widget-image-insert, widget-after-change, default)
1452         (widget-default-format-handler, widget-default-notify)
1453         (widget-default-prompt-value, widget-info-link-action)
1454         (widget-url-link-action, widget-function-link-action)
1455         (widget-variable-link-action, widget-file-link-action)
1456         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
1457         (widget-field-prompt-internal, widget-field-action, widget-field-match)
1458         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
1459         (widget-insert-button-action, widget-delete-button-action, visibility)
1460         (widget-documentation-link-action, widget-documentation-string-action)
1461         (widget-const-prompt-value, widget-regexp-match, symbol)
1462         (widget-coding-system-prompt-value)
1463         (widget-key-sequence-value-to-external, sexp)
1464         (widget-sexp-value-to-internal, character, vector, cons)
1465         (widget-choice-prompt-value, widget-boolean-prompt-value)
1466         (widget-color--choose-action): Mark unused parameters.
1467         (widget-item-match-inline, widget-choice-match-inline)
1468         (widget-checklist-match, widget-checklist-match-inline)
1469         (widget-group-match): Rename parameter VALUES to VALS.
1470         (widget-field-value-set): Remove unused variable `size'.
1471         (widget-color-action): Remove unused variables `value' and `start'.
1473         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
1474         variable `dir'.  Doc fix.
1475         (windmove-find-other-window): Don't pass it.
1477         * window.el (count-windows): Mark unused parameter.
1478         (bw-adjust-window): Remove unused variable `err'.
1480         * woman.el (woman-file-name): Remove unused variable `default'.
1481         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
1482         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
1483         (global-font-lock-mode): Declare.
1484         (woman-decode-region): Mark unused parameter.
1485         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
1487         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
1488         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
1489         (x-dnd-handle-moz-url): Remove unused variable `title'.
1490         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
1492         * xml.el (xml-parse-tag, xml-parse-attlist):
1493         Remove unused variable `pos'.
1495 2011-04-19  Glenn Morris  <rgm@gnu.org>
1497         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
1498         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1499         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1500         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
1501         * calendar/cal-html.el (cal-html-insert-minical):
1502         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
1503         (calendar-mark-date-pattern):
1504         Prefix "unused" locals.
1506         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
1507         optional argument `style'.
1509         * calendar/appt.el (appt-make-list):
1510         * calendar/cal-china.el (calendar-chinese-date-string):
1511         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
1512         (diary-hebrew-yahrzeit):
1513         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
1514         * calendar/calendar.el (calendar-generate-window):
1515         * calendar/time-date.el (time-to-days):
1516         Remove unused local variables.
1518 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
1520         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
1521         glyphless-char-display table.
1522         (tabulated-list-glyphless-char-display): New var.
1524 2011-04-18  Sam Steingold  <sds@gnu.org>
1526         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
1527         to acknowledgments.
1529 2011-04-17  Glenn Morris  <rgm@gnu.org>
1531         * calendar/diary-lib.el (diary-sexp-entry):
1532         * calendar/holidays.el (holiday-sexp):
1533         Set debug-on-error rather than the removed stack-trace-on-error.
1535 2011-04-16  Glenn Morris  <rgm@gnu.org>
1537         * progmodes/f90.el: Use lexical-binding.
1538         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
1540 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1542         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
1543         (mail-mode): Setup mailalias completion here instead.
1544         * mail/mailalias.el: Use lexical-binding.
1545         (pattern, mailalias-done): Declare dynamic.
1546         (mail-completion-at-point-function): New function, from mail-complete.
1547         (mail-complete): Use it.
1548         (mail-completion-expand): New function.
1549         (mail-get-names): Use it.
1550         (mail-directory, mail-directory-process, mail-directory-stream):
1551         Don't use `pattern' for lexically bound arg.
1553         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
1555         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
1556         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
1557         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
1559         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
1560         (byte-save-window-excursion, byte-temp-output-buffer-setup)
1561         (byte-interactive-p): Define them again, for use when inlining
1562         old code.
1564 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
1566         * loadup.el: Use `string-to-number', not `string-to-int'.
1568 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1570         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
1571         gud-gdb-complete-command.
1572         (gud-gdb-completions): New function, from gud-gdb-complete-command.
1573         (gud-gdb-completion-at-point): New function.
1574         (gud-gdb-completions): Remove.
1576 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
1578         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
1579         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
1580         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
1581         whether `executable-find' is bound.
1583         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
1585 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1587         * minibuffer.el (completion-in-region-mode-predicate)
1588         (completion-in-region-mode--predicate): New vars.
1589         (completion-in-region, completion-in-region--postch)
1590         (completion-in-region-mode): Use them.
1591         (completion--capf-wrapper): Also return the hook function.
1592         (completion-at-point, completion-help-at-point):
1593         Adjust and provide a predicate.
1595         Preserve arg names for advice of subr and lexical functions (bug#8457).
1596         * help-fns.el (help-function-arglist): Consolidate the subr and
1597         new-byte-code cases.  Add argument `preserve-names' to extract names
1598         from the docstring when needed.
1599         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
1600         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
1601         (ad-arglist): Use help-function-arglist's new arg.
1602         (ad-definition-type): Use cond.
1604 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
1606         * autorevert.el (auto-revert-handler):
1607         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
1608         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
1609         Don't quote lambda.
1611         * image-mode.el (image-transform-set-scale):
1612         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
1614 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616         * net/network-stream.el (network-stream-open-starttls): Only do
1617         opportunistic STARTTLS upgrades if we have built-in gnutls support.
1618         Upgrades via gnutls-cli are too slow to be done opportunistically.
1620 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
1622         * dframe.el (dframe-current-frame): Remove spurious quote.
1624 2011-04-12  Glenn Morris  <rgm@gnu.org>
1626         * calendar/cal-tex.el (cal-tex-end-document):
1627         Try to automatically use latin1 input if needed.
1629         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
1630         Don't try to cons a mark onto an empty element.
1632 2011-04-11  Leo Liu  <sdl.web@gmail.com>
1634         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
1635         buffers.
1636         (ido-kill-buffer-at-head): Support killing virtual buffers.
1638 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
1640         * minibuffer.el (completion-show-inline-help): New var.
1641         (completion--do-completion, minibuffer-complete)
1642         (minibuffer-force-complete, minibuffer-complete-word):
1643         Inhibit minibuffer messages if completion-show-inline-help is nil.
1645         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
1646         to avoid interference from inline help (Bug#5849).
1648 2011-04-10  Leo Liu  <sdl.web@gmail.com>
1650         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1651         Fix typo.
1653 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
1655         * image-mode.el (image-toggle-display-image): Signal an error if
1656         not in Image mode.
1657         (image-transform-mode, image-transform-resize)
1658         (image-transform-set-rotation): Doc fix.
1659         (image-transform-set-resize): Delete.
1660         (image-transform-set-scale, image-transform-fit-to-height)
1661         (image-transform-fit-to-width): Handle image-toggle-display-image
1662         and image-transform-resize directly.
1664 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
1666         * doc-view.el (doc-view-fit-width-to-window)
1667         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
1668         New functions for fitting the shown image to the Emacs window size.
1669         (doc-view-mode-map): Add bindings for the new functions.
1671 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
1673         * vc-annotate.el (vc-annotate-show-log-revision-at-line):
1674         Fix typo in docstring.
1676 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
1678         * files.el (file-size-human-readable): Produce one digit after
1679         decimal, like "ls -lh" does.
1681         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
1682         the file size representation.
1684         * simple.el (list-processes): If async subprocesses are not
1685         available, error out with a clear error message.
1687 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
1689         * help.el (help-form-show): New function, to be called from C.
1690         Put help-form output in a buffer named differently than *Help*.
1692 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
1694         * files.el (file-size-human-readable): New function.
1696         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
1697         computing the representation inline.  Don't require `cl'.
1699 2011-04-08  Glenn Morris  <rgm@gnu.org>
1701         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
1703         * net/browse-url.el (browse-url-firefox):
1704         Test system-type, not system-configuration.
1706         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
1707         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
1708         Use log-edit-empty-buffer-p.  (Bug#7598)
1710         * net/rlogin.el (rlogin-process-connection-type): Simplify.
1711         (rlogin-mode-map): Initialize in the defvar.
1712         (rlogin): Use ignore-errors.
1714         * replace.el (occur-mode-map): Some fixes for menu items.
1716 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1718         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
1720 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
1722         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
1723         issuing unused warnings.
1725         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
1726         macro directly.
1728         * simple.el: Lisp reimplement of list-processes.  Based on an
1729         earlier reimplementation by Leo Liu, but using tabulated-list.el.
1730         (process-menu-mode): New major mode.
1731         (list-processes--refresh, list-processes):
1732         (process-menu-visit-buffer): New functions.
1734         * files.el (save-buffers-kill-emacs): Don't assume any return
1735         value of list-processes, which is undocumented anyway.
1737 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
1739         * emacs-lisp/tabulated-list.el: New file.
1741         * emacs-lisp/package.el: Use Tabulated List mode.
1742         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
1743         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
1744         table format using Tabulated List mode variables.
1745         (package--push): New macro, replacing package-list-maybe-add.
1746         (package-menu--generate): Use package--push.  Renamed from
1747         package--generate-package-list.
1748         (package-menu-refresh, list-packages): Use it.
1749         (package-menu--print-info): Rename from package-print-package.
1750         Return insertion data instead of inserting it directly.
1751         (package-menu-describe-package, package-menu-execute):
1752         Use tabulated-list-get-id.
1753         (package-menu-mark-delete, package-menu-mark-install)
1754         (package-menu-mark-unmark, package-menu-backup-unmark)
1755         (package-menu-mark-obsolete-for-deletion):
1756         Use tabulated-list-put-tag.
1757         (package--list-packages, package-menu-revert)
1758         (package-menu-get-package, package-menu-get-version)
1759         (package-menu-sort-by-column): Functions deleted.
1760         (package-menu-package-list, package-menu-sort-key): Vars deleted.
1761         (package-menu--status-predicate, package-menu--version-predicate)
1762         (package-menu--name-predicate)
1763         (package-menu--description-predicate): Handle arguments in the
1764         Tabulated List format.
1765         (package-list-packages-no-fetch): Call list-packages.
1767 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
1769         * files.el (after-find-file-from-revert-buffer): Remove variable.
1770         (after-find-file): Don't bind it.
1771         (revert-buffer-in-progress-p): New variable.
1772         (revert-buffer): Bind it.
1773         Pass nil for `after-find-file-from-revert-buffer'.
1775         * saveplace.el (save-place-find-file-hook): Use new variable
1776         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
1778 2011-04-06  Glenn Morris  <rgm@gnu.org>
1780         * Makefile.in (AUTOGEN_VCS): New variable.
1781         (autoloads): Use $AUTOGEN_VCS.
1783         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
1784         * calendar/calendar.el (calendar-mode-map):
1785         Check for toolkit scroll bars.  (Bug#8305)
1787 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
1789         * minibuffer.el (completion-in-region--postch)
1790         (completion-in-region-mode): Remove unnecessary messages.
1792 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
1794         * font-lock.el (font-lock-refresh-defaults):
1795         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
1796         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
1798         * info.el (Info-directory-list, Info-read-node-name-2)
1799         (Info-split-parameter-string): Doc fixes.
1800         (Info-virtual-nodes): Reflow docstring.
1801         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
1802         (Info-apropos-toc-nodes, info-finder, Info-get-token)
1803         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
1804         Fix typos in docstrings.
1805         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
1806         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
1807         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
1808         (Info-restore-desktop-buffer): Mark unused parameters.
1809         (Info-directory-find-file, Info-directory-find-node)
1810         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
1811         (Info-virtual-index-find-node, Info-apropos-find-file)
1812         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
1813         Mark unused parameters; fix typos in docstrings.
1814         (Info-virtual-index): Remove unused local variable `nodename'.
1816 2011-04-05  Deniz Dogan  <deniz@dogan.se>
1818         * net/rcirc.el: Update my e-mail address.
1819         (rcirc-mode-map): Remove M-o binding.
1821 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
1823         * startup.el (command-line): Save the cursor's theme-face
1824         directly, instead of using face-override-spec.
1826         * custom.el (load-theme): Minor optimization in assigning faces.
1828 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
1830         * help-fns.el (describe-variable): Complete all variables having
1831         documentation, including keywords.
1832         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
1834 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
1836         Convert to lexical-binding.
1838         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
1839         (bs--get-marked-string, bs--get-modified-string)
1840         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1841         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
1842         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
1844         * ehelp.el (electric-help-execute-extended)
1845         (electric-help-ctrl-x-prefix):
1846         * hexl.el (hexl-revert-buffer-function):
1847         * linum.el (linum-after-change, linum-after-scroll):
1848         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
1850         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
1852 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
1854         * epa-dired.el:
1855         * epa-mail.el:
1856         * epa-hook.el:
1857         * epa-file.el:
1858         * epa.el:
1859         * epg.el: Use lexical binding.
1861 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
1863         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
1865         * textmodes/flyspell.el (flyspell-word): Recognize default
1866         dictionary case for flyspell-mark-duplications-exceptions.
1867         Use regexp matching for languages.
1868         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
1869         default dictionary (Bug#7926).
1871 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1873         * emacs-lisp/package.el (package--with-work-buffer):
1874         Recognize https URLs.
1876         * net/network-stream.el: Move from gnus/proto-stream.el.
1877         Change prefix to network-stream throughout.
1878         (open-protocol-stream): Merge into open-network-stream, leaving
1879         open-protocol-stream as an alias.  Handle nil BUFFER args.
1881         * subr.el (open-network-stream): Move to net/network-stream.el.
1883 2011-04-02  Glenn Morris  <rgm@gnu.org>
1885         * find-dired.el (find-exec-terminator): New option.
1886         (find-ls-option): Test for -ls support.
1887         (find-ls-subdir-switches): Test for -b in find-ls-option.
1888         (find-dired, find-grep-dired): Doc fixes.
1889         (find-dired): Use find-exec-terminator.
1891         * find-dired.el (find-ls-option, find-ls-subdir-switches)
1892         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
1893         (find-name-arg): Remove purecopy.
1895         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
1896         (grep-compute-defaults): Check for `-exec COMMAND +' support.
1897         Set grep-find-use-xargs, grep-find-command, and grep-find-template
1898         accordingly.  Don't add the null-device if not needed.
1900         * files.el (save-some-buffers): Doc fix.
1902 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
1904         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
1906 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
1908         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
1909         Use `dolist' rather than `mapcar'.
1911 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1913         Add lexical binding.
1915         * subr.el (apply-partially): Use new closures rather than CL.
1916         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
1917         (dolist, dotimes): Use slightly different expansion for lexical code.
1918         (functionp): Move to C.
1919         (letrec): New macro.
1920         (with-wrapper-hook): Use it and apply-partially instead of CL.
1921         (eval-after-load): Preserve lexical-binding.
1922         (save-window-excursion, with-output-to-temp-buffer): Turn them
1923         into macros.
1925         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
1927         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
1928         than the arglist.
1929         (help-add-fundoc-usage): Don't add `Not documented'.
1930         (help-function-arglist): Handle closures, subroutines, and new
1931         byte-code-functions.
1932         (help-make-usage): Remove leading underscores.
1933         (describe-function-1): Handle closures.
1934         (describe-variable): Use special-variable-p for completion.
1936         * files.el (lexical-binding): Declare safe.
1938         * emacs-lisp/pcase.el: Don't use destructuring-bind.
1939         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
1940         (pcase): Add `let' pattern.
1941         Change memoization so it actually works.
1942         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
1943         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
1944         <let>: New case.
1946         * emacs-lisp/macroexp.el: Use lexical binding.
1947         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
1948         Don't convert ' to #' without checking that it's indeed quoting
1949         a lambda.
1951         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
1952         Use eval-sexp-add-defvars.
1953         (eval-sexp-add-defvars): New fun.
1955         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
1957         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
1958         Don't autoload.
1959         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
1960         than the internal `byte-compile-lambda'.
1961         (defmethod): Don't hide code under quotes.
1962         (eieio-defmethod): New `code' argument.
1964         * emacs-lisp/eieio-comp.el: Remove.
1966         * emacs-lisp/edebug.el (edebug-eval-defun)
1967         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
1968         (edebug-toggle): Avoid `eval'.
1970         * emacs-lisp/disass.el (disassemble-internal): Handle new
1971         `closure' objects.
1972         (disassemble-1): Handle new byte codes.
1974         * emacs-lisp/cl.el (pushnew): Silence warning.
1976         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
1977         (cl-byte-compile-throw): Remove.
1978         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
1980         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
1981         closures.
1983         * emacs-lisp/cconv.el: New file.
1985         * emacs-lisp/bytecomp.el: Use lexical binding instead of
1986         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
1987         (byte-compile-initial-macro-environment):
1988         Handle declare-function here.
1989         (byte-compile--lexical-environment): New var.
1990         (byte-stack-ref, byte-stack-set, byte-discardN)
1991         (byte-discardN-preserve-tos): New lap codes.
1992         (byte-interactive-p): Don't use any more.
1993         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
1994         New macros.
1995         (byte-compile-lapcode): Use them and handle new lap codes.
1996         (byte-compile-obsolete): Remove.
1997         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
1998         (byte-compile-arglist-warn): Check late def of inlinable funs.
1999         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
2000         since they should have been expanded by now.
2001         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
2002         (byte-compile-from-buffer): Remove unused second arg.
2003         (byte-compile-preprocess): New function.
2004         (byte-compile-toplevel-file-form): New function to distinguish
2005         file-form calls from outside from file-form calls from hunk-handlers.
2006         (byte-compile-file-form): Simplify.
2007         (byte-compile-file-form-defsubst): Remove.
2008         (byte-compile-file-form-defmumble): Simplify now that
2009         byte-compile-lambda always returns a byte-code-function.
2010         (byte-compile): Preprocess.
2011         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
2012         Remove, not used any more.
2013         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
2014         (byte-compile-make-args-desc): New funs.
2015         (byte-compile-lambda): Handle lexical functions.  Always return
2016         a byte-code-function.
2017         (byte-compile-reserved-constants): New var, to make up room for
2018         closed-over variables.
2019         (byte-compile-constants-vector): Obey it.
2020         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
2021         (byte-compile-macroexpand-declare-function): New function.
2022         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
2023         byte-code-functions.
2024         (byte-compile-form): Check obsolescence here.
2025         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
2026         (byte-compile-variable-ref): Remove.
2027         (byte-compile-dynamic-variable-op): New fun.
2028         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
2029         (byte-compile-variable-set): New funs.
2030         (byte-compile-discard): Add 2 args.
2031         (byte-compile-stack-ref, byte-compile-stack-set)
2032         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
2033         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
2034         macroexpand-all instead.
2035         (byte-compile-quote-form): Remove.
2036         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
2037         (byte-compile-bind, byte-compile-unbind): New funs.
2038         (byte-compile-let): Handle let* and lexical binding.
2039         (byte-compile-let*): Remove.
2040         (byte-compile-catch, byte-compile-unwind-protect)
2041         (byte-compile-track-mouse, byte-compile-condition-case):
2042         Handle a new :fun-body form, used for lexical scoping.
2043         (byte-compile-save-window-excursion)
2044         (byte-compile-with-output-to-temp-buffer): Remove.
2045         (byte-compile-defun): Simplify.
2046         (byte-compile-stack-adjustment): New fun.
2047         (byte-compile-out): Use it.
2048         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
2050         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
2051         handler any more.
2053         * emacs-lisp/byte-opt.el: Use lexical binding.
2054         (byte-inline-lapcode): Remove (to bytecomp).
2055         (byte-compile-inline-expand): Pay attention to inlining to/from
2056         lexically bound code.
2057         (byte-compile-unfold-lambda): Don't handle byte-code-functions
2058         any more.
2059         (byte-optimize-form-code-walker): Don't handle save-window-excursion
2060         any more and don't call compiler-macros.
2061         (byte-compile-splice-in-already-compiled-code): Remove.
2062         (byte-code): Don't inline any more.
2063         (disassemble-offset): Receive `bytes' as argument rather than via
2064         dynamic scoping.
2065         (byte-compile-tag-number): Declare before first use.
2066         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
2067         `return' even if make-spliceable.
2068         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
2069         obsolete interactive-p.
2070         (byte-optimize-lapcode): Optimize new lap-codes.
2071         Don't trip up on new form of `byte-constant' lap code.
2073         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
2075         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
2077         * custom.el (custom-initialize-default, custom-declare-variable):
2078         Use `defvar'.
2080         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
2081         New variables.
2082         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
2083         (COMPILE_FIRST): Add macroexp and cconv.
2084         * makefile.w32-in: Mirror changes in Makefile.in.
2086         * vc/cvs-status.el:
2087         * vc/diff-mode.el:
2088         * vc/log-edit.el:
2089         * vc/log-view.el:
2090         * vc/smerge-mode.el:
2091         * textmodes/bibtex-style.el:
2092         * textmodes/css.el:
2093         * startup.el:
2094         * uniquify.el:
2095         * minibuffer.el:
2096         * newcomment.el:
2097         * reveal.el:
2098         * server.el:
2099         * mpc.el:
2100         * emacs-lisp/smie.el:
2101         * doc-view.el:
2102         * dired.el:
2103         * abbrev.el: Use lexical binding.
2105 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
2107         * info.el (info-display-manual): New function.
2109 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2111         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
2113 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
2115         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2116         an entry for that server in rcirc-authinfo.  (Bug#8385)
2118 2011-03-31  Glenn Morris  <rgm@gnu.org>
2120         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
2122         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
2124 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
2126         * progmodes/python.el (python-default-interpreter)
2127         (python-python-command-args, python-jython-command-args)
2128         (python-which-shell, python-which-args, python-which-bufname)
2129         (python-file-queue, python-comint-output-filter-function)
2130         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
2131         variables and functions.
2133 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2135         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
2136         (completion-in-region-mode): New minor mode.
2137         (completion-in-region): Use it.
2138         (completion-in-region--data, completion-in-region-mode-map): New vars.
2139         (completion-in-region--postch): New function.
2140         (completion--capf-misbehave-funs, completion--capf-safe-funs):
2141         New vars.
2142         (completion--capf-wrapper): New function.
2143         (completion-at-point): Use it to track well-behavedness of
2144         hook functions.
2145         (completion-help-at-point): New command.
2147 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
2149         * vc/add-log.el (add-change-log-entry): Don't use whitespace
2150         syntax class to search for whitespace on a single line
2151         (Message-ID: <4D938140.4030905@redhat.com>).
2153 2011-03-30  Leo Liu  <sdl.web@gmail.com>
2155         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
2156         New commands.
2157         (edit-abbrevs-map): Bind them here.
2158         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
2160 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
2162         * allout.el (allout-hide-by-annotation, allout-flag-region):
2163         Reduce possibility of overlay leakage by making them volatile.
2165         * allout-widgets.el (allout-widgets-tally): Define as nil so the
2166         hash is not shared between buffers.  Mode initialization is
2167         responsible for giving it a useful starting value.
2168         (allout-item-span): Reduce possibility of overlay leakage by
2169         making them volatile.
2170         (allout-widgets-count-buttons-in-region): Add diagnostic function
2171         for tracking down button overlay leaks.
2173 2011-03-29  Leo Liu  <sdl.web@gmail.com>
2175         * ido.el (ido-read-internal): Use the default history var
2176         minibuffer-history if no HISTORY is specified.
2178 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
2180         * net/imap.el (imap-shell-open, imap-process-connection-type):
2181         Use imap-process-connection-type for 'shell' streams as well as
2182         Kerberos, SSL, other subprocesses.
2184 2011-03-28  Leo Liu  <sdl.web@gmail.com>
2186         * abbrev.el (abbrev-table-empty-p): New function.
2187         (prepare-abbrev-list-buffer): Place empty abbrev tables after
2188         nonempty ones.  (Bug#5937)
2190 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
2192         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
2194 2011-03-27  Leo Liu  <sdl.web@gmail.com>
2196         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
2197         for foreground and background colors.
2198         (ansi-color-make-color-map): Adapt.
2200 2011-03-25  Leo Liu  <sdl.web@gmail.com>
2202         * midnight.el (midnight-time-float): Remove.  Note it calculates
2203         the microsecond component incorrectly and seconds-to-time does the
2204         same job.
2205         Remove redundant (require 'timer).
2207         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
2208         (ido-completions): Remove unused arguments.  (Bug#8329)
2210 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2212         * minibuffer.el (completion--flush-all-sorted-completions):
2213         Remove itself from hook.
2214         (completion-at-point): Let the functions perform the completion
2215         immediately and return nil or t.
2216         * comint.el (comint-dynamic-complete-functions): Now identical to
2217         completion-at-point-functions.
2218         (comint-dynamic-list-input-ring): Remove unused var `index'.
2219         (comint--match-partial-filename, comint--unquote&expand-filename):
2220         New funs, split from comint-match-partial-filename.
2221         (comint-dynamic-complete): Use completion-at-point.
2222         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
2224 2011-03-24  Drew Adams  <drew.adams@oracle.com>
2226         * thingatpt.el: Support `defun'.
2228 2011-03-23  Leo Liu  <sdl.web@gmail.com>
2230         * abbrevlist.el: Move to obsolete/abbrevlist.el.
2232         * help-mode.el (help-mode-finish): Tweak regexp.
2234 2011-03-23  Glenn Morris  <rgm@gnu.org>
2236         * eshell/esh-opt.el (eshell-eval-using-options):
2237         Do not bind unused local variable `eshell-option-stub'.
2239         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
2241 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
2243         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
2244         keymap variable in `with-no-warnings' to avoid a warning when the
2245         keymap has been already `defconst'ed.
2247 2011-03-22  Leo Liu  <sdl.web@gmail.com>
2249         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
2250         encode all chars in abbrevs; otherwise use emacs-mule or
2251         utf-8-emacs.  (Bug#8308)
2253 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
2255         * simple.el (backward-delete-char-untabify):
2256         Avoid warning about using `delete-backward-char'.
2258         * image.el (image-type-file-name-regexps): Make it variable.
2259         `imagemagick-register-types' modifies it, and the user may want
2260         to add new extensions for known image types.
2261         (imagemagick-register-types): Throw error if not using ImageMagick.
2263 2011-03-22  Leo Liu  <sdl.web@gmail.com>
2265         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
2266         located before rcirc-prompt-end-marker.
2267         (rcirc-complete): Error if point is not after rcirc prompt.
2268         Handle the case when table is nil.
2269         (rcirc-user-authenticated): Define to fix compiler warning.
2271 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
2273         * custom.el (custom--inhibit-theme-enable): Make it affect only
2274         custom-theme-set-variables and custom-theme-set-faces.
2275         (provide-theme): Ignore custom--inhibit-theme-enable.
2276         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
2277         (custom-enabling-themes): Delete variable.
2278         (enable-theme): Accept only loaded themes as arguments.
2279         Ignore the special custom-enabled-themes variable.
2280         (custom-enabled-themes): Forbid themes from setting this.
2281         Eliminate use of custom-enabling-themes.
2282         (custom-push-theme): Quote "changed" custom var entry.
2284 2011-03-21  Leo Liu  <sdl.web@gmail.com>
2286         * ido.el (ido-read-internal): Add ido-selected to history instead
2287         of user input.
2289 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2291         * subr.el (deferred-action-list, deferred-action-function):
2292         Mark obsolete.
2294 2011-03-21  Leo Liu  <sdl.web@gmail.com>
2296         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
2297         change on 2011-02-13 (bug#8309).
2299         * minibuffer.el (read-file-name-function): Change default value.
2300         (read-file-name--defaults): Rename from read-file-name-defaults.
2301         (read-file-name-default): Rename from read-file-name.
2302         (read-file-name): Call read-file-name-function.
2304 2011-03-21  Glenn Morris  <rgm@gnu.org>
2306         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
2307         Doc fixes.
2309 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
2311         * cus-theme.el: Add missing provide statement.
2312         (customize-create-theme): Extract theme value correctly.
2313         (custom-theme-visit-theme): Autoload.
2314         (customize-create-theme): Prompt before inserting default faces.
2316 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
2318         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
2319         units and musical notes.
2321 2011-03-20  Leo  <sdl.web@gmail.com>
2323         * ido.el (ido-read-internal): Use completing-read-default.
2324         (ido-completing-read): Fix compatibility with completing-read.
2326 2011-03-20  Christian Ohler  <ohler@gnu.org>
2328         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
2329         (ert-delete-all-tests): Use `called-interactively-p' rather than
2330         `interactive-p'.
2331         (ert--make-xrefs-region): Respect END.
2333 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
2335         * dired-aux.el (dired-create-directory): Signal an error if the
2336         directory already exists (Bug#8246).
2338         * facemenu.el (list-colors-display): Call list-faces-display
2339         inside with-help-window.
2340         (list-colors-print): Use display property to align the final
2341         column, instead of checking window-width.
2343 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
2345         * emerge.el (emerge-metachars): Separate value for ms-dos and
2346         windows-nt systems.
2347         (emerge-protect-metachars): Quote correctly for ms-dos and
2348         windows-nt systems.
2350 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
2352         * info.el (info-initialize): Replace all uses of `:' with
2353         path-separator for compatibility with non-Unix systems.
2354         Cache quoting of path-separator.  (Bug#8258)
2356 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
2358         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
2359         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
2360         (mouse-avoidance-mode): Fix typos in docstrings.
2362 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
2364         * startup.el (package-subdirectory-regexp): Move from package.el.
2365         Omit \\` and \\', and let callers add them.
2367         * emacs-lisp/package.el (package-strip-version)
2368         (package-load-all-descriptors): Add \\` and \\' to
2369         package-subdirectory-regexp before using it.
2370         (package-untar-buffer): New arg DIR; ensure that file untars only
2371         into this expected directory.  Remove superfluous delete-region.
2372         (package-unpack): Caller changed.
2373         (package-tar-file-info): Use package-subdirectory-regexp.
2375 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2377         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
2378         diff-mode-shared-map (bug#8284).
2379         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
2381 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383         * calendar/time-date.el (format-seconds): Use assoc instead of
2384         assoc-string, since assoc-string doesn't exist in XEmacs.
2386 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
2388         * custom.el (custom-known-themes): Reflow docstring.
2389         (custom-theme-load-path): Fix typo in docstring.
2390         (load-theme): Fix typo in error message.
2391         (custom-available-themes, custom-variable-theme-value):
2392         Use `let', not `let*'.
2394 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
2396         * calc/README: Mention inclusion of musical notes.
2398         * calc/calc-units.el (calc-lu-quant): Rename from
2399         `calc-logunits-quantity'.
2400         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
2401         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
2402         (calc-db): Rename from `calc-dblevel'.
2403         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
2404         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
2405         (calc-np): Rename from `calc-nplevel'.
2406         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
2407         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
2408         (calc-lu-plus): Rename from `calc-logunits-add'.
2409         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
2410         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
2411         (calc-lu-minus): Rename from `calc-logunits-sub'.
2412         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
2413         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
2414         (calc-lu-times): Rename from `calc-logunits-mul'.
2415         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
2416         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
2417         (calc-lu-divide): Rename from `calc-logunits-div'.
2418         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
2419         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
2421         * calc/calc-ext.el (calc-init-extensions): Update the names of the
2422         functions being autoloaded.
2424         * calc/calc.el (calc-lu-power-reference): Rename from
2425         `calc-logunits-power-reference'.
2426         (calc-lu-field-reference): Rename from
2427         `calc-logunits-field-reference'.
2429         * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
2431 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2433         * minibuffer.el (completion-all-sorted-completions):
2434         Use :completion-cycle-penalty text property if present.
2436 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
2438         * allout.el (allout-yank-processing): Adjust for new rebulleting
2439         regime so bullet being yanked is used without prompting the user
2440         for a choice.
2442 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
2444         * startup.el (command-line): Warn the user that _emacs is deprecated.
2446 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
2448         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
2449         (delphi-verbose, delphi-comment-face, delphi-string-face)
2450         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
2451         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
2452         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
2453         (delphi-new-comment-line, delphi-font-lock-defaults)
2454         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
2455         Fix typos in docstrings.
2457 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
2459         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2460         Invert the roles of character and string values for INSTEAD, so a
2461         string is used for the more common case of a defaulting prompt.
2463 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2465         * progmodes/ruby-mode.el (ruby-backward-sexp):
2466         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
2467         * play/gamegrid.el (gamegrid-make-face):
2468         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
2469         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
2470         * notifications.el (notifications-notify):
2471         * net/xesam.el (xesam-search-engines):
2472         * net/quickurl.el (quickurl-list-insert):
2473         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
2475 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
2477         * startup.el (command-line): Update package subdirectory regexp.
2479 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2481         * allout.el (allout-abbreviate-flattened-numbering)
2482         (allout-mode-deactivate-hook): Fix up obsolescence "date".
2484         * subr.el (read-char-choice): Only show the cursor after the prompt,
2485         not after the answer.
2487 2011-03-15  Kevin Ryde  <user42@zip.com.au>
2489         * help-fns.el (variable-at-point): Skip leading quotes, if any
2490         (bug#8253).
2492 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2494         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
2495         warning message.
2497 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
2499         * shell.el (shell): When called interactively, offer to change the
2500         shell file name on remote hosts.
2502 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2504         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
2505         integration for LDAP parameters.  The host, base, user or binddn,
2506         and secret tokens can be specified in a netrc file, for instance.
2507         This is optional because an `auth-source' parameter must be
2508         specified in the search attributes.
2510 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
2512         * help.el (describe-mode): Link to the mode's definition (bug#8185).
2514 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2516         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
2517         into declaration.  Remove redundant and harmful binding.
2519 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
2521         * files.el (file-ownership-preserved-p): Pass `integer' as an
2522         explicit 2nd argument to `file-attributes'.  If the file's owner
2523         is the Administrators group on Windows, and the current user is
2524         Administrator, consider that a match.
2526         * server.el (server-ensure-safe-dir): Consider server directory
2527         safe on MS-Windows if its owner is the Administrators group while
2528         the current Emacs user is Administrator.  Use `=' to compare
2529         numerical UIDs, since they could be integers or floats.
2531 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
2533         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
2535 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
2537         Sync with Tramp 2.2.1.
2539         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
2541         * net/trampver.el: Update release number.
2543 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2545         * progmodes/compile.el (compilation--previous-directory): Fix up
2546         various nil/dead-marker mismatches (bug#8014).
2547         (compilation-directory-properties, compilation-error-properties):
2548         Don't call it at a position past the one we're about to change.
2550         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
2551         Disable obsolescence warnings in the file that declares it.
2553 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
2555         * allout-widgets.el (allout-widgets-tally):
2556         Initialize allout-widgets-tally as a hash table rather than nil to
2557         prevent mode-line redisplay warnings.  Also, clarify the module
2558         description and fix a comment typo.
2560 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
2562         * help-fns.el (describe-variable): Don't complete keywords.
2563         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
2565 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
2567         * emacs-lisp/package.el (package-version-join): Impose a standard
2568         string representation for pre/alpha/beta version lists.
2569         (package-unpack-single): Standardize the directory name by passing
2570         it through package-version-join.
2571         (package-strip-rcs-id): Accept any version string that does not
2572         signal an error in version-to-list.
2574 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
2576         * simple.el (delete-trailing-whitespace): Return nil for the
2577         benefit of `write-file-functions'.
2579 2011-03-10  Glenn Morris  <rgm@gnu.org>
2581         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
2583         * vc/vc-git.el (vc-git-program): New option.
2584         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
2585         (vc-git--call): Use it.
2587         * eshell/esh-util.el (eshell-condition-case): Doc fix.
2589         * cus-edit.el (Custom-newline): If no button at point, look
2590         for a subgroup button at start-of-line.  (Bug#2298)
2592         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
2594 2011-03-10  Julien Danjou  <julien@danjou.info>
2596         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
2597         `cursor-type' is nil.
2599 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
2601         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
2603 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
2605         * allout.el Summary: Change so yank of distinctive-bullet items
2606         preserves the existing header prefix, rebulleting it if necessary,
2607         rather than replacing it.  This is necessary for proper operation
2608         of cooperative addons like allout-widgets.
2609         (allout-make-topic-prefix, allout-rebullet-heading): Change
2610         SOLICIT arg to INSTEAD, and interpret additionally a string value
2611         as alternate bullet to be used, instead of prompting the user for
2612         a bullet character.
2614 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
2616         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2617         Do not use `tramp-file-name-port', because this returns also
2618         `tramp-default-port'.
2620 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
2622         * net/rcirc.el (rcirc-handler-001): Remove useless
2623         with-rcirc-process-buffer.
2624         (rcirc-check-auth-status): Swap arguments to string-match.
2626 2011-03-09  Glenn Morris  <rgm@gnu.org>
2628         * shell.el (shell-mode):
2629         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
2631         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
2632         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
2634 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
2636         * emacs-lisp/package.el (package-refresh-contents)
2637         (package-menu-execute): Use condition-case-no-debug.
2639 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
2641         * simple.el (shell-command-to-string): Use `process-file'.
2643         * emacs-lisp/package.el (package-tar-file-info): Handle also
2644         remote files.
2646         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2647         Use `equal' for upload base check.
2649 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
2651         * textmodes/texinfo.el (texinfo-environments):
2652         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
2654 2011-03-08  Glenn Morris  <rgm@gnu.org>
2656         * cus-start.el (cursor-in-non-selected-windows):
2657         Fix :set quoting oddness.  (Bug#8192)
2659         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
2660         in some setf expressions.  (Bug#2159)
2662 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
2664         * custom.el (custom-available-themes): Return themes in
2665         alphabetical order.
2667 See ChangeLog.15 for earlier changes.
2669 ;; Local Variables:
2670 ;; coding: utf-8
2671 ;; End:
2673   Copyright (C) 2011  Free Software Foundation, Inc.
2675   This file is part of GNU Emacs.
2677   GNU Emacs is free software: you can redistribute it and/or modify
2678   it under the terms of the GNU General Public License as published by
2679   the Free Software Foundation, either version 3 of the License, or
2680   (at your option) any later version.
2682   GNU Emacs is distributed in the hope that it will be useful,
2683   but WITHOUT ANY WARRANTY; without even the implied warranty of
2684   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2685   GNU General Public License for more details.
2687   You should have received a copy of the GNU General Public License
2688   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.