* lisp/vc/vc.el (vc-diff-build-argument-list-internal)
[emacs.git] / lisp / ChangeLog
blob0f6608d2fc1fe09ec3e0c7e7fe3bafec0a19a2b4
1 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
3         * vc/vc.el (vc-diff-build-argument-list-internal)
4         (vc-version-ediff, vc-ediff): New functions.
5         (vc-version-diff): Use vc-diff-build-argument-list-internal.
7 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10         add sanity check.
12         * obsolete/erc-hecomplete.el: Make obsolete.
13         * obsolete/: Standardize obsolescence info in the header.
15 2011-04-20  Glenn Morris  <rgm@gnu.org>
17         * calendar/solar.el (solar-horizontal-coordinates):
18         Use the longitude argument rather than `calendar-longitude'.
19         (solar-date-next-longitude): Remove unused locals.
21 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
25         multi-line comments as well.
27 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
29         Lexical-binding cleanup.
31         * arc-mode.el (archive-mode-revert):
32         * cmuscheme.el (scheme-interactively-start-process):
33         * custom.el (custom-initialize-delay):
34         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
35         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
36         * emacs-lock.el (emacs-lock-clear-sentinel):
37         * ezimage.el (defezimage):
38         * follow.el (follow-avoid-tail-recenter):
39         * fringe.el (set-fringe-mode-1):
40         * generic-x.el (bat-generic-mode-compile):
41         * help-mode.el (help-info-variable, help-do-xref)
42         (help-mode-revert-buffer):
43         * help.el (view-emacs-todo):
44         * iswitchb.el (iswitchb-completion-help):
45         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
46         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
47         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
48         * locate.el (locate-update):
49         * longlines.el (longlines-encode-region)
50         (longlines-after-change-function):
51         * outline.el (outline-isearch-open-invisible):
52         * ps-def.el (declare-function, charset-dimension, char-width)
53         (encode-char):
54         * ps-mule.el (ps-mule-plot-string):
55         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
56         (recentf-edit-list-select, recentf-edit-list-validate)
57         (recentf-open-files-action):
58         * rect.el (delete-whitespace-rectangle-line)
59         (rectangle-number-line-callback):
60         * register.el (window-configuration-to-register)
61         (frame-configuration-to-register):
62         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
63         * select.el (xselect-convert-to-string, xselect-convert-to-length)
64         (xselect-convert-to-targets, xselect-convert-to-delete)
65         (xselect-convert-to-filename, xselect-convert-to-charpos)
66         (xselect-convert-to-lineno, xselect-convert-to-colno)
67         (xselect-convert-to-os, xselect-convert-to-host)
68         (xselect-convert-to-user, xselect-convert-to-class)
69         (xselect-convert-to-name, xselect-convert-to-integer)
70         (xselect-convert-to-atom, xselect-convert-to-identity):
71         * subr.el (declare, ignore, process-kill-without-query)
72         (text-clone-maintain):
73         * terminal.el (te-get-char, te-tic-sentinel):
74         * tool-bar.el (tool-bar-make-keymap):
75         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
76         * type-break.el (type-break-mode, type-break-noninteractive-query):
77         * view.el (View-back-to-mark):
78         * wid-browse.el (widget-browse-action, widget-browse-widget)
79         (widget-browse-widgets, widget-browse-sexp):
80         * widget.el (define-widget-keywords):
81         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
82         Mark unused parameters.
84         * align.el (align-adjust-col-for-rule): Mark unused parameter.
85         (align-areas): Remove unused variable `look'.
86         (align-region): Remove unused variables `real-end' and `pos-list'.
88         * apropos.el (apropos-score-doc): Remove unused variable `i'.
90         * bindings.el (mode-line-modified, mode-line-remote):
91         Mark unused parameters.
92         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
94         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
95         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
97         * comint.el (comint-history-isearch-pop-state)
98         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
99         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
100         (comint-substitute-in-file-name): Doc fix.
102         * completion.el (cmpl-statistics-block): Mark unused parameter.
103         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
104         (save-completions-to-file, load-completions-from-file):
105         Remove unused local variable `e'.
107         * composite.el (compose-chars): Remove unused variable `len'.
108         (lgstring-insert-glyph): Remove unused variable `g'.
109         (compose-glyph-string): Remove unused variables `ascent',
110         `descent', `lbearing' and `rbearing'.
111         (compose-glyph-string-relative): Remove unused variables
112         `lbearing', `rbearing' and `wadjust'.
113         (compose-gstring-for-graphic): Remove unused variables `header',
114         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
115         (compose-gstring-for-terminal): Remove unused variables `header'
116         and `nchars'.  Use `let', not `let*'.
118         * cus-edit.el (Custom-set, Custom-save, custom-reset)
119         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
120         (Custom-buffer-done, custom-buffer-create-internal)
121         (custom-browse-visibility-action, custom-browse-group-tag-action)
122         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
123         (widget-magic-mouse-down-action, custom-toggle-parent)
124         (custom-add-parent-links, custom-toggle-hide-variable)
125         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
126         (custom-toggle-hide-face, face, hook, custom-group-link-action)
127         (custom-face-menu-create, custom-variable-menu-create, get)
128         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
129         (custom-reset-standard-save-and-update): Remove unused variable `value'.
130         (customize-apropos): Remove unused variable `tests'.
131         (custom-group-value-create): Remove unused variable `hidden-p'.
132         (sort-fold-case): Declare.
134         * cus-theme.el (custom-reset-standard-faces-list)
135         (custom-reset-standard-variables-list): Declare.
136         (customize-create-theme, custom-theme-revert, custom-theme-write)
137         (custom-theme-choose-mode, customize-themes, custom-theme-save):
138         Mark unused parameters.
140         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
142         * delim-col.el (delimit-columns-max): Move defvar before first use.
144         * descr-text.el (describe-char-categories): Don't quote `lambda'.
145         (describe-char): Don't quote `lambda'.  Mark unused parameter.
147         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
148         (auto-insert): Declare.
149         (desktop-restore-file-buffer): Rename desktop-* parameters;
150         mark unused ones.
151         (desktop-create-buffer): Rename desktop-* parameters and bind them.
152         (desktop-buffer): Rename desktop-* parameters.
154         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
155         (dframe-reposition-frame-xemacs, dframe-help-echo)
156         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
157         Mark unused parameters.
159         * dired-aux.el (backup-extract-version-start, overwrite-query)
160         (overwrite-backup-query, rename-regexp-query)
161         (rename-non-directory-query): Declare.
162         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
163         (dired-add-entry): Remove unused variable `orig-file-name'.
164         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
165         Use parameter PRESERVE-TIME instead of accessing dynamic variable
166         `dired-copy-preserve-time' directly.
167         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
168         (dired-insert-subdir-newpos): Rename unused variable `pos'.
170         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
171         (dired-virtual-revert, dired-make-relative-symlink):
172         Mark unused parameters.
173         (manual-program): Declare.
174         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
175         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
176         wrapped in `with-no-warnings' to avoid replacing one warning by another.
178         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
180         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
182         * echistory.el (electric-history-in-progress, Helper-return-blurb):
183         Declare.
185         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
187         * electric.el (Electric-command-loop): Rename parameter
188         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
190         * expand.el (expand-in-literal): Remove unused variable `here'.
192         * facemenu.el (facemenu-add-new-color):
193         Remove unused variable `docstring'.
195         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
196         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
197         (face-attr-construct): Mark unused parameter.  Doc fix.
198         (read-color): Remove unused variable `hex-string'.
200         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
201         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
202         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
203         (display-buffer-other-frame): Remove unused variable `old-window'.
204         (kill-buffer-hook): Declare.
205         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
206         Mark unused parameters.
207         (after-find-file): Pass 1 to `auto-save-mode', not t.
209         * files-x.el (auto-insert): Declare.
210         (modify-file-local-variable-prop-line): Remove unused variable `val'.
212         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
213         variable `buf'.  Mark unused parameter.
214         (find-lisp-insert-directory): Mark unused parameter.
216         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
217         (format-encode-region): Remove unused variables `cur-buf' and `result'.
218         (format-common-tail): Remove, unused.
219         (format-deannotate-region): Remove unused variable `loc'.
220         (format-annotate-region): Remove unused variable `p'.
221         (format-annotate-single-property-change): Remove unused variables
222         `default' and `tail'.
224         * forms.el (read-file-filter): Declare.
225         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
227         * frame.el (frame-creation-function-alist): Mark unused parameter.
228         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
230         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
231         Remove unused parameters.
232         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
233         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
235         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
236         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
237         (hfy-prepare-tag-map): Mark unused parameters.
238         (htmlfontify-buffer): Use `called-interactively-p'.
240         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
241         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
242         (ibuffer-do-occur): Mark unused parameters.
243         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
244         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
246         * ibuffer.el: Don't quote `lambda'.
247         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
248         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
249         Mark unused parameters.
251         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
252         (ido-completing-read): Mark unused parameters.
253         (ido-copy-current-word): Mark unused parameters;
254         remove unused variable `name'.
255         (ido-sort-merged-list): Remove unused parameter `dirs'.
257         * ielm.el (ielm-input-sender): Mark unused parameter.
258         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
259         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
260         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
261         `ielm-string' as a dynamic variable accessible from the IELM prompt.
262         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
264         * image-dired.el (image-dired-display-thumbs): Remove unused
265         variables `curr-file' and `count'.
266         (image-dired-remove-tag): Remove unused variable `start'.
267         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
268         variable `curr-file'
269         (image-dired-rotate-original): Remove unused variable `temp-file'.
270         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
271         Remove unused variable `file'.
272         (image-dired-gallery-generate): Remove unused variable `curr'.
273         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
275         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
277         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
279         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
281         * isearch.el (minibuffer-history-symbol): Declare.
282         (isearch-edit-string): Remove unused variable `err'.
283         (isearch-message-prefix, isearch-message-suffix):
284         Mark unused parameters.
286         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
288         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
290         * makesum.el (double-column): Remove unused variable `cnt'.
292         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
293         (ido-ignore-item-temp-list): Declare.
295         * mouse-drag.el (mouse-drag-throw): Remove unused variables
296         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
297         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
298         (mouse-drag-drag): Remove unused variables `mouse-delta' and
299         `mouse-col-delta'.
301         * mouse-sel.el (mouse-extend-internal):
302         Remove unused variable `orig-window-frame'.
304         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
305         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
306         Move declarations before first use.
307         (pcomplete-opt): Mark unused parameters; doc fix.
309         * proced.el (proced-revert): Mark unused parameter.
310         (proced-send-signal): Remove unused variable `err'.
312         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
313         Rename parameter PREFIX-ARG to ARG.
314         (ps-basic-plot-string, ps-basic-plot-whitespace):
315         Mark unused parameters.
317         * replace.el (replace-count): Define.
318         (occur-revert-function): Mark unused parameters.
319         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
320         (isearch-case-fold-search, isearch-string): Declare.
321         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
322         bind `case-fold-search'.  Remove unused variables `beg' and `end',
323         and simplify.
324         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
325         COUNT and bind `replace-count'.
326         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
327         to COUNT.
329         * savehist.el (print-readably, print-string-length): Declare.
331         * shadowfile.el (shadow-expand-cluster-in-file-name):
332         Remove unused variable `cluster'.
333         (shadow-copy-file): Remove unused variable `i'.
334         (shadow-noquery, shadow-clusters, shadow-site-cluster)
335         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
336         (shadow-define-literal-group, shadow-define-regexp-group)
337         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
339         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
340         (shell): Use `called-interactively-p'.
341         (shell-directory-tracker): Remove unused variable `chdir-failure'.
343         * simple.el (compilation-context-lines, comint-file-name-quote-list)
344         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
345         (delete-backward-char): Remove unused variable `ocol'.
346         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
347         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
348         (event-apply-hyper-modifier, event-apply-shift-modifier)
349         (event-apply-control-modifier, event-apply-meta-modifier):
350         Mark unused parameters.
351         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
352         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
354         * speedbar.el (speedbar-ignored-directory-expressions)
355         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
356         (speedbar-find-file, speedbar-dir-follow)
357         (speedbar-directory-buttons-follow, speedbar-tag-find)
358         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
359         (speedbar-buffers-line-directory, speedbar-buffer-click):
360         Mark unused parameters.
361         (speedbar-tag-file): Remove unused variable `mode'.
362         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
364         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
366         * talk.el (talk): Remove unused variable `display'.
368         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
369         (tar-write-region-annotate): Mark unused parameter.
371         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
372         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
373         Declare them, wrapped in `with-no-warnings' to avoid replacing one
374         warning by another.
376         * time-stamp.el (time-stamp-string-preprocess):
377         Remove unused variable `require-padding'.
379         * tree-widget.el (widget-glyph-enable): Declare.
380         (tree-widget-action): Mark unused parameter.
382         * w32-fns.el (x-get-selection): Mark unused parameter.
383         (autoload-make-program, generated-autoload-file): Declare.
385         * wdired.el (wdired-revert): Mark unused parameters.
386         (wdired-xcase-word): Remove unused variable `err'.
388         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
389         (whitespace-help-scroll): Remove unused variable `data-help'.
391         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
392         (widget-image-insert, widget-after-change, default)
393         (widget-default-format-handler, widget-default-notify)
394         (widget-default-prompt-value, widget-info-link-action)
395         (widget-url-link-action, widget-function-link-action)
396         (widget-variable-link-action, widget-file-link-action)
397         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
398         (widget-field-prompt-internal, widget-field-action, widget-field-match)
399         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
400         (widget-insert-button-action, widget-delete-button-action, visibility)
401         (widget-documentation-link-action, widget-documentation-string-action)
402         (widget-const-prompt-value, widget-regexp-match, symbol)
403         (widget-coding-system-prompt-value)
404         (widget-key-sequence-value-to-external, sexp)
405         (widget-sexp-value-to-internal, character, vector, cons)
406         (widget-choice-prompt-value, widget-boolean-prompt-value)
407         (widget-color--choose-action): Mark unused parameters.
408         (widget-item-match-inline, widget-choice-match-inline)
409         (widget-checklist-match, widget-checklist-match-inline)
410         (widget-group-match): Rename parameter VALUES to VALS.
411         (widget-field-value-set): Remove unused variable `size'.
412         (widget-color-action): Remove unused variables `value' and `start'.
414         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
415         variable `dir'.  Doc fix.
416         (windmove-find-other-window): Don't pass it.
418         * window.el (count-windows): Mark unused parameter.
419         (bw-adjust-window): Remove unused variable `err'.
421         * woman.el (woman-file-name): Remove unused variable `default'.
422         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
423         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
424         (global-font-lock-mode): Declare.
425         (woman-decode-region): Mark unused parameter.
426         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
428         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
429         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
430         (x-dnd-handle-moz-url): Remove unused variable `title'.
431         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
433         * xml.el (xml-parse-tag, xml-parse-attlist):
434         Remove unused variable `pos'.
436 2011-04-19  Glenn Morris  <rgm@gnu.org>
438         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
439         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
440         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
441         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
442         * calendar/cal-html.el (cal-html-insert-minical):
443         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
444         (calendar-mark-date-pattern):
445         Prefix "unused" locals.
447         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
448         optional argument `style'.
450         * calendar/appt.el (appt-make-list):
451         * calendar/cal-china.el (calendar-chinese-date-string):
452         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
453         (diary-hebrew-yahrzeit):
454         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
455         * calendar/calendar.el (calendar-generate-window):
456         * calendar/time-date.el (time-to-days):
457         Remove unused local variables.
459 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
461         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
462         glyphless-char-display table.
463         (tabulated-list-glyphless-char-display): New var.
465 2011-04-18  Sam Steingold  <sds@gnu.org>
467         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
468         to acknowledgments.
470 2011-04-17  Glenn Morris  <rgm@gnu.org>
472         * calendar/diary-lib.el (diary-sexp-entry):
473         * calendar/holidays.el (holiday-sexp):
474         Set debug-on-error rather than the removed stack-trace-on-error.
476 2011-04-16  Glenn Morris  <rgm@gnu.org>
478         * progmodes/f90.el: Use lexical-binding.
479         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
481 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
483         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
484         (mail-mode): Setup mailalias completion here instead.
485         * mail/mailalias.el: Use lexical-binding.
486         (pattern, mailalias-done): Declare dynamic.
487         (mail-completion-at-point-function): New function, from mail-complete.
488         (mail-complete): Use it.
489         (mail-completion-expand): New function.
490         (mail-get-names): Use it.
491         (mail-directory, mail-directory-process, mail-directory-stream):
492         Don't use `pattern' for lexically bound arg.
494         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
496         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
497         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
498         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
500         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
501         (byte-save-window-excursion, byte-temp-output-buffer-setup)
502         (byte-interactive-p): Define them again, for use when inlining
503         old code.
505 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
507         * loadup.el: Use `string-to-number', not `string-to-int'.
509 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
511         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
512         gud-gdb-complete-command.
513         (gud-gdb-completions): New function, from gud-gdb-complete-command.
514         (gud-gdb-completion-at-point): New function.
515         (gud-gdb-completions): Remove.
517 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
519         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
520         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
521         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
522         whether `executable-find' is bound.
524         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
526 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
528         * minibuffer.el (completion-in-region-mode-predicate)
529         (completion-in-region-mode--predicate): New vars.
530         (completion-in-region, completion-in-region--postch)
531         (completion-in-region-mode): Use them.
532         (completion--capf-wrapper): Also return the hook function.
533         (completion-at-point, completion-help-at-point):
534         Adjust and provide a predicate.
536         Preserve arg names for advice of subr and lexical functions (bug#8457).
537         * help-fns.el (help-function-arglist): Consolidate the subr and
538         new-byte-code cases.  Add argument `preserve-names' to extract names
539         from the docstring when needed.
540         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
541         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
542         (ad-arglist): Use help-function-arglist's new arg.
543         (ad-definition-type): Use cond.
545 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
547         * autorevert.el (auto-revert-handler):
548         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
549         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
550         Don't quote lambda.
552         * image-mode.el (image-transform-set-scale):
553         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
555 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557         * net/network-stream.el (network-stream-open-starttls): Only do
558         opportunistic STARTTLS upgrades if we have built-in gnutls support.
559         Upgrades via gnutls-cli are too slow to be done opportunistically.
561 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
563         * dframe.el (dframe-current-frame): Remove spurious quote.
565 2011-04-12  Glenn Morris  <rgm@gnu.org>
567         * calendar/cal-tex.el (cal-tex-end-document):
568         Try to automatically use latin1 input if needed.
570         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
571         Don't try to cons a mark onto an empty element.
573 2011-04-11  Leo Liu  <sdl.web@gmail.com>
575         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
576         buffers.
577         (ido-kill-buffer-at-head): Support killing virtual buffers.
579 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
581         * minibuffer.el (completion-show-inline-help): New var.
582         (completion--do-completion, minibuffer-complete)
583         (minibuffer-force-complete, minibuffer-complete-word):
584         Inhibit minibuffer messages if completion-show-inline-help is nil.
586         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
587         to avoid interference from inline help (Bug#5849).
589 2011-04-10  Leo Liu  <sdl.web@gmail.com>
591         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
592         Fix typo.
594 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
596         * image-mode.el (image-toggle-display-image): Signal an error if
597         not in Image mode.
598         (image-transform-mode, image-transform-resize)
599         (image-transform-set-rotation): Doc fix.
600         (image-transform-set-resize): Delete.
601         (image-transform-set-scale, image-transform-fit-to-height)
602         (image-transform-fit-to-width): Handle image-toggle-display-image
603         and image-transform-resize directly.
605 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
607         * doc-view.el (doc-view-fit-width-to-window)
608         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
609         New functions for fitting the shown image to the Emacs window size.
610         (doc-view-mode-map): Add bindings for the new functions.
612 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
614         * vc-annotate.el (vc-annotate-show-log-revision-at-line):
615         Fix typo in docstring.
617 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
619         * files.el (file-size-human-readable): Produce one digit after
620         decimal, like "ls -lh" does.
622         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
623         the file size representation.
625         * simple.el (list-processes): If async subprocesses are not
626         available, error out with a clear error message.
628 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
630         * help.el (help-form-show): New function, to be called from C.
631         Put help-form output in a buffer named differently than *Help*.
633 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
635         * files.el (file-size-human-readable): New function.
637         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
638         computing the representation inline.  Don't require `cl'.
640 2011-04-08  Glenn Morris  <rgm@gnu.org>
642         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
644         * net/browse-url.el (browse-url-firefox):
645         Test system-type, not system-configuration.
647         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
648         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
649         Use log-edit-empty-buffer-p.  (Bug#7598)
651         * net/rlogin.el (rlogin-process-connection-type): Simplify.
652         (rlogin-mode-map): Initialize in the defvar.
653         (rlogin): Use ignore-errors.
655         * replace.el (occur-mode-map): Some fixes for menu items.
657 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
659         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
661 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
663         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
664         issuing unused warnings.
666         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
667         macro directly.
669         * simple.el: Lisp reimplement of list-processes.  Based on an
670         earlier reimplementation by Leo Liu, but using tabulated-list.el.
671         (process-menu-mode): New major mode.
672         (list-processes--refresh, list-processes):
673         (process-menu-visit-buffer): New functions.
675         * files.el (save-buffers-kill-emacs): Don't assume any return
676         value of list-processes, which is undocumented anyway.
678 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
680         * emacs-lisp/tabulated-list.el: New file.
682         * emacs-lisp/package.el: Use Tabulated List mode.
683         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
684         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
685         table format using Tabulated List mode variables.
686         (package--push): New macro, replacing package-list-maybe-add.
687         (package-menu--generate): Use package--push.  Renamed from
688         package--generate-package-list.
689         (package-menu-refresh, list-packages): Use it.
690         (package-menu--print-info): Rename from package-print-package.
691         Return insertion data instead of inserting it directly.
692         (package-menu-describe-package, package-menu-execute):
693         Use tabulated-list-get-id.
694         (package-menu-mark-delete, package-menu-mark-install)
695         (package-menu-mark-unmark, package-menu-backup-unmark)
696         (package-menu-mark-obsolete-for-deletion):
697         Use tabulated-list-put-tag.
698         (package--list-packages, package-menu-revert)
699         (package-menu-get-package, package-menu-get-version)
700         (package-menu-sort-by-column): Functions deleted.
701         (package-menu-package-list, package-menu-sort-key): Vars deleted.
702         (package-menu--status-predicate, package-menu--version-predicate)
703         (package-menu--name-predicate)
704         (package-menu--description-predicate): Handle arguments in the
705         Tabulated List format.
706         (package-list-packages-no-fetch): Call list-packages.
708 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
710         * files.el (after-find-file-from-revert-buffer): Remove variable.
711         (after-find-file): Don't bind it.
712         (revert-buffer-in-progress-p): New variable.
713         (revert-buffer): Bind it.
714         Pass nil for `after-find-file-from-revert-buffer'.
716         * saveplace.el (save-place-find-file-hook): Use new variable
717         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
719 2011-04-06  Glenn Morris  <rgm@gnu.org>
721         * Makefile.in (AUTOGEN_VCS): New variable.
722         (autoloads): Use $AUTOGEN_VCS.
724         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
725         * calendar/calendar.el (calendar-mode-map):
726         Check for toolkit scroll bars.  (Bug#8305)
728 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
730         * minibuffer.el (completion-in-region--postch)
731         (completion-in-region-mode): Remove unnecessary messages.
733 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
735         * font-lock.el (font-lock-refresh-defaults):
736         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
737         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
739         * info.el (Info-directory-list, Info-read-node-name-2)
740         (Info-split-parameter-string): Doc fixes.
741         (Info-virtual-nodes): Reflow docstring.
742         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
743         (Info-apropos-toc-nodes, info-finder, Info-get-token)
744         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
745         Fix typos in docstrings.
746         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
747         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
748         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
749         (Info-restore-desktop-buffer): Mark unused parameters.
750         (Info-directory-find-file, Info-directory-find-node)
751         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
752         (Info-virtual-index-find-node, Info-apropos-find-file)
753         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
754         Mark unused parameters; fix typos in docstrings.
755         (Info-virtual-index): Remove unused local variable `nodename'.
757 2011-04-05  Deniz Dogan  <deniz@dogan.se>
759         * net/rcirc.el: Update my e-mail address.
760         (rcirc-mode-map): Remove M-o binding.
762 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
764         * startup.el (command-line): Save the cursor's theme-face
765         directly, instead of using face-override-spec.
767         * custom.el (load-theme): Minor optimization in assigning faces.
769 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
771         * help-fns.el (describe-variable): Complete all variables having
772         documentation, including keywords.
773         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
775 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
777         Convert to lexical-binding.
779         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
780         (bs--get-marked-string, bs--get-modified-string)
781         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
782         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
783         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
785         * ehelp.el (electric-help-execute-extended)
786         (electric-help-ctrl-x-prefix):
787         * hexl.el (hexl-revert-buffer-function):
788         * linum.el (linum-after-change, linum-after-scroll):
789         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
791         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
793 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
795         * epa-dired.el:
796         * epa-mail.el:
797         * epa-hook.el:
798         * epa-file.el:
799         * epa.el:
800         * epg.el: Use lexical binding.
802 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
804         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
806         * textmodes/flyspell.el (flyspell-word): Recognize default
807         dictionary case for flyspell-mark-duplications-exceptions.
808         Use regexp matching for languages.
809         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
810         default dictionary (Bug#7926).
812 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
814         * emacs-lisp/package.el (package--with-work-buffer):
815         Recognize https URLs.
817         * net/network-stream.el: Move from gnus/proto-stream.el.
818         Change prefix to network-stream throughout.
819         (open-protocol-stream): Merge into open-network-stream, leaving
820         open-protocol-stream as an alias.  Handle nil BUFFER args.
822         * subr.el (open-network-stream): Move to net/network-stream.el.
824 2011-04-02  Glenn Morris  <rgm@gnu.org>
826         * find-dired.el (find-exec-terminator): New option.
827         (find-ls-option): Test for -ls support.
828         (find-ls-subdir-switches): Test for -b in find-ls-option.
829         (find-dired, find-grep-dired): Doc fixes.
830         (find-dired): Use find-exec-terminator.
832         * find-dired.el (find-ls-option, find-ls-subdir-switches)
833         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
834         (find-name-arg): Remove purecopy.
836         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
837         (grep-compute-defaults): Check for `-exec COMMAND +' support.
838         Set grep-find-use-xargs, grep-find-command, and grep-find-template
839         accordingly.  Don't add the null-device if not needed.
841         * files.el (save-some-buffers): Doc fix.
843 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
845         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
847 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
849         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
850         Use `dolist' rather than `mapcar'.
852 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
854         Add lexical binding.
856         * subr.el (apply-partially): Use new closures rather than CL.
857         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
858         (dolist, dotimes): Use slightly different expansion for lexical code.
859         (functionp): Move to C.
860         (letrec): New macro.
861         (with-wrapper-hook): Use it and apply-partially instead of CL.
862         (eval-after-load): Preserve lexical-binding.
863         (save-window-excursion, with-output-to-temp-buffer): Turn them
864         into macros.
866         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
868         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
869         than the arglist.
870         (help-add-fundoc-usage): Don't add `Not documented'.
871         (help-function-arglist): Handle closures, subroutines, and new
872         byte-code-functions.
873         (help-make-usage): Remove leading underscores.
874         (describe-function-1): Handle closures.
875         (describe-variable): Use special-variable-p for completion.
877         * files.el (lexical-binding): Declare safe.
879         * emacs-lisp/pcase.el: Don't use destructuring-bind.
880         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
881         (pcase): Add `let' pattern.
882         Change memoization so it actually works.
883         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
884         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
885         <let>: New case.
887         * emacs-lisp/macroexp.el: Use lexical binding.
888         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
889         Don't convert ' to #' without checking that it's indeed quoting
890         a lambda.
892         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
893         Use eval-sexp-add-defvars.
894         (eval-sexp-add-defvars): New fun.
896         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
898         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
899         Don't autoload.
900         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
901         than the internal `byte-compile-lambda'.
902         (defmethod): Don't hide code under quotes.
903         (eieio-defmethod): New `code' argument.
905         * emacs-lisp/eieio-comp.el: Remove.
907         * emacs-lisp/edebug.el (edebug-eval-defun)
908         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
909         (edebug-toggle): Avoid `eval'.
911         * emacs-lisp/disass.el (disassemble-internal): Handle new
912         `closure' objects.
913         (disassemble-1): Handle new byte codes.
915         * emacs-lisp/cl.el (pushnew): Silence warning.
917         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
918         (cl-byte-compile-throw): Remove.
919         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
921         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
922         closures.
924         * emacs-lisp/cconv.el: New file.
926         * emacs-lisp/bytecomp.el: Use lexical binding instead of
927         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
928         (byte-compile-initial-macro-environment):
929         Handle declare-function here.
930         (byte-compile--lexical-environment): New var.
931         (byte-stack-ref, byte-stack-set, byte-discardN)
932         (byte-discardN-preserve-tos): New lap codes.
933         (byte-interactive-p): Don't use any more.
934         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
935         New macros.
936         (byte-compile-lapcode): Use them and handle new lap codes.
937         (byte-compile-obsolete): Remove.
938         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
939         (byte-compile-arglist-warn): Check late def of inlinable funs.
940         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
941         since they should have been expanded by now.
942         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
943         (byte-compile-from-buffer): Remove unused second arg.
944         (byte-compile-preprocess): New function.
945         (byte-compile-toplevel-file-form): New function to distinguish
946         file-form calls from outside from file-form calls from hunk-handlers.
947         (byte-compile-file-form): Simplify.
948         (byte-compile-file-form-defsubst): Remove.
949         (byte-compile-file-form-defmumble): Simplify now that
950         byte-compile-lambda always returns a byte-code-function.
951         (byte-compile): Preprocess.
952         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
953         Remove, not used any more.
954         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
955         (byte-compile-make-args-desc): New funs.
956         (byte-compile-lambda): Handle lexical functions.  Always return
957         a byte-code-function.
958         (byte-compile-reserved-constants): New var, to make up room for
959         closed-over variables.
960         (byte-compile-constants-vector): Obey it.
961         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
962         (byte-compile-macroexpand-declare-function): New function.
963         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
964         byte-code-functions.
965         (byte-compile-form): Check obsolescence here.
966         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
967         (byte-compile-variable-ref): Remove.
968         (byte-compile-dynamic-variable-op): New fun.
969         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
970         (byte-compile-variable-set): New funs.
971         (byte-compile-discard): Add 2 args.
972         (byte-compile-stack-ref, byte-compile-stack-set)
973         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
974         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
975         macroexpand-all instead.
976         (byte-compile-quote-form): Remove.
977         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
978         (byte-compile-bind, byte-compile-unbind): New funs.
979         (byte-compile-let): Handle let* and lexical binding.
980         (byte-compile-let*): Remove.
981         (byte-compile-catch, byte-compile-unwind-protect)
982         (byte-compile-track-mouse, byte-compile-condition-case):
983         Handle a new :fun-body form, used for lexical scoping.
984         (byte-compile-save-window-excursion)
985         (byte-compile-with-output-to-temp-buffer): Remove.
986         (byte-compile-defun): Simplify.
987         (byte-compile-stack-adjustment): New fun.
988         (byte-compile-out): Use it.
989         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
991         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
992         handler any more.
994         * emacs-lisp/byte-opt.el: Use lexical binding.
995         (byte-inline-lapcode): Remove (to bytecomp).
996         (byte-compile-inline-expand): Pay attention to inlining to/from
997         lexically bound code.
998         (byte-compile-unfold-lambda): Don't handle byte-code-functions
999         any more.
1000         (byte-optimize-form-code-walker): Don't handle save-window-excursion
1001         any more and don't call compiler-macros.
1002         (byte-compile-splice-in-already-compiled-code): Remove.
1003         (byte-code): Don't inline any more.
1004         (disassemble-offset): Receive `bytes' as argument rather than via
1005         dynamic scoping.
1006         (byte-compile-tag-number): Declare before first use.
1007         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
1008         `return' even if make-spliceable.
1009         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
1010         obsolete interactive-p.
1011         (byte-optimize-lapcode): Optimize new lap-codes.
1012         Don't trip up on new form of `byte-constant' lap code.
1014         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
1016         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
1018         * custom.el (custom-initialize-default, custom-declare-variable):
1019         Use `defvar'.
1021         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
1022         New variables.
1023         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
1024         (COMPILE_FIRST): Add macroexp and cconv.
1025         * makefile.w32-in: Mirror changes in Makefile.in.
1027         * vc/cvs-status.el:
1028         * vc/diff-mode.el:
1029         * vc/log-edit.el:
1030         * vc/log-view.el:
1031         * vc/smerge-mode.el:
1032         * textmodes/bibtex-style.el:
1033         * textmodes/css.el:
1034         * startup.el:
1035         * uniquify.el:
1036         * minibuffer.el:
1037         * newcomment.el:
1038         * reveal.el:
1039         * server.el:
1040         * mpc.el:
1041         * emacs-lisp/smie.el:
1042         * doc-view.el:
1043         * dired.el:
1044         * abbrev.el: Use lexical binding.
1046 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
1048         * info.el (info-display-manual): New function.
1050 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1052         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
1054 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
1056         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
1057         an entry for that server in rcirc-authinfo.  (Bug#8385)
1059 2011-03-31  Glenn Morris  <rgm@gnu.org>
1061         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
1063         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
1065 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
1067         * progmodes/python.el (python-default-interpreter)
1068         (python-python-command-args, python-jython-command-args)
1069         (python-which-shell, python-which-args, python-which-bufname)
1070         (python-file-queue, python-comint-output-filter-function)
1071         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
1072         variables and functions.
1074 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1076         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
1077         (completion-in-region-mode): New minor mode.
1078         (completion-in-region): Use it.
1079         (completion-in-region--data, completion-in-region-mode-map): New vars.
1080         (completion-in-region--postch): New function.
1081         (completion--capf-misbehave-funs, completion--capf-safe-funs):
1082         New vars.
1083         (completion--capf-wrapper): New function.
1084         (completion-at-point): Use it to track well-behavedness of
1085         hook functions.
1086         (completion-help-at-point): New command.
1088 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
1090         * vc/add-log.el (add-change-log-entry): Don't use whitespace
1091         syntax class to search for whitespace on a single line
1092         (Message-ID: <4D938140.4030905@redhat.com>).
1094 2011-03-30  Leo Liu  <sdl.web@gmail.com>
1096         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
1097         New commands.
1098         (edit-abbrevs-map): Bind them here.
1099         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
1101 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
1103         * allout.el (allout-hide-by-annotation, allout-flag-region):
1104         Reduce possibility of overlay leakage by making them volatile.
1106         * allout-widgets.el (allout-widgets-tally): Define as nil so the
1107         hash is not shared between buffers.  Mode initialization is
1108         responsible for giving it a useful starting value.
1109         (allout-item-span): Reduce possibility of overlay leakage by
1110         making them volatile.
1111         (allout-widgets-count-buttons-in-region): Add diagnostic function
1112         for tracking down button overlay leaks.
1114 2011-03-29  Leo Liu  <sdl.web@gmail.com>
1116         * ido.el (ido-read-internal): Use the default history var
1117         minibuffer-history if no HISTORY is specified.
1119 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1121         * net/imap.el (imap-shell-open, imap-process-connection-type):
1122         Use imap-process-connection-type for 'shell' streams as well as
1123         Kerberos, SSL, other subprocesses.
1125 2011-03-28  Leo Liu  <sdl.web@gmail.com>
1127         * abbrev.el (abbrev-table-empty-p): New function.
1128         (prepare-abbrev-list-buffer): Place empty abbrev tables after
1129         nonempty ones.  (Bug#5937)
1131 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
1133         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
1135 2011-03-27  Leo Liu  <sdl.web@gmail.com>
1137         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
1138         for foreground and background colors.
1139         (ansi-color-make-color-map): Adapt.
1141 2011-03-25  Leo Liu  <sdl.web@gmail.com>
1143         * midnight.el (midnight-time-float): Remove.  Note it calculates
1144         the microsecond component incorrectly and seconds-to-time does the
1145         same job.
1146         Remove redundant (require 'timer).
1148         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
1149         (ido-completions): Remove unused arguments.  (Bug#8329)
1151 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1153         * minibuffer.el (completion--flush-all-sorted-completions):
1154         Remove itself from hook.
1155         (completion-at-point): Let the functions perform the completion
1156         immediately and return nil or t.
1157         * comint.el (comint-dynamic-complete-functions): Now identical to
1158         completion-at-point-functions.
1159         (comint-dynamic-list-input-ring): Remove unused var `index'.
1160         (comint--match-partial-filename, comint--unquote&expand-filename):
1161         New funs, split from comint-match-partial-filename.
1162         (comint-dynamic-complete): Use completion-at-point.
1163         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
1165 2011-03-24  Drew Adams  <drew.adams@oracle.com>
1167         * thingatpt.el: Support `defun'.
1169 2011-03-23  Leo Liu  <sdl.web@gmail.com>
1171         * abbrevlist.el: Move to obsolete/abbrevlist.el.
1173         * help-mode.el (help-mode-finish): Tweak regexp.
1175 2011-03-23  Glenn Morris  <rgm@gnu.org>
1177         * eshell/esh-opt.el (eshell-eval-using-options):
1178         Do not bind unused local variable `eshell-option-stub'.
1180         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
1182 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
1184         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
1185         keymap variable in `with-no-warnings' to avoid a warning when the
1186         keymap has been already `defconst'ed.
1188 2011-03-22  Leo Liu  <sdl.web@gmail.com>
1190         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
1191         encode all chars in abbrevs; otherwise use emacs-mule or
1192         utf-8-emacs.  (Bug#8308)
1194 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
1196         * simple.el (backward-delete-char-untabify):
1197         Avoid warning about using `delete-backward-char'.
1199         * image.el (image-type-file-name-regexps): Make it variable.
1200         `imagemagick-register-types' modifies it, and the user may want
1201         to add new extensions for known image types.
1202         (imagemagick-register-types): Throw error if not using ImageMagick.
1204 2011-03-22  Leo Liu  <sdl.web@gmail.com>
1206         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
1207         located before rcirc-prompt-end-marker.
1208         (rcirc-complete): Error if point is not after rcirc prompt.
1209         Handle the case when table is nil.
1210         (rcirc-user-authenticated): Define to fix compiler warning.
1212 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
1214         * custom.el (custom--inhibit-theme-enable): Make it affect only
1215         custom-theme-set-variables and custom-theme-set-faces.
1216         (provide-theme): Ignore custom--inhibit-theme-enable.
1217         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
1218         (custom-enabling-themes): Delete variable.
1219         (enable-theme): Accept only loaded themes as arguments.
1220         Ignore the special custom-enabled-themes variable.
1221         (custom-enabled-themes): Forbid themes from setting this.
1222         Eliminate use of custom-enabling-themes.
1223         (custom-push-theme): Quote "changed" custom var entry.
1225 2011-03-21  Leo Liu  <sdl.web@gmail.com>
1227         * ido.el (ido-read-internal): Add ido-selected to history instead
1228         of user input.
1230 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1232         * subr.el (deferred-action-list, deferred-action-function):
1233         Mark obsolete.
1235 2011-03-21  Leo Liu  <sdl.web@gmail.com>
1237         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
1238         change on 2011-02-13 (bug#8309).
1240         * minibuffer.el (read-file-name-function): Change default value.
1241         (read-file-name--defaults): Rename from read-file-name-defaults.
1242         (read-file-name-default): Rename from read-file-name.
1243         (read-file-name): Call read-file-name-function.
1245 2011-03-21  Glenn Morris  <rgm@gnu.org>
1247         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
1248         Doc fixes.
1250 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
1252         * cus-theme.el: Add missing provide statement.
1253         (customize-create-theme): Extract theme value correctly.
1254         (custom-theme-visit-theme): Autoload.
1255         (customize-create-theme): Prompt before inserting default faces.
1257 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
1259         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
1260         units and musical notes.
1262 2011-03-20  Leo  <sdl.web@gmail.com>
1264         * ido.el (ido-read-internal): Use completing-read-default.
1265         (ido-completing-read): Fix compatibility with completing-read.
1267 2011-03-20  Christian Ohler  <ohler@gnu.org>
1269         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
1270         (ert-delete-all-tests): Use `called-interactively-p' rather than
1271         `interactive-p'.
1272         (ert--make-xrefs-region): Respect END.
1274 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
1276         * dired-aux.el (dired-create-directory): Signal an error if the
1277         directory already exists (Bug#8246).
1279         * facemenu.el (list-colors-display): Call list-faces-display
1280         inside with-help-window.
1281         (list-colors-print): Use display property to align the final
1282         column, instead of checking window-width.
1284 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
1286         * emerge.el (emerge-metachars): Separate value for ms-dos and
1287         windows-nt systems.
1288         (emerge-protect-metachars): Quote correctly for ms-dos and
1289         windows-nt systems.
1291 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>  (tiny change)
1293         * info.el (info-initialize): Replace all uses of `:' with
1294         path-separator for compatibility with non-Unix systems.
1295         Cache quoting of path-separator.  (Bug#8258)
1297 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
1299         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
1300         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
1301         (mouse-avoidance-mode): Fix typos in docstrings.
1303 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
1305         * startup.el (package-subdirectory-regexp): Move from package.el.
1306         Omit \\` and \\', and let callers add them.
1308         * emacs-lisp/package.el (package-strip-version)
1309         (package-load-all-descriptors): Add \\` and \\' to
1310         package-subdirectory-regexp before using it.
1311         (package-untar-buffer): New arg DIR; ensure that file untars only
1312         into this expected directory.  Remove superfluous delete-region.
1313         (package-unpack): Caller changed.
1314         (package-tar-file-info): Use package-subdirectory-regexp.
1316 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1318         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
1319         diff-mode-shared-map (bug#8284).
1320         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1322 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324         * calendar/time-date.el (format-seconds): Use assoc instead of
1325         assoc-string, since assoc-string doesn't exist in XEmacs.
1327 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
1329         * custom.el (custom-known-themes): Reflow docstring.
1330         (custom-theme-load-path): Fix typo in docstring.
1331         (load-theme): Fix typo in error message.
1332         (custom-available-themes, custom-variable-theme-value):
1333         Use `let', not `let*'.
1335 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1337         * calc/README: Mention inclusion of musical notes.
1339         * calc/calc-units.el (calc-lu-quant): Rename from
1340         `calc-logunits-quantity'.
1341         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
1342         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
1343         (calc-db): Rename from `calc-dblevel'.
1344         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
1345         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
1346         (calc-np): Rename from `calc-nplevel'.
1347         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
1348         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
1349         (calc-lu-plus): Rename from `calc-logunits-add'.
1350         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
1351         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
1352         (calc-lu-minus): Rename from `calc-logunits-sub'.
1353         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
1354         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
1355         (calc-lu-times): Rename from `calc-logunits-mul'.
1356         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
1357         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
1358         (calc-lu-divide): Rename from `calc-logunits-div'.
1359         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
1360         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
1362         * calc/calc-ext.el (calc-init-extensions): Update the names of the
1363         functions being autoloaded.
1365         * calc/calc.el (calc-lu-power-reference): Rename from
1366         `calc-logunits-power-reference'.
1367         (calc-lu-field-reference): Rename from
1368         `calc-logunits-field-reference'.
1370         * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
1372 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1374         * minibuffer.el (completion-all-sorted-completions):
1375         Use :completion-cycle-penalty text property if present.
1377 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
1379         * allout.el (allout-yank-processing): Adjust for new rebulleting
1380         regime so bullet being yanked is used without prompting the user
1381         for a choice.
1383 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
1385         * startup.el (command-line): Warn the user that _emacs is deprecated.
1387 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
1389         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
1390         (delphi-verbose, delphi-comment-face, delphi-string-face)
1391         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
1392         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
1393         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
1394         (delphi-new-comment-line, delphi-font-lock-defaults)
1395         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
1396         Fix typos in docstrings.
1398 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
1400         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
1401         Invert the roles of character and string values for INSTEAD, so a
1402         string is used for the more common case of a defaulting prompt.
1404 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1406         * progmodes/ruby-mode.el (ruby-backward-sexp):
1407         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
1408         * play/gamegrid.el (gamegrid-make-face):
1409         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
1410         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
1411         * notifications.el (notifications-notify):
1412         * net/xesam.el (xesam-search-engines):
1413         * net/quickurl.el (quickurl-list-insert):
1414         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
1416 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
1418         * startup.el (command-line): Update package subdirectory regexp.
1420 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * allout.el (allout-abbreviate-flattened-numbering)
1423         (allout-mode-deactivate-hook): Fix up obsolescence "date".
1425         * subr.el (read-char-choice): Only show the cursor after the prompt,
1426         not after the answer.
1428 2011-03-15  Kevin Ryde  <user42@zip.com.au>
1430         * help-fns.el (variable-at-point): Skip leading quotes, if any
1431         (bug#8253).
1433 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1435         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
1436         warning message.
1438 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
1440         * shell.el (shell): When called interactively, offer to change the
1441         shell file name on remote hosts.
1443 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1445         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
1446         integration for LDAP parameters.  The host, base, user or binddn,
1447         and secret tokens can be specified in a netrc file, for instance.
1448         This is optional because an `auth-source' parameter must be
1449         specified in the search attributes.
1451 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
1453         * help.el (describe-mode): Link to the mode's definition (bug#8185).
1455 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1457         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
1458         into declaration.  Remove redundant and harmful binding.
1460 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
1462         * files.el (file-ownership-preserved-p): Pass `integer' as an
1463         explicit 2nd argument to `file-attributes'.  If the file's owner
1464         is the Administrators group on Windows, and the current user is
1465         Administrator, consider that a match.
1467         * server.el (server-ensure-safe-dir): Consider server directory
1468         safe on MS-Windows if its owner is the Administrators group while
1469         the current Emacs user is Administrator.  Use `=' to compare
1470         numerical UIDs, since they could be integers or floats.
1472 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
1474         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
1476 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
1478         Sync with Tramp 2.2.1.
1480         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
1482         * net/trampver.el: Update release number.
1484 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1486         * progmodes/compile.el (compilation--previous-directory): Fix up
1487         various nil/dead-marker mismatches (bug#8014).
1488         (compilation-directory-properties, compilation-error-properties):
1489         Don't call it at a position past the one we're about to change.
1491         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
1492         Disable obsolescence warnings in the file that declares it.
1494 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
1496         * allout-widgets.el (allout-widgets-tally):
1497         Initialize allout-widgets-tally as a hash table rather than nil to
1498         prevent mode-line redisplay warnings.  Also, clarify the module
1499         description and fix a comment typo.
1501 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
1503         * help-fns.el (describe-variable): Don't complete keywords.
1504         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
1506 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
1508         * emacs-lisp/package.el (package-version-join): Impose a standard
1509         string representation for pre/alpha/beta version lists.
1510         (package-unpack-single): Standardize the directory name by passing
1511         it through package-version-join.
1512         (package-strip-rcs-id): Accept any version string that does not
1513         signal an error in version-to-list.
1515 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
1517         * simple.el (delete-trailing-whitespace): Return nil for the
1518         benefit of `write-file-functions'.
1520 2011-03-10  Glenn Morris  <rgm@gnu.org>
1522         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
1524         * vc/vc-git.el (vc-git-program): New option.
1525         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
1526         (vc-git--call): Use it.
1528         * eshell/esh-util.el (eshell-condition-case): Doc fix.
1530         * cus-edit.el (Custom-newline): If no button at point, look
1531         for a subgroup button at start-of-line.  (Bug#2298)
1533         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
1535 2011-03-10  Julien Danjou  <julien@danjou.info>
1537         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
1538         `cursor-type' is nil.
1540 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
1542         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
1544 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
1546         * allout.el Summary: Change so yank of distinctive-bullet items
1547         preserves the existing header prefix, rebulleting it if necessary,
1548         rather than replacing it.  This is necessary for proper operation
1549         of cooperative addons like allout-widgets.
1550         (allout-make-topic-prefix, allout-rebullet-heading): Change
1551         SOLICIT arg to INSTEAD, and interpret additionally a string value
1552         as alternate bullet to be used, instead of prompting the user for
1553         a bullet character.
1555 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
1557         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1558         Do not use `tramp-file-name-port', because this returns also
1559         `tramp-default-port'.
1561 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1563         * net/rcirc.el (rcirc-handler-001): Remove useless
1564         with-rcirc-process-buffer.
1565         (rcirc-check-auth-status): Swap arguments to string-match.
1567 2011-03-09  Glenn Morris  <rgm@gnu.org>
1569         * shell.el (shell-mode):
1570         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
1572         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
1573         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
1575 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
1577         * emacs-lisp/package.el (package-refresh-contents)
1578         (package-menu-execute): Use condition-case-no-debug.
1580 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
1582         * simple.el (shell-command-to-string): Use `process-file'.
1584         * emacs-lisp/package.el (package-tar-file-info): Handle also
1585         remote files.
1587         * emacs-lisp/package-x.el (package-upload-buffer-internal):
1588         Use `equal' for upload base check.
1590 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
1592         * textmodes/texinfo.el (texinfo-environments):
1593         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
1595 2011-03-08  Glenn Morris  <rgm@gnu.org>
1597         * cus-start.el (cursor-in-non-selected-windows):
1598         Fix :set quoting oddness.  (Bug#8192)
1600         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
1601         in some setf expressions.  (Bug#2159)
1603 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
1605         * custom.el (custom-available-themes): Return themes in
1606         alphabetical order.
1608 See ChangeLog.15 for earlier changes.
1610 ;; Local Variables:
1611 ;; coding: utf-8
1612 ;; End:
1614   Copyright (C) 2011  Free Software Foundation, Inc.
1616   This file is part of GNU Emacs.
1618   GNU Emacs is free software: you can redistribute it and/or modify
1619   it under the terms of the GNU General Public License as published by
1620   the Free Software Foundation, either version 3 of the License, or
1621   (at your option) any later version.
1623   GNU Emacs is distributed in the hope that it will be useful,
1624   but WITHOUT ANY WARRANTY; without even the implied warranty of
1625   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1626   GNU General Public License for more details.
1628   You should have received a copy of the GNU General Public License
1629   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.