Command substitution already runs in a subshell
[bpt/emacs.git] / lisp / ChangeLog
1 2012-05-21 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4 Scrap superfluous subshells.
5
6 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
9 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10
11 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12
13 * calc/calc.el (calc-ensure-consistent-units): New variable.
14
15 * calc/calc-units.el (math-consistent-units-p, math-check-unit-consistency):
16 New functions.
17 (calc-quick-units, calc-convert-units): Use `math-check-unit-consistency' when
18 `calc-ensure-consistent-units' is non-nil.
19 (calc-extract-units): Fix typo.
20
21 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
24
25 * textmodes/flyspell.el: Commenting style, plus code simplifications.
26 (flyspell-default-deplacement-commands): Don't spell check after
27 repeated window/frame switches (e.g. triggered by mouse-movement).
28 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
29 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
30 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
31 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
32 Remove unused vars.
33 (flyspell-get-casechars, flyspell-get-not-casechars):
34 Simplify; Don't bother removing a ] just to add it back.
35 * textmodes/ispell.el (ispell-program-name): Use executable-find.
36
37 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
38
39 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
40 New functions.
41 (math-function-table): Add support for more C functions.
42
43 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
44
45 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
46 (flyspell-debug-signal-word-checked): Protect delay handling for
47 otherchars against empty otherchars.
48
49 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
52 their respective macro declarations.
53 * skeleton.el (define-skeleton):
54 * progmodes/compile.el (define-compilation-mode):
55 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
56 (define-ibuffer-filter):
57 * emacs-lisp/generic.el (define-generic-mode):
58 * emacs-lisp/easy-mmode.el (define-minor-mode)
59 (define-globalized-minor-mode):
60 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
61 * emacs-lisp/byte-run.el (defsubst):
62 * custom.el (deftheme): Add doc-string metadata.
63
64 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
67
68 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
71
72 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
73 * emacs-lisp/cl-macs.el: Idem.
74 * emacs-lisp/cl-specs.el: Remove.
75
76 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
77
78 Minor renaming of internal CL functions and variables.
79 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
80 (cl--position): Rename from cl-position.
81 (cl--delete-duplicates): Rename from cl-delete-duplicates.
82 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
83 (cl--random-state): Rename from *random-state*.
84
85 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
88 parens around the arg list (bug#11499).
89
90 2012-05-17 Juri Linkov <juri@jurta.org>
91
92 * isearch.el (word-search-regexp, word-search-backward)
93 (word-search-forward, word-search-backward-lax)
94 (word-search-forward-lax): Move functions from search.c
95 (bug#10145, bug#11381).
96
97 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
98
99 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
100 (flyspell-debug-signal-word-checked): Delay for otherchars as for
101 normal word components.
102
103 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * minibuffer.el (completion--sifn-requote): Fix last change.
106 (minibuffer-local-must-match-filename-map):
107 Move define-obsolete-variable-alias before its var.
108
109 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
112
113 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
114 behavior.
115 (completion--string-equal-p): New function.
116 (completion--twq-all): Use it to get better assertion failure data.
117
118 Only handle ".." and '..' quoting in shell-mode (bug#11466).
119 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
120 (shell--requote-argument): New functions.
121 (shell-completion-vars): Use them.
122 (shell--parse-pcomplete-arguments): Rename from
123 shell-parse-pcomplete-arguments.
124 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
125 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
126 Obey comint-file-name-quote-list.
127
128 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
129 (smie-indent-keyword): Use it.
130
131 2012-05-14 Stefan Merten <smerten@oekonux.de>
132
133 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
134
135 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
136
137 * net/rlogin.el (rlogin-mode-map): Fix last change.
138
139 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
140
141 * mail/smtpmail.el (smtpmail-send-command): Send the command and
142 the following \r\n using a single `process-send-string', since the
143 Lotus SMTP server refuses to accept any commands if they are sent
144 with two `process-send-string's (Bug#11444).
145
146 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * shell.el (shell-parse-pcomplete-arguments):
149 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
150
151 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
152
153 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
154 (image-transform-scale, image-transform-right-angle-fudge): New vars.
155 (image-transform-width, image-transform-fit-width): New functions.
156 (image-transform-properties): Use them.
157 (image-transform-check-size): New function.
158 (image-toggle-display-image): Use it (for testing).
159 (image-transform-set-rotation): Reduce angle mod 360.
160 Delete obsolete comment.
161
162 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
163
164 * image-mode.el: Fix scaling (bug#11399).
165 (image-transform-resize): Doc fix.
166 (image-transform-properties): Default scale is 1 and height should
167 be an integer.
168
169 2012-05-13 Johan Bockgård <bojohan@gnu.org>
170
171 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
172 than hard-coding `car', to fix misbehavior when moving forward.
173
174 2012-05-13 Chong Yidong <cyd@gnu.org>
175
176 * emacs-lisp/tabulated-list.el (tabulated-list-format)
177 (tabulated-list-entries, tabulated-list-padding)
178 (tabulated-list-sort-key): Make permanent-local.
179
180 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
181 (electric-buffer-list): Put electric buffer menu
182 command descriptions in this docstring, instead of the docstring
183 of electric-buffer-menu-mode. Code cleanups.
184 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
185 Electric-buffer-menu-mode.
186 (electric-buffer-update-highlight): Minor code cleanup.
187
188 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
189
190 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
191 (Bug#11447)
192
193 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 Move define-obsolete-variable-alias before the var's definition.
196 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
197 * tooltip.el (tooltip-hook):
198 * textmodes/reftex-toc.el (reftex-toc-map):
199 * textmodes/reftex-sel.el (reftex-select-label-map)
200 (reftex-select-bib-map):
201 * textmodes/reftex-index.el (reftex-index-map)
202 (reftex-index-phrases-map):
203 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
204 * progmodes/meta-mode.el (meta-mode-map):
205 * novice.el (disabled-command-hook):
206 * loadhist.el (unload-hook-features-list):
207 * frame.el (blink-cursor):
208 * files.el (find-file-not-found-hooks, write-file-hooks)
209 (write-contents-hooks):
210 * emulation/tpu-edt.el (GOLD-map):
211 * emacs-lock.el (emacs-lock-from-exiting):
212 * emacs-lisp/generic.el (generic-font-lock-defaults):
213 * emacs-lisp/chart.el (chart-map):
214 * dos-fns.el (register-name-alist):
215 * dired-x.el (dired-omit-files-p):
216 * desktop.el (desktop-enable):
217 * cus-edit.el (custom-mode-hook):
218 * buff-menu.el (buffer-menu-mode-hook):
219 * bookmark.el (bookmark-read-annotation-text-func)
220 (bookmark-exit-hooks):
221 * allout.el (allout-mode-deactivate-hook)
222 (allout-exposure-change-hook, allout-structure-added-hook)
223 (allout-structure-deleted-hook, allout-structure-shifted-hook):
224 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
225 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
226 comes before the corresponding variable's definition.
227
228 2012-05-12 Chong Yidong <cyd@gnu.org>
229
230 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
231 (Buffer-menu-mouse-select): Restore function (Bug#11459).
232 (Buffer-menu-mode-map): Bind it.
233 (Buffer-menu--pretty-name): Add a mouse-face property.
234
235 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
238 (prolog-upper-case-string, prolog-lower-case-string)
239 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
240 (prolog-use-smie, prolog-smie-grammar): New vars.
241 (prolog-smie-forward-token, prolog-smie-backward-token)
242 (prolog-smie-rules): New funs.
243 (prolog-comment-indent): Remove.
244 (prolog-mode-variables): Use default comment indentation instead.
245 Setup SMIE.
246 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
247 (prolog-mode): Don't call them any more.
248 (prolog-electric-colon, prolog-electric-dash)
249 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
250
251 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
252
253 * minibuffer.el (completion--twq-all): Again, allow case differences.
254
255 * term.el: Move keymap initialization code to be more idiomatic.
256 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
257 (term-terminal-menu): Move initialization into declaration.
258 (term-escape-char): Let the user set it in her .emacs.
259
260 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
261 Provide SMIE-based indentation (not enabled by default yet).
262 (sh-mode-map): Don't bind electric keys.
263 Use electric-pair-mode instead of skeleton-pair.
264 (sh-assignment-regexp): Fit within 80 columns.
265 (sh-indent-supported): Specify actual shell name instead of boolean.
266 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
267 (sh-maybe-here-document): Use it. Make obsolete.
268 (sh-electric-here-document-mode) New minor mode.
269 (sh-mode): Use it. Don't set sh-indent-supported-here here.
270 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
271 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
272 (sh-smie-rc-grammar, sh-use-smie): New vars.
273 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
274 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
275 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
276 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
277 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
278 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
279 (sh-set-shell): Use smie-setup if requested.
280
281 * term.el (term-set-escape-char): Properly set term-escape-char.
282 See http://stackoverflow.com/questions/10524656.
283
284 2012-05-10 Chong Yidong <cyd@gnu.org>
285
286 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
287 Use url-generic-parse-url, and handle host names and Windows
288 filenames properly.
289 (ffap-url-unwrap-remote): Use url-generic-parse-url.
290 (ffap-url-unwrap-remote): Accept list values, specifying a list of
291 URL schemes to work on.
292 (ffap--toggle-read-only): New function.
293 (ffap-read-only, ffap-read-only-other-window)
294 (ffap-read-only-other-frame): Use it.
295 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
296 necessary for ffap-url-unwrap-remote.
297
298 2012-05-10 Dave Abrahams <dave@boostpro.com>
299
300 * cus-start.el (create-lockfiles): Add it.
301
302 2012-05-09 Chong Yidong <cyd@gnu.org>
303
304 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
305 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
306
307 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * shell.el (shell-completion-vars): Fix last change (bug#11348).
310
311 2012-05-09 Chong Yidong <cyd@gnu.org>
312
313 * ansi-color.el (ansi-color-process-output): Check for validity of
314 comint-last-output-start before using it. This avoids a bad
315 interaction with gdb-mi's input/output buffer.
316
317 2012-05-09 Glenn Morris <rgm@gnu.org>
318
319 * files.el (dir-locals-read-from-file):
320 Mention dir-locals in any error message.
321
322 2012-05-09 Chong Yidong <cyd@gnu.org>
323
324 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
325 package (Bug#11410).
326
327 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
328 variables into description.
329
330 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
333 shell-delimiter-argument-list (bug#11348).
334 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
335
336 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
337
338 * textmodes/rst.el: Silence byte-compiler warnings.
339 (rst-re-alist, rst-reset-section-caches): Move around.
340 (rst-re): Use `characterp', not `char-valid-p'.
341 (font-lock-beg, font-lock-end): Declare.
342
343 * progmodes/idlw-shell.el (specs): Remove reference to deleted
344 variable `idlwave-shell-activate-alt-keybindings' and simplify.
345
346 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
347
348 2012-05-08 Glenn Morris <rgm@gnu.org>
349
350 * files.el (auto-mode-alist): Treat ".make" like ".mk".
351
352 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * vc/log-edit.el: Add GNU coding standards highlighting.
355 (log-edit-font-lock-gnu-style)
356 (log-edit-font-lock-gnu-keywords): New vars.
357 (log-edit-font-lock-keywords): New fun.
358 (log-edit-mode): Don't fold case in font-lock.
359 (log-edit-font-lock-keywords): Do not assume case-folding.
360
361 * imenu.el: Misc cleanup. Make docstrings out of comments.
362 Use lexical-binding.
363 (imenu--index-alist, imenu--last-menubar-index-alist)
364 (imenu-menubar-modified-tick): Use defvar-local.
365 (imenu--split-menu): Remove unused var.
366 (imenu--cleanup-seen): Declare as global.
367 (imenu--cleanup): Use dolist.
368
369 * subr.el (defvar-local): Add debug spec and doc-string position.
370
371 2012-05-08 Glenn Morris <rgm@gnu.org>
372
373 * lisp/language/burmese.el, language/cham.el, language/czech.el:
374 * language/english.el, language/georgian.el, language/greek.el:
375 * language/japanese.el, language/khmer.el, language/korean.el:
376 * language/lao.el, language/misc-lang.el, language/romanian.el:
377 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
378 * language/thai.el, language/utf-8-lang.el:
379 Remove no-byte-compile setting.
380
381 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
382
383 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
384
385 * progmodes/make-mode.el (makefile-browse):
386 Remove unnecessary interactive. (Bug#11324)
387
388 2012-05-07 Glenn Morris <rgm@gnu.org>
389
390 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
391
392 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
393
394 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * loadup.el: Preload newcomment.el.
397 * newcomment.el: Move autoload-only code to toplevel.
398
399 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
400 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
401 Handle new :right-align column property.
402 (tabulated-list-print-col): Idem, plus use `display' text-property to
403 try and preserve alignment for variable pitch fonts.
404
405 2012-05-07 Chong Yidong <cyd@gnu.org>
406
407 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
408 (tabulated-list-use-header-line): New var.
409 (tabulated-list-init-header): Use it.
410 (tabulated-list-print-fake-header): New function.
411 (tabulated-list-print): Use it.
412 (tabulated-list-sort-button-map): Add non-header-line commands.
413 (tabulated-list-init-header): Add column name property to basic
414 labels as well.
415 (tabulated-list-col-sort): Handle non-header-line button case.
416 (tabulated-list--sort-by-column-name): Fix a corner case.
417
418 * buff-menu.el (list-buffers--refresh):
419 Handle Buffer-menu-use-header-line.
420
421 2012-05-06 Chong Yidong <cyd@gnu.org>
422
423 * buff-menu.el: Convert to Tabulated List mode.
424 (Buffer-menu-buffer+size-width): Make obsolete.
425 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
426 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
427 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
428 documentation into docstring of buffer-menu.
429 (Buffer-menu-toggle-files-only): Add an informative message.
430 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
431 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
432 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
433 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
434 (Buffer-menu-execute, Buffer-menu-select)
435 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
436 (Buffer-menu-bury): Use Tabulated List machinery.
437 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
438 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
439 Delete.
440 (list-buffers--refresh): New function.
441 (list-buffers-noselect): Use it.
442 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
443 (Buffer-menu--pretty-file-name): New helper functions.
444
445 * loadup.el: Preload tabulated-list.
446
447 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
448 tabulated-list-sort-column.
449 (tabulated-list-init-header): Add the initial aligning space even
450 if tabulated-list-padding is zero.
451
452 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
453
454 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
455 whose cdr is not a cons cell correctly (bug#11038).
456
457 2012-05-06 Chong Yidong <cyd@gnu.org>
458
459 * emacs-lisp/tabulated-list.el (tabulated-list-format):
460 Accept additional plist in column descriptors.
461 (tabulated-list-init-header): Obey it.
462 (tabulated-list-get-entry): New function.
463 (tabulated-list-put-tag): Use it. Use string-width instead of
464 length.
465 (tabulated-list--column-number): New function.
466 (tabulated-list-print): Use it.
467 (tabulated-list-print-col): New function.
468 Set `tabulated-list-column-name' property on each column's text.
469 (tabulated-list-print-entry): Use it.
470 (tabulated-list-delete-entry, tabulated-list-set-col):
471 New functions.
472 (tabulated-list-sort-column): New command (Bug#11337).
473
474 * buff-menu.el (list-buffers): Move C-x C-b binding from
475 buff-menu.el to bindings.el.
476
477 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
478 :advertised-binding feature.
479
480 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
481
482 * progmodes/compile.el (compilation-internal-error-properties):
483 Calculate start position correctly when end-col is set but
484 end-line is not (Bug#11382).
485
486 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
487
488 * man.el (Man-unindent): Use text-property-default-nonsticky to
489 prevent untabify from inheriting face properties (Bug#11408).
490
491 2012-05-05 Glenn Morris <rgm@gnu.org>
492
493 * calendar/cal-html.el: Optionally include holidays in the output.
494 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
495 (cal-html-holidays): New option.
496 (cal-html-css-default): Add holiday entry.
497 (holiday-in-range): Autoload it.
498 (cal-html-htmlify-entry): Add optional class argument.
499 (cal-html-htmlify-list): Add optional holidays argument.
500 (cal-html-insert-agenda-days): Include holidays in the output.
501 (cal-html-one-month): Maybe include holidays.
502
503 * calendar/holidays.el (holiday-in-range):
504 Move here from cal-tex-list-holidays.
505 * calendar/cal-tex.el (cal-tex-list-holidays):
506 Make it an obsolete alias for holiday-in-range. Update all callers.
507
508 2012-05-05 Chong Yidong <cyd@gnu.org>
509
510 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
511 Nextstep.
512
513 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
514
515 * files.el (file-auto-mode-skip): New var.
516 (set-auto-mode-1): Use it.
517
518 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
519
520 * repeat.el: Use lexical-binding.
521 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
522 (repeat-undo-count): Remove.
523 (repeat):
524 * progmodes/octave-mod.el (octave-abbrev-start):
525 * progmodes/f90.el (f90-abbrev-start):
526 * face-remap.el (text-scale-adjust):
527 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
528
529 * emacs-lisp/pcase.el (pcase--let*): New function.
530 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
531 a bit more.
532 (pcase--split-pred): Be more clever about ruling out overlap between
533 a predicate and some constant pattern.
534 (pcase--q1): Use `null' instead of (eq foo nil).
535
536 * subr.el (setq-local, defvar-local): New macros.
537 (kbd): Redefine as an alias.
538 (with-selected-window): Leave unrelated frames alone.
539 (set-temporary-overlay-map): New function.
540
541 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * subr.el (user-error): New function.
544 * window.el (switch-to-buffer):
545 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
546 (smerge-match-conflict):
547 * simple.el (previous-matching-history-element)
548 (next-matching-history-element, goto-history-element, undo-more)
549 (undo-start):
550 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
551 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
552 (next-file, tags-loop-scan, list-tags, complete-tag):
553 * progmodes/compile.el (compilation-loop):
554 * mouse.el (mouse-minibuffer-check):
555 * man.el (Man-bgproc-sentinel, Man-goto-page):
556 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
557 (Info-history-forward, Info-follow-reference, Info-menu)
558 (Info-extract-menu-item, Info-extract-menu-counting)
559 (Info-forward-node, Info-backward-node, Info-next-menu-item)
560 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
561 (Info-next-reference, Info-prev-reference, Info-index)
562 (Info-index-next, Info-follow-nearest-node)
563 (Info-copy-current-node-name):
564 * imenu.el (imenu--make-index-alist)
565 (imenu-default-create-index-function, imenu-add-to-menubar):
566 * files.el (basic-save-buffer, recover-file):
567 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
568 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
569 (checkdoc-message-text, checkdoc-defun):
570 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
571 * cus-edit.el (customize-changed-options, customize-rogue)
572 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
573 (custom-variable-mark-to-reset-standard)
574 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
575 (custom-file):
576 * completion.el (check-completion-length):
577 * comint.el (comint-search-arg)
578 (comint-previous-matching-input-string-position)
579 (comint-previous-matching-input)
580 (comint-replace-by-expanded-history-before-point, comint-send-input)
581 (comint-copy-old-input, comint-backward-matching-input)
582 (comint-goto-process-mark, comint-set-process-mark):
583 * calendar/calendar.el (calendar-cursor-to-date): Use it.
584 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
585
586 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
587
588 * dabbrev.el (dabbrev--ignore-case-p): New function.
589 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
590 Use it.
591
592 * files.el (automount-dir-prefix): Mark as obsolete.
593
594 2012-05-04 Glenn Morris <rgm@gnu.org>
595
596 * patcomp.el, play/bruce.el: Move to obsolete/.
597
598 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
599
600 Fix minor Y10k bugs.
601 * arc-mode.el (archive-unixdate):
602 * autoinsert.el (auto-insert-alist):
603 * calc/calc-forms.el (math-this-year):
604 * emacs-lisp/copyright.el (copyright-current-year)
605 (copyright-update-year, copyright):
606 * tar-mode.el (tar-clip-time-string):
607 * time.el (display-time-update):
608 Don't assume years have 4 digits.
609
610 2012-05-04 Chong Yidong <cyd@gnu.org>
611
612 * dos-w32.el (file-name-buffer-file-type-alist)
613 (direct-print-region-use-command-dot-com):
614 * ffap.el (ffap-menu-regexp):
615 * find-file.el (ff-special-constructs):
616 * follow.el (follow-debug):
617 * forms.el (forms--debug):
618 * iswitchb.el (iswitchb-all-frames):
619 * ido.el (ido-all-frames):
620 * emacs-lisp/timer.el (timer-max-repeats):
621 * mail/feedmail.el (feedmail-mail-send-hook)
622 (feedmail-mail-send-hook-queued):
623 * mail/footnote.el (footnote-signature-separator):
624 * mail/mailabbrev.el (mail-alias-separator-string)
625 (mail-abbrev-mode-regexp):
626 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
627 * progmodes/idlwave.el (idlwave-libinfo-file)
628 (idlwave-default-completion-case-is-down)
629 (idlwave-library-routines): Convert defvars to defcustoms.
630
631 * mail/rmail.el (rmail-decode-mime-charset):
632 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
633 (idlwave-shell-fix-inserted-breaks)
634 (idlwave-shell-activate-alt-keybindings)
635 (idlwave-shell-use-breakpoint-glyph):
636 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
637
638 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
641
642 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
643
644 * progmodes/verilog-mode.el (font-lock-keywords):
645 Fix mis-highligting auto. Reported by Craig Barner.
646 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
647 defines from global name space. Reported by Dan Dever.
648 (verilog-auto-reset, verilog-auto-reset-widths)
649 (verilog-auto-tieoff): Support using unbased numbers for
650 AUTORESET and AUTOTIEOFF.
651 (verilog-submit-bug-report): Update variable list.
652 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
653 parenthesis from not matching. Reported by Michael Rytting.
654 (verilog-auto-template-lint): Fix hash error when linting modules
655 with no used templates.
656 (verilog-warn, verilog-warn-error)
657 (verilog-warn-fatal): When non-interactive report multiple
658 warnings before exiting. Suggested by Brad Dobbie.
659 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
660 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
661 to report unused template errors. Reported by Brad Dobbie.
662 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
663 nets, bug438. Reported by Vns Blore.
664 (verilog-auto-inout-module, verilog-auto-reg)
665 (verilog-read-decls, verilog-read-sub-decls-sig)
666 (verilog-signals-edit-wire-reg, verilog-signals-with):
667 Fix passing of Verilog data types in ANSI input/output ports
668 such as "output logic" into the AUTOs. Special case "wire" and
669 "reg" for backwards compatibility presuming Verilog 2001.
670 (verilog-auto-ascii-enum): Add "auto enum" as alias.
671 (verilog-preprocess): Fix replication of preprocess output.
672 Reported by Brad Dobbie.
673 (verilog-auto-inst-interfaced-ports):
674 Create verilog-auto-inst-interfaced-ports, bug429.
675 Reported by Julian Gorfajn.
676 (verilog-after-save-font-hook)
677 (verilog-before-save-font-hook): New variable.
678 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
679 (verilog-save-font-mods): Wrap disabling fontification, reported
680 by David Rogoff.
681 (verilog-do-indent, verilog-pretty-declarations-auto)
682 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
683 Reported by Pierre-David Pfister.
684 (verilog-set-auto-endcomments): Fix endtask auto comments outside
685 of class declarations, bug292. Reported by Kevin Heilman.
686 (verilog-read-decls): Fix 'parameter type' not appearing in
687 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
688 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
689 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
690 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
691 Reported by David Kravitz.
692
693 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
694
695 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
696 assignment with tests in ifs and for loops.
697 (verilog-extended-complete-re, verilog-complete-reg): Change so
698 that DPI inport functions don't look like fuction declarations.
699 (verilog-pretty-expr): Don't line up assignment
700 operations to the test and increment in if and for loops
701 (verilog-extended-complete-re, verilog-complete-reg): Change so
702 that DPI inport functions don't look like fuction declarations
703
704 2012-05-03 Kenichi Handa <handa@m17n.org>
705
706 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
707 decoding, and show a warning message without signalling an error
708 (Bug#11282).
709
710 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * emacs-lisp/bytecomp.el
713 (byte-compile-file-form-custom-declare-variable): Compile all elements,
714 since cconv.el might have introduced :fun-body, internal-make-closure,
715 and friends for bytecomp to handle (bug#11391).
716 * custom.el (defcustom): Avoid ((λ ..) ..).
717
718 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
719
720 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
721
722 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
723
724 * notifications.el (dbus-debug):
725 * term/linux.el (gpm-mouse-enable):
726 * term/screen.el (xterm-register-default-colors): Declare.
727
728 2012-05-02 Chong Yidong <cyd@gnu.org>
729
730 * cus-start.el (gc-cons-percentage, exec-suffixes)
731 (dos-display-scancodes, dos-hyper-key, dos-super-key)
732 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
733 (make-cursor-line-fully-visible, void-text-area-pointer)
734 (font-list-limit): Add customization data.
735
736 * allout.el (allout-exposure-change-functions)
737 (allout-structure-added-functions)
738 (allout-structure-deleted-functions)
739 (allout-structure-shifted-functions): Rename abnormal hooks from
740 *-hook, and convert to defcustoms.
741 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
742 Convert to defcustoms.
743 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
744
745 * allout-widgets.el: Hook callers changed.
746
747 2012-05-02 Eli Zaretskii <eliz@gnu.org>
748
749 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
750 the yanked message in preference to the default value of
751 buffer-file-coding-system.
752
753 2012-05-02 Martin Rudalics <rudalics@gmx.at>
754
755 * window.el (display-buffer--action-function-custom-type):
756 Fix entry.
757
758 2012-05-02 Alan Mackenzie <acm@muc.de>
759
760 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
761
762 2012-05-01 Glenn Morris <rgm@gnu.org>
763
764 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
765
766 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
767
768 * cus-edit.el (custom-variable-documentation): Simplify with format.
769
770 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
771 Stefan Monnier <monnier@iro.umontreal.ca>
772
773 * simple.el (suggest-key-bindings, execute-extended-command):
774 Move from keyboard.c.
775
776 2012-05-01 Chong Yidong <cyd@gnu.org>
777
778 * follow.el: Eliminate advice.
779 (set-process-filter, process-filter, sit-for): Advice deleted.
780 (follow-mode-off-hook): Obsolete hook removed.
781 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
782 Vars deleted.
783 (follow-auto): Use a :set function.
784 (follow-mode): Rewritten. Don't advise process filters.
785 (follow-switch-to-current-buffer-all, follow-scroll-up)
786 (follow-scroll-down): Assume follow-mode is bound.
787 (follow-comint-scroll-to-bottom)
788 (follow-align-compilation-windows): New functions.
789 (follow--window-sorter): New function.
790 (follow-all-followers): Use it to explicitly sort windows by their
791 positions; don't make assumptions about next-window order.
792 (follow-windows-start-end, follow-delete-other-windows-and-split)
793 (follow-calc-win-start): Doc fix.
794 (follow-windows-aligned-p, follow-select-if-visible): Don't call
795 vertical-motion unnecessarily.
796 (follow-adjust-window): New function.
797 (follow-post-command-hook): Use it.
798 (follow-call-set-process-filter, follow-call-process-filter)
799 (follow-intercept-process-output, follow-tidy-process-filter-alist)
800 (follow-stop-intercept-process-output, follow-generic-filter):
801 Functions deleted.
802 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
803 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
804 New functions, replacing advice on scroll-bar-* commands.
805 (follow-mwheel-scroll): New function (Bug#4112).
806
807 * comint.el (comint-adjust-point): New function.
808 (comint-postoutput-scroll-to-bottom): Use it.
809 Call follow-comint-scroll-to-bottom for Follow mode buffers.
810
811 2012-05-01 Glenn Morris <rgm@gnu.org>
812
813 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
814 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
815 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
816 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
817 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
818 Remove no-byte-compile setting.
819
820 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
821
822 * minibuffer.el (completion-table-with-quoting): Fix compatibility
823 all-completions code to not return a number in the last cdr.
824
825 2012-04-30 Leo Liu <sdl.web@gmail.com>
826
827 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
828 read-only error.
829
830 2012-04-29 Chong Yidong <cyd@gnu.org>
831
832 * follow.el (follow-calc-win-end): Rewrite to handle partial
833 screen lines correctly (Bug#8390).
834 (follow-avoid-tail-recenter): Minor cleanup.
835
836 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 Avoid the obsolete `assoc' package.
839 * speedbar.el (speedbar-refresh): Avoid adelete.
840 (speedbar-file-lists): Simplify and avoid aput.
841 * man.el (Man--sections, Man--refpages): New vars, replacing
842 Man-sections-alist and Man-refpages-alist.
843 (Man-build-section-alist, Man-build-references-alist):
844 Use them; avoid aput.
845 (Man--last-section, Man--last-refpage): New vars.
846 (Man-follow-manual-reference): Use them.
847 Use the `default' arg of completing-read.
848 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
849
850 2012-04-27 Chong Yidong <cyd@gnu.org>
851
852 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
853
854 * startup.el (x-apply-session-resources): New function.
855
856 * term/ns-win.el (ns-initialize-window-system):
857 * term/w32-win.el (w32-initialize-window-system):
858 * term/x-win.el (x-initialize-window-system): Use it to properly
859 set menu-bar-mode and other vars from X resources, even if the
860 initial frame is not a window-system frame (Bug#2299).
861
862 * subr.el (read-key): Avoid running filter function when setting
863 up temporary tool bar entries (Bug#9922).
864
865 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
866
867 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
868 (Bug#11344)
869
870 2012-04-27 Chong Yidong <cyd@gnu.org>
871
872 * select.el (xselect--encode-string): New function, split from
873 xselect-convert-to-string.
874 (xselect-convert-to-string): Use it.
875 (xselect-convert-to-filename, xselect-convert-to-os)
876 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
877 returned strings are properly encoded (Bug#11315).
878
879 2012-04-27 Chong Yidong <cyd@gnu.org>
880
881 * simple.el (delete-active-region): Move to killing custom group.
882
883 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
884
885 * progmodes/which-func.el (which-func-current): Quote %
886 characters for mode-line processing.
887
888 2012-04-27 Chong Yidong <cyd@gnu.org>
889
890 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
891 reaching eob (Bug#11286).
892
893 2012-04-27 Eli Zaretskii <eliz@gnu.org>
894
895 * progmodes/gdb-mi.el (gdb-control-level): New variable.
896 (gdb): Make it buffer-local and init to zero.
897 (gdb-control-commands-regexp): New variable.
898 (gdb-send): Don't wrap in "-interpreter-exec console" if
899 gdb-control-level is positive. Increment gdb-control-level
900 whenever the command matches gdb-control-commands-regexp, and
901 decrement it each time the command is "end". (Bug#11279)
902
903 2012-04-27 Martin Rudalics <rudalics@gmx.at>
904
905 * window.el (adjust-window-trailing-edge, enlarge-window)
906 (shrink-window, window-resize):
907 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
908 windows (Bug#11276).
909
910 2012-04-27 Chong Yidong <cyd@gnu.org>
911
912 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
913 fix "missing prefix" warning. All callers changed.
914
915 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * emacs-lisp/assoc.el: Move to obsolete/.
918
919 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
920
921 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
922
923 * term/ns-win.el (ns-define-service):
924 * progmodes/pascal.el (pascal-goto-defun):
925 * progmodes/js.el (js--read-tab):
926 * progmodes/etags.el (tags-lazy-completion-table):
927 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
928 * emacs-lisp/ewoc.el (ewoc--wrap):
929 * emacs-lisp/assoc.el (aput, adelete, amake):
930 * doc-view.el (doc-view-convert-current-doc):
931 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
932
933 2012-04-26 Chong Yidong <cyd@gnu.org>
934
935 * image.el (image-type-from-buffer): Only return supported image
936 type (Bug#9045).
937
938 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
939 value, for symmetry with diff-end-of-hunk.
940 (diff-split-hunk, diff-find-source-location)
941 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
942 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
943 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
944 compute the relevant hunk or file properly (Bug#6005).
945 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
946
947 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * vc/vc-mtn.el:
950 * vc/vc-hg.el:
951 * vc/vc-git.el:
952 * vc/vc-dir.el:
953 * vc/vc-cvs.el:
954 * vc/vc-bzr.el:
955 * vc/vc-arch.el:
956 * vc/vc.el: Replace lexical-let by lexical-binding.
957 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
958 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
959 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
960
961 2012-04-26 Chong Yidong <cyd@gnu.org>
962
963 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
964 (diff-mode-shared-map): Bind it to / and [remap undo].
965
966 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
967 (ediff-window-setup-function): Use it as the default, to set up
968 windows based on whether the current frame is graphical (Bug#2138).
969 (ediff-choose-window-setup-function-automatically): Make obsolete.
970
971 * vc/ediff-init.el: Always define ediff-pixel-width/height.
972
973 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
974
975 * ffap.el: Remove old code for obsolete package.
976 (ffap-complete-as-file-p): Remove.
977
978 Use completion-table-with-quoting for comint and pcomplete.
979 * comint.el (comint--unquote&requote-argument)
980 (comint--unquote-argument, comint--requote-argument): New functions.
981 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
982 (comint-quote-filename): Use regexp-opt-charset.
983 (comint--common-suffix, comint--common-quoted-suffix)
984 (comint--table-subvert): Remove.
985 (comint-unquote-function, comint-requote-function): New vars.
986 (comint--complete-file-name-data): Use them with
987 completion-table-with-quoting.
988 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
989 * pcomplete.el (pcomplete-arg-quote-list)
990 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
991 (pcomplete-unquote-argument-function): Default to non-nil.
992 (pcomplete-unquote-argument): Simplify.
993 (pcomplete--common-quoted-suffix): Remove.
994 (pcomplete-requote-argument-function): New var.
995 (pcomplete--common-suffix): New function.
996 (pcomplete-completions-at-point): Use completion-table-with-quoting
997 and completion-table-subvert.
998
999 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
1000 (minibuffer--double-dollars): Preserve properties.
1001 (completion--sifn-requote): New function.
1002 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
1003
1004 * minibuffer.el: Add support for completion of quoted/escaped data.
1005 (completion-table-with-quoting, completion-table-subvert): New funs.
1006 (completion--twq-try, completion--twq-all): New functions.
1007 (completion--nth-completion): New function.
1008 (completion-try-completion, completion-all-completions): Use it.
1009
1010 2012-04-25 Leo Liu <sdl.web@gmail.com>
1011
1012 * progmodes/python.el (python-pdbtrack-get-source-buffer):
1013 Use compilation-message if available to find real filename.
1014
1015 2012-04-25 Chong Yidong <cyd@gnu.org>
1016
1017 * vc/diff-mode.el (diff-setup-whitespace): New function.
1018 (diff-mode): Use it.
1019
1020 * vc/diff.el (diff-sentinel):
1021 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
1022 Whitespace mode variables based on diff style (Bug#8612).
1023
1024 2012-04-25 Leo Liu <sdl.web@gmail.com>
1025
1026 * progmodes/python.el (python-send-region): Add suffix .py to the
1027 temp file.
1028
1029 * files.el (auto-mode-alist): Use javascript-mode instead.
1030
1031 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
1032
1033 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
1034
1035 * soap-client.el (soap-resolve-references-for-sequence-type)
1036 (soap-resolve-references-for-array-type): Hack to prevent self
1037 references, see Bug#9.
1038 (soap-parse-envelope): Report the contents of the 'detail' node
1039 when receiving a fault reply.
1040 (soap-parse-envelope): Report the contents of the entire 'detail' node.
1041
1042 * soap-inspect.el (soap-sample-value-for-simple-type)
1043 (soap-inspect-simple-type): New function.
1044
1045 * soap-client.el (soap-simple-type): New struct.
1046 (soap-default-xsd-types, soap-default-soapenc-types)
1047 (soap-decode-basic-type, soap-encode-basic-type):
1048 support unsignedInt and double basic types.
1049 (soap-resolve-references-for-simple-type)
1050 (soap-parse-simple-type, soap-encode-simple-type): New function.
1051 (soap-parse-schema): Parse xsd:simpleType declarations.
1052
1053 * soap-client.el (soap-default-xsd-types)
1054 (soap-default-soapenc-types): Add integer, byte and anyURI types.
1055 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
1056 the local name of "soapenc:Array".
1057 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
1058 decoding integer, byte and anyURI xsd types.
1059
1060 2012-04-25 Chong Yidong <cyd@gnu.org>
1061
1062 * cus-edit.el (custom-buffer-create-internal): Update header text.
1063
1064 2012-04-25 Eli Zaretskii <eliz@gnu.org>
1065
1066 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
1067 settings on 'system-type', not on 'window-system'. On MS-Windows,
1068 set interactive-mode on in GDB.
1069
1070 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
1073 (ruby-syntax-propertize-regexp): Remove.
1074 (ruby-syntax-propertize-function): Split regexp into chunks.
1075 Match following code directly.
1076
1077 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
1078
1079 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
1080 (ruby-syntax-propertize-regexp): New function.
1081 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
1082 by a special keyword.
1083
1084 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
1085 (ruby-syntax-general-delimiters-goto-beg)
1086 (ruby-syntax-propertize-general-delimiters): New functions.
1087 (ruby-syntax-propertize-function): Use them to handle GDL.
1088 (ruby-font-lock-keywords): Move old handling of GDL...
1089 (ruby-font-lock-syntactic-keywords): .. to here.
1090 (ruby-calculate-indent): Adjust indentation for GDL.
1091
1092 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
1093
1094 * notifications.el (top): Remove unneeded declarations.
1095 (notifications-specification-version): Change to "1.2".
1096 (notifications-interface, notifications-notify-method)
1097 (notifications-close-notification-method): Fix docstring.
1098 (notifications-get-capabilities-method): New defconst.
1099 (notifications-notify): Add :action-items, :resident and
1100 :transient hints. Change "image_data" to "image-data" and
1101 "image_path" to "image-path".
1102 (notifications-get-capabilities): New defun.
1103
1104 2012-04-24 Leo Liu <sdl.web@gmail.com>
1105
1106 * progmodes/python.el: Move hideshow setup to the end.
1107
1108 2012-04-24 Martin Rudalics <rudalics@gmx.at>
1109
1110 * window.el (handle-select-window): Clear echo area since this is
1111 no more done by read_char (Bug#11304).
1112
1113 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1116 and `/ M' to filter-derived-mode.
1117 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1118 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1119 (ibuffer-mark-by-mode): Use default rather than initial-input.
1120 (ibuffer-filter-by-derived-mode): Autoload and require-match.
1121
1122 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
1123
1124 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1125 (ibuffer-filter-by-derived-mode): New filter.
1126 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1127
1128 2012-04-23 Andreas Politz <politza@fh-trier.de>
1129
1130 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1131
1132 2012-04-23 Chong Yidong <cyd@gnu.org>
1133
1134 * cus-edit.el (customize-apropos, customize-apropos-options):
1135 Disable matching of non-option variables (Bug#11176).
1136 (customize-option, customize-option-other-window)
1137 (customize-changed-options): Doc fix.
1138 (customize-apropos-options, customize-apropos-faces)
1139 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1140
1141 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
1142 Fix word list splitting (Bug#11132).
1143 (apropos-symbol, apropos-keybinding, apropos-label)
1144 (apropos-property, apropos-function-button)
1145 (apropos-variable-button, apropos-misc-button): New faces.
1146 (apropos-symbol-face, apropos-keybinding-face)
1147 (apropos-label-face, apropos-property-face, apropos-match-face):
1148 Variables removed (Bug#8396).
1149 (apropos-library-button, apropos-format-plist, apropos-print)
1150 (apropos-print-doc, apropos-describe-plist): Callers changed.
1151
1152 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
1153
1154 * net/xesam.el (xesam-mode-map): Use let-bound map in
1155 initialization. (Bug#11292)
1156
1157 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1158
1159 Preserve ispell session localwords when switching back to
1160 original buffer.
1161
1162 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1163 variable to hold buffer session localwords.
1164 (ispell-kill-ispell): add option 'clear to delete session
1165 localwords.
1166 (ispell-command-loop, ispell-change-dictionary)
1167 (ispell-buffer-local-words): Preserve session localwords when
1168 needed.
1169
1170 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1171 Preserve session localwords when needed.
1172
1173 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1174
1175 * ispell.el (ispell-insert-word) Remove unneeded function using
1176 obsolete `translation-table-for-input'.
1177 (ispell-word, ispell-process-line, ispell-complete-word):
1178 Use plain `insert' instead of removed `ispell-insert-word'.
1179
1180 2012-04-22 Chong Yidong <cyd@gnu.org>
1181
1182 * cus-edit.el (custom-variable-menu)
1183 (custom-variable-reset-saved, custom-face-menu)
1184 (custom-face-reset-saved): If there is no saved value, make the
1185 "reset-saved" operation bring back the default (Bug#9509).
1186 (custom-face-state): Properly detect themed faces.
1187
1188 * faces.el (face-spec-set): Stop supporting deprecated form of
1189 third arg.
1190
1191 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
1192
1193 Move functions from C to Lisp. Make non-blocking method calls
1194 the default. Implement further D-Bus standard interfaces.
1195
1196 * net/dbus.el (dbus-message-internal): Declare function.
1197 Remove unneeded function declarations.
1198 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1199 (dbus-message-type-method-return, dbus-message-type-error)
1200 (dbus-message-type-signal): Declare variables. Remove local
1201 definitions.
1202 (dbus-interface-dbus, dbus-interface-peer)
1203 (dbus-interface-introspectable, dbus-interface-properties)
1204 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1205 Adapt docstring.
1206 (dbus-interface-objectmanager): New defconst.
1207 (dbus-call-method, dbus-call-method-asynchronously)
1208 (dbus-send-signal, dbus-method-return-internal)
1209 (dbus-method-error-internal, dbus-register-service)
1210 (dbus-register-signal, dbus-register-method): New defuns, moved
1211 from dbusbind.c
1212 (dbus-call-method-handler, dbus-setenv)
1213 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1214 New defuns.
1215 (dbus-call-method-non-blocking): Make it an obsolete function.
1216 (dbus-unregister-object, dbus-unregister-service)
1217 (dbus-handle-event, dbus-register-property)
1218 (dbus-property-handler): Obey the new structure of
1219 `bus-registered-objects'.
1220 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1221 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1222 Use `dbus-call-method'.
1223
1224 2012-04-22 Chong Yidong <cyd@gnu.org>
1225
1226 * cus-edit.el (custom-commands, custom-reset-menu)
1227 (Custom-reset-standard): Tweak labels.
1228 (custom-reset-button-menu): Change default to t.
1229 (custom-buffer-create-internal): For the custom-reset-button-menu
1230 case, put the revert button first.
1231 (custom-group-subtitle): New face.
1232 (custom-group-value-create): Align docstring to a specific column.
1233
1234 * wid-edit.el (widget-documentation-link-add): Don't handle
1235 indentation in this function.
1236 (widget-documentation-string-indent-to): New function.
1237 (widget-documentation-string-value-create): Use it.
1238
1239 * autorevert.el (auto-revert):
1240 * epg-config.el (epg):
1241 * ibuffer.el (ibuffer):
1242 * mpc.el (mpc):
1243 * ses.el (ses):
1244 * eshell/eshell.el (eshell):
1245 * net/ange-ftp.el (ange-ftp):
1246 * progmodes/ebnf2ps.el (postscript):
1247 * progmodes/flymake.el (flymake):
1248 * progmodes/prolog.el (prolog):
1249 * progmodes/verilog-mode.el (verilog-mode):
1250 * progmodes/which-func.el (which-func):
1251 * term/xterm.el (xterm):
1252 * textmodes/picture.el (picture):
1253 * textmodes/tildify.el (tildify):
1254 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1255 customization buffers.
1256
1257 2012-04-22 Alan Mackenzie <acm@muc.de>
1258
1259 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1260 Adding a ) can hide the resulting (..) from searches. Fix it.
1261 Bound the backward search to the position of the existing (.
1262
1263 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * progmodes/verilog-mode.el (verilog-mode): Check whether
1266 which-func-modes is t before adding verilog-mode.
1267 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1268
1269 2012-04-21 Leo Liu <sdl.web@gmail.com>
1270
1271 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
1272
1273 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1274
1275 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1276 filling of the last column of a table (Bug#5635).
1277 (woman-find-next-control-line): New arg, specifying an additional
1278 regexp component for the control line.
1279 (woman2-roff-buffer): Use it.
1280 (woman-break-table): New function.
1281 (woman2-TS): Use it.
1282
1283 2012-04-21 Chong Yidong <cyd@gnu.org>
1284
1285 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1286 (woman-horizontal-escapes, woman-negative-vertical-space)
1287 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1288 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1289
1290 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * minibuffer.el (completion-file-name-table): Complete user names.
1293
1294 2012-04-20 Leo Liu <sdl.web@gmail.com>
1295
1296 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1297 and pcase-let*.
1298
1299 2012-04-20 Chong Yidong <cyd@gnu.org>
1300
1301 * server.el (server-execute): Respect initial-buffer-choice if it
1302 is a string and there are no files to open (Bug#2825).
1303 (server-create-window-system-frame, server-create-tty-frame):
1304 Don't switch buffers here.
1305 (server-process-filter): Only try to open a window system frame if
1306 compiled with graphical support (Bug#8314).
1307
1308 2012-04-20 Dan Nicolaescu <dann@gnu.org>
1309
1310 * battery.el (battery-echo-area-format): Display remaining time
1311 for sysfs backend too (Bug#11269).
1312 (battery-linux-sysfs): Fix conditional for the charge.
1313
1314 2012-04-20 Chong Yidong <cyd@gnu.org>
1315
1316 * progmodes/gdb-mi.el (gdb): Revert previous change.
1317 (gdb-inferior-io--init-proc): New function.
1318 (gdb-init-1): Use it.
1319 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1320 responsible for allocating a new pty and hooking it to gdb when
1321 the old pty gets an EIO due to process exit.
1322 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1323 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1324 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1325
1326 2012-04-20 Eli Zaretskii <eliz@gnu.org>
1327
1328 * window.el (window-min-size, window-sizable, window-min-delta)
1329 (window-max-delta, window--resizable, window-resizable)
1330 (window-total-size, window-full-height-p, window-full-width-p)
1331 (window-in-direction, window--resize-mini-window, window-resize)
1332 (window--resize-child-windows-normal)
1333 (window--resize-child-windows, window--resize-siblings)
1334 (window--resize-this-window, adjust-window-trailing-edge)
1335 (enlarge-window, shrink-window): Doc fixes.
1336
1337 2012-04-20 Chong Yidong <cyd@gnu.org>
1338
1339 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1340 New function to call delete-process on the gdb-inferior buffer's pty.
1341 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1342 pty process (Bug#11273).
1343 (gdb-update): New arg to suppress talking to the gdb process.
1344 (gdb-done-or-error): Use it.
1345 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1346 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1347 sentinel not being called.
1348
1349 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1350
1351 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1352
1353 2012-04-20 Glenn Morris <rgm@gnu.org>
1354
1355 * net/network-stream.el (open-network-stream): Doc fix.
1356
1357 2012-04-20 Chong Yidong <cyd@gnu.org>
1358
1359 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1360
1361 2012-04-20 Alan Mackenzie <acm@muc.de>
1362
1363 Ensure searching for keywords is case sensitive.
1364
1365 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1366 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1367 (c-defun-name, c-mark-function, c-cpp-define-name)
1368 (c-comment-indent, c-scan-conditionals, c-indent-defun)
1369 (c-context-line-break): Bind case-fold-search to nil.
1370
1371 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1372 Bind case-fold-search to nil.
1373
1374 2012-04-20 Chong Yidong <cyd@gnu.org>
1375
1376 * mail/sendmail.el (mail-bury): Call return action with the right
1377 Rmail buffer (Bug#11242).
1378
1379 * server.el (server-process-filter): Handle corner case where both
1380 tty and nowait options are present (Bug#11102).
1381
1382 2012-04-20 Eli Zaretskii <eliz@gnu.org>
1383
1384 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
1385 (top level): Put into the executable the ident-style '$Id:' tag on
1386 windows-nt as well.
1387
1388 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * electric.el (electric-indent-post-self-insert-function): Check that
1391 electric-indent-mode is enabled in current buffer.
1392
1393 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
1394
1395 * imenu.el (imenu-progress-message): Restore; it is "used" in
1396 erc/erc-imenu.el and net/snmp-mode.el.
1397
1398 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
1399
1400 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1401 (mouse-avoidance-nudge-mouse): Remove unused binding.
1402
1403 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1404
1405 * descr-text.el (describe-char):
1406 * progmodes/python.el (python-describe-symbol):
1407 Don't call `toggle-read-only', set `buffer-read-only'.
1408
1409 * imenu.el (imenu-default-goto-function): Mark unused args.
1410 (imenu-progress-message): Remove obsolete macro; all callers changed.
1411
1412 * subr.el (keymap-canonicalize): Remove unused binding.
1413 (read-passwd): Mark unused arg.
1414
1415 * tutorial.el (tutorial--display-changes): Remove unused binding.
1416 (tutorial--save-tutorial-to): Remove unused variable.
1417
1418 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1419 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1420 (package-generate-autoloads, package-menu--generate)
1421 (package-menu--find-upgrades): Remove unused bindings.
1422
1423 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1424 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1425 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1426 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1427 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1428 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1429 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1430 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1431 (cua-delete-char-rectangle): Mark unused args.
1432 (cua-align-rectangle): Remove unused binding.
1433
1434 * mail/rmail.el (compilation--message->loc)
1435 (epa--find-coding-system-for-mime-charset): Declare.
1436
1437 * net/dbus.el (dbus-register-service): Declare.
1438 (dbus-name-owner-changed-handler): Remove unused binding.
1439
1440 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1441 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1442 (nxml-scan-backward-within): Mark unused arg.
1443 (nxml-dynamic-markup-word): Remove unused binding.
1444
1445 * mouse.el (mouse-menu-major-mode-map):
1446 * emacs-lisp/authors.el (authors-scan-change-log)
1447 (authors-add-to-author-list):
1448 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1449 * emacs-lisp/smie.el (smie-auto-fill):
1450 * mail/sendmail.el (mail-bury):
1451 * mail/unrmail.el (unrmail):
1452 * net/tls.el (open-tls-stream):
1453 * textmodes/picture.el (picture-mouse-set-point):
1454 Remove unused bindings.
1455
1456 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
1457
1458 * net/tramp.el (tramp-action-password): Let-bind
1459 `enable-recursive-minibuffers' to t.
1460
1461 2012-04-18 Sam Steingold <sds@gnu.org>
1462
1463 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1464 instead of 'string to accommodate values like [f11].
1465 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1466 * progmodes/gdb-mi.el: Likewise.
1467
1468 2012-04-18 Leo Liu <sdl.web@gmail.com>
1469
1470 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1471 current buffer.
1472 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1473 LOCAL is nil.
1474
1475 2012-04-18 Chong Yidong <cyd@gnu.org>
1476
1477 * simple.el (line-move): Use forward-line if in batch mode
1478 (Bug#11053).
1479
1480 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1481
1482 * files.el (after-find-file): Do not try to add a final newline if
1483 the buffer is read-only (Bug#11156).
1484
1485 2012-04-17 Richard Stallman <rms@gnu.org>
1486
1487 * mail/rmail.el (rmail-start-mail):
1488 Pass (rmail-mail-return...) for the return-action.
1489 Pass (rmail-yank-current-message...) for the yank-action.
1490 (rmail-yank-current-message): New function.
1491 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1492 (rmail-reply): Likewise.
1493 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1494
1495 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
1496 buffer, not the last. Reject temp buffers. Use the rmail-mode
1497 buffer, not newbuf.
1498
1499 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
1500
1501 * server.el (server-ensure-safe-dir): Simplify.
1502
1503 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1504
1505 * emacs-lisp/smie.el: Provide smarter auto-filling.
1506 (smie-auto-fill): New function.
1507 (smie-setup): Use it.
1508
1509 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1510
1511 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1512
1513 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1514 (comment-indent): Use it.
1515
1516 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
1517
1518 * ses.el: The overall change is to add cell renaming, that is
1519 setting fancy names for cell symbols other than name matching
1520 "\\`[A-Z]+[0-9]+\\'" regexp .
1521 (ses-localvars): Add ses--renamed-cell-symb-list.
1522 (ses-create-cell-variable): New defun.
1523 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
1524 (ses-relocate-formula): Relocate formulas only for cells the
1525 symbols of which are not renamed, i.e. symbols whose names do not
1526 match regexp "\\`[A-Z]+[0-9]+\\'".
1527 (ses-relocate-all): Relocate values only for cells the symbols of
1528 which are not renamed.
1529 (ses-load): Create cells variables as the (ses-cell ...) are read,
1530 in order to check row col consistency with cell symbol name only
1531 for cells that are not renamed.
1532 (ses-replace-name-in-formula): New defun.
1533 (ses-rename-cell): New defun.
1534
1535 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1536
1537 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1538 New option (bug#11118).
1539 (perl-calculate-indent): Respect it.
1540
1541 2012-04-17 Glenn Morris <rgm@gnu.org>
1542
1543 * dired-aux.el (dired-mark-read-string): Doc fix.
1544
1545 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1546
1547 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1548 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1549
1550 2012-04-17 Glenn Morris <rgm@gnu.org>
1551
1552 * mouse.el (mouse-drag-track):
1553 * speedbar.el (speedbar-frame-mode):
1554 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1555
1556 2012-04-16 Leo Liu <sdl.web@gmail.com>
1557
1558 * progmodes/python.el: Trivial cleanup.
1559
1560 2012-04-16 Glenn Morris <rgm@gnu.org>
1561
1562 * vc/vc.el (vc-string-prefix-p):
1563 * vc/pcvs-util.el (cvs-string-prefix-p):
1564 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1565 * mpc.el (mpc-string-prefix-p):
1566 Make all of these into obsolete aliases for string-prefix-p.
1567 Update callers.
1568 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1569
1570 * textmodes/two-column.el: Move custom options to the start.
1571 (frame-width): Remove compat definition.
1572 (2C-associate-buffer, 2C-dissociate):
1573 Use with-current-buffer rather than save-excursion.
1574 (2C-dissociate): Force a mode-line update.
1575 (2C-autoscroll): Use ignore-errors.
1576
1577 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1578 Autoload trivia.
1579
1580 * emacs-lisp/cl-extra.el (*random-state*):
1581 Remove unnecessary declaration.
1582
1583 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1584
1585 * play/cookie1.el (cookie-snarf):
1586 Give an explicit error if input file cannot be read.
1587
1588 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1589
1590 * progmodes/perl-mode.el (c-macro-expand):
1591 Remove unnecessary autoload (it is in loaddefs.el).
1592
1593 * textmodes/picture.el (picture-desired-column)
1594 (picture-update-desired-column): Convert comments to doc-strings.
1595 (picture-substitute): Remove function.
1596 (picture-mode-map): Initialize in the defvar.
1597
1598 * woman.el: Remove eval-after-load for tar-mode.
1599 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1600 (woman-tar-extract-file): Autoload it.
1601
1602 * frame.el (automatic-hscrolling): Make this alias obsolete.
1603
1604 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1605
1606 * ispell.el (ispell-set-spellchecker-params): Post-process
1607 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
1608 (ispell-dictionary-base-alist): Revert to original XEmacs
1609 friendly version for default. [:alpha:] will be added in
1610 `ispell-set-spellchecker-params' if needed
1611
1612 2012-04-16 Chong Yidong <cyd@gnu.org>
1613
1614 * image.el (imagemagick--extension-regexp): New variable.
1615 (imagemagick-register-types): Use it.
1616 (imagemagick-types-inhibit): Add :set function. Allow new value
1617 of t to inhibit all types.
1618
1619 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1620 so we can preload it.
1621
1622 * loadup.el (fboundp): Preload regexp-opt, needed by
1623 imagemagick-register-types.
1624
1625 2012-04-15 Chong Yidong <cyd@gnu.org>
1626
1627 * frame.el (scrolling): Remove nearly unused customization group.
1628
1629 * scroll-all.el (scroll-all-mode): Move to windows group.
1630
1631 2012-04-15 Chong Yidong <cyd@gnu.org>
1632
1633 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1634
1635 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1636
1637 Avoid the use of ((lambda ...) ...) in lexical-binding code.
1638 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
1639
1640 2012-04-15 Glenn Morris <rgm@gnu.org>
1641
1642 * simple.el (process-file-side-effects): Doc fix.
1643
1644 2012-04-15 Glenn Morris <rgm@gnu.org>
1645
1646 * international/mule-cmds.el (set-language-environment): Doc fix.
1647
1648 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
1649
1650 * server.el (server-auth-key, server-generate-key): Doc fixes.
1651 (server-get-auth-key): Doc fix. Use `string-match-p'.
1652 (server-start): Reflow docstring.
1653
1654 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1655
1656 * server.el (server-generate-key): `called-interactively-p'
1657 requires a parameter.
1658
1659 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
1660
1661 * server.el (server-auth-key): New variable.
1662 (server-generate-key, server-get-auth-key): New function.
1663 (server-start): Use the new variable and functions to allow
1664 setting a permanent server key (bug#9423).
1665
1666 2012-04-14 Leo Liu <sdl.web@gmail.com>
1667
1668 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1669
1670 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1671
1672 Spelling fixes.
1673 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1674 Emacs uses American spelling.
1675
1676 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
1677
1678 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1679 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1680 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1681 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1682
1683 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1684
1685 * progmodes/which-func.el (which-func-modes): Change default.
1686
1687 2012-04-14 Kim F. Storm <storm@cua.dk>
1688
1689 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1690 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1691
1692 2012-04-14 Chong Yidong <cyd@gnu.org>
1693
1694 * custom.el (custom-theme-set-variables): Doc fix.
1695
1696 2012-04-14 Glenn Morris <rgm@gnu.org>
1697
1698 * international/mule.el (set-auto-coding-for-load): Doc fix.
1699
1700 2012-04-14 Alan Mackenzie <acm@muc.de>
1701
1702 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1703 imenu work again for Objective C Mode. Correct the *-index values,
1704 these having been disturbed by a previous change in 2011-08.
1705
1706 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1707 Correct two search limits.
1708
1709 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1710
1711 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1712
1713 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
1714
1715 * international/characters.el: Fix sorting.
1716
1717 2012-04-14 Eli Zaretskii <eliz@gnu.org>
1718
1719 * international/characters.el: Add more missing Latin case pairs.
1720
1721 2012-04-14 Glenn Morris <rgm@gnu.org>
1722
1723 * files.el (dir-locals-set-class-variables): Doc fix.
1724
1725 2012-04-14 Eli Zaretskii <eliz@gnu.org>
1726
1727 * international/characters.el: Add set-case-syntax-pair call for
1728 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1729 counterpart. (Bug#11209)
1730
1731 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1732
1733 2012-04-14 Glenn Morris <rgm@gnu.org>
1734
1735 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1736
1737 2012-04-14 Eli Zaretskii <eliz@gnu.org>
1738
1739 * textmodes/ispell.el (ispell-dictionary-base-alist):
1740 Add data for Hebrew.
1741
1742 2012-04-14 Chong Yidong <cyd@gnu.org>
1743
1744 * net/rcirc.el (rcirc-cmd-quit):
1745 Revert 2012-03-18 change (Bug#11192).
1746
1747 2012-04-14 Glenn Morris <rgm@gnu.org>
1748
1749 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1750
1751 2012-04-14 Eli Zaretskii <eliz@gnu.org>
1752
1753 * minibuffer.el (completion-in-region-mode-map):
1754 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
1755
1756 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1757
1758 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1759
1760 2012-04-13 Masatake YAMATO <yamato@redhat.com>
1761
1762 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1763 to allow `C-M-f' and `C-M-b' to move to the nearest path
1764 separator (bug#9511).
1765
1766 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1767
1768 * avoid.el: Require cl when compiling. And also move the
1769 `provide' to the end.
1770
1771 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1772
1773 * avoid.el (mouse-avoidance-banish-position): New variable.
1774 (mouse-avoidance-banish-destination): Use it (bug#10165).
1775
1776 2012-04-13 Leo Liu <sdl.web@gmail.com>
1777
1778 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1779
1780 2012-04-13 Ken Brown <kbrown@cornell.edu>
1781
1782 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
1783 this is no longer needed now that cygstart understands file:// URLs.
1784 (browse-url-filename-alist): For the same reason, don't modify
1785 file:// URLs on Cygwin.
1786
1787 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1790 the region on shift if the binding is already shifted (bug#11221).
1791
1792 2012-04-12 Glenn Morris <rgm@gnu.org>
1793
1794 * mail/mailpost.el: Move to obsolete/.
1795
1796 2012-04-12 Drew Adams <drew.adams@oracle.com>
1797
1798 * imenu.el (imenu--generic-function): Ignore invisible definitions
1799 (bug#10123).
1800
1801 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1802
1803 * hexl.el (hexl-bits): New variable.
1804 (hexl-options): Mention the variable in the doc string.
1805 (hexl-rulerise, hexl-line-displen): New functions.
1806 (hexl-mode): Mention the new variable.
1807 (hexl-mode, hexl-current-address, hexl-current-address):
1808 Use the displen.
1809 (hexl-ascii-start-column): New function.
1810 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1811 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1812
1813 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1814
1815 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1816 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1817 the encoding, as expected by hunspell.
1818
1819 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * battery.el (battery--linux-sysfs-regexp): New const.
1822 (battery-status-function): Use it. Remove yeeloong special case.
1823 (battery-yeeloong-sysfs): Remove.
1824 (battery-echo-area-format): Remove yeeloong special case.
1825
1826 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1829 Reported by Noah Friedman.
1830
1831 * subr.el (read-passwd): Use read-string.
1832
1833 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1834
1835 * vcursor.el (vcursor-move): Increase the priority of the overlay
1836 (bug#9663).
1837
1838 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1839
1840 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1841 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1842
1843 2012-04-11 William Stevenson <yhvh2000@gmail.com>
1844
1845 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1846 define-minor-mode (bug#10760).
1847
1848 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1849
1850 * progmodes/grep.el (rgrep): Tweak the find command line so
1851 that directories matching `grep-find-ignored-files' won't be
1852 pruned (bug#10351).
1853
1854 2012-04-11 Chong Yidong <cyd@gnu.org>
1855
1856 * startup.el (command-line): Remove support for long-obsolete
1857 variable font-lock-face-attributes.
1858
1859 2012-04-11 Glenn Morris <rgm@gnu.org>
1860
1861 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1862
1863 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 * window.el (window--state-get-1): Obey window-point-insertion-type.
1866
1867 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1868
1869 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1870 to previous function when point is on the first character of a
1871 function. Take care of that in `narrow-to-defun' (bug#6157).
1872
1873 2012-04-11 Glenn Morris <rgm@gnu.org>
1874
1875 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1876 not just file-errors.
1877
1878 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1879 (vc-bzr-sha1): Use internal sha1.
1880
1881 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1884
1885 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1886
1887 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1888 that start in the middle of the line (bug#10496).
1889
1890 2012-04-10 Dan Nicolaescu <dann@gnu.org>
1891
1892 * battery.el (battery-linux-proc-acpi): Only one battery is
1893 discharged at a time, but that seems to confuse battery.el when
1894 computing `rate-type' for the battery not being discharged
1895 (bug#10332).
1896
1897 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1900
1901 * international/quail.el: Use dolist and simplify.
1902 (quail-define-package, quail-update-keyboard-layout)
1903 (quail-define-rules): Use dolist.
1904 (quail-insert-kbd-layout, quail-get-translation): CSE.
1905
1906 * tmm.el: Use dolist, remove left over hook.
1907 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1908 Use dolist.
1909 (calendar-load-hook): Don't mess with it.
1910
1911 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1912 Use derived-mode-p. Run the diff asynchronously.
1913
1914 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1915
1916 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1917
1918 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
1919
1920 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1921 (list-dynamic-libraries--loaded): New function.
1922 (list-dynamic-libraries--refresh): Use it.
1923
1924 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
1925
1926 * progmodes/python.el (python-fill-paragraph):
1927 Make python-fill-region in a multiline string work when font-lock is
1928 disabled (bug#7018).
1929
1930 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
1931
1932 * language/european.el (cp775): Add oem/legacy (en)coding on
1933 DOS/MS Windows for the Baltic languages. There are still plenty
1934 of texts written in this encoding/codepage (bug#6519).
1935
1936 2012-04-10 Glenn Morris <rgm@gnu.org>
1937
1938 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1939 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1940
1941 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1942
1943 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
1944 next-line "n" and previous-line "p" in order to make recentf more
1945 consistent with ibuffer, dired or org-mode (bug#9387).
1946
1947 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1948
1949 * image.el (put-image): Return the overlay created instead of the
1950 optional input string (bug#7834). Note that this may break code
1951 that is (for some reason or other) depending on `put-image'
1952 returning the string.
1953
1954 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1955
1956 * simple.el (zap-to-char): Allow zapping using input methods
1957 (bug#1580).
1958
1959 * textmodes/fill.el (fill-region): Leave point and mark where they
1960 were before filling (bug#5399).
1961
1962 2012-04-09 Glenn Morris <rgm@gnu.org>
1963
1964 * version.el (emacs-bzr-get-version):
1965 Handle lightweight checkouts of local branches.
1966
1967 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1968
1969 * international/characters.el: Recover lost case pairs. (Bug#11209)
1970
1971 2012-04-09 Chong Yidong <cyd@gnu.org>
1972
1973 * custom.el (custom-variable-p): Return nil for non-symbol
1974 arguments instead of signaling an error.
1975 (user-variable-p): Obsolete alias for custom-variable-p.
1976
1977 * apropos.el (apropos-variable):
1978 * files-x.el (read-file-local-variable):
1979 * simple.el (set-variable):
1980 * woman.el (woman-mini-help):
1981 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1982
1983 2012-04-09 Glenn Morris <rgm@gnu.org>
1984
1985 * startup.el (normal-top-level): Don't look for leim-list.el
1986 in places where it will not be found. (Bug#910)
1987
1988 * international/mule-cmds.el (set-default-coding-systems):
1989 * files.el (normal-mode):
1990 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1991 This function was removed with ucs-tables.el in 2008.
1992
1993 2012-04-08 Eli Zaretskii <eliz@gnu.org>
1994
1995 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1996 ispell-encoding8-command to "-i", without a trailing space.
1997 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1998 separate command-line arguments, to specify the encoding, since
1999 that's how hunspell expects it.
2000
2001 2012-04-08 Glenn Morris <rgm@gnu.org>
2002
2003 * loadup.el: Load bindings before cus-start.
2004 This reduces somewhat the number of "rogue" settings in emacs -Q.
2005
2006 2012-04-07 Glenn Morris <rgm@gnu.org>
2007
2008 * version.el (emacs-bzr-get-version): New function.
2009 (emacs-bzr-version): New variable.
2010 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
2011 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
2012
2013 2012-04-07 Eli Zaretskii <eliz@gnu.org>
2014
2015 * international/uni-bidi.el, international/uni-category.el:
2016 * international/uni-combining.el, international/uni-decimal.el:
2017 * international/uni-decomposition.el, international/uni-digit.el:
2018 * international/uni-lowercase.el, international/uni-mirrored.el:
2019 * international/uni-name.el, international/uni-numeric.el:
2020 * international/uni-titlecase.el, international/uni-uppercase.el:
2021 Update for Unicode 6.1.
2022
2023 2012-04-07 Eli Zaretskii <eliz@gnu.org>
2024
2025 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
2026
2027 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2028
2029 * window.el (shrink-window): Mention the `window-min-height'
2030 variable in the doc string.
2031
2032 2012-04-05 Bastien Guerry <bzg@altern.org>
2033
2034 * color.el (color-lighten-name): Fix typo.
2035
2036 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2037
2038 * server.el (server--on-display-p): New function.
2039 (server--on-display-p): Use it.
2040
2041 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
2042
2043 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
2044 (bug#11145).
2045
2046 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 * comint.el (comint--common-quoted-suffix): Check string boundary
2049 before comparing (bug#11158).
2050 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
2051
2052 2012-04-04 Chong Yidong <cyd@gnu.org>
2053
2054 * minibuffer.el (completion-extra-properties): Doc fix.
2055
2056 * subr.el (delayed-warnings-hook): Doc fix.
2057
2058 2012-04-04 Daiki Ueno <ueno@unixuser.org>
2059
2060 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
2061 selection (Bug#11159).
2062 (epa-insert-keys): Inform that the default public key will be
2063 exported if no key is selected.
2064
2065 2012-04-04 Richard Stallman <rms@gnu.org>
2066
2067 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
2068
2069 2012-04-03 Chong Yidong <cyd@gnu.org>
2070
2071 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
2072 mail-insert-file, not its obsolete alias mail-attach-file.
2073
2074 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2075
2076 * notifications.el (notifications-notify): Fix docstring.
2077
2078 2012-04-02 Glenn Morris <rgm@gnu.org>
2079
2080 * emacs-lisp/authors.el (authors-aliases): Another addition.
2081
2082 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
2083
2084 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
2085 `tramp-compat-call-process' instead of `tramp-local-call-process'.
2086 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2087
2088 2012-04-01 Chong Yidong <cyd@gnu.org>
2089
2090 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
2091 Handle root directory properly.
2092 (copy-directory): Caller changed.
2093
2094 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2095 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
2096
2097 2012-03-31 Glenn Morris <rgm@gnu.org>
2098
2099 * term/xterm.el (xterm-extra-capabilities): Doc fix.
2100
2101 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
2102
2103 * calendar/calendar.el (calendar-window-list)
2104 (calendar-hide-window): Restore. (Bug#11140)
2105 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
2106
2107 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
2108
2109 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2110
2111 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2112 Check if file is a symlink (Bug#10489).
2113
2114 * files.el (copy-directory): Likewise.
2115
2116 2012-03-30 Chong Yidong <cyd@gnu.org>
2117
2118 * image.el (imagemagick-types-inhibit)
2119 (imagemagick-register-types): Doc fix.
2120
2121 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2122
2123 * ispell.el (ispell-get-extended-character-mode):
2124 Disable extended-char-mode for hunspell. hunspell does not support it
2125 and treats ~word as ordinary words in pipe mode.
2126
2127 2012-03-30 Glenn Morris <rgm@gnu.org>
2128
2129 * tutorial.el (help-with-tutorial): Ensure local variables don't
2130 happen to make the buffer read-only. (Bug#11127)
2131
2132 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2135 (perl-calculate-indent): Return `noindent' in strings.
2136
2137 2012-03-28 Sam Steingold <sds@gnu.org>
2138
2139 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2140 instead of the broken adhockery which does not prevent calendar
2141 buffers from being displayed at random after exit.
2142 (calendar-window-list, calendar-hide-window): Remove the broken
2143 adhockery.
2144
2145 2012-03-28 Glenn Morris <rgm@gnu.org>
2146
2147 * replace.el (query-replace-map): Doc fix.
2148
2149 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2150
2151 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2152 contents. (Bug#11109)
2153
2154 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2157 (bug#11077).
2158 (avl-tree--check, avl-tree--check-node): New funs.
2159
2160 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2161
2162 * window.el (switch-to-visible-buffer): New option.
2163 (switch-to-prev-buffer, switch-to-next-buffer):
2164 Observe switch-to-visible-buffer. Make sure that checking for a window
2165 showing a buffer already is done on the same frame.
2166
2167 2012-03-27 Glenn Morris <rgm@gnu.org>
2168
2169 * startup.el (mail-host-address): Doc fix.
2170
2171 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2172
2173 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2174 than 197 variables.
2175
2176 2012-03-26 Ami Fischman <ami@fischman.org>
2177
2178 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2179
2180 2012-03-26 Glenn Morris <rgm@gnu.org>
2181
2182 * files.el (save-buffers-kill-emacs): Doc fix.
2183
2184 * startup.el (normal-top-level, command-line, command-line-1):
2185 Give them doc strings.
2186
2187 2012-03-25 Eli Zaretskii <eliz@gnu.org>
2188
2189 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
2190 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
2191
2192 2012-03-25 Chong Yidong <cyd@gnu.org>
2193
2194 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2195 theme if it was previously enabled before (Bug#11031).
2196
2197 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2198 spec with custom-face-get-current-spec if its :shown-value is not
2199 determined yet (Bug#9337).
2200 (customize-create-theme, custom-theme-revert): Doc fixes.
2201
2202 * button.el (button-at): Minor addition to docstring.
2203
2204 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
2205
2206 * vc/vc.el (vc-merge): Fix a prompt.
2207
2208 2012-03-24 Chong Yidong <cyd@gnu.org>
2209
2210 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2211 point (Bug#9623).
2212
2213 * button.el (button-at): Minor addition to docstring.
2214
2215 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * newcomment.el (comment-choose-indent): No space after BOL.
2218
2219 2012-03-22 Sam Steingold <sds@gnu.org>
2220
2221 * window.el (switch-to-prev-buffer): Revert last patch because the
2222 bug turned out to be an advertised feature (Elisp manual 28.14).
2223
2224 2012-03-22 Glenn Morris <rgm@gnu.org>
2225
2226 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2227 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2228
2229 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2230
2231 * net/network-stream.el (network-stream-open-starttls): Make error
2232 message under Windows be less misleading.
2233
2234 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2235
2236 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2237 understands (bug#9942).
2238
2239 2012-03-22 Chong Yidong <cyd@gnu.org>
2240
2241 * simple.el (end-of-visible-line): Handle return value of
2242 next-single-property-change properly (Bug#9371).
2243
2244 2012-03-22 Kenichi Handa <handa@m17n.org>
2245
2246 * international/quail.el (quail-insert-kbd-layout): Fix previous
2247 change. To avoid unwanted bidi reordering, use
2248 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2249
2250 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2251
2252 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2253 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2254 (ruby-beginning-of-indent): Be more careful with the difference
2255 between word-boundary and symbol boundary.
2256 (ruby-mode-syntax-table): Make : a symbol constituent.
2257
2258 2012-03-21 Andreas Politz <politza@fh-trier.de>
2259
2260 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2261
2262 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * progmodes/etags.el (tags-completion-at-point-function):
2265 Improve last fix.
2266
2267 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2268
2269 2012-03-21 Sam Steingold <sds@gnu.org>
2270
2271 * progmodes/etags.el (tags-completion-at-point-function):
2272 Avoid the error when point is inside the pattern.
2273
2274 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2275
2276 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2277 line (Bug#10855).
2278
2279 2012-03-21 Drew Adams <drew.adams@oracle.com>
2280
2281 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2282
2283 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2284
2285 * ido.el (ido-set-current-directory, ido-read-internal)
2286 (ido-choose-completion-string, ido-completion-help): Handle nil
2287 value of ido-completion-buffer (Bug#11008).
2288
2289 2012-03-21 Sam Steingold <sds@gnu.org>
2290
2291 * window.el (switch-to-prev-buffer): Do not switch to a visible
2292 window previous buffer, just like with the frame previous buffers.
2293
2294 2012-03-21 Chong Yidong <cyd@gnu.org>
2295
2296 * faces.el (make-face, make-empty-face, copy-face):
2297 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2298 Doc fixes.
2299
2300 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2303 (widget-complete): Remove broken use of it.
2304
2305 2012-03-20 Chong Yidong <cyd@gnu.org>
2306
2307 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2308 Use string-width and truncate-string-width to handle arbitrary
2309 characters.
2310
2311 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2312
2313 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2314 to draw rectangles, not squares. (Regression introduced by revno
2315 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2316
2317 2012-03-18 Chong Yidong <cyd@gnu.org>
2318
2319 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2320 it is not yet defined (for temacs).
2321
2322 2012-03-18 Leo Liu <sdl.web@gmail.com>
2323
2324 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
2325
2326 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2327
2328 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2329 (ispell-choices-win-default-height, ispell-silently-savep)
2330 (ispell-dictionary-alist, ispell-encoding8-command)
2331 (ispell-check-version, ispell-aspell-find-dictionary)
2332 (ispell-valid-dictionary-list, ispell-words-keyword)
2333 (ispell-get-word, ispell-internal-change-dictionary)
2334 (ispell-region, ispell-skip-region-list)
2335 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2336 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2337 (ispell-message-text-end, ispell-message)
2338 (ispell-buffer-local-parsing): Doc fix.
2339
2340 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
2341
2342 * htmlfontify.el: Add support for code block fontification for ODT
2343 export (Bug #9914).
2344 (hfy-optimisations): Define new option
2345 `body-text-only'
2346 (hfy-fontify-buffer): Honor above setting.
2347 (hfy-begin-span, hfy-end-span): New routines factored out form
2348 `hfy-fontify-buffer'.
2349 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2350 that permit insertion of custom tags.
2351 (hfy-fontify-buffer): Use above handlers.
2352 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2353 (hfy-face-to-css): Re-defined to be a variable.
2354 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
2355 over multiple runs. This is made possible by having the caller let
2356 bind a special variable `hfy-user-sheet-assoc'.
2357 (htmlfontify-string): New defun.
2358 (hfy-compile-face-map): Make sure that the last char in the
2359 buffer is correctly fontified.
2360 (hfy-face-resolve-face): Whitespace only change.
2361
2362 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2363
2364 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2365 message more clear.
2366
2367 2012-03-16 Leo Liu <sdl.web@gmail.com>
2368
2369 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2370
2371 2012-03-16 Alan Mackenzie <acm@muc.de>
2372
2373 Further optimise the handling of large macros.
2374
2375 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2376 limit to a call of `c-literal-limits'.
2377 (c-determine-+ve-limit): New function.
2378 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2379 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2380 In CASE 5B, restrict a search limit to 500.
2381 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2382
2383 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2384 Restrict macro bounds to +-500 from after-change's BEG END.
2385
2386 2012-03-16 Leo Liu <sdl.web@gmail.com>
2387
2388 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2389
2390 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2391
2392 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
2393 `special-mode' setting of `buffer-read-only'. (Bug#11010)
2394
2395 2012-03-16 Glenn Morris <rgm@gnu.org>
2396
2397 * view.el (view-buffer, view-buffer-other-window)
2398 (view-buffer-other-frame): Doc fixes re special mode-class.
2399
2400 * subr.el (eval-after-load): If named feature is provided not from
2401 a file, run after-load forms. (Bug#10946)
2402
2403 * calendar/calendar.el (calendar-insert-at-column):
2404 Handle non-unit-width characters a bit better. (Bug#10978)
2405
2406 2012-03-15 Chong Yidong <cyd@gnu.org>
2407
2408 * emacs-lisp/ring.el (ring-extend): New function.
2409 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2410
2411 * comint.el (comint-read-input-ring)
2412 (comint-add-to-input-history): Grow comint-input-ring lazily.
2413
2414 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2417 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2418
2419 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2420 (imenu-add-to-menubar): Don't add a redundant index.
2421 (imenu-update-menubar): Handle a dynamically composed keymap.
2422
2423 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2424
2425 * mail/sendmail.el (mail-encode-header):
2426 Bind rfc2047-encode-encoded-words to nil.
2427
2428 2012-03-13 Glenn Morris <rgm@gnu.org>
2429
2430 * calendar/calendar.el (calendar-string-spread):
2431 Handle non-unit-width characters a bit better. (Bug#10978)
2432
2433 2012-03-13 Leo Liu <sdl.web@gmail.com>
2434
2435 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2436 directory and file as argument (Bug#10822).
2437
2438 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2439
2440 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2441 For dynamically generated code, follow $PC.
2442 (gdb-disassembly-handler-custom): Handle no function name case.
2443
2444 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2445
2446 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2447 * emulation/ws-mode.el (ws-query-replace):
2448 * sort.el (sort-regexp-fields):
2449 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2450
2451 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 * dabbrev.el: Fix cycle completion order (bug#10963).
2454 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2455 (dabbrev-completion): Don't use an obarray; provide
2456 a cycle-sort-function.
2457
2458 2012-03-12 Leo Liu <sdl.web@gmail.com>
2459
2460 * simple.el (kill-new): Use equal-including-properties for comparison.
2461 (kill-do-not-save-duplicates): Doc fix.
2462
2463 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * dabbrev.el: Fix cycle completion (bug#10963).
2466 Use lexical binding and wrap to 80 columns.
2467 (dabbrev-completion): Delay computing the list of completions.
2468
2469 2012-03-12 Kenichi Handa <handa@m17n.org>
2470
2471 * international/quail.el (quail-insert-kbd-layout): Surround each
2472 row by LRO and PDF instead of inserting many LRMs. Pad the left
2473 and right of each non-spacing marks. Insert invisible space
2474 between lower and upper characters to prevent composition.
2475
2476 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2477
2478 * minibuffer.el (minibuffer-complete): Don't get confused when the
2479 function is run twice via different commands (bug#10958).
2480 (complete-with-action): Fix docstring.
2481
2482 2012-03-12 Chong Yidong <cyd@gnu.org>
2483
2484 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2485 (nxml-completion-at-point-function): New function.
2486 (nxml-mode): Use it.
2487 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2488
2489 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2490 Load generated autoloads file before byte compiling (Bug#10970).
2491 (package--make-autoloads-and-compile): New helper fun.
2492
2493 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2494
2495 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2496
2497 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
2498
2499 * autorevert.el (auto-revert-handler): Ensure, that
2500 file-readable-p is applied only for local files or in
2501 auto-revert-tail-mode.
2502
2503 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2504
2505 * server.el (server-eval-at): Handle non-tcp connections.
2506 Decode result string.
2507
2508 * server.el (server-msg-size): New constant.
2509 (server-reply-print): New function.
2510 (server-eval-and-print): Use it.
2511 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2512 Handle -print-nonl.
2513
2514 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2515
2516 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2517 (Bug#10987).
2518
2519 2012-03-11 Chong Yidong <cyd@gnu.org>
2520
2521 * simple.el (goto-line): Doc fix (Bug#9938).
2522
2523 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2524
2525 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2526 when finished (Bug#10963).
2527
2528 2012-03-11 Martin Rudalics <rudalics@gmx.at>
2529
2530 * window.el (split-window-below): Fix bug in case where
2531 split-window-keep-point is nil (Bug#10971).
2532
2533 2012-03-11 Juri Linkov <juri@jurta.org>
2534
2535 * replace.el (replace-highlight): Set isearch-word to nil
2536 unconditionally. (Bug#10887)
2537
2538 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2539
2540 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2541 mairix-replace-illegal-chars; all callers changed. Don't remove
2542 ^, ~, and = characters: they are meaningful in mairix search specs.
2543 (mairix-widget-create-query): Add usage information about mairix
2544 search forms: negating words, searching for substrings, etc.
2545
2546 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2547
2548 * international/fontset.el (font-encoding-alist): Add an entry for
2549 ksx1001 (Bug#5667).
2550
2551 2012-03-10 Richard Stallman <rms@gnu.org>
2552
2553 * mail/sendmail.el (mail-encode-header):
2554 Set rfc2047-encode-encoded-words.
2555
2556 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2557
2558 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2559 view buffer means not swapped.
2560 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2561 (rmail-write-region-annotate): Error if real text has disappeared.
2562
2563 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2564
2565 2012-03-10 Chong Yidong <cyd@gnu.org>
2566
2567 * emulation/cua-rect.el (cua--init-rectangles):
2568 * emulation/cua-base.el (cua--init-keymaps):
2569 Add delete-forward-char to remappings (Bug#9666).
2570
2571 2012-03-10 Martin Rudalics <rudalics@gmx.at>
2572
2573 * speedbar.el (speedbar-unhighlight-one-tag-line):
2574 Avoid unhighlighting due to frame switching (Bug#10275).
2575
2576 2012-03-10 Chong Yidong <cyd@gnu.org>
2577
2578 * minibuffer.el (completion-in-region, completion-help-at-point):
2579 Give the completion field overlay a high priority (Bug#6830).
2580
2581 * dired.el (dired-goto-file): Recognize absolute file name
2582 listings (Bug#7126).
2583 (dired-goto-file-1): New helper function.
2584 (dired-toggle-read-only): Inhibit warnings.
2585
2586 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
2587
2588 * net/dbus.el (dbus-property-handler): Return empty array if
2589 there are no properties.
2590
2591 2012-03-09 Leo Liu <sdl.web@gmail.com>
2592
2593 * savehist.el (savehist-printable): Stricter check for string
2594 value (Bug#10937).
2595
2596 2012-03-09 Eli Zaretskii <eliz@gnu.org>
2597
2598 * mail/smtpmail.el (smtpmail-send-it):
2599 Bind coding-system-for-write to *-unix, so that FCC files are kept in
2600 valid mbox format.
2601
2602 2012-03-09 Glenn Morris <rgm@gnu.org>
2603
2604 * files.el (dir-locals-find-file):
2605 Don't check result is regular, readable.
2606 (dir-locals-read-from-file): Demote errors.
2607
2608 2012-03-08 Eli Zaretskii <eliz@gnu.org>
2609
2610 * international/quail.el (quail-insert-kbd-layout):
2611 Insert invisible LRM characters before each character in a keyboard
2612 layout cell, to prevent their reordering by bidi display engine.
2613 For details, see the discussion in
2614 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2615
2616 2012-03-08 Alan Mackenzie <acm@muc.de>
2617
2618 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2619 the starting position; make it extend the marked region when
2620 invoked repeatedly - all under appropriate circumstances.
2621 Fixes bugs #5525, #10906.
2622
2623 2012-03-08 Glenn Morris <rgm@gnu.org>
2624
2625 * files.el (locate-dominating-file, dir-locals-find-file):
2626 Undo 2012-03-06 change.
2627
2628 2012-03-07 Eli Zaretskii <eliz@gnu.org>
2629
2630 * international/quail.el (quail-help):
2631 Force bidi-paragraph-direction be left-to-right. See discussion in
2632 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2633 for the reason.
2634
2635 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
2636
2637 Avoid superfluous registering of signals. (Bug#10807)
2638
2639 * notifications.el (notifications-on-action-object)
2640 (notifications-on-close-object): New defvars.
2641 (notifications-on-action-signal, notifications-on-closed-signal):
2642 Unregister the signal if not needed any longer.
2643 (notifications-notify): Register `notifications-action-signal' or
2644 `notifications-closed-signal', if :on-action or :on-close has been
2645 passed as argument.
2646
2647 2012-03-07 Chong Yidong <cyd@gnu.org>
2648
2649 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2650 non-X platforms.
2651
2652 2012-03-06 Glenn Morris <rgm@gnu.org>
2653
2654 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2655 (x-disown-selection-internal, x-get-selection-internal):
2656 Doc fix (add arglist signatures). (Bug#10783)
2657
2658 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2659
2660 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2661 Handle breakpoints with no "type".
2662
2663 2012-03-06 Glenn Morris <rgm@gnu.org>
2664
2665 * files.el (locate-dominating-file): Add optional predicate argument.
2666 (dir-locals-find-file): Make use of above change.
2667
2668 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2669
2670 * info.el (Info-insert-dir): Also try "dir.gz".
2671
2672 2012-03-06 Glenn Morris <rgm@gnu.org>
2673
2674 * files.el (dir-locals-find-file):
2675 Ignore non-readable or non-regular files. (Bug#10928)
2676
2677 * files.el (locate-dominating-file): Doc fix.
2678
2679 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2680
2681 * calendar/calendar.el (calendar-set-mode-line):
2682 `getenv' returns a string. (Bug#10951)
2683
2684 2012-03-05 Leo Liu <sdl.web@gmail.com>
2685
2686 * simple.el (backward-delete-char-untabify): Constrain point to
2687 field (Bug#10939).
2688
2689 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2690
2691 2012-03-05 Chong Yidong <cyd@gnu.org>
2692
2693 * simple.el (count-words): If called from Lisp, return the word
2694 count, for symmetry with `count-lines'. Arglist changed.
2695 (count-words--message): Args changed. Consolidate counting code
2696 from count-words and count-words-region.
2697 (count-words-region): Caller changed.
2698 (count-lines-region): Make it an obsolete alias.
2699
2700 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2701
2702 * saveplace.el (save-place-to-alist)
2703 (save-place-ignore-files-regexp): Allow value nil to disable this
2704 feature.
2705
2706 2012-03-04 Chong Yidong <cyd@gnu.org>
2707
2708 * faces.el (face-spec-reset-face): For the default face, reset the
2709 attributes to default values (Bug#10748).
2710
2711 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2712
2713 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2714 previous patch: Check `message-send-mail-function', and not the
2715 default function (bug#10897).
2716
2717 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
2718
2719 * notifications.el (notifications-on-action-signal)
2720 (notifications-on-closed-signal): Check for unique service name of
2721 incoming event. Fix error in removing entry.
2722 (top): Register for signals with wildcard service name.
2723 (notifications-notify): Use daemon unique service name for map entries.
2724
2725 2012-03-04 Chong Yidong <cyd@gnu.org>
2726
2727 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
2728
2729 2012-03-04 Glenn Morris <rgm@gnu.org>
2730
2731 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2732 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2733 (expand-abbrev, define-abbrev-table): Doc fixes.
2734
2735 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2736
2737 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2738 `message-default-send-mail-function' and not `send-mail-function'
2739 when doing the prompting for `sendmail-query-once' before sending
2740 in Message buffers (bug#10897).
2741
2742 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2743 This is inconsistent with all the other stream functions, which leave
2744 the setting up to the higher levels (if so wanted) (bug#10931).
2745
2746 2012-03-02 Alan Mackenzie <acm@muc.de>
2747
2748 Depessimize the handling of very large macros.
2749
2750 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2751 (c-macro-cache-syntactic): New variables to implement a one
2752 element macro cache.
2753 (c-invalidate-macro-cache): New function.
2754 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2755 Adapt to use the new cache.
2756 (c-state-safe-place): Use better the cache of safe positions.
2757 (c-state-semi-nonlit-pos-cache)
2758 (c-state-semi-nonlit-pos-cache-limit):
2759 New variables for...
2760 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2761 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
2762 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2763 Use c-state-semi-safe-place.
2764
2765 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2766 Add c-invalidate-macro-cache to the C, C++, Obj entries.
2767
2768 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
2769
2770 * jka-compr.el (jka-compr-call-process):
2771 Apply `file-accessible-directory-p' only when the default directory is
2772 not remote.
2773
2774 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
2775
2776 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2777 access of FILE2, if FILE1 does not exist.
2778
2779 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2780 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2781
2782 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2783 Add "PAGER=" to `process-environment'.
2784
2785 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2786
2787 * progmodes/sql.el: Bug fix
2788 (sql-get-login-ext): Save login values in globals.
2789 (sql-get-login): Use new version of `sql-get-login-ext'.
2790 (sql-interactive-mode): Set global `sql-connection' to nil.
2791 (sql-connect): Set global values for connection.
2792 (sql-product-interactive): Save global values as buffer local.
2793
2794 2012-02-29 Leo Liu <sdl.web@gmail.com>
2795
2796 * abbrev.el (define-abbrevs): Reset sys to nil.
2797
2798 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2799
2800 * files.el (file-equal-p): Rename from `files-equal-p'.
2801 Return nil when one or both files don't exist.
2802 (file-subdir-of-p): Now only top directory must exists,
2803 return nil if it doesn't.
2804 (copy-directory): No need to test with `file-subdir-of-p' after
2805 creating dir.
2806 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2807 to `file-equal-p'.
2808
2809 2012-02-28 Glenn Morris <rgm@gnu.org>
2810
2811 * shell.el (shell-mode):
2812 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2813 * play/landmark.el (landmark-font-lock-face-O):
2814 * play/handwrite.el (handwrite):
2815 * play/gomoku.el (gomoku-O):
2816 * net/browse-url.el (browse-url-browser-display):
2817 * international/mule.el (define-charset):
2818 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2819 * filesets.el (filesets-find-file-delay):
2820 * eshell/em-xtra.el (eshell-xtra):
2821 * eshell/em-unix.el (eshell-grep):
2822 * emulation/viper.el (viper-mode):
2823 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2824 * emacs-lisp/easymenu.el (easy-menu-define):
2825 * calendar/timeclock.el (timeclock-use-display-time):
2826 * bs.el (bs-mode):
2827 * bookmark.el (bookmark-save-flag):
2828 Doc fix (standardize possessive apostrophe usage).
2829
2830 2012-02-27 Chong Yidong <cyd@gnu.org>
2831
2832 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2833 Fix key-binding lookup for ESC key (Bug#9146).
2834
2835 * font-lock.el (font-lock-specified-p): Rename from
2836 font-lock-spec-present. Callers changed.
2837
2838 2012-02-27 Daniel Hackney <dan@haxney.org>
2839
2840 * emacs-lisp/package.el (package-compute-transaction):
2841 Handle holding a package version to t in package-load-list.
2842
2843 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
2844
2845 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2846 (tramp-get-inode, tramp-get-device): Use cached values.
2847
2848 2012-02-26 Alan Mackenzie <acm@muc.de>
2849
2850 Check there is a font-lock specification before doing initial
2851 fontification.
2852
2853 * font-core.el (font-lock-mode): Move the conditional from
2854 :after-hook to font-lock-initial-fontify.
2855 (font-lock-default-function): Move the check for a specification
2856 to font-lock-spec-present.
2857
2858 * font-lock.el (font-lock-initial-fontify): Call ...
2859 (font-lock-spec-present): New function.
2860
2861 2012-02-26 Jim Blandy <jimb@red-bean.com>
2862
2863 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2864 (gdb-send): Apply it to the operand of the '-interpreter-exec
2865 console' command, so that we can pass arguments with (say) quotes
2866 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2867
2868 2012-02-26 Chong Yidong <cyd@gnu.org>
2869
2870 * help-fns.el (describe-function-1): Clarify description of
2871 remapping (Bug#10844).
2872
2873 * files.el (files-equal-p): Doc fix.
2874 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2875 and quit the loop once a mismatch is found.
2876
2877 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
2878
2879 * bs.el (bs--show-with-configuration): Don't throw an error
2880 if the window cannot be split; otherwise, subsequent calls to
2881 bs-show fail, restoring a stale window config. (Bug#10882)
2882
2883 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2884
2885 * term/ns-win.el (global-map): Bind ns-drag-file to
2886 ns-find-file (Bug#5855, Bug#10050).
2887
2888 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2889
2890 * calendar/parse-time.el (parse-time-string): Allow extractor to
2891 return nil.
2892
2893 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
2894
2895 * net/tramp.el (tramp-file-name-for-operation):
2896 Add `files-equal-p' and `file-subdir-of-p'.
2897
2898 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
2899 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2900 Add COPY-CONTENTS argument.
2901
2902 2012-02-25 Chong Yidong <cyd@gnu.org>
2903
2904 Add custom groups for VC backends, for consistency with vc-bzr.
2905
2906 * vc/vc-arch.el (vc-arch):
2907 * vc/vc-cvs.el (vc-cvs):
2908 * vc/vc-git.el (vc-git):
2909 * vc/vc-hg.el (vc-hg):
2910 * vc/vc-mtn.el (vc-mtn):
2911 * vc/vc-rcs.el (vc-rcs):
2912 * vc/vc-sccs.el (vc-sccs):
2913 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2914 All relevant defcustoms reassigned.
2915
2916 2012-02-25 Chong Yidong <cyd@gnu.org>
2917
2918 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2919
2920 * term/x-win.el (x-initialize-window-system): Reduce default for
2921 x-selection-timeout to 5 seconds (Bug#8869).
2922
2923 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2924
2925 * files.el (files-equal-p, file-subdir-of-p): New functions.
2926 (copy-directory): Error when trying to copy a directory on itself.
2927 Add missing copy-contents arg to tramp handler.
2928 * dired-aux.el (dired-copy-file-recursive): Same.
2929 (dired-create-files): Modify destination when source is equal to
2930 dest when copying files.
2931 Return also when dest is a subdir of source. (Bug#10489)
2932
2933 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
2934
2935 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2936 (Bug#10874)
2937
2938 2012-02-23 Alan Mackenzie <acm@muc.de>
2939
2940 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2941 parameter "after-hook:" to allow the expansion to run code after
2942 the execution of the mode hooks.
2943
2944 * font-lock.el (font-lock-initial-fontify): New function extracted
2945 from font-lock-mode-internal.
2946
2947 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2948 :after-hook.
2949
2950 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2951
2952 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2953 (completion--cache-all-sorted-completions): New function.
2954 (completion-all-sorted-completions): Use it.
2955 (completion--do-completion, minibuffer-force-complete):
2956 Use it to re-instate the flush hook.
2957
2958 * icomplete.el (icomplete-completions): Replace last fix with a better
2959 one (bug#10850).
2960
2961 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2962
2963 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2964 when it might call us back infinitely (bug#10797).
2965
2966 2012-02-23 Glenn Morris <rgm@gnu.org>
2967
2968 * minibuffer.el (completion-category-overrides): Doc fix.
2969
2970 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2973 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2974
2975 2012-02-23 Glenn Morris <rgm@gnu.org>
2976
2977 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
2978 (authors-obsolete-files-regexps, authors-ignored-files)
2979 (authors-ambiguous-files, authors-renamed-files-alist):
2980 Add more entries.
2981
2982 2012-02-23 Juri Linkov <juri@jurta.org>
2983
2984 * isearch.el (isearch-occur): Sync interactive spec with occur's
2985 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2986
2987 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2988
2989 2012-02-22 Juri Linkov <juri@jurta.org>
2990
2991 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2992 (ucs-insert): Doc fix. Check for hex digits in the string.
2993 Don't display `nil' in the error message. (Bug#10857)
2994
2995 2012-02-22 Alan Mackenzie <acm@muc.de>
2996
2997 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
2998
2999 2012-02-22 Glenn Morris <rgm@gnu.org>
3000
3001 * ffap.el (ffap-c-path):
3002 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
3003
3004 2012-02-22 Chong Yidong <cyd@gnu.org>
3005
3006 * custom.el (load-theme): Doc fix.
3007
3008 2012-02-22 Glenn Morris <rgm@gnu.org>
3009
3010 * dired-x.el (dired-guess-shell-alist-default):
3011 Remove escape sequences from nroff output. (Bug#172)
3012
3013 2012-02-21 Glenn Morris <rgm@gnu.org>
3014
3015 * vc/emerge.el (emerge-defvar-local):
3016 Set `permanent-local' property rather than unused `preserved'.
3017
3018 * textmodes/picture.el (picture-delete-char): New alias.
3019 (picture-mode-map): Use it. (Bug#10860)
3020 (picture-mode): Doc fix.
3021
3022 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
3023
3024 * newcomment.el (uncomment-region-default): Remove unused binding.
3025
3026 2012-02-21 Glenn Morris <rgm@gnu.org>
3027
3028 * textmodes/picture.el (picture-motion, picture-motion-reverse)
3029 (picture-self-insert, picture-tab-chars): Doc fix.
3030 (picture-mode-map): Fix C-a, C-e.
3031
3032 2012-02-20 Glenn Morris <rgm@gnu.org>
3033
3034 * emacs-lisp/authors.el (authors-aliases): Add another entry.
3035
3036 2012-02-20 Leo Liu <sdl.web@gmail.com>
3037
3038 * icomplete.el (icomplete-completions): Check FROM arg before
3039 passing to substring (Bug#10850).
3040
3041 2012-02-19 Chong Yidong <cyd@gnu.org>
3042
3043 * comint.el: Require ansi-color.
3044 (comint-output-filter-functions): Add ansi-color-process-output.
3045
3046 * ansi-color.el: Don't set comint-output-filter-functions; it is
3047 now in the initial value defined in comint.el.
3048 (ansi-color-apply-face-function): New variable.
3049 (ansi-color-apply-on-region): Use it.
3050 (ansi-color-apply-overlay-face): New function.
3051
3052 * shell.el (shell): No need to require ansi-color.
3053 (shell-mode): Use ansi-color-apply-face-function to highlight
3054 color escapes using font-lock-face property (Bug#10835).
3055
3056 2012-02-19 Chong Yidong <cyd@gnu.org>
3057
3058 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
3059 mode-line formats (Bug#10839).
3060
3061 2012-02-18 Glenn Morris <rgm@gnu.org>
3062
3063 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
3064
3065 * mail/undigest.el (unforward-rmail-message): Doc fix.
3066
3067 * saveplace.el (save-place-ignore-files-regexp): Add :version.
3068
3069 2012-02-18 Eli Zaretskii <eliz@gnu.org>
3070
3071 * international/characters.el (script-list): Sync with the latest
3072 Unicode Character Database.
3073
3074 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
3075
3076 * international/titdic-cnv.el: Remove duplicate coding tag.
3077 * language/cham.el: Likewise.
3078 * language/tai-viet.el: Likewise.
3079
3080 2012-02-18 Glenn Morris <rgm@gnu.org>
3081
3082 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
3083 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
3084 (calendar-bahai-all-holidays-flag, calendar-other-dates):
3085 * calendar/diary-lib.el (diary-abbreviated-year-flag):
3086 * calendar/holidays.el (holiday-bahai-holidays)
3087 (calendar-holidays, list-holidays):
3088 Use utf-8 Bahá'í in doc-strings, menus, etc.
3089
3090 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
3091
3092 * saveplace.el (save-place-ignore-files-regexp): New variable
3093 allowing for excluding files from saving their location of point.
3094 The default value matches the temporary commit message editing
3095 files from Git, SVN, Bazaar, and Mercurial.
3096 (save-place-to-alist): Use it.
3097
3098 2012-02-17 Lawrence Mitchell <wence@gmx.li>
3099 Stefan Monnier <monnier@iro.umontreal.ca>
3100
3101 * newcomment.el (uncomment-region-default): Don't leave extra space
3102 when an arg is provided (bug#8150).
3103
3104 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3105
3106 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
3107
3108 2012-02-17 Glenn Morris <rgm@gnu.org>
3109
3110 * net/socks.el: Require network-stream. (Bug#10599)
3111
3112 2012-02-17 Kenichi Handa <handa@m17n.org>
3113
3114 * international/charprop.el:
3115 * international/uni-name.el:
3116 * international/uni-old-name.el:
3117 * international/uni-comment.el: Regenerate.
3118
3119 2012-02-16 Glenn Morris <rgm@gnu.org>
3120
3121 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3122 Interactively in calendar buffer, give an error if not on a date.
3123
3124 2012-02-15 Glenn Morris <rgm@gnu.org>
3125
3126 * shell.el (shell-delimiter-argument-list):
3127 Revert 2011-02-17 change. (Bug#8027)
3128
3129 2012-02-15 Chong Yidong <cyd@gnu.org>
3130
3131 * minibuffer.el (completion-at-point-functions): Doc fix.
3132
3133 * custom.el (defcustom): Doc fix; note use of defvar.
3134
3135 2012-02-15 Glenn Morris <rgm@gnu.org>
3136
3137 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3138 Doc fixes.
3139
3140 2012-02-14 Glenn Morris <rgm@gnu.org>
3141
3142 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3143
3144 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3145
3146 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3147 way the ports list is computed.
3148 (smtpmail-query-smtp-server): Prompt the user for a port number if
3149 we can't connect to any of the standard ports (bug#10810).
3150
3151 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3152
3153 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3154
3155 2012-02-13 Glenn Morris <rgm@gnu.org>
3156
3157 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3158
3159 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3160
3161 * net/gnutls.el (gnutls-trustfiles): New variable.
3162 (gnutls-negotiate): Use it.
3163
3164 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3165
3166 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3167 does its stuff if Gnus is running.
3168
3169 2012-02-13 Alan Mackenzie <acm@muc.de>
3170
3171 Fix a loop in c-set-fl-decl-start.
3172
3173 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
3174 c-backward-syntactic-ws actually moves backwards.
3175
3176 2012-02-13 Leo Liu <sdl.web@gmail.com>
3177
3178 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3179 beginning so that all \C-o chars are removed.
3180
3181 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3182
3183 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
3184
3185 2012-02-12 Alan Mackenzie <acm@muc.de>
3186
3187 Fix infinite loop with long macros.
3188 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
3189
3190 2012-02-12 Chong Yidong <cyd@gnu.org>
3191
3192 * window.el (display-buffer): Doc fix (Bug#10785).
3193
3194 2012-02-12 Glenn Morris <rgm@gnu.org>
3195
3196 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3197 (x-disown-selection-internal, x-get-selection-internal):
3198 Sync docs with the xselect.c versions.
3199
3200 * allout-widgets.el: Add missing license notice.
3201
3202 2012-02-11 Glenn Morris <rgm@gnu.org>
3203
3204 * select.el (x-get-selection-internal, x-own-selection-internal)
3205 (x-disown-selection-internal):
3206 * x-dnd.el (x-get-selection-internal): Update declarations.
3207
3208 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3209
3210 * window.el (window-sides-slots):
3211 * tool-bar.el (tool-bar-position):
3212 * term/xterm.el (xterm-extra-capabilities):
3213 * ses.el (ses-self-reference-early-detection):
3214 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3215 (verilog-auto-wire-type)
3216 (verilog-auto-delete-trailing-whitespace)
3217 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3218 (verilog-auto-tieoff-declaration):
3219 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3220 (sql-oracle-statement-starters, sql-oracle-scan-on):
3221 * progmodes/prolog.el (prolog-align-comments-flag)
3222 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3223 (prolog-left-indent-regexp, prolog-paren-indent-p)
3224 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3225 (prolog-types, prolog-mode-specificators)
3226 (prolog-determinism-specificators, prolog-directives)
3227 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3228 (prolog-electric-dot-flag)
3229 (prolog-electric-dot-full-predicate-template)
3230 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3231 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3232 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3233 (prolog-program-switches, prolog-prompt-regexp)
3234 (prolog-debug-on-string, prolog-debug-off-string)
3235 (prolog-trace-on-string, prolog-trace-off-string)
3236 (prolog-zip-on-string, prolog-zip-off-string)
3237 (prolog-use-standard-consult-compile-method-flag)
3238 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3239 (prolog-imenu-max-lines, prolog-info-predicate-index)
3240 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3241 (prolog-char-quote-workaround):
3242 * progmodes/cc-vars.el (c-defun-tactic):
3243 * net/tramp.el (tramp-encoding-command-interactive)
3244 (tramp-local-end-of-line):
3245 * net/soap-client.el (soap-client):
3246 * net/netrc.el (netrc-file):
3247 * net/gnutls.el (gnutls):
3248 * minibuffer.el (completion-category-overrides)
3249 (completion-cycle-threshold)
3250 (completion-pcm-complete-word-inserts-delimiters):
3251 * man.el (Man-name-local-regexp):
3252 * mail/feedmail.el (feedmail-display-full-frame):
3253 * international/characters.el (glyphless-char-display-control):
3254 * eshell/em-ls.el (eshell-ls-date-format):
3255 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3256 (lisp-lambda-list-keyword-parameter-indentation)
3257 (lisp-lambda-list-keyword-parameter-alignment):
3258 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3259 * dired-x.el (dired-omit-verbose):
3260 * cus-theme.el (custom-theme-allow-multiple-selections):
3261 * calc/calc.el (calc-highlight-selections-with-faces)
3262 (calc-lu-field-reference, calc-lu-power-reference)
3263 (calc-note-threshold):
3264 * battery.el (battery-mode-line-limit):
3265 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3266 (archive-7z-update):
3267 * allout.el (allout-prefixed-keybindings)
3268 (allout-unprefixed-keybindings)
3269 (allout-inhibit-auto-fill-on-headline)
3270 (allout-flattened-numbering-abbreviation):
3271 * allout-widgets.el (allout-widgets-auto-activation)
3272 (allout-widgets-icons-dark-subdir)
3273 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3274 (allout-widgets-theme-dark-background)
3275 (allout-widgets-theme-light-background)
3276 (allout-widgets-item-image-properties-emacs)
3277 (allout-widgets-item-image-properties-xemacs)
3278 (allout-widgets-run-unit-tests-on-load)
3279 (allout-widgets-time-decoration-activity)
3280 (allout-widgets-hook-error-post-time)
3281 (allout-widgets-track-decoration):
3282 Add missing :version tags to new defcustoms and defgroups.
3283
3284 * progmodes/sql.el (sql-ansi-statement-starters)
3285 (sql-oracle-statement-starters): Add custom type.
3286
3287 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3288 (prolog-system-version): Give it a type.
3289
3290 2012-02-11 Eli Zaretskii <eliz@gnu.org>
3291
3292 * term/pc-win.el (x-select-text, x-selection-owner-p)
3293 (x-own-selection-internal, x-disown-selection-internal)
3294 (x-get-selection-internal): Sync doc strings and argument lists
3295 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3296
3297 2012-02-11 Leo Liu <sdl.web@gmail.com>
3298
3299 * progmodes/python.el (python-end-of-statement): Fix infinite
3300 loop. (Bug#10788)
3301
3302 2012-02-10 Glenn Morris <rgm@gnu.org>
3303
3304 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3305 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3306
3307 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3308
3309 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3310 about SMTP before checking the From header.
3311
3312 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
3313 into own function for reuse by emacsbug.el.
3314
3315 2012-02-10 Leo Liu <sdl.web@gmail.com>
3316
3317 * subr.el (condition-case-unless-debug): Rename from
3318 condition-case-no-debug. All callers changed.
3319 (with-demoted-errors): Fix caller.
3320
3321 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3322 * nxml/rng-valid.el (rng-do-some-validation):
3323 * emacs-lisp/package.el (package-refresh-contents)
3324 (package-menu-execute):
3325 * desktop.el (desktop-create-buffer):
3326 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
3327
3328 2012-02-10 Glenn Morris <rgm@gnu.org>
3329
3330 * textmodes/bibtex.el:
3331 Add missing :version tags for new/changed defcustoms.
3332
3333 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3334
3335 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
3336
3337 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3338 (smtpmail-via-smtp): Use it, or fall back on the From address.
3339 (smtpmail-send-it): Ditto.
3340
3341 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3344 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3345 (byte-compile-tmp-var): New const.
3346 (byte-compile-defvar): Use it to minimize .elc size.
3347 Just use `defvar' rather than simulate it (bug#10761).
3348
3349 2012-02-09 Glenn Morris <rgm@gnu.org>
3350
3351 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3352
3353 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3354 Add :version tags.
3355
3356 * progmodes/compile.el (compilation-error-screen-columns)
3357 (compilation-first-column, compilation-filter-start): Doc fixes.
3358
3359 * vc/log-view.el (log-view-toggle-entry-display):
3360 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3361
3362 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3363 (report-emacs-bug-can-use-xdg-email):
3364 (report-emacs-bug-insert-to-mailer): Doc fixes.
3365 (report-emacs-bug): Message fix.
3366
3367 * net/browse-url.el (browse-url-can-use-xdg-open)
3368 (browse-url-xdg-open): Doc fixes.
3369
3370 * electric.el (electric-indent-mode, electric-pair-mode)
3371 (electric-layout-rules, electric-layout-mode): Doc fixes.
3372 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3373
3374 2012-02-08 Martin Rudalics <rudalics@gmx.at>
3375
3376 * server.el (server-unselect-display): Don't inadvertently kill
3377 the current buffer. (Bug#10729)
3378
3379 2012-02-08 Glenn Morris <rgm@gnu.org>
3380
3381 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3382 (sql-list-table): Doc fixes.
3383
3384 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3385 Comment out (does nothing).
3386
3387 * completion.el (dynamic-completion-mode):
3388 * dirtrack.el (dirtrack-debug-mode):
3389 * electric.el (electric-layout-mode):
3390 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3391 * face-remap.el (text-scale-mode, buffer-face-mode):
3392 * iimage.el (iimage-mode):
3393 * image-mode.el (image-transform-mode):
3394 * minibuffer.el (completion-in-region-mode):
3395 * scroll-lock.el (scroll-lock-mode):
3396 * simple.el (next-error-follow-minor-mode):
3397 * tar-mode.el (tar-subfile-mode):
3398 * tooltip.el (tooltip-mode):
3399 * vcursor.el (vcursor-use-vcursor-map):
3400 * wid-browse.el (widget-minor-mode):
3401 * emulation/tpu-edt.el (tpu-edt-mode):
3402 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3403 * international/iso-ascii.el (iso-ascii-mode):
3404 * language/thai-util.el (thai-word-mode):
3405 * mail/supercite.el (sc-minor-mode):
3406 * net/goto-addr.el (goto-address-mode):
3407 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3408 * progmodes/cwarn.el (cwarn-mode):
3409 * progmodes/flymake.el (flymake-mode):
3410 * progmodes/glasses.el (glasses-mode):
3411 * progmodes/hideshow.el (hs-minor-mode):
3412 * progmodes/pascal.el (pascal-outline-mode):
3413 * textmodes/enriched.el (enriched-mode):
3414 * vc/smerge-mode.el (smerge-mode):
3415 Doc fixes (minor mode argument).
3416
3417 2012-02-07 Eli Zaretskii <eliz@gnu.org>
3418
3419 * ls-lisp.el (ls-lisp-sanitize): New function.
3420 (ls-lisp-insert-directory): Use it to fix or remove any elements
3421 in file-alist with missing attributes. (Bug#4673)
3422
3423 2012-02-07 Alan Mackenzie <acm@muc.de>
3424
3425 Fix spurious recognition of c-in-knr-argdecl.
3426
3427 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3428 putative K&R region.
3429
3430 2012-02-07 Alan Mackenzie <acm@muc.de>
3431
3432 * progmodes/cc-engine.el (c-forward-objc-directive):
3433 Prevent looping in "#pragma mark @implementation".
3434
3435 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
3436
3437 * notifications.el (notifications-on-closed-signal): Make `reason'
3438 optional. (Bug#10744)
3439
3440 2012-02-07 Glenn Morris <rgm@gnu.org>
3441
3442 * emacs-lisp/easy-mmode.el (define-minor-mode):
3443 Doc fixes for the macro and the mode it defines.
3444
3445 * image.el (imagemagick-types-inhibit): Doc fix.
3446
3447 * cus-start.el (imagemagick-render-type): Add it.
3448
3449 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3450
3451 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3452 Set the default at load time, too, so that `font-lock-fontify-buffer'
3453 can be called without setting up the entire mode first. This fixes
3454 a bug in `mm-inline-text' with C MIME parts.
3455
3456 2012-02-06 Chong Yidong <cyd@gnu.org>
3457
3458 * simple.el (list-processes--refresh): Delete exited processes
3459 (Bug#8094).
3460
3461 * comint.el (comint-next-prompt): next-single-char-property-change
3462 and prev-single-char-property-change never return nil (Bug#8657).
3463
3464 * custom.el (defcustom): Doc fix (Bug#9711).
3465
3466 2012-02-05 Chong Yidong <cyd@gnu.org>
3467
3468 * cus-edit.el (custom-variable-reset-backup): Quote the value
3469 before storing it in the customized-value property (Bug#6712).
3470 (custom-display): Add a customization type tag.
3471 (custom-buffer-create-internal): Improve tooltip message.
3472
3473 * wid-edit.el (widget-field-value-get): New optional arg to
3474 suppress trailing whitespace truncation.
3475 (character): Use it (Bug#2689).
3476
3477 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3478
3479 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3480 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3481
3482 2012-02-05 Chong Yidong <cyd@gnu.org>
3483
3484 * cus-edit.el (custom-variable-value-create): For mismatched
3485 types, show the current value (Bug#7600).
3486
3487 * custom.el (defcustom): Doc fix.
3488
3489 2012-02-05 Glenn Morris <rgm@gnu.org>
3490
3491 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3492
3493 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
3494
3495 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3496 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3497 (pp-last-sexp): Use `looking-at-p'.
3498
3499 2012-02-04 Glenn Morris <rgm@gnu.org>
3500
3501 * files.el (revert-buffer):
3502 Doc fix (mention revert-buffer-in-progress-p).
3503
3504 * emacs-lisp/ert-x.el (ert-simulate-command):
3505 Check deferred-action-list (which is obsolete) is bound.
3506
3507 * subr.el (with-wrapper-hook): Doc fixes.
3508
3509 * simple.el (filter-buffer-substring-functions)
3510 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3511
3512 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3513
3514 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3515 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3516
3517 2012-02-04 Leo Liu <sdl.web@gmail.com>
3518
3519 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3520
3521 2012-02-04 Glenn Morris <rgm@gnu.org>
3522
3523 * image.el (image-extension-data): Add obsolete alias.
3524
3525 * isearch.el (isearch-update): Doc fix.
3526
3527 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3528
3529 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3530
3531 2012-02-03 Glenn Morris <rgm@gnu.org>
3532
3533 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3534 (image-animate-timeout): Doc fix.
3535
3536 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3537
3538 2012-02-02 Glenn Morris <rgm@gnu.org>
3539
3540 * server.el (server-auth-dir): Doc fix.
3541 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3542
3543 * subr.el (run-mode-hooks): Doc fix.
3544
3545 2012-02-02 Juri Linkov <juri@jurta.org>
3546
3547 * image-mode.el (image-toggle-display-image): Remove tautological
3548 `major-mode' from the `derived-mode-p' test.
3549
3550 2012-02-02 Kenichi Handa <handa@m17n.org>
3551
3552 * composite.el (compose-region): Cancel previous change.
3553
3554 2012-02-02 Kenichi Handa <handa@m17n.org>
3555
3556 * composite.el (compose-region, compose-string): Signal error for
3557 a null string component (Bug#6988).
3558
3559 2012-02-01 Chong Yidong <cyd@gnu.org>
3560
3561 * view.el (view-buffer-other-window, view-buffer-other-frame):
3562 Handle special modes like view-buffer (Bug#10650).
3563 (view-buffer): Simplify.
3564
3565 * frame.el (set-frame-font): Tweak meaning of third argument.
3566
3567 * dynamic-setting.el (font-setting-change-default-font):
3568 Use set-frame-font (Bug#9982).
3569
3570 2012-02-01 Glenn Morris <rgm@gnu.org>
3571
3572 * progmodes/compile.el (compilation-internal-error-properties):
3573 Respect compilation-first-column in the "*compilation*" buffer.
3574
3575 * emacs-lisp/easy-mmode.el (define-minor-mode):
3576 Relax :variable's test for a named function.
3577
3578 2012-01-31 Alan Mackenzie <acm@muc.de>
3579
3580 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3581 off by one error.
3582
3583 2012-01-31 Chong Yidong <cyd@gnu.org>
3584
3585 * frame.el (set-frame-font): New arg ALL-FRAMES.
3586
3587 * menu-bar.el (menu-set-font): Use set-frame-font.
3588
3589 * faces.el (face-spec-reset-face): Don't apply unspecified
3590 attribute values to the default face.
3591
3592 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
3593
3594 * progmodes/cwarn.el (cwarn): Remove dead link.
3595 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3596 Remove * from defcustom docstrings.
3597 (turn-on-cwarn-mode): Make obsolete.
3598 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3599 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3600
3601 2012-01-31 Glenn Morris <rgm@gnu.org>
3602
3603 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3604 Fix :variable handling of mode a symbol not equal to modefun.
3605 Allow named functions to be used as the cdr of :variable.
3606
3607 2012-01-30 Glenn Morris <rgm@gnu.org>
3608
3609 * emacs-lisp/authors.el (authors-fixed-entries):
3610 Remove reference to deleted file rnewspost.el.
3611
3612 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
3613
3614 * window.el (window-with-parameter): Remove unused variable `windows'.
3615 (window--side-check): Remove unused variable `code'.
3616 (window--resize-siblings): Remove unused variable `first'.
3617 (adjust-window-trailing-edge): Remove unused variable `failed'.
3618 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3619 Use `let', not `let*'.
3620 (balance-windows-2): Remove unused variable `found'.
3621 (window--state-put-2): Remove unused variable `splits'.
3622 (window-state-put): Remove unused variable `selected'.
3623 (same-window-p): Use `string-match-p'.
3624 (display-buffer-assq-regexp): Remove unused variable `value'.
3625 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3626 Mark argument ALIST as ignored.
3627 (pop-to-buffer): Remove unused variable `old-window'.
3628
3629 2012-01-29 Eli Zaretskii <eliz@gnu.org>
3630
3631 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3632 and .lzma compressed files.
3633
3634 2012-01-29 Chong Yidong <cyd@gnu.org>
3635
3636 * frame.el (window-system-default-frame-alist): Doc fix.
3637
3638 * dynamic-setting.el (font-setting-change-default-font): Don't
3639 change the default face if SET-FONT argument is non-nil (Bug#9982).
3640
3641 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3642
3643 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3644
3645 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
3646
3647 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3648 breakpoints in files outside current directory (Bug#6098).
3649
3650 2012-01-29 Chong Yidong <cyd@gnu.org>
3651
3652 * progmodes/python.el: Require ansi-color at top-level.
3653
3654 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3655 Define and use in Emacs Lisp mode (Bug#9360).
3656 (lisp-mode-abbrev-table): Add doc.
3657 (lisp-mode-variables): Don't set local-abbrev-table.
3658 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3659
3660 2012-01-28 Roland Winkler <winkler@gnu.org>
3661
3662 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3663
3664 2012-01-28 Roland Winkler <winkler@gnu.org>
3665
3666 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3667 (bibtex-set-dialect): Use it. Either set global values of
3668 dialect-dependent variables or bind these variables buffer-locally
3669 (Bug#10254).
3670 (bibtex-mode): Call bibtex-set-dialect via
3671 hack-local-variables-hook.
3672 (bibtex-dialect): Update docstring.
3673 Add safe-local-variable predicate.
3674 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3675 bibtex-set-dialect.
3676 (bibtex-mode-map): Define menu for each dialect.
3677 (bibtex-entry): Fix docstring.
3678
3679 2012-01-28 Chong Yidong <cyd@gnu.org>
3680
3681 * eshell/esh-arg.el (eshell-quote-argument): New function.
3682
3683 * eshell/esh-ext.el (eshell-invoke-batch-file):
3684 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3685 first arg to eshell-parse-command (Bug#10523).
3686
3687 2012-01-28 Drew Adams <drew.adams@oracle.com>
3688
3689 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3690 `default-directory' is non-nil.
3691
3692 2012-01-28 Eli Zaretskii <eliz@gnu.org>
3693
3694 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3695 line that displays system-configuration-options. (Bug#9924)
3696
3697 2012-01-28 Drew Adams <drew.adams@oracle.com>
3698
3699 * descr-text.el (describe-char): Show information about POS, in
3700 addition to information about the character at POS. Improve and
3701 update the doc string. Change "code point" to "code point in
3702 charset", to avoid confusion with the character's Unicode code
3703 point shown above that. (Bug#10129)
3704
3705 2012-01-28 Eli Zaretskii <eliz@gnu.org>
3706
3707 * descr-text.el (describe-char): Show the raw character, not only
3708 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3709 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3710 for the reasons.
3711
3712 2012-01-28 Phil Hagelberg <phil@hagelb.org>
3713
3714 * emacs-lisp/package.el (package-install):
3715 Run package-refresh-contents if there is no archive yet (Bug#9798).
3716
3717 2012-01-28 Chong Yidong <cyd@gnu.org>
3718
3719 * emacs-lisp/package.el (package-maybe-load-descriptor):
3720 New function, split from package-maybe-load-descriptor.
3721 (package-maybe-load-descriptor): Use it.
3722 (package-download-transaction): Fully load required packages
3723 inside the loop, so that `require' calls work (Bug#10593).
3724 (package-install): No need to call package-initialize now.
3725
3726 2012-01-28 Chong Yidong <cyd@gnu.org>
3727
3728 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3729
3730 * tooltip.el (tooltip-mode): Doc fix.
3731 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3732
3733 * frame.el (set-cursor-color): Doc fix (Bug#352).
3734
3735 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3736 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3737
3738 * cus-edit.el (custom-buffer-create-internal): Fix search button
3739 action (Bug#10542).
3740 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
3741
3742 2012-01-27 Eduard Wiebe <usenet@pusto.de>
3743
3744 * dired.el (dired-mark-files-regexp):
3745 Include any subdirectory components. (Bug#10445)
3746
3747 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3748
3749 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3750 Handle [host]:port syntax. (Bug#10533)
3751
3752 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
3753
3754 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3755
3756 2012-01-26 Glenn Morris <rgm@gnu.org>
3757
3758 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3759 * term.el (term-raw-escape-map): Use Control-X-prefix.
3760 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3761
3762 2012-01-25 Martin Rudalics <rudalics@gmx.at>
3763
3764 * window.el (window-state-get, window--state-get-1): Don't deal
3765 with fixed-sizeness of windows. Simplify code.
3766
3767 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3768
3769 * window.el (window--state-get-1, window--state-put-2):
3770 Don't save and restore the mark.
3771
3772 2012-01-25 Chong Yidong <cyd@gnu.org>
3773
3774 * custom.el (custom-variable-p): Doc fix.
3775
3776 2012-01-25 Glenn Morris <rgm@gnu.org>
3777
3778 * dired.el (dired-goto-file): Handle some of the more common
3779 characters that `ls -b' escapes. (Bug#10596)
3780
3781 * progmodes/compile.el (compilation-next-error-function):
3782 Respect compilation-first-column in the "*compilation*" buffer.
3783 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3784
3785 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3786
3787 2012-01-24 Glenn Morris <rgm@gnu.org>
3788
3789 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3790
3791 2012-01-24 Julien Danjou <julien@danjou.info>
3792
3793 * color.el (color-rgb-to-hsl): Fix value computing.
3794 (color-hue-to-rgb): New function.
3795 (color-hsl-to-rgb): New function.
3796 (color-clamp, color-saturate-hsl, color-saturate-name)
3797 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3798 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3799
3800 2012-01-24 Glenn Morris <rgm@gnu.org>
3801
3802 * vc/vc-rcs.el (vc-rcs-create-tag):
3803 * vc/vc-sccs.el (vc-sccs-create-tag):
3804 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3805
3806 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3807
3808 * eshell/esh-util.el (eshell-read-hosts-file):
3809 Skip comment lines. (Bug#10549)
3810
3811 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3812
3813 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
3814
3815 * subr.el (display-delayed-warnings): Doc fix.
3816 (collapse-delayed-warnings): New function to collapse identical
3817 adjacent warnings.
3818 (delayed-warnings-hook): Add it.
3819
3820 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
3821
3822 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3823
3824 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3825 properties, when "login-as" is set.
3826
3827 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3828 (tramp-default-user-alist): Don't add "pscp".
3829 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3830 property "login-as", if set. (Bug#10530)
3831
3832 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
3833
3834 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3835 "plink1" and "psftp". (Bug#10530)
3836
3837 2012-01-21 Kenichi Handa <handa@m17n.org>
3838
3839 * international/mule-cmds.el (prefer-coding-system): Show a
3840 warning message if the default value of file-name-coding-system
3841 was not changed.
3842
3843 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3844
3845 * windmove.el (windmove-reference-loc):
3846 Fix windmove-reference-loc miscalculation.
3847
3848 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3849
3850 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3851 default unit.
3852
3853 2012-01-21 Glenn Morris <rgm@gnu.org>
3854
3855 * international/mule.el (auto-coding-alist): Add .tbz.
3856
3857 * files.el (local-enable-local-variables): Doc fix.
3858 (inhibit-local-variables-regexps): Rename from
3859 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3860 Doc fix. Add some extensions from auto-coding-alist.
3861 (inhibit-local-variables-suffixes):
3862 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3863 (inhibit-local-variables-p):
3864 New function, extracted from set-auto-mode-1.
3865 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3866 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3867 (hack-local-variables): Doc fix. Make the mode-only case
3868 respect enable-local-variables and friends.
3869 Respect inhibit-local-variables-regexps for file-locals, but
3870 not for directory-locals.
3871 (set-visited-file-name):
3872 Take account of inhibit-local-variables-regexps.
3873 Whether it applies may change as the file name is changed.
3874 * jka-cmpr-hook.el (jka-compr-install):
3875 * jka-compr.el (jka-compr-uninstall):
3876 Update for inhibit-first-line-modes-suffixes name change.
3877
3878 2012-01-20 Martin Rudalics <rudalics@gmx.at>
3879
3880 * help-macro.el (make-help-screen): Temporarily restore original
3881 binding for minor-mode-map-alist (Bug#10454).
3882
3883 2012-01-19 Julien Danjou <julien@danjou.info>
3884
3885 * color.el (color-name-to-rgb): Use the white color to find the max
3886 color component value and return correctly computed values.
3887 (color-name-to-rgb): Add missing float conversion for max value.
3888
3889 2012-01-19 Martin Rudalics <rudalics@gmx.at>
3890
3891 * window.el (window--state-get-1, window-state-get): Do not use
3892 special state value for window-persistent-parameters.
3893 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
3894 (window--state-put-2): Reset all window parameters to nil before
3895 assigning values of persistent parameters.
3896
3897 2012-01-18 Alan Mackenzie <acm@muc.de>
3898
3899 Eliminate sluggishness and hangs in fontification of "semicolon
3900 deserts".
3901
3902 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3903 Change value 10000 -> 3000.
3904 (c-state-safe-place): Reformulate so it doesn't stack up an
3905 infinite number of wrong entries in c-state-nonlit-pos-cache.
3906 (c-determine-limit-get-base, c-determine-limit): New functions to
3907 determine backward search limits disregarding literals.
3908 (c-find-decl-spots): Amend commenting.
3909 (c-cheap-inside-bracelist-p): New function which detects "={".
3910
3911 * progmodes/cc-fonts.el
3912 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3913 backward search.
3914 (c-font-lock-declarations): Fix an occurrence of point being
3915 undefined. Check additionally for point being in a bracelist or
3916 near a macro invocation without a semicolon so as to avoid a
3917 fruitless time consuming search for a declarator. Give a more
3918 precise search limit for declarators using the new
3919 c-determine-limit.
3920
3921 2012-01-18 Glenn Morris <rgm@gnu.org>
3922
3923 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3924 (set-auto-mode): Doc fixes.
3925
3926 2012-01-17 Glenn Morris <rgm@gnu.org>
3927
3928 * isearch.el (search-nonincremental-instead): Fix doc typo.
3929
3930 * dired.el (dired-insert-directory): Handle newlines in directory name.
3931 (dired-build-subdir-alist): Unescape newlines in directory name.
3932
3933 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
3934
3935 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3936 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3937 (tramp-action-terminal): Use it. (Bug#10530)
3938
3939 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3942
3943 2012-01-16 Martin Rudalics <rudalics@gmx.at>
3944
3945 * window.el (window-state-ignored-parameters): Remove variable.
3946 (window--state-get-1): Rename argument MARKERS to IGNORE.
3947 Handle persistent window parameters. Make copy of clone-of
3948 parameter only if requested. (Bug#10348)
3949 (window--state-put-2): Install a window parameter only if it has
3950 a non-nil value or an existing parameter shall be overwritten.
3951
3952 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
3953
3954 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3955
3956 2012-01-14 Eli Zaretskii <eliz@gnu.org>
3957
3958 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3959 don't pass the (nil) value of `upnode' to string-match.
3960
3961 2012-01-14 Chong Yidong <cyd@gnu.org>
3962
3963 * startup.el (command-line): Fix X resource class for cursorColor.
3964 Fix values recognized by the cursorBlink resource.
3965
3966 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3967
3968 * epg.el (epg--make-temp-file): Avoid permission race condition
3969 when running on old Emacs versions (bug#10403).
3970
3971 2012-01-14 Glenn Morris <rgm@gnu.org>
3972
3973 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3974
3975 2012-01-13 Alan Mackenzie <acm@muc.de>
3976
3977 Fix filling for when filladapt mode is enabled.
3978
3979 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3980 c-mask-paragraph, pass in `fill-paragraph' rather than
3981 `fill-region-as-paragraph'. (This is a reversion of a previous
3982 change.)
3983 * progmodes/cc-mode.el (c-basic-common-init):
3984 Make fill-paragraph-handle-comment buffer local and set it to nil.
3985
3986 2012-01-13 Glenn Morris <rgm@gnu.org>
3987
3988 * dired.el (dired-switches-escape-p): New function.
3989 (dired-insert-directory): Use dired-switches-escape-p.
3990 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3991
3992 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3993
3994 2012-01-12 Glenn Morris <rgm@gnu.org>
3995
3996 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3997 changes in adaptive-fill-regexp. (Bug#10276)
3998
3999 2012-01-11 Alan Mackenzie <acm@muc.de>
4000
4001 Fix Emacs bug #10463 - put `widen's around the critical spots.
4002
4003 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
4004 widen around each invocation of c-state-pp-to-literal. Remove an
4005 unused let variable.
4006
4007 2012-01-11 Glenn Morris <rgm@gnu.org>
4008
4009 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
4010 Doc fix.
4011
4012 2012-01-10 Chong Yidong <cyd@gnu.org>
4013
4014 * net/network-stream.el (network-stream-open-starttls):
4015 Avoid emitting a confusing error message when the server gives a bad
4016 response to the capability command.
4017
4018 2012-01-10 Glenn Morris <rgm@gnu.org>
4019
4020 * mail/unrmail.el (unrmail): Tweak previous change.
4021
4022 2012-01-09 Chong Yidong <cyd@gnu.org>
4023
4024 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
4025
4026 2012-01-08 Alan Mackenzie <acm@muc.de>
4027
4028 Optimise font locking in long enum definitions.
4029
4030 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
4031 arm to a cond form to handle enums.
4032 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
4033 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
4034
4035 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
4036
4037 * files.el (move-file-to-trash): Preserve default file modes on error.
4038 (Bug#10401)
4039
4040 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4041
4042 * faces.el (set-face-attribute): Clarify the meaning of the nil
4043 frame (bug#10294).
4044
4045 * subr.el (with-selected-frame): Mention that the selected frame
4046 is restored (bug#9980).
4047
4048 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
4049 (bug#9759).
4050
4051 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
4052 (password-read): Don't autoload unused function.
4053
4054 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
4055
4056 * progmodes/which-func.el (which-func-mode): Turn into a
4057 non-interactive function and mark as obsolete (bug#10428).
4058
4059 2012-01-06 Chong Yidong <cyd@gnu.org>
4060
4061 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
4062 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
4063 functions, along with 1 and -1.
4064
4065 2012-01-06 Eli Zaretskii <eliz@gnu.org>
4066
4067 * time.el (display-time-load-average)
4068 (display-time-default-load-average): Doc fixes. See the thread
4069 starting at
4070 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
4071 for the details.
4072
4073 2012-01-06 Glenn Morris <rgm@gnu.org>
4074
4075 * mail/unrmail.el (unrmail): Give an explicit error if the input file
4076 has no messages. (Bug#10377)
4077
4078 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
4079 than Info-edit. (Bug#10385)
4080
4081 * time.el (display-time-load-average, display-time-next-load-average):
4082 Doc fixes.
4083
4084 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
4085 local setting of buffer-read-only to the input buffer. (Bug#10419)
4086
4087 * calendar/calendar.el (calendar-mode):
4088 Locally set scroll-margin to 0. (Bug#10379)
4089
4090 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
4091
4092 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
4093
4094 2012-01-05 Glenn Morris <rgm@gnu.org>
4095
4096 * eshell/em-unix.el (diff-no-select): Autoload it.
4097 (eshell/diff): Use diff-no-select. (Bug#10420)
4098
4099 2012-01-05 Chong Yidong <cyd@gnu.org>
4100
4101 * shell.el (shell-dynamic-complete-functions): Revert last change.
4102 (shell-command-completion-function): New function.
4103 (shell-completion-vars): Use it to implement
4104 shell-completion-execonly (Bug#10417).
4105
4106 * custom.el (enable-theme): Don't set custom-safe-themes.
4107
4108 * cus-theme.el (custom-theme-merge-theme):
4109 Ignore custom-enabled-themes and custom-safe-themes.
4110
4111 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
4112
4113 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
4114 first prompt in `sql-interacive-mode'.
4115 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
4116 keywords.
4117 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
4118 (sql-product-interactive): Bug fix: Set `sql-buffer' in
4119 context of original buffer. Invoke `sql-login-hook'.
4120
4121 2012-01-04 Eli Zaretskii <eliz@gnu.org>
4122
4123 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4124 letters in cite-prefix.
4125
4126 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4127
4128 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4129
4130 2012-01-03 Chong Yidong <cyd@gnu.org>
4131
4132 * shell.el (shell-dynamic-complete-functions):
4133 Put pcomplete-completions-at-point, so as to try
4134 comint-filename-completion first (Bug#10417).
4135
4136 2012-01-02 Richard Stallman <rms@gnu.org>
4137
4138 * battery.el (battery-status-function):
4139 Detect when to use battery-yeeloong-sysfs.
4140 (battery-echo-area-format): Add string for Yeeloong.
4141 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4142 (battery-yeeloong-sysfs): New function.
4143
4144 2012-01-02 Chong Yidong <cyd@gnu.org>
4145
4146 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4147 (dirtrack): Merge code for handling relative filenames in prompt
4148 from shell-dir-cookie-watcher.
4149 (dirtrack-debug-message): New arg to avoid excess format calls.
4150
4151 * shell.el (shell-dir-cookie-re): Variable deleted.
4152 (shell-dir-cookie-watcher): Function deleted.
4153 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4154 with dirtrack-mode.
4155
4156 2012-01-01 Eli Zaretskii <eliz@gnu.org>
4157
4158 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4159 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
4160 libgnutls-26.dll.
4161
4162 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4163
4164 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4165
4166 2011-12-31 Eli Zaretskii <eliz@gnu.org>
4167
4168 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4169 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4170
4171 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
4172
4173 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4174 also for alternative shells.
4175 (tramp-open-connection-setup-interactive-shell): Check, whether
4176 the shell is a busybox.
4177 (tramp-send-command): Don't suppress multiple prompts for
4178 busyboxes, it hurts.
4179
4180 2011-12-28 Chong Yidong <cyd@gnu.org>
4181
4182 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4183 (gdb-get-source-file): Move mode line update to
4184 gdb-get-source-file (Bug#10087).
4185
4186 2011-12-25 Chong Yidong <cyd@gnu.org>
4187
4188 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4189 gud-gdb-marker-filter without taking it as an argument.
4190 (gud-gdb-run-command-fetch-lines): Caller changed.
4191 (gud-gdb-completion-function): New variable.
4192 (gud-gdb-completion-at-point): Use it.
4193 (gud-gdb-completions-1): Split from gud-gdb-completions.
4194
4195 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4196 function as separate arguments.
4197 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4198 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4199 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4200 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4201 (gdb-stopped, def-gdb-auto-update-trigger)
4202 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
4203 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4204 Callers changed.
4205 (gud-gdbmi-completions): New function.
4206 (gdb): Use it for generating the completion table.
4207
4208 2011-12-24 Alan Mackenzie <acm@muc.de>
4209
4210 Introduce a mechanism to widen the region used in context font
4211 locking. Use this to protect declarations from losing their contexts.
4212
4213 * progmodes/cc-langs.el (c-before-font-lock-functions):
4214 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
4215 (c-before-context-fontification-functions): New defvar, a list of
4216 functions to be run just before context (etc.) font locking.
4217
4218 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
4219 New, functionality extracted from
4220 c-neutralize-syntax-in-and-mark-CPP.
4221 (c-in-after-change-fontification): New variable.
4222 (c-after-change): Set c-in-after-change-fontification.
4223 (c-set-fl-decl-start): Rejig its interface, so it can be called
4224 from both after-change and context fontifying.
4225 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4226 New functions.
4227 (c-standard-font-lock-fontify-region-function): New variable.
4228 (c-font-lock-fontify-region): New function.
4229
4230 2011-12-24 Juri Linkov <juri@jurta.org>
4231
4232 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4233 (Bug#10348)
4234
4235 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
4236
4237 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4238 existence of source file. (Bug#10325)
4239
4240 2011-12-23 Alan Mackenzie <acm@muc.de>
4241
4242 Fix unstable fontification inside templates.
4243
4244 * progmodes/cc-langs.el (c-before-font-lock-functions):
4245 Newly created from the singular version. The (c c++ objc) entry now
4246 additionally has c-set-fl-decl-start. The other languages (apart
4247 from AWK) have that as a single entry.
4248
4249 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4250 The functionality for "local" declarations has been extracted to
4251 c-set-fl-decl-start.
4252
4253 * progmodes/cc-mode.el (c-common-init, c-after-change):
4254 Changes due to pluralisation of c-before-font-lock-functions.
4255 (c-set-fl-decl-start): New function, extracted from
4256 c-font-lock-enclosing-decls and enhanced.
4257
4258 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
4259
4260 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4261
4262 2011-12-22 Juri Linkov <juri@jurta.org>
4263
4264 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4265
4266 2011-12-22 Chong Yidong <cyd@gnu.org>
4267
4268 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4269
4270 2011-12-21 Drew Adams <drew.adams@oracle.com>
4271
4272 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4273
4274 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4275
4276 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4277
4278 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4279
4280 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4281 highlighting and support. Fix up comments for capitalization.
4282 (cfengine-mode-debug): New var.
4283 (cfengine3-mode): Change the modeline indicator to "CFE3".
4284 (cfengine3-font-lock-keywords): Improve defun highlighting.
4285 (cfengine2-actions): Rename from `cfengine-actions'.
4286 (cfengine2-font-lock-keywords): Rename from
4287 `cfengine-font-lock-keywords'.
4288 (cfengine2-imenu-expression): Rename from
4289 `cfengine-imenu-expression'.
4290 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4291 (cfengine2-beginning-of-defun): Rename from
4292 `cfengine-beginning-of-defun'.
4293 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4294 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4295 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4296 modeline indicator to "CFE2".
4297 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4298 (cfengine-mode-abbrevs): Mark obsolete.
4299
4300 2011-12-21 Chong Yidong <cyd@gnu.org>
4301
4302 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4303 filename argument.
4304
4305 2011-12-20 Martin Rudalics <rudalics@gmx.at>
4306
4307 * window.el (window-normalize-buffer-to-display): Remove.
4308 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4309
4310 2011-12-19 Chong Yidong <cyd@gnu.org>
4311
4312 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4313 Don't signal an error in a predicate function; return non-nil.
4314 (vc-dir-mark-file): Move the error here.
4315 (vc-dir-mark-unmark): If acting on the region, keep going if one
4316 of the entries cannot be marked/unmarked.
4317 (vc-dir-mark-all-files): If current entry is a directory, mark
4318 only child files, as documented.
4319
4320 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4321
4322 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4323 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4324 addition.
4325
4326 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4327
4328 * term/ns-win.el (ns-get-selection-internal)
4329 (ns-store-selection-internal): Declare.
4330 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4331 Declare as obsolete.
4332 (ns-get-pasteboard, ns-paste-secondary):
4333 Use ns-get-selection-internal.
4334 (ns-set-pasteboard, ns-copy-including-secondary):
4335 Use ns-store-selection-internal.
4336
4337 2011-12-17 Chong Yidong <cyd@gnu.org>
4338
4339 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
4340 (vc-deduce-fileset): Doc fix.
4341
4342 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4343
4344 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4345
4346 2011-12-13 Sam Steingold <sds@gnu.org>
4347
4348 * man.el (Man-getpage-in-background): When running under a
4349 window-system, ignore $MANWIDTH and $COLUMNS.
4350
4351 2011-12-15 Kenichi Handa <handa@m17n.org>
4352
4353 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4354 (setup-ethiopic-environment-internal): Comment out key-binding for
4355 ethio-toggle-punctuation.
4356
4357 2011-12-13 Alan Mackenzie <acm@muc.de>
4358
4359 Add the switch statement to AWK Mode.
4360
4361 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
4362 "default" to the keywords regexp.
4363
4364 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
4365 expression as the rest.
4366 (c-nonlabel-token-key): Allow string literals for AWK.
4367 Refactor for the other modes.
4368
4369 Large brace-block initialisation makes CC Mode slow: Fix.
4370 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
4371 routines. Limit backward searching in c-font-lock-enclosing.decl.
4372
4373 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4374 pp-state and literal type in addition to the limits.
4375 (c-state-safe-place): New defun, extracted from c-state-literal-at.
4376 (c-state-literal-at): Use the above new defun.
4377 (c-slow-in-literal, c-fast-in-literal): Remove.
4378 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
4379
4380 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4381 being in a literal. Add a limit for backward searching.
4382
4383 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4384 c-slow-in-literal.
4385
4386 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4387
4388 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4389
4390 2011-12-13 Martin Rudalics <rudalics@gmx.at>
4391
4392 * window.el (delete-other-windows): Use correct frame in call to
4393 window-with-parameter.
4394
4395 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4396
4397 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4398 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4399 (makefile-gmake-statements, makefile-makepp-statements):
4400 Use it and add new makepp keywords.
4401 (makefile-makepp-font-lock-keywords): Add new patterns.
4402 (makefile-match-function-end): Match new [...] and [[...]].
4403
4404 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
4405
4406 * ses.el (ses-call-printer-return, ses-cell-property-get)
4407 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4408 (ses-create-cell-variable, ses-reset-header-string)
4409 (ses-cell-set-formula, ses-repair-cell-reference-all)
4410 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4411 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4412 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4413 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4414 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4415 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4416 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4417 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4418 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4419 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4420 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4421 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4422
4423 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4424
4425 * ses.el: The overall change is to add cell renaming, that is
4426 setting fancy names for cell symbols other than name matching
4427 "\\`[A-Z]+[0-9]+\\'" regexp .
4428 (ses-create-cell-variable): New defun.
4429 (ses-relocate-formula): Relocate formulas only for cells the
4430 symbols of which are not renamed, i.e. symbols whose names do not
4431 match regexp "\\`[A-Z]+[0-9]+\\'".
4432 (ses-relocate-all): Relocate values only for cells the symbols of
4433 which are not renamed.
4434 (ses-load): Create cells variables as the (ses-cell ...) are read,
4435 in order to check row col consistency with cell symbol name only
4436 for cells that are not renamed.
4437 (ses-replace-name-in-formula): New defun.
4438 (ses-rename-cell): New defun.
4439
4440 2011-12-11 Chong Yidong <cyd@gnu.org>
4441
4442 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4443 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4444
4445 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4446
4447 * window.el (other-window): Fix docstring.
4448
4449 2011-12-10 Eli Zaretskii <eliz@gnu.org>
4450
4451 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
4452 `from' or `to' address before taking its substring.
4453 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
4454 encoded name is chopped in the middle of the encoded string, and
4455 thus displayed encoded.
4456
4457 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
4458
4459 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4460
4461 2011-12-10 Eli Zaretskii <eliz@gnu.org>
4462
4463 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4464 to use texinfo-update-node and commands that call it if the
4465 Texinfo file uses @node lines without next/prev/up pointers.
4466 Correct outdated description about texinfo-master-menu.
4467 (texinfo-all-menus-update, texinfo-master-menu)
4468 (texinfo-update-node, texinfo-every-node-update)
4469 (texinfo-multiple-files-update): Doc fix. Warn against updating
4470 all the @node lines.
4471 (texinfo-master-menu): Only call texinfo-update-node if the prefix
4472 argument is numeric. Explain better in the doc string what the
4473 function really does.
4474 (texinfo-insert-master-menu-list): Improve the error message
4475 displayed if there's no menu in the Top node.
4476 (Bug#2975) See also this thread:
4477 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4478
4479 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4480
4481 * speedbar.el (speedbar-supported-extension-expressions):
4482 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4483
4484 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
4485
4486 * printing.el (pr-mode-alist):
4487 * simple.el (filter-buffer-substring-functions)
4488 (completion-list-insert-choice-function):
4489 * window.el (window-with-parameter, window-atom-root)
4490 (window-sides-slots, window-size-fixed, window-min-delta)
4491 (window-max-delta, window--resize-mini-window)
4492 (window--resize-child-windows-normal, window-tree)
4493 (delete-other-windows, quit-window, split-window)
4494 (display-buffer-record-window, special-display-buffer-names)
4495 (special-display-regexps, special-display-popup-frame)
4496 (same-window-p, split-window-sensibly)
4497 (display-buffer-overriding-action, display-buffer-alist)
4498 (display-buffer-base-action, display-buffer, switch-to-buffer)
4499 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4500 (fit-window-to-buffer, recenter-positions)
4501 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4502 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4503 and remove unneeded backslashes in docstrings.
4504
4505 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4508
4509 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4510 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4511 end in ".mk".
4512 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4513 when reading the makefile (bug#10116).
4514
4515 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4518 (bug#10116).
4519
4520 2011-12-06 Glenn Morris <rgm@gnu.org>
4521
4522 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4523
4524 2011-12-06 Chong Yidong <cyd@gnu.org>
4525
4526 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4527
4528 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
4529
4530 * textmodes/table.el (table-shorten-cell): Fix typo.
4531
4532 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4533
4534 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4535
4536 2011-12-05 Eli Zaretskii <eliz@gnu.org>
4537
4538 * descr-text.el (describe-char): Fix display of strong
4539 right-to-left characters and directional embeddings and overrides.
4540
4541 * simple.el (what-cursor-position): Fix display of codepoints of
4542 strong right-to-left characters.
4543
4544 2011-12-05 Chong Yidong <cyd@gnu.org>
4545
4546 * faces.el (read-color): Doc fix.
4547
4548 2011-12-05 Glenn Morris <rgm@gnu.org>
4549
4550 * align.el (align--set-marker): Add doc-string.
4551 Don't try to move something that is not a marker. (Bug#10216)
4552
4553 2011-12-04 Glenn Morris <rgm@gnu.org>
4554
4555 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4556 overly zealous deletion of trailing whitespace.
4557
4558 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
4559
4560 * server.el (server-delete-client): On Windows, do not try to delete
4561 the only terminal.
4562 (server-process-filter): On Windows, treat requests for a tty frame as
4563 if they were for a GUI frame if the running server is in GUI mode.
4564
4565 2011-12-03 Glenn Morris <rgm@gnu.org>
4566
4567 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4568
4569 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4570
4571 * electric.el: Streamline electric-indent's hook.
4572 (electric-indent-chars): Revert to simple list.
4573 (electric-indent-functions): New var.
4574 (electric-indent-post-self-insert-function): Use it.
4575
4576 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4577 there's no inferior buffer (bug#10196).
4578 (prolog-consult-compile): Don't use toggle-read-only.
4579
4580 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
4581
4582 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4583 interrupt. (Bug#10187)
4584
4585 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4586
4587 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4588 (bug#9160).
4589
4590 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4591 (bug#10191).
4592
4593 2011-12-02 Juri Linkov <juri@jurta.org>
4594
4595 * info.el (Info-search): Display "end of manual" when Isearch
4596 reaches the end of single-file Info manual. (Bug#9918)
4597
4598 2011-12-02 Eli Zaretskii <eliz@gnu.org>
4599
4600 * isearch.el (isearch-message-prefix): Run the input method part
4601 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4602
4603 2011-12-02 Juri Linkov <juri@jurta.org>
4604
4605 * isearch.el (isearch-occur): Use `word-search-regexp' for
4606 `isearch-word'.
4607 (isearch-search-and-update): Add condition for `isearch-word' and
4608 call `word-search-regexp'. (Bug#10145)
4609
4610 2011-12-01 Glenn Morris <rgm@gnu.org>
4611
4612 * eshell/em-hist.el (eshell-hist-initialize):
4613 Handle eshell-history-size nil and HISTSIZE set or unset.
4614 (eshell-history-file-name, eshell-history-size): Fix custom type.
4615
4616 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4619
4620 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
4621
4622 * progmodes/verilog-mode.el (verilog-pretty-expr):
4623 Rework verilog-pretty-expr to handle new assignment operators in system
4624 verilog, such as += *= and the like.
4625 (verilog-assignment-operator-re): Regular expression to find the
4626 assigment operator in a verilog assignment.
4627 (verilog-assignment-operation-re): Regular expression to find an
4628 assignment statement for pretty-expr.
4629 (verilog-in-attribute-p): Query returns true if point is in an
4630 attribute context; used to skip these for expression line up from
4631 pretty-expr.
4632 (verilog-in-parameter-p): Query returns true if point is in an
4633 parameter definition context; used to skip these for expression
4634 line up from pretty-expr.
4635 (verilog-in-parenthesis-p): Query returns true if point is in a
4636 parenthetical expression, specifically ( ) but not [ ] or { };
4637 used by pretty-expr.
4638 (verilog-just-one-space): If there is no space, don't add one.
4639 (verilog-get-lineup-indent-2): Specifically skip just attribute
4640 contexts for expression lineup, rather than skipping all
4641 parenthetical expressions.
4642 (verilog-calculate-indent): Fix comment, and fix indent.
4643 (verilog-do-indent): Indent declarations in lists (suggested by
4644 Joachim Lechner).
4645 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4646 skeleton items.
4647 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4648 by Alain Mellan).
4649
4650 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
4651
4652 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4653 parameters with embedded comments. Reported by Ray Stevens.
4654 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4655 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4656 Reported by Tim Holt.
4657 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4658 instantiated by upper module causing wrong expansion until AUTOed a
4659 second time. Reported by K C Buckenmaier.
4660 (verilog-diff-auto): Fix showing .* as a difference when
4661 `verilog-auto-star-save' off. Reported by Dan Dever.
4662 (verilog-auto-reset, verilog-read-always-signals)
4663 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4664 temporary signals in reset list if
4665 verilog-auto-reset-blocking-in-non is nil, and match assignment
4666 style to each signal's assignment type, bug381.
4667 Reported by Thomas Esposito.
4668 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4669 (verilog-uvm-statement-re): Support UVM indentation and
4670 highlighting, with old OVM keywords only.
4671 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
4672 Support AUTOTIEOFF creating non-wire data types.
4673 Suggested by Jonathan Greenlaw.
4674 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4675 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4676 (verilog-inject-sense, verilog-read-inst-pins)
4677 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4678 Fix mismatching parenthesis inside commented out code when deleting
4679 AUTOINST, bug383. Reported by Jonathan Greenlaw.
4680 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4681 non-numeric vector width. Reported by Alex Reed.
4682 (verilog-auto-ascii-enum): Add "onehot" option to work around not
4683 detecting signals with parameter widths. Reported by Alex Reed.
4684 (verilog-auto-delete-trailing-whitespace):
4685 With `verilog-auto-delete-trailing-whitespace' remove trailing
4686 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4687 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4688 Fix verilog-scan-cache corruption when running user AUTO expansion
4689 hooks that call indentation routines.
4690 (verilog-simplify-range-expression): Fix typo ignoring lower case
4691 identifiers.
4692 (verilog-delete-auto): Fix delete-autos to also remove user created
4693 automatics, as long as they start with AUTO.
4694 (verilog-batch-diff-auto, verilog-diff-auto)
4695 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4696 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4697 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4698 (verilog-in-paren-quick, verilog-re-search-backward-quick)
4699 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4700 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
4701 is disabled and its cache will get corrupt, causing AUTOS not to
4702 expand. Instead use only -quick functions.
4703 (verilog-scan-region): Fix scanning over escaped quotes.
4704 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4705 (verilog-re-search-backward-quick)
4706 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4707 related functions now ignore strings, to fix misparsing of strings
4708 with magic comments embedded in them.
4709 (verilog-read-auto-template):
4710 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4711 Reported by Brad Dobbie.
4712 (verilog-read-auto-template):
4713 Fix 'verilog-auto-inst-template-numbers' with comments.
4714 Reported by Brad Dobbie.
4715 (verilog-auto-inst, verilog-auto-inst-param)
4716 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4717 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4718 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
4719 debugging templates without merge conflicts, bug357.
4720 Reported by Brad Dobbie.
4721 (verilog-read-auto-template):
4722 Fix verilog-auto-inst-template-numbers with multiple templates.
4723 Reported by Brad Dobbie.
4724 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4725 abbrevs so user won't be asked to save.
4726 (verilog-read-auto-lisp-present): Fix to start at beginning of
4727 buffer in case called outside of verilog-auto.
4728 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4729 to "X-2". Reported by Matthew Myers.
4730 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4731 all inputs from module templates. Reported by Leith Johnson.
4732 (verilog-module-inside-filename-p): Fix locating programs as with
4733 modules.
4734 (verilog-auto-inst-port): Fix vl-width expressions when using
4735 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4736 (verilog-decls-get-regs, verilog-decls-get-signals,
4737 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4738 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4739 verilog-read-decls): Combine reg and wire structures into one var
4740 structure to represent SystemVerilog concepts.
4741 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4742 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
4743 (verilog-auto-wire-type, verilog-insert-definition):
4744 Add verilog-auto-wire-type and AUTOLOGIC to support using
4745 SystemVerilog "logic" keyword instead of "wire"/"reg".
4746 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4747 to declares outputs that also have assignments (presumably in an
4748 ifdef or generate if so there's not a driver conflict).
4749 Reported by Matthew Myers.
4750 (verilog-auto-declare-nettype, verilog-insert-definition):
4751 Add verilog-auto-declare-nettype to fix declarations using
4752 `default_nettype none. Reported by Julian Gorfajn.
4753 (verilog-read-always-signals-recurse, verilog-read-decls)
4754 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4755 malformed end statement, bug325. Reported by Joshua Wise and
4756 Andrew Drake.
4757 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4758 (verilog-inst-comment-re): Fix not deleting Interfaced comment
4759 when expanding .* in interfaces, bug320.
4760 Reported by Pierre-David Pfister.
4761 (verilog-read-module-name): Fix import statements between module
4762 name and open parenthesis, bug317.
4763 Reported by Pierre-David Pfister.
4764 (verilog-simplify-range-expression): Fix simplification of
4765 multiplications inside AUTOWIRE connections, bug303.
4766 (verilog-auto-inst-port): Support parameter expansion in
4767 multidimensional arrays.
4768 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4769 after "assert property". Reported by Julian Gorfajn.
4770 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4771 with multiplication, bug303.
4772 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4773 Reported by Jan Frode Lonnum.
4774
4775 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
4776
4777 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4778 (hfy-shell-file-name, hfy-shell):
4779 * international/fontset.el (x-decompose-font-name): Fix typos.
4780
4781 2011-11-29 Ken Brown <kbrown@cornell.edu>
4782
4783 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4784 (gdb-version): Remove defvar.
4785 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4786 (gdb-gud-context-command, gdb-non-stop-handler)
4787 (gdb-current-context-command, gdb-stopped): Use it.
4788 (gdb-init-1): Enable pretty printing here.
4789 (gdb-non-stop-handler): Don't enable pretty-printing here.
4790 Check to see if the target supports non-stop mode; if not, turn off
4791 non-stop mode. Use the following.
4792 (gdb-check-target-async): New defun.
4793 (gud-watch, gdb-stopped): Fix whitespace.
4794 (gdb-get-source-file): Don't try to display the source file if
4795 `gdb-main-file' is nil.
4796
4797 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * align.el: Try to generate fewer markers (bug#10047).
4800 (align--set-marker): New macro.
4801 (align-region): Use it.
4802
4803 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4806
4807 2011-11-29 Chong Yidong <cyd@gnu.org>
4808
4809 * indent.el (indent-for-tab-command, indent-according-to-mode):
4810 Doc fix.
4811 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4812
4813 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
4814
4815 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4816 aware of remote file names. (Bug#10124)
4817
4818 2011-11-29 Chong Yidong <cyd@gnu.org>
4819
4820 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4821
4822 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * files.el (find-file): Don't use force-same-window (bug#10144).
4825 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4826 use pop-to-buffer if the selected window can't be used.
4827 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4828
4829 2011-11-28 Eli Zaretskii <eliz@gnu.org>
4830
4831 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4832 special-mode-map.
4833
4834 2011-11-28 Chong Yidong <cyd@gnu.org>
4835
4836 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4837
4838 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
4839
4840 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4841 gdb-get-source-file-list on gdb-create-source-file-list.
4842
4843 2011-11-26 Eli Zaretskii <eliz@gnu.org>
4844
4845 * whitespace.el (whitespace-newline): Use a different foreground
4846 color for 16-color light-background displays.
4847
4848 2011-11-24 Chong Yidong <cyd@gnu.org>
4849
4850 * window.el (display-buffer--special-action): Doc fix.
4851
4852 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
4853
4854 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4855 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4856 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4857 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4858 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4859 (avl-tree-stack-first):
4860 * emacs-lisp/cconv.el (cconv--analyse-use):
4861 * net/gnutls.el (gnutls-negotiate): Fix typos.
4862
4863 2011-11-24 Glenn Morris <rgm@gnu.org>
4864
4865 * lpr.el (lpr-windows-system, lpr-lp-system):
4866 * mail/binhex.el (binhex-begin-line):
4867 * progmodes/grep.el (grep-history, grep-find-history):
4868 * textmodes/flyspell.el:
4869 * vc/pcvs-defs.el (cvs-global-menu):
4870 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4871 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4872 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4873
4874 * net/tls.el: Fix case of "GnuTLS".
4875
4876 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4877
4878 * version.el (emacs-build-system): Give it a doc-string.
4879
4880 2011-11-24 Juri Linkov <juri@jurta.org>
4881
4882 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4883
4884 2011-11-24 Glenn Morris <rgm@gnu.org>
4885
4886 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4887 if called on a non-mime message just toggle the headers. (Bug#8006)
4888
4889 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
4890
4891 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4892 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4893 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4894 (allout-rebullet-heading, allout-open-sibtopic)
4895 (allout-toggle-current-subtree-encryption)
4896 (allout-toggle-subtree-encryption, allout-encrypt-string)
4897 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4898 (allout-distinctive-bullets-string, allout-auto-activation):
4899 * window.el (window-normalize-buffer-to-display):
4900 * progmodes/verilog-mode.el (verilog-batch-indent):
4901 * textmodes/bibtex.el (bibtex-field-braces-opt)
4902 (bibtex-field-strings-opt):
4903 * vc/cvs-status.el (cvs-tree-merge):
4904 Fix typos.
4905
4906 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
4907
4908 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4909 `non-essential' to t, in order to avoid remote connections.
4910
4911 2011-11-23 Eli Zaretskii <eliz@gnu.org>
4912
4913 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4914 On MS-DOS and MS-Windows, compare with loaddefs.el
4915 case-insensitively.
4916
4917 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4918
4919 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4920
4921 2011-11-23 Glenn Morris <rgm@gnu.org>
4922
4923 * paths.el (rmail-file-name): Reformat the doc-string so that it
4924 is picked up.
4925
4926 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4927 (rmail-auto-file): Ignore case in the "special" field names,
4928 as mail-fetch-field does for all others.
4929
4930 * mail/rmail.el (rmail-forward):
4931 * mail/rmailkwd.el (rmail-set-label):
4932 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4933 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4934
4935 * mail/rmail.el (rmail-current-message): Doc fix.
4936
4937 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4938
4939 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4942
4943 2011-11-22 Glenn Morris <rgm@gnu.org>
4944
4945 * mail/rmailmm.el (test-rmail-mime-handler)
4946 (test-rmail-mime-bulk-handler)
4947 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4948
4949 2011-11-21 Juri Linkov <juri@jurta.org>
4950
4951 * calc/calc.el (calc-read-key-sequence):
4952 Let-bind `input-method-function' to nil. (Bug#10018)
4953
4954 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4955
4956 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4957 Tell the caller that the next line needs recomputation, even
4958 though it doesn't start a sexp (bug#10094).
4959
4960 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4961
4962 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4963
4964 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4967 Use force-same-window.
4968
4969 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
4970
4971 * descr-text.el (describe-char-unicode-data):
4972 * json.el (json-string-escape):
4973 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4974 (Footnote-unicode, Footnote-style-p):
4975 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4976
4977 2011-11-20 Chong Yidong <cyd@gnu.org>
4978
4979 * window.el (replace-buffer-in-windows): Restore interactive spec.
4980
4981 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4982
4983 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4984
4985 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4986 (byte-compile-global-not-obsolete-vars): New var.
4987 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4988 Use it.
4989 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4990
4991 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
4992
4993 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4994 * progmodes/pascal.el (electric-pascal-equal):
4995 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4996 * xml.el (xml-substitute-special): Fix typos.
4997
4998 2011-11-20 Glenn Morris <rgm@gnu.org>
4999
5000 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
5001 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
5002 Doc fixes.
5003 (rmail-decode-mime-charset): Mark as obsolete.
5004
5005 * mail/rmailsum.el (rmail-message-regexp-p-1):
5006 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
5007 Before using mime functions, check they are set. (Bug#10077)
5008
5009 2011-11-19 Juri Linkov <juri@jurta.org>
5010
5011 * info.el (Info-finder-find-node): Use `package--builtins' instead
5012 of `package-alist'. Use node names formed by the pattern "Keyword "
5013 and the keyword name.
5014
5015 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5016
5017 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
5018
5019 2011-11-19 Juri Linkov <juri@jurta.org>
5020
5021 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
5022 that calls `revert-buffer' on all Info buffers. (Bug#9915)
5023 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
5024 `old-history', `old-history-forward'. Add let-binding
5025 `window-selected'. Remove calls to `kill-buffer',
5026 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
5027 before calling `Info-find-node', so `Info-find-node-2' will reread
5028 the Info file. Restore window positions only when `window-selected'
5029 is non-nil.
5030
5031 2011-11-19 Juri Linkov <juri@jurta.org>
5032
5033 * isearch.el (isearch-lazy-highlight-new-loop):
5034 Remove condition `(not isearch-error)'. (Bug#9918)
5035
5036 * misearch.el (multi-isearch-search-fun): Add condition
5037 `(not bound)' to ignore lazy-highlighting search.
5038 Add the search-failed message "end of multi" when the end of
5039 multi-sequence is reached. Uncapitalize the search-failed
5040 message "Repeat for next buffer".
5041
5042 * info.el (Info-search): Add the search-failed message
5043 "end of the manual" when the end of the manual is reached
5044 in Isearch mode.
5045
5046 2011-11-19 Juri Linkov <juri@jurta.org>
5047
5048 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
5049 Use non-destructive `remove' instead of `delete' because
5050 `Info-history-list' stored to `Info-isearch-initial-history-list' in
5051 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
5052
5053 2011-11-19 Juri Linkov <juri@jurta.org>
5054
5055 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
5056 to nil instead of binding `search-ring' and `regexp-search-ring'.
5057 (Bug#9185)
5058
5059 2011-11-19 Eli Zaretskii <eliz@gnu.org>
5060
5061 * simple.el (line-move): Force movement by logical lines for any
5062 hscrolled window, not only when auto-hscroll-mode is on.
5063 (line-move-visual): Update doc string to that effect. (Bug#10076)
5064
5065 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5066
5067 * language/european.el (macintosh): Define as alias for mac-roman.
5068
5069 2011-11-19 Eli Zaretskii <eliz@gnu.org>
5070
5071 * mail/rmailmm.el (rmail-mime-display-header)
5072 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
5073 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
5074 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
5075 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
5076 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
5077 of a raw aref.
5078 (rmail-mime-entity-segment): To get past the tagline, move forward
5079 2 more lines, to account for the 2 empty lines that precede and
5080 follow the line with the buttons.
5081 (rmail-mime-update-tagline): Move one more line, to get past the
5082 empty line that follows the buttons in the tagline. (Bug#9520)
5083
5084 2011-11-19 Martin Rudalics <rudalics@gmx.at>
5085
5086 * window.el (window-max-delta-1, window-min-delta-1)
5087 (window-min-size-1, window-state-get-1, window-state-put-1)
5088 (window-state-put-2): Use "window--" prefix.
5089
5090 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5091
5092 * emacs-lisp/smie.el: Improve warnings and conflict detection.
5093 (smie-warning-count): New var.
5094 (smie-set-prec2tab): Use it.
5095 (smie-bnf->prec2): Improve warnings. Add docstring.
5096 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
5097 (smie-bnf--set-class): New function.
5098 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
5099 corner case.
5100
5101 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
5102 (compilation-error-properties, compilation-move-to-column):
5103 Handle compilation-first-column while in the target buffer.
5104
5105 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
5106 Don't hardcode point-min==1.
5107
5108 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
5109 (eshell-rewrite-for-command): Remove workaround.
5110 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
5111 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
5112 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
5113
5114 * files-x.el (modify-file-local-variable): Obey commenting conventions.
5115
5116 2011-11-17 Glenn Morris <rgm@gnu.org>
5117
5118 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5119 Ignore buffer-local generated-autoload-file if it is the same
5120 as the global value. (Bug#10049)
5121
5122 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
5123
5124 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5125 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5126 (reftex-toc-previous-heading, reftex-toc-max-level)
5127 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5128 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5129 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5130 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5131 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5132 (reftex-toc-rename-label, reftex-toc-visit-location)
5133 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5134 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5135 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5136 leaving "*toc*" only for references to the buffer.
5137
5138 2011-11-17 Martin Rudalics <rudalics@gmx.at>
5139
5140 * window.el (window-resize, delete-window, split-window):
5141 Replace window-splits by window-combination-resize.
5142 * cus-start.el (window-splits): Replace by window-combination-resize.
5143
5144 2011-11-17 Glenn Morris <rgm@gnu.org>
5145
5146 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5147 Make bash entry derive from sh entry, not shell entry.
5148
5149 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
5150
5151 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5152 properties of linked files. (Bug#9879)
5153
5154 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5155 local file name.
5156
5157 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
5158
5159 * menu-bar.el (menu-bar-file-menu):
5160 * printing.el (pr-ps-utility):
5161 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5162 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5163 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5164 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5165 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5166 (icalendar--convert-cyclic-to-ical)
5167 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5168 (icalendar--convert-ical-to-diary)
5169 (icalendar--convert-recurring-to-diary)
5170 (icalendar--convert-non-recurring-all-day-to-diary)
5171 (icalendar-import-format-sample):
5172 * progmodes/idlw-shell.el (idlwave-shell-mode):
5173 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5174 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5175 (vhdl-ps-print-init): Fix typos.
5176
5177 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5178
5179 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5180 FSF and collapse date sequence, obscure author/maintainer email address
5181 better, remove extra version line, track relocation of author's webpage.
5182
5183 * progmodes/python.el (python-pdbtrack-input-prompt)
5184 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5185 regular python pdb prompts. Adjustments shamelessly taken exactly as
5186 suggested in EmacsWiki page (tiny change):
5187 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
5188
5189 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
5190
5191 * expand.el (expand-pos, expand-index, expand-point):
5192 Remove redundant info from docstring.
5193 (expand-add-abbrevs): Doc fix.
5194 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5195 (expand-sample-perl-mode-expand-list): Fix typos.
5196
5197 * net/dbus.el (dbus-event-member-name):
5198 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5199 * term/pc-win.el (msdos-create-frame-with-faces):
5200 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5201
5202 2011-11-16 Martin Rudalics <rudalics@gmx.at>
5203
5204 * window.el (split-window, window-state-get-1)
5205 (window-state-put-1, window-state-put-2): Rename occurrences of
5206 window-nest to window-combination-limit.
5207 * cus-start.el (window-nest): Rename to window-combination-limit.
5208
5209 2011-11-16 Chong Yidong <cyd@gnu.org>
5210
5211 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5212 regexp (Bug#10033).
5213
5214 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5215
5216 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5217 `completing-read' will remove *Completions* and will preserve
5218 current-buffer for us.
5219 (tmm-add-prompt): Users of *Completions* will always (re)set its
5220 major mode.
5221 (tmm-old-comp-map): Remove.
5222
5223 2011-11-16 Glenn Morris <rgm@gnu.org>
5224
5225 * mail/rmailedit.el: Require rmailmm when compiling.
5226 (rmail-old-mime-state): New declaration.
5227 (rmail-edit-current-message): If editing a mime message,
5228 edit the "raw" message from the mbox buffer.
5229 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5230
5231 2011-11-15 Glenn Morris <rgm@gnu.org>
5232
5233 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5234 which wasn't being used. Add optional arg to force given state.
5235 (rmail-mime): Add optional arg to force given state.
5236
5237 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
5238
5239 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5240 * frame.el (display-mm-dimensions-alist):
5241 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5242 (outline-move-subtree-down):
5243 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5244 (newsticker--treeview-do-get-node):
5245 * net/quickurl.el (quickurl-list-buffer-name):
5246 * progmodes/dcl-mode.el (dcl-mode):
5247 * progmodes/gdb-mi.el (gdb-mapcar*):
5248 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5249
5250 2011-11-15 Glenn Morris <rgm@gnu.org>
5251
5252 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5253 in a boolean sense, so just make it a boolean, and fix the doc.
5254 (rmail-show-mime-function, rmail-mime-feature)
5255 (rmail-require-mime-maybe): Doc fixes.
5256 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5257
5258 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5259
5260 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
5261
5262 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5263 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5264 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5265 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5266
5267 2011-11-15 Glenn Morris <rgm@gnu.org>
5268
5269 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5270 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5271 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5272 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5273 (rmail-mime, rmail-show-mime): Doc fixes.
5274
5275 * term/ns-win.el (mode-line-frame-identification):
5276 Leave it alone. (Bug#10051)
5277
5278 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5279
5280 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5281 Handle empty buffers. (Bug#9978)
5282
5283 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
5284
5285 * international/mule.el (define-charset):
5286 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5287 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5288 * progmodes/verilog-mode.el (verilog-backward-token):
5289 * textmodes/ispell.el (lookup-words):
5290 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5291
5292 2011-11-14 Glenn Morris <rgm@gnu.org>
5293
5294 * progmodes/executable.el
5295 (executable-make-buffer-file-executable-if-script-p):
5296 Handle file-modes returning nil.
5297
5298 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5299 message - not necessary, and causes problems. (Bug#9831)
5300
5301 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5302
5303 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5304
5305 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5306 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5307 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5308
5309 2011-11-12 Martin Rudalics <rudalics@gmx.at>
5310
5311 * window.el (window-resize, delete-window): Use window-splits
5312 variable instead of function.
5313 (window-state-get-1, window-state-put-2, window-state-put):
5314 Don't deal with windows' splits status.
5315
5316 2011-11-12 Glenn Morris <rgm@gnu.org>
5317
5318 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5319 (apropos-documentation): Doc fixes.
5320
5321 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
5322
5323 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5324 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5325
5326 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * electric.el (electric-indent-post-self-insert-function): Make it
5329 possible for a char to only indent in some circumstances.
5330 (electric-indent-mode): Simplify.
5331
5332 2011-11-11 Martin Rudalics <rudalics@gmx.at>
5333
5334 * window.el (windows-with-parameter): Remove unused function.
5335 (windows-at-side): Rename to window-at-side-list.
5336 (window-check, window-atom-check, window-atom-check-1)
5337 (window-side-check, window-size-ignore, window-size-fixed-1)
5338 (window-in-direction-2): Prefix with "window--".
5339 (window-tree-1): Rename to window--subtree, fix doc-string.
5340
5341 2011-11-11 Glenn Morris <rgm@gnu.org>
5342
5343 * subr.el (eval-after-load): If FILE is already loaded,
5344 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5345
5346 2011-11-10 Glenn Morris <rgm@gnu.org>
5347
5348 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5349 Call svn via vc-svn-command rather than vc-do-command.
5350 (vc-svn-command): Add --non-interactive. (Bug#9993)
5351 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5352
5353 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5354 Add toggle-read-only. (Bug#7292)
5355 * files.el (toggle-read-only): Mention that it should only
5356 be used interactively. (Bug#10006)
5357
5358 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5361 Adjust regexp for OCaml warnings.
5362
5363 * electric.el (electric-pair-post-self-insert-function): Let user
5364 turn it off buffer-locally (bug#9932).
5365
5366 * progmodes/python.el (python-beginning-of-statement):
5367 Rewrite (bug#2703).
5368
5369 * progmodes/compile.el: Better handle TABs (bug#9749).
5370 (compilation-internal-error-properties)
5371 (compilation-next-error-function): Obey the target buffer's
5372 compilation-error-screen-columns.
5373
5374 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
5375
5376 * progmodes/meta-mode.el: Remove obsolete comments.
5377 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5378 Fix typos in docstrings.
5379
5380 2011-11-09 Martin Rudalics <rudalics@gmx.at>
5381
5382 * window.el (window-size-fixed-p): Rewrite doc-string.
5383 (window-resizable-p): Rename to window--resizable-p. Update callers.
5384 (window--resizable): New function. Make all callers of
5385 window-resizable call window--resizable instead.
5386 (window-resizable): Rewrite in terms of window--resizable.
5387
5388 2011-11-08 Glenn Morris <rgm@gnu.org>
5389
5390 * progmodes/delphi.el (delphi-mode-syntax-table):
5391 Let define-derived-mode define a proper syntax table. (Bug#9994)
5392
5393 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * window.el: Stay away from defsubst.
5396 (window-list-no-nils): Remove.
5397 (window-state-get-1, window-state-get): Use backquote instead.
5398
5399 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5400
5401 * emacs-lisp/find-func.el (find-function-read):
5402 Fix incorrect use of default argument in `completing-read'.
5403
5404 2011-11-08 Martin Rudalics <rudalics@gmx.at>
5405
5406 * window.el (display-buffer-function, special-display-function):
5407 Mention display-buffer-record-window but do not mention
5408 help-setup parameter in doc-strings.
5409 (window-min-delta): Fix doc-string typo.
5410
5411 2011-11-08 Chong Yidong <cyd@gnu.org>
5412
5413 * window.el (window-total-height, window-total-width): Doc fix.
5414 (window-body-size): Move from C.
5415 (window-body-height, window-body-width): Move to C.
5416
5417 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5418
5419 * window.el: Make special-display like display-buffer-alist (bug#9532).
5420 (display-buffer--special-action): New function, morphed
5421 from display-buffer--special.
5422 (display-buffer): Use it to handle special-display-buffers at higher
5423 priority (just after display-buffer-alist).
5424 (display-buffer-fallback-action, display-buffer--other-frame-action)
5425 (pop-to-buffer-same-window): Remove display-buffer--special.
5426
5427 2011-11-07 Glenn Morris <rgm@gnu.org>
5428
5429 * calendar/cal-menu.el (cal-menu-set-date-title):
5430 Do nothing if not in a calendar. (Bug#9976)
5431
5432 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5433
5434 * files.el (find-file): Always use selected-window.
5435
5436 2011-11-07 Martin Rudalics <rudalics@gmx.at>
5437
5438 * window.el (window-combinations): Make WINDOW argument
5439 mandatory. Rewrite doc-string.
5440 (walk-window-subtree, window-atom-check, window-min-delta)
5441 (window-max-delta, window--resize-this-window)
5442 (window--resize-root-window-vertically, window-tree)
5443 (balance-windows, window-state-put): Rewrite doc-strings as to
5444 not mention the term "subwindow".
5445 (window--resize-subwindows-skip-p): Rename to
5446 window--resize-child-windows-skip-p.
5447 (window--resize-subwindows-normal): Rename to
5448 window--resize-child-windows-normal.
5449 (window--resize-subwindows): Rename to
5450 window--resize-child-windows.
5451 (window-or-subwindow-p): Rename to window--in-subtree-p.
5452
5453 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5454
5455 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5456 Ensure that mbox format messages end in two newlines (Bug#9974).
5457
5458 2011-11-06 Chong Yidong <cyd@gnu.org>
5459
5460 * window.el (window-combination-p): Function deleted; its
5461 side-effect is not used in any existing code.
5462 (window-combinations, window-combined-p): Call window-*-child
5463 directly.
5464
5465 2011-11-05 Chong Yidong <cyd@gnu.org>
5466
5467 * window.el (window-valid-p): Rename from window-any-p.
5468 (window-size-ignore, window-state-get): Callers changed.
5469 (window-normalize-window): Rename from window-normalize-any-window.
5470 New arg LIVE-ONLY, replacing window-normalize-live-window.
5471 (window-normalize-live-window): Delete.
5472 (window-combination-p, window-combined-p, window-combinations)
5473 (walk-window-subtree, window-atom-root, window-min-size)
5474 (window-sizable, window-sizable-p, window-size-fixed-p)
5475 (window-min-delta, window-max-delta, window-resizable)
5476 (window-resizable-p, window-full-height-p, window-full-width-p)
5477 (window-current-scroll-bars, window-point-1, set-window-point-1)
5478 (window-at-side-p, window-in-direction, window-resize)
5479 (adjust-window-trailing-edge, maximize-window, minimize-window)
5480 (window-deletable-p, delete-window, delete-other-windows)
5481 (record-window-buffer, unrecord-window-buffer)
5482 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5483 (quit-window, split-window, window-state-put)
5484 (set-window-text-height, fit-window-to-buffer)
5485 (shrink-window-if-larger-than-buffer): Callers changed.
5486
5487 2011-11-04 Eli Zaretskii <eliz@gnu.org>
5488
5489 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5490 rfc2047-decode-string.
5491 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5492 warnings.
5493
5494 * window.el (window-body-height, window-body-width): Mention in
5495 the doc string that the return values are in frame's canonical
5496 units. (Bug#9949)
5497
5498 2011-11-03 Alan Mackenzie <acm@muc.de>
5499
5500 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5501 change in cc-engine.el.
5502
5503 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5506
5507 2011-11-02 Martin Rudalics <rudalics@gmx.at>
5508
5509 * window.el (quit-window): Call unrecord-window-buffer after
5510 showing another buffer in the window. (Bug#9937)
5511 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
5512
5513 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
5514
5515 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5516 Accept status with more than 9 shelves. (Bug#9935)
5517 Reported by Colin D Bennett <colin@gibibit.com>.
5518
5519 2011-11-01 Martin Rudalics <rudalics@gmx.at>
5520
5521 * help.el (with-help-window): Don't reference
5522 temp-buffer-show-specifiers in doc-string.
5523
5524 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5525
5526 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5527 menu-item.
5528
5529 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5530
5531 * whitespace.el: New version 13.2.2.
5532 (whitespace-newline-mode): Disable properly. Reported by Sarah
5533 <EmacsWiki>.
5534
5535 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
5536
5537 * net/newst-treeview.el: Remove "Time-stamp".
5538 (newsticker--group-manage-orphan-feeds): Do not call
5539 newsticker--treeview-tree-update.
5540 (newsticker-treeview-update, newsticker-treeview):
5541 Call newsticker--treeview-tree-update if necessary.
5542
5543 2011-10-30 Martin Rudalics <rudalics@gmx.at>
5544
5545 * window.el (window-iso-combination-p, window-iso-combined-p)
5546 (window-iso-combinations): Remove "iso-" infix.
5547 Suggested by Chong Yidong.
5548 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5549 (window-max-delta-1, window-resize, window--resize-siblings)
5550 (window--resize-this-window, adjust-window-trailing-edge)
5551 (split-window, balance-windows-1)
5552 (shrink-window-if-larger-than-buffer):
5553 * calendar/calendar.el (calendar-generate-window):
5554 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
5555
5556 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5557
5558 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5559 in place (bug#9907).
5560 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5561 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5562 (eshell-structure-basic-command, eshell-rewrite-while-command)
5563 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5564 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5565 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5566 (eshell-do-pipelines-synchronously, eshell-eval-command):
5567 Use backquotes and prefer setq to set.
5568 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5569 (eshell-macrop): Use functionp.
5570 (eshell-do-eval): Handle multiple expressions in `while' body.
5571
5572 2011-10-30 Chong Yidong <cyd@gnu.org>
5573
5574 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5575 instead of set-mark (Bug#9810).
5576
5577 2011-10-30 Chong Yidong <cyd@gnu.org>
5578
5579 * window.el (split-window-below, split-window-right): Rename from
5580 split-window-above-each-other and split-window-side-by-side
5581 respectively. All callers changed.
5582 (split-window-sensibly, split-window-sensibly): Use them.
5583 (split-window-keep-point): Doc fix.
5584
5585 * isearch.el: Add isearch-scroll property to split-window-below
5586 and split-window-right.
5587
5588 * follow.el (follow-mode):
5589 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5590 * progmodes/ada-xref.el (ada-gdb-application):
5591 * emulation/vip.el (vip-buffer-in-two-windows):
5592 * image-dired.el (image-dired-dired-with-window-configuration):
5593 * dired-x.el (dired-do-find-marked-files):
5594 * dired.el (dired-pop-to-buffer):
5595 * bs.el (bs--show-with-configuration):
5596 * vc/emerge.el (emerge-setup-windows):
5597 * textmodes/two-column.el (2C-two-columns):
5598 * textmodes/reftex-toc.el (reftex-toc):
5599 * progmodes/gdb-mi.el (gdb-setup-windows):
5600 * progmodes/fortran.el (fortran-window-create):
5601 * net/newst-treeview.el (newsticker--treeview-window-init):
5602 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5603 * emulation/tpu-edt.el (tpu-gold-map):
5604 * emulation/crisp.el (crisp-mode-map):
5605 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5606
5607 2011-10-29 Chong Yidong <cyd@gnu.org>
5608
5609 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5610
5611 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5612
5613 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5614 forged Ispell output (Bug#7904).
5615
5616 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5617
5618 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5619
5620 * doc-view.el: Avoid ugly errors about not finding nil.
5621 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5622 (doc-view-dvipdf-program, doc-view-unoconv-program)
5623 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5624 Avoid nil or absolute file name as default value.
5625 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5626
5627 2011-10-28 Alan Mackenzie <acm@muc.de>
5628
5629 * progmodes/cc-defs.el (c-version): -> 5.32.2.
5630
5631 2011-10-28 Alan Mackenzie <acm@muc.de>
5632
5633 Amend the handling of c-beginning/end-of-defun in nested declaration
5634 scopes.
5635
5636 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5637 cc-langs.el. Change it to a defcustom.
5638
5639 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5640 cc-vars.el.
5641
5642 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5643 Prevent "class foo : bar" being spuriously recognized as a label.
5644
5645 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
5646 Add parameter `inclusive' (to include enclosing braces in the region).
5647 (c-widen-to-enclosing-decl-scope): New function.
5648 (c-while-widening-to-decl-block): New macro.
5649 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5650 outward for defun boundaries, and correspondingly change symbol
5651 `respect-enclosure' to `go-outward'.
5652 (c-declaration-limits): Change algorithm to report only the "innermost"
5653 defun's boundaries.
5654
5655 2011-10-28 Deniz Dogan <deniz@dogan.se>
5656
5657 * net/rcirc.el (rcirc-mode): Use hard newlines.
5658
5659 2011-10-28 Alan Mackenzie <acm@muc.de>
5660
5661 Amend to indent and fontify macros "which include their own semicolon"
5662 correctly, using the "virtual semicolon" mechanism.
5663
5664 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
5665
5666 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5667 Recode to scan one line at a time rather than having \n and \r
5668 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
5669 (c-forward-label): Amend for virtual semicolons.
5670 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
5671
5672 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5673 of the new C macros.
5674
5675 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
5676 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5677 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
5678 (c-opt-cpp-macro-define): Make into a full language variable.
5679 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5680 AWK Mode (including \n, \r) removed, no longer needed.
5681
5682 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5683 Invoke c-make-macro-with-semi-re.
5684
5685 * progmodes/cc-vars.el (c-macro-with-semi-re):
5686 (c-macro-names-with-semicolon): New variables.
5687 (c-make-macro-with-semi-re): New function.
5688
5689 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * vc/log-edit.el: Fill empty field rather than adding new one.
5692 (log-edit-add-field): New function.
5693 (log-edit-insert-changelog): Use it.
5694
5695 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5696
5697 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5698
5699 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5700
5701 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5702 (gdb--check-interpreter): New function.
5703 (gdb): Use it.
5704
5705 2011-10-27 Glenn Morris <rgm@gnu.org>
5706
5707 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5708 (least-positive-float, least-negative-float)
5709 (least-positive-normalized-float, least-negative-normalized-float)
5710 (float-epsilon, float-negative-epsilon):
5711 Remove unnecessary declarations.
5712
5713 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5714 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5715 (least-positive-float, least-negative-float)
5716 (least-positive-normalized-float, least-negative-normalized-float)
5717 (float-epsilon, float-negative-epsilon): Add doc-strings,
5718 based on those in cl.texi.
5719
5720 * files.el (set-visited-file-name): If the major-mode changed,
5721 reload the local variables. (Bug#9796)
5722
5723 2011-10-27 Chong Yidong <cyd@gnu.org>
5724
5725 * subr.el (change-major-mode-after-body-hook): New hook.
5726 (run-mode-hooks): Run it.
5727
5728 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5729 Use change-major-mode-before-body-hook.
5730
5731 * simple.el (fundamental-mode):
5732 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5733 change introducing fundamental-mode-hook.
5734
5735 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
5736
5737 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5738
5739 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
5740
5741 * ido.el (ido-file-name-all-completions-1): Do not require
5742 tramp.el explicitly. (Bug#7583)
5743
5744 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * progmodes/octave-mod.el:
5747 * progmodes/octave-inf.el: Update maintainer.
5748
5749 2011-10-26 Chong Yidong <cyd@gnu.org>
5750
5751 * subr.el (with-wrapper-hook): Rewrite doc.
5752
5753 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
5754
5755 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
5756 filenames "/method:foo:". (Bug#9793)
5757
5758 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5759
5760 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5761 (bug#9865).
5762
5763 2011-10-24 Glenn Morris <rgm@gnu.org>
5764
5765 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5766
5767 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
5768
5769 * notifications.el: Add the requirement of a running D-Bus session
5770 bus to the Commentary.
5771
5772 2011-10-24 Juri Linkov <juri@jurta.org>
5773
5774 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5775 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5776 (Bug#9364)
5777
5778 2011-10-24 Juri Linkov <juri@jurta.org>
5779
5780 * info.el (Info-following-node-name-re): Add newline to the list
5781 of allowed characters for leading space. (Bug#9824)
5782
5783 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * progmodes/octave-inf.el (inferior-octave-mode-map):
5786 Fix C-c C-h binding.
5787 * progmodes/octave-mod.el (octave-help): Remove.
5788
5789 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
5790
5791 Sync with Tramp 2.2.3.
5792
5793 * net/tramp-cache.el (top): Pacify byte-compiler using
5794 `init-file-user' and `site-run-file'.
5795
5796 * net/trampver.el: Update release number.
5797
5798 2011-10-23 Chong Yidong <cyd@gnu.org>
5799
5800 * files.el (toggle-read-only): Remove obsolete comment about
5801 version control.
5802
5803 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5804 for toggle-read-only. Note that this hasn't called vc-next-action
5805 since 2008-05-02, though it wasn't documented at the time.
5806
5807 * vc/ediff-init.el (ediff-toggle-read-only-function):
5808 Use toggle-read-only.
5809
5810 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5811
5812 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5813 of c-parse-state.
5814
5815 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
5816 correct faulty logical expression.
5817 (c-parse-state-state, c-record-parse-state-state):
5818 (c-replay-parse-state-state): New defvar/defuns.
5819 (c-debug-parse-state): Use new functions.
5820
5821 2011-10-22 Martin Rudalics <rudalics@gmx.at>
5822
5823 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
5824 last fix. Use window-in-direction correctly.
5825
5826 2011-10-21 Chong Yidong <cyd@gnu.org>
5827
5828 * progmodes/idlwave.el (idlwave-mode):
5829 * progmodes/vera-mode.el (vera-mode): No need to set
5830 require-final-newline; that's done in prog-mode.
5831 Suggested by Stefan Monnier.
5832
5833 2011-10-21 Martin Rudalics <rudalics@gmx.at>
5834
5835 * mouse.el (mouse-drag-window-above)
5836 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5837 (mouse-drag-mode-line-1, mouse-drag-header-line)
5838 (mouse-drag-vertical-line-rightward-window): Remove.
5839 (mouse-drag-line): New function.
5840 (mouse-drag-mode-line, mouse-drag-header-line)
5841 (mouse-drag-vertical-line): Call mouse-drag-line.
5842 * window.el (window-at-side-p, windows-at-side): New functions.
5843
5844 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
5845
5846 * tar-mode.el (tar-grind-file-mode):
5847 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5848
5849 2011-10-21 Chong Yidong <cyd@gnu.org>
5850
5851 * progmodes/idlwave.el (idlwave-mode):
5852 * progmodes/vera-mode.el (vera-mode):
5853 Use mode-require-final-newline.
5854
5855 2011-10-20 Glenn Morris <rgm@gnu.org>
5856
5857 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
5858
5859 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5860
5861 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5862
5863 2011-10-20 Chong Yidong <cyd@gnu.org>
5864
5865 * emulation/cua-base.el (cua-mode):
5866 * mail/footnote.el (footnote-mode):
5867 * mail/mailabbrev.el (mail-abbrevs-mode):
5868 * net/xesam.el (xesam-minor-mode):
5869 * progmodes/bug-reference.el (bug-reference-mode):
5870 * progmodes/cap-words.el (capitalized-words-mode):
5871 * progmodes/compile.el (compilation-minor-mode)
5872 (compilation-shell-minor-mode):
5873 * progmodes/gud.el (gud-tooltip-mode):
5874 * progmodes/hideif.el (hide-ifdef-mode):
5875 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5876 * progmodes/subword.el (subword-mode):
5877 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5878 * progmodes/which-func.el (which-function-mode):
5879 * term/tvi970.el (tvi970-set-keypad-mode):
5880 * term/vt100.el (vt100-wide-mode):
5881 * textmodes/flyspell.el (flyspell-mode):
5882 * textmodes/ispell.el (ispell-minor-mode):
5883 * textmodes/nroff-mode.el (nroff-electric-mode):
5884 * textmodes/paragraphs.el (use-hard-newlines):
5885 * textmodes/refill.el (refill-mode):
5886 * textmodes/reftex.el (reftex-mode):
5887 * textmodes/rst.el (rst-minor-mode):
5888 * textmodes/sgml-mode.el (html-autoview-mode)
5889 (sgml-electric-tag-pair-mode):
5890 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5891 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5892 * emulation/crisp.el (crisp-mode):
5893 * emacs-lisp/eldoc.el (eldoc-mode):
5894 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5895 minor mode behavior.
5896
5897 2011-10-19 Juri Linkov <juri@jurta.org>
5898
5899 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5900 the list of hard-coded chars with escape-glyph face.
5901
5902 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5905
5906 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
5907
5908 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5909 running process.
5910
5911 2011-10-19 Glenn Morris <rgm@gnu.org>
5912
5913 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5914 Ignore ignored files. (Bug#9726)
5915
5916 2011-10-19 Chong Yidong <cyd@gnu.org>
5917
5918 Doc fix for minor modes, stating that an omitted argument enables
5919 the mode unconditionally when called from Lisp.
5920
5921 * abbrev.el (abbrev-mode):
5922 * allout.el (allout-mode):
5923 * autoinsert.el (auto-insert-mode):
5924 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5925 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5926 (global-auto-revert-mode):
5927 * battery.el (display-battery-mode):
5928 * composite.el (global-auto-composition-mode)
5929 (auto-composition-mode):
5930 * delsel.el (delete-selection-mode):
5931 * desktop.el (desktop-save-mode):
5932 * dired-x.el (dired-omit-mode):
5933 * dirtrack.el (dirtrack-mode):
5934 * doc-view.el (doc-view-minor-mode):
5935 * double.el (double-mode):
5936 * electric.el (electric-indent-mode, electric-pair-mode):
5937 * emacs-lock.el (emacs-lock-mode):
5938 * epa-hook.el (auto-encryption-mode):
5939 * follow.el (follow-mode):
5940 * font-core.el (font-lock-mode):
5941 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5942 * help.el (temp-buffer-resize-mode):
5943 * hilit-chg.el (highlight-changes-mode)
5944 (highlight-changes-visible-mode):
5945 * hi-lock.el (hi-lock-mode):
5946 * hl-line.el (hl-line-mode, global-hl-line-mode):
5947 * icomplete.el (icomplete-mode):
5948 * ido.el (ido-everywhere):
5949 * image-file.el (auto-image-file-mode):
5950 * image-mode.el (image-minor-mode):
5951 * iswitchb.el (iswitchb-mode):
5952 * jka-cmpr-hook.el (auto-compression-mode):
5953 * linum.el (linum-mode):
5954 * longlines.el (longlines-mode):
5955 * master.el (master-mode):
5956 * mb-depth.el (minibuffer-depth-indicate-mode):
5957 * menu-bar.el (menu-bar-mode):
5958 * minibuf-eldef.el (minibuffer-electric-default-mode):
5959 * mouse-sel.el (mouse-sel-mode):
5960 * msb.el (msb-mode):
5961 * mwheel.el (mouse-wheel-mode):
5962 * outline.el (outline-minor-mode):
5963 * paren.el (show-paren-mode):
5964 * recentf.el (recentf-mode):
5965 * reveal.el (reveal-mode, global-reveal-mode):
5966 * rfn-eshadow.el (file-name-shadow-mode):
5967 * ruler-mode.el (ruler-mode):
5968 * savehist.el (savehist-mode):
5969 * scroll-all.el (scroll-all-mode):
5970 * scroll-bar.el (scroll-bar-mode):
5971 * server.el (server-mode):
5972 * shell.el (shell-dirtrack-mode):
5973 * simple.el (auto-fill-mode, transient-mark-mode)
5974 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5975 (line-number-mode, column-number-mode, size-indication-mode)
5976 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5977 * strokes.el (strokes-mode):
5978 * time.el (display-time-mode):
5979 * t-mouse.el (gpm-mouse-mode):
5980 * tool-bar.el (tool-bar-mode):
5981 * tooltip.el (tooltip-mode):
5982 * type-break.el (type-break-mode-line-message-mode)
5983 (type-break-query-mode):
5984 * view.el (view-mode):
5985 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5986 (global-whitespace-mode, global-whitespace-newline-mode):
5987 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5988
5989 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5990 Fix autogenerated docstring.
5991
5992 2011-10-19 Juri Linkov <juri@jurta.org>
5993
5994 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5995 by checking environment variables "DESKTOP_SESSION" and
5996 "XDG_CURRENT_DESKTOP". (Bug#9779)
5997
5998 2011-10-19 Juri Linkov <juri@jurta.org>
5999
6000 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
6001 (browse-url-chromium-program, browse-url-chromium-arguments):
6002 New defcustoms.
6003 (browse-url-default-browser): Check for `browse-url-chromium' and
6004 call `browse-url-chromium-program'.
6005 (browse-url-chromium): New command. (Bug#9779)
6006
6007 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
6008
6009 * facemenu.el (list-colors-duplicates): On Windows, detect more
6010 duplicates by assuming that only colors matching "^System" are
6011 special "system colors". (Bug#9722)
6012
6013 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6014
6015 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
6016 to distinguish the author from the committer.
6017
6018 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
6021
6022 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
6023
6024 * international/mule.el (sgml-html-meta-auto-coding-function):
6025 Add support for detecting encoding in HTML5 specified only as
6026 <meta charset="UTF-8">. Implementation just makes http-equiv and
6027 content-type parts from HTML4 encoding string optional. (Bug#9716)
6028
6029 2011-10-18 Glenn Morris <rgm@gnu.org>
6030
6031 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
6032
6033 2011-10-18 Chong Yidong <cyd@gnu.org>
6034
6035 * faces.el (cursor): Doc fix.
6036
6037 2011-10-17 Chong Yidong <cyd@gnu.org>
6038
6039 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
6040
6041 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
6042
6043 * dirtrack.el (dirtrack): Support shell buffers with path
6044 prefixes, e.g. tramp-based remote shells. (Bug#9647)
6045
6046 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
6047
6048 * json.el: Bump version to 1.3 and note change in History.
6049 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
6050
6051 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * comint.el (comint-insert-input, comint-send-input)
6054 (comint-get-old-input-default, comint-backward-matching-input)
6055 (comint-next-prompt): Use nil instead of `input' for field property of
6056 past user input (bug#114).
6057
6058 * minibuffer.el (completion--replace): Inherit surrounding properties
6059 (bug#114).
6060 (minibuffer-complete-and-exit): Use it.
6061
6062 * comint.el (comint--table-subvert): Quote the all-completions output
6063 (bug#9160).
6064
6065 2011-10-17 Martin Rudalics <rudalics@gmx.at>
6066
6067 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
6068
6069 * menu-bar.el (menu-bar-file-menu): Add entry for making new
6070 window on right of selected. (Bug#9350) Reword other window
6071 entries and separate them from frame entries.
6072
6073 2011-10-15 Glenn Morris <rgm@gnu.org>
6074
6075 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
6076 Doc fixes.
6077
6078 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
6079
6080 * net/network-stream.el (network-stream-open-starttls):
6081 Improve detection of failure due to lack of TLS support.
6082
6083 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
6084 putting the input text in front and in bold.
6085
6086 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
6089
6090 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
6091 empty buffer.
6092
6093 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
6094 unread-command-events rather than pushing yet-another event.
6095
6096 2011-10-14 Eli Zaretskii <eliz@gnu.org>
6097
6098 * mail/sendmail.el (sendmail-query-once): Improve the wording of
6099 the explanation of the possible choices. Make the options passed
6100 to completing-read shorter.
6101
6102 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6103
6104 * textmodes/flyspell.el (flyspell-large-region): Make sure
6105 extended character mode is used if defined (Bug#1339).
6106
6107 2011-10-13 Eli Zaretskii <eliz@gnu.org>
6108
6109 * simple.el (what-cursor-position): Fix the display of the
6110 character info for LRE, LRO, RLE, and RLO characters by appending
6111 an invisible PDF.
6112
6113 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6114
6115 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6116 even in case of error; add debug spec; simplify data flow.
6117 (with-timeout-handler): Remove.
6118
6119 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
6120
6121 Fix Bug#6019, Bug#9315.
6122
6123 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6124 complete `buffer-file-name', the local file name part could look
6125 remotely (for example on VMS).
6126
6127 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6128 `tramp-run-real-handler'.
6129 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6130 already quoted by '"'.
6131
6132 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6133 Let `file-name-handler-alist' be nil, the local file name part
6134 could look remotely (for example on VMS).
6135
6136 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6137
6138 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6139 from here...
6140 (flyspell-post-command-hook): ...to here.
6141
6142 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6143
6144 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6145 if not needed.
6146 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6147 using completion. Protect against "slow" callers.
6148 Remove the "message hack".
6149
6150 2011-10-11 Juri Linkov <juri@jurta.org>
6151
6152 * isearch.el (isearch-lazy-highlight-word): New variable.
6153 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6154 Use it. (Bug#9727)
6155
6156 2011-10-11 Glenn Morris <rgm@gnu.org>
6157
6158 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6159 like f90-previous-statement does.
6160
6161 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6162
6163 * eshell/eshell.el (eshell-command): History should be saved
6164 only in interactive use, to avoid error.
6165
6166 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6167
6168 * minibuffer.el (completion-file-name-table): Fix last change,
6169 i.e. ignore normal errors but not the other ones.
6170
6171 2011-10-10 Martin Rudalics <rudalics@gmx.at>
6172
6173 * window.el (special-display-buffer-names)
6174 (special-display-regexps): Remove some remnants of earlier
6175 changes from doc-strings.
6176 (quit-windows-on): New function.
6177
6178 * vc/vc.el (vc-revert, vc-rollback):
6179 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6180 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
6181 (Bug#6183) (Bug#7074) (Bug#7447)
6182
6183 2011-10-09 Martin Rudalics <rudalics@gmx.at>
6184
6185 * window.el (frame-auto-hide-function): Add version tag.
6186 (Bug#9699)
6187
6188 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
6189
6190 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6191 condition.
6192
6193 2011-10-09 Leo Liu <sdl.web@gmail.com>
6194
6195 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6196 (Bug#9701)
6197
6198 2011-10-08 Glenn Morris <rgm@gnu.org>
6199
6200 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6201 before the first code statement zero indent. (Bug#9690)
6202
6203 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
6204
6205 * simple.el (count-words-region): Always count in the region.
6206 Report the number of lines and characters too.
6207 (count-words): New command, which counts in the buffer if the
6208 region is inactive, as count-words-region used to.
6209 (count-words--message): New function. Handle plurals.
6210 (count-lines-region): Make it an alias for count-words-region.
6211
6212 * bindings.el (esc-map): Replace count-lines-region with
6213 count-words-region.
6214
6215 2011-10-08 Martin Rudalics <rudalics@gmx.at>
6216
6217 * window.el (window--delete): Delete dedicated frame
6218 unconditionally when argument KILL is non-nil. (Bug#9699)
6219 (switch-to-buffer): Fix doc-string typo.
6220
6221 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6222
6223 * eshell/eshell.el (eshell-command): Avoid using hooks.
6224
6225 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
6226
6227 * bindings.el ([M-left],[M-right]): Bind to left-word and
6228 right-word respectively.
6229
6230 2011-10-07 Glenn Morris <rgm@gnu.org>
6231
6232 * cus-start.el (debug-on-quit): Fix custom type.
6233
6234 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6235
6236 * subr.el (define-key-after): Clarify that the function is not
6237 useful for non-menu keymaps.
6238
6239 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6240
6241 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6242
6243 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
6244 in current minibuffer (Fix bug with recursive minibuffers).
6245
6246 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
6247
6248 * progmodes/gdb-mi.el (gdb): Doc fix.
6249
6250 2011-10-05 Martin Rudalics <rudalics@gmx.at>
6251
6252 * window.el (frame-auto-hide-function): New option replacing
6253 frame-auto-delete. Suggested by Stefan Monnier.
6254 (window--delete): Call frame-auto-hide-function instead of
6255 investigating frame-auto-delete.
6256 (window-point-1, set-window-point-1): New functions.
6257 (window-in-direction, record-window-buffer, window-state-get-1)
6258 (display-buffer-record-window): Use window-point-1 instead of
6259 window-point.
6260 (set-window-buffer-start-and-point): Use set-window-point-1.
6261
6262 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6263
6264 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6265
6266 2011-10-05 Glenn Morris <rgm@gnu.org>
6267
6268 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6269 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6270
6271 2011-10-05 Leo Liu <sdl.web@gmail.com>
6272
6273 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6274 works with buffer object.
6275
6276 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6277
6278 * mpc.el (mpc-tool-bar-map): Add labels.
6279
6280 2011-10-04 Glenn Morris <rgm@gnu.org>
6281
6282 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6283
6284 2011-10-04 Martin Rudalics <rudalics@gmx.at>
6285
6286 * window.el (window--delete): New function.
6287 (frame-auto-delete): Resuscitate option.
6288 (bury-buffer, replace-buffer-in-windows)
6289 (quit-window): Rewrite using window--delete.
6290 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6291 Pass display-buffer-mark-dedicated to window--display-buffer-2
6292 (Bug#9639).
6293
6294 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6295
6296 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6297 returns a list (bug#9554). Add remote file name completion.
6298 * comint.el (comint--table-subvert): Curry and get quote&unquote
6299 functions as arguments.
6300 (comint--complete-file-name-data): Adjust call accordingly.
6301 * pcomplete.el (pcomplete--table-subvert): Remove.
6302 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6303
6304 * minibuffer.el (completion-table-case-fold): Use currying.
6305 (completion--styles-type, completion--cycling-threshold-type):
6306 New constants.
6307 (completion-styles, completion-category-overrides)
6308 (completion-cycle-threshold): Use them.
6309 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6310 completion-table-case-fold.
6311
6312 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
6313
6314 * minibuffer.el (completion-category-overrides): Fix type of styles
6315 and add more user friendly tags (bug#9660).
6316
6317 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6318
6319 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6320 (mule-input-method-string): New widget.
6321 (default-input-method, language-info-custom-alist): Use it.
6322
6323 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * pcomplete.el: Require comint.
6326 (pcomplete--common-suffix): Remove.
6327 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6328 (pcomplete--table-subvert): Sync with comint--table-subvert.
6329 (pcomplete--entries): Use comint-completion-file-name-table.
6330 * comint.el (comint-unquote-filename): Simplify.
6331 (comint-completion-file-name-table): New function (bug#9616).
6332 (comint--complete-file-name-data): Use it.
6333
6334 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6335 (pcmpl-gnu-tar-buffer): Remove.
6336 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
6337 around. Make sure pcomplete-suffix-list is only changed temporarily.
6338 Don't look inside the tar's file if it's too large.
6339
6340 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
6341
6342 * cus-edit.el (custom-mode-map):
6343 * epa.el (epa-key-list-mode-map):
6344 * man.el (Man-mode-map):
6345 * startup.el (splash-screen-keymap):
6346 * simple.el (special-mode-map): Use scroll-up-command and
6347 scroll-down-command.
6348
6349 * progmodes/idlw-help.el (idlwave-help-mode-map):
6350 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6351 * net/newst-plainview.el (newsticker-mode-map):
6352 * emulation/ws-mode.el (wordstar-mode-map):
6353 * emulation/vi.el (vi-com-map):
6354 * calc/calc-graph.el (calc-graph-show-dumb):
6355 * term/sun.el (terminal-init-sun):
6356 * term/ns-win.el (global-map):
6357 * progmodes/grep.el (grep-mode-map):
6358 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6359 * mail/rmail.el (rmail-mode-map):
6360 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6361
6362 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6363 custom-safe-themes as special.
6364
6365 2011-10-01 Julien Danjou <julien@danjou.info>
6366
6367 * notifications.el (notifications-notify): Fix docstring.
6368
6369 2011-10-01 Per Starbäck <per@starback.se>
6370
6371 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6372
6373 2011-09-30 Martin Rudalics <rudalics@gmx.at>
6374
6375 * startup.el (command-line-1): Fix last fix by inserting
6376 initial-scratch-message into *scratch* before displaying it.
6377 (Bug#9605) and (Bug#9636)
6378
6379 2011-09-29 Eli Zaretskii <eliz@gnu.org>
6380
6381 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6382 window is hscrolled, move by logical lines. (Bug#9607)
6383 (line-move-visual): Update the doc string to the above effect.
6384
6385 2011-09-29 Martin Rudalics <rudalics@gmx.at>
6386
6387 * window.el (display-buffer-record-window): When WINDOW is the
6388 selected window use `point' instead of `window-point'. (Bug#9626)
6389
6390 * startup.el (command-line-1): Use insert-before-markers when
6391 inserting initial-scratch-message. (Bug#9605)
6392
6393 * help.el (help-window): Remove variable.
6394
6395 2011-09-29 Glenn Morris <rgm@gnu.org>
6396
6397 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6398
6399 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
6400
6401 * descr-text.el (describe-char-categories): Accept category
6402 descriptions more than one line long.
6403
6404 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6405
6406 * simple.el (delete-trailing-whitespace): Fix last change.
6407
6408 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6409 Don't confuse "y => 3" as the beginning of a `y' operation.
6410
6411 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6412 object has more than 4 slots (bug#9613).
6413
6414 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
6415
6416 * subr.el (with-output-to-temp-buffer):
6417 * net/quickurl.el (quickurl, quickurl-browse-url):
6418 Fix typos in docstrings.
6419
6420 2011-09-27 Eli Zaretskii <eliz@gnu.org>
6421
6422 * minibuffer.el (completion-styles)
6423 (completion-category-overrides): Cross reference each other in doc
6424 strings.
6425
6426 2011-09-27 Glenn Morris <rgm@gnu.org>
6427
6428 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6429 to split-string. (Bug#9606)
6430
6431 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6432
6433 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6434 (bug#9615).
6435
6436 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
6437
6438 * emacs-lisp/package.el (list-packages): Fix echo area message.
6439
6440 2011-09-27 Leo Liu <sdl.web@gmail.com>
6441
6442 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6443
6444 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
6445
6446 * net/dbus.el (dbus-unregister-object): Don't release services for
6447 registered signals. (Bug#9581)
6448
6449 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6450
6451 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6452 function that picks between cfengine 2 and 3 support
6453 automatically. Update docs accordingly.
6454
6455 2011-09-22 Kenichi Handa <handa@m17n.org>
6456
6457 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6458 ZERO.
6459 (indian-itrans-v5-table-for-tamil): New variable.
6460 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6461
6462 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6463
6464 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6465 that's true if the current command involved collapsing of text.
6466 It's reset to false at the beginning of the next command.
6467 (allout-post-command-business): Move the cursor to the beginning
6468 of entry if the cursor is hidden and collapsing activity just
6469 happened.
6470
6471 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
6472
6473 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6474 tracking (Bug#9541).
6475
6476 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
6477
6478 * net/newst-reader.el (newsticker-html-renderer)
6479 (newsticker-show-news): Automatically load html rendering package
6480 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6481 because w3m-fill-column is let-bound" and the error "Symbol's value
6482 as variable is void: w3m-fill-column".
6483
6484 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
6485
6486 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6487 Release services only if they are defined. (Bug#9581)
6488
6489 2011-09-23 Richard Stallman <rms@gnu.org>
6490
6491 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6492 distinguish start of paragraph from start of its text.
6493
6494 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6495
6496 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6497 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6498 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6499
6500 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6501
6502 * international/mule-diag.el (mule-diag): Insert a newline after
6503 each fontset description.
6504
6505 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6506
6507 * simple.el (delete-trailing-whitespace):
6508 Document last change; simplify.
6509
6510 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6511
6512 * simple.el (delete-trailing-whitespace): Also delete
6513 extra newlines at the end of the buffer.
6514
6515 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6516 (picture-newline): Use forward-line so as to ignore fields.
6517
6518 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6519
6520 * subr.el (with-wrapper-hook): Fix edebug spec.
6521
6522 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6523
6524 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6525 (bug#4538).
6526
6527 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
6528
6529 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6530 Fix nasty bug using wrong cached values.
6531
6532 2011-09-23 Alan Mackenzie <acm@muc.de>
6533
6534 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6535
6536 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
6537
6538 * window.el (pop-to-buffer): Ensure right window is selected if we
6539 chose another frame.
6540
6541 2011-09-22 Eli Zaretskii <eliz@gnu.org>
6542
6543 * simple.el (what-cursor-position): Use get-char-property-change
6544 and next-single-char-property-change, to be able to show display
6545 properties that come from overlays as well as text properties.
6546
6547 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
6548
6549 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6550
6551 * cmuscheme.el (run-scheme, switch-to-scheme):
6552 * cus-edit.el (customize-group, custom-buffer-create)
6553 (customize-browse):
6554 * info.el (info):
6555 * shell.el (shell):
6556 * mail/sendmail.el (mail):
6557 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6558
6559 2011-09-22 Richard Stallman <rms@gnu.org>
6560
6561 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6562 move back only to line beg, don't move back over blank lines.
6563
6564 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
6565
6566 * files.el (copy-directory): Set directory attributes only in case
6567 they could be retrieved from the source directory. (Bug#9565)
6568
6569 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6570
6571 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6572 (hs-find-block-beginning, hs-hide-level-recursive):
6573 Ignore strings as well as comments. (Bug#9502)
6574
6575 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6576
6577 * progmodes/sql.el (sql-comint-postgres):
6578 Convert port number to a string. (Bug#9566)
6579
6580 2011-09-22 Martin Rudalics <rudalics@gmx.at>
6581
6582 * window.el (quit-window): Undedicate window when switching to
6583 previous buffer. Reported by Thierry Volpiatto
6584 <thierry.volpiatto@gmail.com>.
6585 (special-display-popup-frame): When popping up a new frame reset
6586 its previous buffers to nil. Simplify code.
6587
6588 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
6589
6590 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6591 and process filter, as done also in `shell-command'.
6592
6593 2011-09-21 Martin Rudalics <rudalics@gmx.at>
6594
6595 * window.el (set-window-buffer-start-and-point):
6596 Call set-window-start with NOFORCE argument t.
6597 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6598 (quit-window): Reword doc-string. Handle new format of
6599 quit-restore parameter. Don't delete window if it has a
6600 previous buffer we can show instead of the present one.
6601 (display-buffer-record-window): Rewrite using a new format for
6602 the quit-restore window parameter
6603 (special-display-popup-frame, display-buffer-same-window)
6604 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6605 (display-buffer-pop-up-window, display-buffer-use-some-window):
6606 Adapt symbol passed to display-buffer-record-window.
6607 * help.el (help-window-setup): Handle new format of quit-restore
6608 parameter.
6609
6610 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6611
6612 * faces.el (face-list): Fix docstring (bug#9564).
6613
6614 * window.el (display-buffer--action-function-custom-type):
6615 Don't include internal functions in the Custom interface.
6616
6617 2011-09-20 Juri Linkov <juri@jurta.org>
6618
6619 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6620 (Info-forward-node, Info-backward-node, Info-next-preorder)
6621 (Info-last-preorder): Use it. (Bug#9528)
6622
6623 2011-09-20 Juri Linkov <juri@jurta.org>
6624
6625 * info.el (Info-last-preorder): Visit last menu item only when
6626 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6627
6628 2011-09-20 Julien Danjou <julien@danjou.info>
6629
6630 * password-cache.el (password-cache-remove): Remove entries even if the
6631 value is nil, so that password with a nil value (negative caching) is
6632 possible to invalidate.
6633
6634 2011-09-20 Lawrence Mitchell <wence@gmx.li>
6635
6636 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6637 all whitespace around breakpoint. (Bug#9553)
6638 (f90-find-breakpoint): Only break at whitespace inside a comment.
6639
6640 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * minibuffer.el (completion-file-name-table): Keep track of errors.
6643 (completion-table-with-predicate): Handle the case where pred1 is nil.
6644 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6645
6646 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6647
6648 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6649 (debugger-return-value): Signal an error if the debugging context does
6650 not await any return value.
6651
6652 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6653 * image-mode.el (image-toggle-display-text)
6654 (image-toggle-display-image): Stay away from evil `intangible'.
6655
6656 2011-09-19 Leo Liu <sdl.web@gmail.com>
6657
6658 * replace.el (occur-revert-arguments): Make it permanent-local.
6659 (occur-mode): Don't call font-lock-defontify.
6660
6661 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
6662
6663 * net/ldap.el (ldap-search-internal): Don't push empty search
6664 result (Bug#9508).
6665
6666 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6667
6668 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6669
6670 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
6671
6672 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6673 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6674
6675 2011-09-18 Juri Linkov <juri@jurta.org>
6676
6677 * buff-menu.el (Buffer-menu-mode-map):
6678 * dired.el (dired-mode-map):
6679 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6680 (lisp-interaction-mode-map):
6681 * emacs-lisp/package.el (package-menu-mode-map):
6682 * epa.el (epa-key-list-mode-map):
6683 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6684 (menu-bar-options-menu):
6685 * outline.el (outline-mode-menu-bar-map):
6686 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6687 * vc/vc-dir.el (vc-dir-menu-map):
6688 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6689 Capitalize non-function content words in menu item strings.
6690
6691 * dired.el (dired-mode-map): Add menu item for
6692 `image-dired-dired-toggle-marked-thumbs'.
6693
6694 2011-09-18 Juri Linkov <juri@jurta.org>
6695
6696 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6697 to `isearch-case-fold-search' and restore its original value
6698 after the `isearch-mode' call.
6699
6700 2011-09-18 Juri Linkov <juri@jurta.org>
6701
6702 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6703 because `zgrep' returns 1 for successful matches (bug#9226).
6704
6705 2011-09-18 Juri Linkov <juri@jurta.org>
6706
6707 * info.el (Info-extract-menu-node-name): Check the second match
6708 for empty string (second test-case of bug#9528).
6709 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6710 intermediate nodes to the history (first test-case of bug#9528).
6711
6712 2011-09-18 Juri Linkov <juri@jurta.org>
6713
6714 * info.el (Info-mode-syntax-table): New variable.
6715 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
6716
6717 2011-09-18 Juri Linkov <juri@jurta.org>
6718
6719 * info.el (Info-file-supports-index-cookies):
6720 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6721 outputs one more line for long file names (bug#4142).
6722
6723 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
6724
6725 * newcomment.el (comment-normalize-vars): If prompting for
6726 comment-start, set comment-start-skip too (Bug#8424).
6727
6728 2011-09-18 Johan Bockgård <bojohan@gnu.org>
6729
6730 * icomplete.el: Fix previous fix of Bug#5849.
6731 (icomplete-mode): Don't set completion-show-inline-help.
6732 (icomplete-minibuffer-setup): Set completion-show-inline-help
6733 locally during icompletion.
6734
6735 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
6736
6737 * woman.el (woman2-process-escapes): Don't delete unrecognized
6738 escapes (Bug#7843).
6739
6740 * files.el (inhibit-first-line-modes-regexps): Add image files.
6741 (hack-local-variables-prop-line): Return nil for malformed
6742 prop-lines (Bug#9044).
6743
6744 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
6745
6746 * net/tramp.el (top): Don't require 'shell.
6747 (tramp-methods): Fix docstring.
6748 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
6749 Return complete remote file name. Handle "smb" case.
6750 Use `tramp-tmpdir', if defined for the respective method.
6751 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6752
6753 * net/tramp-compat.el (top): Require 'shell.
6754
6755 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6756 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6757 `tramp-current-host'.
6758 (tramp-get-remote-tmpdir): Remove.
6759
6760 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6761 `tramp-tmpdir' entries.
6762 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6763 (tramp-smb-handle-file-attributes): Ignore errors.
6764 (tramp-smb-wait-for-output): Check also for process end.
6765
6766 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6767
6768 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6769 when sending QUIT (bug#9312).
6770
6771 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
6772
6773 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6774 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6775 occur-mode-display-occurrence.
6776 (occur-edit-mode): Add usage message.
6777 (occur-cease-edit): New command.
6778 (occur-after-change-function): Use text properties to find the
6779 position of the prefix text.
6780 (occur-engine): Set stickiness of prefix text properties.
6781
6782 2011-09-17 Glenn Morris <rgm@gnu.org>
6783
6784 * progmodes/etags.el (complete-tag):
6785 Fix call to completion-in-region. (Bug#9526)
6786
6787 2011-09-17 Juri Linkov <juri@jurta.org>
6788
6789 * textmodes/ispell.el (ispell-word): Add to the error message
6790 the word, ispell program name and current dictionary (bug#9121).
6791 (ispell-tex-arg-end): Capitalize "error" in the error message.
6792
6793 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6794
6795 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6796 check. (Bug#4251)
6797
6798 2011-09-17 Juri Linkov <juri@jurta.org>
6799
6800 * window.el (window-safe-min-height, window-safe-min-width):
6801 Fix typos (followup to bug#9522).
6802
6803 2011-09-17 Sven Joachim <svenjoac@gmx.de>
6804
6805 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6806
6807 2011-09-16 Eli Zaretskii <eliz@gnu.org>
6808
6809 * simple.el (line-move): If goal-column is set, move by logical
6810 lines, not by display lines. (Bug#971)
6811 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6812 to reflect the above change.
6813
6814 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 * image.el (imagemagick-register-types): Use regexp-opt.
6817
6818 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
6819
6820 * window.el (display-buffer-base-action): Rename from
6821 display-buffer-default-action. Make default value empty.
6822 (display-buffer-overriding-action): Convert to defvar.
6823 (display-buffer-fallback-action): New var.
6824
6825 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
6826
6827 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6828 declaration.
6829 (package--add-to-archive-contents): If there is a duplicate entry
6830 with an older version, remove it.
6831 (package-menu-mark-delete, package-menu-mark-install)
6832 (package-menu-mark-unmark): Make unused args optional.
6833 (package-menu-mark-obsolete-for-deletion):
6834 Use package-menu-get-status instead of a regexp search.
6835 (package-menu-get-status): Use tabulated-list-entry.
6836 (package-menu-mark-upgrades): New command.
6837 (package-menu-mode-map): Bind it to U. Add it to menu bar.
6838 (package-menu-execute): Do installation before deletion.
6839 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6840 instead of checking major-mode.
6841 (package-menu--find-upgrades): New function.
6842
6843 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6844
6845 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6846 passwords in the log buffer.
6847 (smtpmail-process-filter): Update the process marker so that the
6848 "broken by peer" status message is inserted in the right place.
6849
6850 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6851
6852 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6853 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6854 bibtex-completion-at-point-function.
6855 (bibtex-completion-at-point-function): Use them.
6856
6857 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6858
6859 * mpc.el (mpc-constraints-tag-lookup): New function.
6860 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6861 also to browser "album|playlist".
6862
6863 2011-09-14 Juri Linkov <juri@jurta.org>
6864
6865 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6866 (isearch-edit-string): Use length of `isearch-string' when
6867 `isearch-fail-pos' returns nil.
6868 (isearch-message): Remove duplicate code and call
6869 `isearch-fail-pos' with arg `t'.
6870
6871 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
6872
6873 * replace.el (occur-mode-goto-occurrence): Don't force using other
6874 window (Bug#9499).
6875
6876 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6877
6878 2011-09-14 Martin Rudalics <rudalics@gmx.at>
6879
6880 * window.el (display-buffer-window): Remove.
6881 (display-buffer-record-window): Use help-setup window parameter
6882 instead of variable display-buffer-window.
6883 (display-buffer-function, special-display-buffer-names)
6884 (special-display-function): Mention help-setup parameter instead
6885 of display-buffer-window in doc-string.
6886 * help.el (help-window-setup): New argument help-window.
6887 Use help-window-setup parameter instead of display-buffer-window.
6888 Reword some messages.
6889 (with-help-window): Pass window used for displaying the buffer
6890 to help-window-setup. Don't set display-buffer-window.
6891
6892 2011-09-13 Glenn Morris <rgm@gnu.org>
6893
6894 * emacs-lisp/debug.el (debugger-make-xrefs):
6895 Preserve point. (Bug#9462)
6896
6897 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
6898
6899 * window.el (window-deletable-p): Use next-frame.
6900
6901 2011-09-13 Martin Rudalics <rudalics@gmx.at>
6902
6903 * window.el (window-auto-delete): Remove.
6904 (window-deletable-p): Remove argument FORCE. Don't deal with
6905 dedication and previous buffers.
6906 (switch-to-prev-buffer): Don't delete window.
6907 (delete-windows-on): Delete a window's frame if and only if the
6908 window is dedicated.
6909 (replace-buffer-in-windows): Delete buffer's window or frame if
6910 and only if window is dedicated.
6911 (quit-window): Handle quit-restore as before last change.
6912 (bury-buffer): Delete window only if window-deletable-p returns t.
6913
6914 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
6915
6916 * window.el (window-deletable-p): Never delete the last frame on a
6917 given terminal.
6918
6919 2011-09-13 Glenn Morris <rgm@gnu.org>
6920
6921 * help.el (describe-key-briefly): Copy previous standard-output change.
6922
6923 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
6924
6925 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6926
6927 2011-09-13 Glenn Morris <rgm@gnu.org>
6928
6929 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6930 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6931
6932 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
6933
6934 * dired-aux.el (dired-mark-read-string): Don't return default
6935 value on empty input (Bug#9361).
6936 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6937 Omit initial minibuffer contents.
6938 (dired-do-chmod): Signal an error on empty input.
6939 (dired-mark-read-string): Don't return default on empty input.
6940
6941 * files.el (file-modes-symbolic-to-number): Doc fix.
6942
6943 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * international/mule-cmds.el (ucs-completions): Remove.
6946 (read-char-by-name): Use complete-with-action instead; add metadata.
6947
6948 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
6949
6950 * window.el (display-buffer--action-function-custom-type)
6951 (display-buffer--action-custom-type): New vars.
6952 (display-buffer-alist, display-buffer-default-action)
6953 (display-buffer-overriding-action): Add defcustom types.
6954
6955 * frame.el (delete-other-frames): Doc fix (Bug#276).
6956
6957 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6958
6959 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6960
6961 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
6962
6963 Change modes that used same-window-* vars to use switch-to-buffer.
6964
6965 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6966 Use switch-to-buffer.
6967
6968 * cus-edit.el (customize-group, custom-buffer-create)
6969 (customize-browse, custom-buffer-create-other-window):
6970 Use switch-to-buffer or switch-to-buffer-other-window.
6971
6972 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6973 (Info-prev, Info-up, Info-speedbar-goto-node)
6974 (info-display-manual): Use switch-to-buffer.
6975 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6976
6977 * mail/sendmail.el (mail): Use switch-to-buffer.
6978 (mail-recover): Use switch-to-buffer-other-window.
6979
6980 * cmuscheme.el (run-scheme, switch-to-scheme):
6981 * ielm.el (ielm):
6982 * shell.el (shell):
6983 * net/rlogin.el (rlogin):
6984 * net/telnet.el (telnet, rsh):
6985 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6986
6987 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6988
6989 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6990
6991 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6992
6993 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6994 so don't mention it (bug#9301).
6995 (dired-sort-toggle-or-edit): Clarify string further.
6996
6997 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6998 match `x', `w32' and `ns', like the manual says (bug#9029).
6999
7000 * subr.el (eval-after-load): Doc string clarification (bug#9125).
7001 (process-kill-buffer-query-function): Mention the buffer name in
7002 the query.
7003
7004 * image-mode.el (image-next-line): The line parameter is mandatory
7005 (bug#9258).
7006
7007 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
7008 which can be useful (bug#9301).
7009
7010 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
7011
7012 * subr.el (match-string): Mention that the current buffer should
7013 be the same as the search was done in (bug#9282).
7014
7015 * facemenu.el: Disable the remove-* commands if the mark isn't
7016 active (bug#9162).
7017
7018 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
7019
7020 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
7021 of display-buffer.
7022 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
7023
7024 * replace.el (occur-mode-goto-occurrence)
7025 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
7026 and display-buffer.
7027
7028 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
7029 display-buffer.
7030
7031 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
7032 special-display and same-window variables.
7033 (mail-other-window): Use switch-to-buffer-other-window.
7034 (mail-other-frame): USe switch-to-buffer-other-frame.
7035
7036 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
7037 Use display-buffer-other-frame.
7038 (gdb-display-gdb-buffer): Use pop-to-buffer.
7039
7040 * progmodes/gud.el (gud-goto-info): Use info-other-window.
7041
7042 * progmodes/python.el: Don't set same-window-buffer-names.
7043
7044 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
7045
7046 * window.el (display-buffer-alist): Add *Python*.
7047
7048 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
7049
7050 * window.el (display-buffer-alist): Add entry for buffers
7051 previously handled same-window-*.
7052 (display-buffer-alist, display-buffer-default-action)
7053 (display-buffer-overriding-action): Mark as risky.
7054 (display-buffer-alist): Document action function changes.
7055 (display-buffer--same-window-action)
7056 (display-buffer--other-frame-action): New variables.
7057 (switch-to-buffer, display-buffer-other-frame): Use them.
7058 (display-buffer): Rename reuse-frame entry to reusable-frames.
7059 (display-buffer-reuse-selected-window): Function deleted.
7060 (display-buffer-reuse-window): Handle reusable-frames alist entry.
7061 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
7062 (display-buffer-special): New function.
7063 (display-buffer--maybe-pop-up-frame-or-window): Rename from
7064 display-buffer-reuse-or-pop-window. Split off special-display
7065 part into display-buffer-special.
7066 (display-buffer-use-some-window): Don't perform any special
7067 pop-up-frames handling.
7068 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
7069 (display-buffer--maybe-same-window): Rename from
7070 display-buffer-maybe-same-window.
7071
7072 * info.el: Don't set same-window-regexps.
7073 (info-setup): New function.
7074 (info-other-window, info): Call it.
7075
7076 * cus-edit.el: Don't set same-window-regexps.
7077 (customize-group): New argument.
7078 (customize-group-other-window): Use it.
7079 (customize-face, customize-face-other-window): Likewise.
7080 (custom-buffer-create-other-window): Use pop-to-buffer directly.
7081
7082 * net/rlogin.el:
7083 * net/telnet.el:
7084 * progmodes/gud.el: Don't set same-window-regexps.
7085
7086 * cmuscheme.el:
7087 * ielm.el:
7088 * shell.el:
7089 * mail/sendmail.el:
7090 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
7091
7092 2011-09-10 Juri Linkov <juri@jurta.org>
7093
7094 * isearch.el (isearch-edit-string): Remove obsolete mention of
7095 `C-w' (`isearch-yank-word-or-char') from docstring.
7096 (isearch-query-replace): Fix typo in docstring (bug#9466).
7097
7098 2011-09-10 Juri Linkov <juri@jurta.org>
7099
7100 * paren.el (show-paren-function): Don't show escaped parens.
7101 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
7102
7103 2011-09-10 Eli Zaretskii <eliz@gnu.org>
7104
7105 * mail/sendmail.el (mml-to-mime, mml-attach-file)
7106 (mm-default-file-encoding): Remove autoload forms, they are
7107 replaced with autoload cookies in mml.el and mm-encode.el.
7108 (mail-add-attachment): New command.
7109 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
7110 (mail-mode): Mention mail-insert-file and mail-add-attachment in
7111 the doc string.
7112 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
7113
7114 2011-09-10 Reuben Thomas <rrt@sc3d.org>
7115
7116 * simple.el (count-words-region): Use buffer if there's no region
7117 (bug#9429).
7118
7119 2011-09-09 Juri Linkov <juri@jurta.org>
7120
7121 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7122 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7123 (wdired-isearch-filter-read-only): New function. (Bug#6362)
7124
7125 2011-09-09 Alan Mackenzie <acm@muc.de>
7126
7127 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7128 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7129
7130 2011-09-09 Eli Zaretskii <eliz@gnu.org>
7131
7132 Fix for Savannah bug#9392.
7133 * simple.el (mail-encode-mml): New defvar.
7134
7135 * mail/rmail.el (mail-encode-mml): Add a defvar.
7136 (rmail-enable-mime-composing): Default to t.
7137 (rmail-forward): Use MIME method of forwarding only if both
7138 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7139 Set mail-encode-mml non-nil if the MIME method was used.
7140
7141 * mail/sendmail.el (mml-to-mime): Add autoload form.
7142 (mail-encode-mml): Add a defvar.
7143 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7144 to nil.
7145 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7146 message through mml-to-mime, and reset mail-encode-mml to nil.
7147
7148 2011-09-09 Glenn Morris <rgm@gnu.org>
7149
7150 * woman.el (woman-if-body): When processing an .el block,
7151 do not delete the next .el block as well. (Bug#9447)
7152 (woman-special-characters): Add oq, cq, and hy characters.
7153
7154 2011-09-08 Martin Rudalics <rudalics@gmx.at>
7155
7156 * window.el (window-deletable-p): Make sure window is live before
7157 invoking window-prev-buffers.
7158
7159 2011-09-08 Leo Liu <sdl.web@gmail.com>
7160
7161 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7162
7163 2011-09-08 Juri Linkov <juri@jurta.org>
7164
7165 * progmodes/compile.el (compilation-environment): Make it
7166 a defcustom (bug#8340).
7167
7168 2011-09-08 Martin Rudalics <rudalics@gmx.at>
7169
7170 * window.el (frame-auto-delete): Rename to window-auto-delete.
7171 Make it control auto-deletion of windows and/or frames.
7172 (window-deletable-p): New argument FORCE. Rewrite conditions
7173 for deleting window/frame. (Bug#9419)
7174 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7175 Rewrite handling of case when window/frame can be deleted.
7176 (delete-windows-on): Call window-deletable-p with new FORCE
7177 argument t. (Bug#9456)
7178
7179 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
7180
7181 * help-mode.el (help-mode): Restore autoload.
7182
7183 2011-09-07 Juri Linkov <juri@jurta.org>
7184
7185 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7186 `compilation-environment'. Set buffer-local
7187 `compilation-environment' to `thisenv' later after (funcall mode).
7188 (Bug#8340)
7189
7190 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7191 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7192 instead of replacing its value. (Bug#8340)
7193
7194 2011-09-07 Juri Linkov <juri@jurta.org>
7195
7196 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7197 based on text properties put by `grep-filter' instead of matching
7198 escape sequences.
7199 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7200 to the value of `grep-error-screen-columns' (bug#9438).
7201
7202 2011-09-07 Juri Linkov <juri@jurta.org>
7203
7204 * simple.el (next-error-highlight, next-error-highlight-no-select):
7205 Doc fix (bug#9432).
7206
7207 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7208
7209 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7210 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7211
7212 2011-09-07 Leo Liu <sdl.web@gmail.com>
7213
7214 * net/rcirc.el (rcirc-mode): Conditionally initialize
7215 rcirc-input-ring.
7216
7217 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * emacs-lisp/find-func.el (find-function-C-source): Only set
7220 find-function-C-source-directory after checking that we found a source
7221 file there (bug#9440).
7222
7223 2011-09-06 Alan Mackenzie <acm@muc.de>
7224
7225 * isearch.el (isearch-other-meta-char): Wherever a key list is
7226 unread, "unread" the prefix arg, too. This fixes bug #8901.
7227
7228 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7229
7230 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7231
7232 2011-09-05 Juri Linkov <juri@jurta.org>
7233
7234 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7235
7236 2011-09-05 Juri Linkov <juri@jurta.org>
7237
7238 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7239 keeping point where processing of grep matches begins, and
7240 continue to delete remaining escape sequences from the same point.
7241 (grep-filter): Make leading zero optional in "0?1;31m" because
7242 git-grep emits "\033[1;31m" escape sequences unlike expected
7243 "\033[01;31m" as GNU Grep does (bug#9408).
7244 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7245
7246 2011-09-05 Juri Linkov <juri@jurta.org>
7247
7248 * subr.el (y-or-n-p): Capitalize "yes".
7249
7250 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
7251
7252 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7253 `tramp-cache-unload-hook' where appropriate.
7254 (tramp-methods): Rename `tramp-remote-sh' to
7255 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7256 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7257
7258 * net/tramp-sh.el (top): Don't require 'shell.
7259 (tramp-methods): Add `tramp-remote-shell' and
7260 `tramp-remote-shell-args' entries.
7261 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7262 (tramp-sh-handle-shell-command): Remove.
7263 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7264 Use `tramp-remote-shell'.
7265
7266 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
7267
7268 * mail/sendmail.el (sendmail-query-once-function): Delete.
7269 (sendmail-query-once): Save directly to send-mail-function.
7270 Update message-send-mail-function too.
7271
7272 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7273
7274 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7275
7276 * progmodes/python.el (python-mode-map): Use correct function to
7277 start python interpreter from menu-bar (as reported by Geert
7278 Kloosterman).
7279 (inferior-python-mode-map): Fix typo.
7280 (python-shell-map): Remove.
7281
7282 2011-09-03 Deniz Dogan <deniz@dogan.se>
7283
7284 * net/rcirc.el (rcirc-print): Simplify code for
7285 rcirc-scroll-show-maximum-output. There is no need to walk
7286 through all windows to find the right one.
7287
7288 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7289
7290 * help.el (help-return-method): Doc fix.
7291
7292 2011-09-03 Martin Rudalics <rudalics@gmx.at>
7293
7294 * window.el (window-deletable-p): Don't return a non-nil value
7295 when there's a buffer that was shown in the window before.
7296 (Bug#9419)
7297 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7298 Set window's previous buffers to nil.
7299
7300 2011-09-03 Eli Zaretskii <eliz@gnu.org>
7301
7302 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7303 newline before and after the tag line, so it doesn't interfere
7304 with determining the paragraph direction of bidirectional text.
7305
7306 2011-09-03 Leo Liu <sdl.web@gmail.com>
7307
7308 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7309
7310 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
7311
7312 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
7313 (pop-to-buffer): Change interactive spec. Pass second argument
7314 directly to display-buffer.
7315 (display-buffer): Fix interactive spec. Use functionp to
7316 distinguish between a function and a list of functions.
7317
7318 * abbrev.el (edit-abbrevs):
7319 * arc-mode.el (archive-extract):
7320 * autoinsert.el (auto-insert):
7321 * bookmark.el (bookmark-bmenu-list):
7322 * files.el (find-file):
7323 * view.el (view-buffer):
7324 * progmodes/compile.el (compilation-goto-locus):
7325 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7326
7327 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
7328
7329 * window.el (display-buffer-alist): Doc fix.
7330 (display-buffer): Add docstring. Don't treat
7331 display-buffer-default specially.
7332 (display-buffer-reuse-selected-window)
7333 (display-buffer-same-window, display-buffer-maybe-same-window)
7334 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7335 (display-buffer-pop-up-window)
7336 (display-buffer-reuse-or-pop-window)
7337 (display-buffer-use-some-window): New functions.
7338 (display-buffer-default-action): Use them.
7339 (display-buffer-default): Delete.
7340 (pop-to-buffer-1): Fix choice of actions.
7341
7342 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7343
7344 * minibuffer.el (completion--insert-strings): Don't get confused by
7345 completion entries that end with an LF char.
7346
7347 2011-09-01 Eli Zaretskii <eliz@gnu.org>
7348
7349 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7350
7351 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
7352
7353 * window.el (display-buffer): Restore interactive spec.
7354 (display-buffer-same-window, display-buffer-other-window):
7355 New functions.
7356 (pop-to-buffer-1): New function. Use the above.
7357 (pop-to-buffer, pop-to-buffer-same-window): Use it.
7358 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
7359
7360 * view.el (view-buffer-other-window, view-buffer-other-frame):
7361 Just use pop-to-buffer.
7362
7363 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7364
7365 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7366
7367 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7368
7369 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7370
7371 2011-08-31 Richard Stallman <rms@gnu.org>
7372
7373 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7374 of the separation of rmail-view-buffer from rmail-buffer.
7375 If you say no to "replace original", the decrypt is in the
7376 view buffer. If you say yes, the decrypt goes into the
7377 rmail buffer also.
7378
7379 2011-08-31 Martin Rudalics <rudalics@gmx.at>
7380
7381 * window.el (display-buffer-window): Rewrite doc-string.
7382 (display-buffer-record-window): New function.
7383 (display-buffer-macro-specifiers)
7384 (display-buffer-even-window-sizes, display-buffer-set-height)
7385 (display-buffer-set-width, display-buffer-in-window)
7386 (display-buffer-reuse-window, display-buffer-split-specifiers)
7387 (display-buffer-side-specifiers, display-buffer-split-window-1)
7388 (display-buffer-split-window, display-buffer-split-atom-window)
7389 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7390 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7391 (display-buffer-other-window-means-other-frame)
7392 (display-buffer-normalize-special)
7393 (display-buffer-normalize-default)
7394 (display-buffer-normalize-argument)
7395 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7396 (display-buffer-normalize-specifiers, display-buffer-frame)
7397 (display-buffer-same-window, display-buffer-same-frame)
7398 (display-buffer-other-window)
7399 (display-buffer-same-frame-other-window)
7400 (display-buffer-other-frame, pop-to-buffer-same-window)
7401 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7402 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7403 (switch-to-buffer-same-frame)
7404 (switch-to-buffer-other-window-same-frame)
7405 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7406 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7407 (display-buffer-alist-set): Remove.
7408 (display-buffer-function, special-display-buffer-names)
7409 (special-display-regexps, special-display-function):
7410 In doc-string refer to display-buffer-window and quit-restore
7411 parameter.
7412 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7413 (special-display-frame-alist, special-display-popup-frame)
7414 (same-window-buffer-names, same-window-regexps, same-window-p)
7415 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7416 (split-window-preferred-function, split-height-threshold)
7417 (split-width-threshold, window-splittable-p)
7418 (split-window-sensibly, window--try-to-split-window)
7419 (window--frame-usable-p, even-window-heights)
7420 (window--even-window-heights, window--display-buffer-1)
7421 (window--display-buffer-2, display-buffer-other-frame):
7422 Restore old Emacs 23 code, order and doc-strings where applicable.
7423 (display-buffer-default, display-buffer-assq-regexp): New functions.
7424 (display-buffer-alist): Rewrite doc-string.
7425 (display-buffer-default-action)
7426 (display-buffer-overriding-action): New variables.
7427 (display-buffer, switch-to-buffer): Rewrite.
7428 (pop-to-buffer): Restore Emacs 23 behavior but use
7429 window-normalize-buffer-to-display.
7430 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7431 Restore Emacs 23 behavior but use
7432 window-normalize-buffer-to-switch-to.
7433 (pop-to-buffer-same-window): Rewrite.
7434 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7435 Rewrite using Emacs 23 options.
7436
7437 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
7438
7439 * net/tramp.el (tramp-root-regexp): Remove.
7440 (tramp-completion-file-name-regexp-unified)
7441 (tramp-completion-file-name-regexp-separate)
7442 (tramp-completion-file-name-regexp-url): Don't use leading volume
7443 letter on win32 systems. (Bug#5303, Bug#9311)
7444 (tramp-drop-volume-letter): Simplify definition.
7445 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7446
7447 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7450 (bug#9356).
7451
7452 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7453
7454 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
7455
7456 2011-08-29 Juri Linkov <juri@jurta.org>
7457
7458 * isearch.el (isearch-done): Don't display message "Mark saved"
7459 when arg `edit' is non-nil to prevent its flicker in the echo area.
7460
7461 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
7462
7463 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7464 obsolete packages for deletion.
7465
7466 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7467
7468 * help-mode.el (help-mode-map): Add special-mode-map to parent.
7469 (help-mode): Derive help-mode from special-mode. Don't invoke
7470 view-mode from help-mode.
7471 (help-xref-override-view-map): Remove.
7472 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7473 view-mode is not used anymore.
7474
7475 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
7476
7477 * server.el (server-port): Doc fix.
7478
7479 * cus-theme.el (custom-theme-choose-mode): Inherit from
7480 special-mode (Bug#9124).
7481 (custom-theme-choose-mode-map): Add special-mode to parent.
7482
7483 2011-08-28 Alan Mackenzie <acm@muc.de>
7484
7485 * progmodes/cc-fonts.el
7486 (c-make-font-lock-BO-decl-search-function): New function.
7487 (c-basic-matchers-after - "Fontify the clauses after various
7488 keywords"): Extract the three keyword lists for the 3 erroneous
7489 constructs from the list of four, and use the new function above
7490 in place of an old one.
7491
7492 2011-08-28 Deniz Dogan <deniz@dogan.se>
7493
7494 * net/rcirc.el (rcirc-insert-prev-input)
7495 (rcirc-insert-next-input): Remove unused argument.
7496
7497 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7500
7501 2011-08-27 Alan Mackenzie <acm@muc.de>
7502
7503 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7504 handle function pointer parameters properly.
7505
7506 2011-08-27 Martin Rudalics <rudalics@gmx.at>
7507
7508 * window.el (display-buffer-reuse-window): Fix case where
7509 selected window was reused with non-nil OTHER-WINDOW argument.
7510 (Bug#9381)
7511
7512 2011-08-27 Deniz Dogan <deniz@dogan.se>
7513
7514 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7515 oftc's NickServ messages.
7516
7517 2011-08-27 Glenn Morris <rgm@gnu.org>
7518
7519 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7520
7521 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
7522
7523 * emacs-lisp/package.el (package-install): Call package-initialize
7524 if called interactively.
7525
7526 2011-08-26 Leo Liu <sdl.web@gmail.com>
7527
7528 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7529
7530 2011-08-25 Juri Linkov <juri@jurta.org>
7531
7532 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7533 `search-whitespace-regexp' (bug#9364).
7534
7535 2011-08-25 Juri Linkov <juri@jurta.org>
7536
7537 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7538 `regexp-search-ring' to their global values to protect from
7539 updating by `read-from-minibuffer' (bug#9185).
7540
7541 2011-08-25 Juri Linkov <juri@jurta.org>
7542
7543 * textmodes/ispell.el (ispell-command-loop): Add newline
7544 at the end of the "Use option `i'..." line.
7545
7546 2011-08-25 Juri Linkov <juri@jurta.org>
7547
7548 * battery.el (display-battery-mode): If `battery-status-function'
7549 or `battery-mode-line-format' is nil, display the message and set
7550 `display-battery-mode' to nil (bug#9363).
7551
7552 2011-08-25 Eli Zaretskii <eliz@gnu.org>
7553
7554 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7555 bidi-string-mark-left-to-right; they are unnecessary now.
7556
7557 2011-08-25 Deniz Dogan <deniz@dogan.se>
7558
7559 * net/quickurl.el: Documentation typo fixes.
7560
7561 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
7562
7563 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7564
7565 2011-08-25 Glenn Morris <rgm@gnu.org>
7566
7567 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7568
7569 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7570 (smtpmail-via-smtp): Handle nil response from smtp.
7571
7572 2011-08-24 Juri Linkov <juri@jurta.org>
7573
7574 * proced.el (proced-marked): Inherit from `error' instead of
7575 `font-lock-warning-face'.
7576
7577 * ibuffer.el (ibuffer-marked-face): Change default face from
7578 `font-lock-warning-face' to `warning'.
7579 (ibuffer-deletion-face): Change default face from
7580 `font-lock-type-face' to `error'.
7581
7582 * battery.el (battery-update): Use the face `error' instead of
7583 `font-lock-warning-face' (bug#6117).
7584
7585 2011-08-24 Juri Linkov <juri@jurta.org>
7586
7587 * faces.el (success): Change face color from "Green3" to
7588 "ForestGreen" on light background (bug#9353).
7589
7590 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
7591
7592 * window.el (quit-window): Rename from quit-restore-window.
7593 Use same arglist as old quit-window.
7594 (frame-auto-delete): Doc fix.
7595
7596 * view.el (view-mode-exit): Use quit-window.
7597
7598 2011-08-24 Juri Linkov <juri@jurta.org>
7599
7600 * isearch.el (isearch-ring-adjust1): Start visiting previous
7601 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7602 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7603 for empty search string (when the last search string is reused
7604 automatically) to adjust the isearch ring to the last element and
7605 prepare the correct index for further M-p commands (bug#9185).
7606
7607 2011-08-24 Kenichi Handa <handa@m17n.org>
7608
7609 * international/ucs-normalize.el: If decomposition property of
7610 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7611 nil.
7612 (nfd, nfkd): Likewise.
7613
7614 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7615
7616 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7617 from process filters aren't reliably transmitted to the surrounding
7618 accept-process-output.
7619 (mpc-proc-check): New function.
7620 (mpc-proc-sync): Use it (bug#8293)
7621
7622 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7623
7624 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7625 Add compatibility functions (bug#9313).
7626
7627 2011-08-23 Eli Zaretskii <eliz@gnu.org>
7628
7629 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7630
7631 * international/uni-bidi.el: Regenerate.
7632
7633 2011-08-23 Kenichi Handa <handa@m17n.org>
7634
7635 * international/charprop.el:
7636 * international/uni-bidi.el:
7637 * international/uni-category.el:
7638 * international/uni-combining.el:
7639 * international/uni-comment.el:
7640 * international/uni-decimal.el:
7641 * international/uni-decomposition.el:
7642 * international/uni-digit.el:
7643 * international/uni-lowercase.el:
7644 * international/uni-mirrored.el:
7645 * international/uni-name.el:
7646 * international/uni-numeric.el:
7647 * international/uni-old-name.el:
7648 * international/uni-titlecase.el:
7649 * international/uni-uppercase.el: Regenerate.
7650
7651 2011-08-23 Martin Rudalics <rudalics@gmx.at>
7652
7653 * help.el (help-window-setup): Fix message displayed when other
7654 window is reused. (Bug#9341)
7655
7656 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7659 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7660
7661 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7662 Mark obsolete.
7663 * shell.el (shell-parse-pcomplete-arguments): New function.
7664 (shell-completion-vars): Use it instead (bug#9160).
7665
7666 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7667
7668 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7669 strings and comments (bug#9333).
7670
7671 * emacs-lisp/debug.el (debug-arglist): New function.
7672 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7673 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7674
7675 2011-08-22 Juri Linkov <juri@jurta.org>
7676
7677 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7678 Revert regexp that highlights output switches to its old
7679 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7680
7681 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7682 to check for empty output (bug#9226).
7683
7684 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
7685
7686 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7687 symbol-constituent as the default, as that stops font-lock from
7688 working properly (Bug#8843).
7689
7690 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7691
7692 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7693 `coding-system-for-*' around the process open call to avoid
7694 auth-source side effects.
7695 (smtpmail-try-auth-methods): Expand the secret password.
7696 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7697 probe hangs.
7698
7699 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
7700
7701 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7702
7703 * emacs-lisp/find-func.el (find-function-noselect): New arg
7704 lisp-only.
7705
7706 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7707 signal an error for built-in functions (Bug#6664).
7708
7709 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7710
7711 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7712 (smtpmail-try-auth-methods): Use it.
7713
7714 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
7715
7716 * font-lock.el (font-lock-fontify-region)
7717 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7718 (font-lock-default-unfontify-buffer)
7719 (font-lock-default-fontify-region)
7720 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7721
7722 * progmodes/compile.el (compilation-error-properties):
7723 Fix confusion between file struct and message struct (Bug#9319).
7724 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7725 `ant' regexp.
7726
7727 * net/browse-url.el (browse-url-firefox): Don't call
7728 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7729
7730 2011-08-20 Glenn Morris <rgm@gnu.org>
7731
7732 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7733
7734 * tutorial.el (tutorial--default-keys): Update some default bindings.
7735
7736 * files.el (hack-local-variables): Fully ignore case for "mode:".
7737
7738 2011-08-20 Alan Mackenzie <acm@muc.de>
7739
7740 Resolve invalid use of a regexp in regexp-opt.
7741
7742 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7743 detection for a java annotation.
7744
7745 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
7746 detection for a java annotation.
7747
7748 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7749 handling for java.
7750 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7751
7752 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
7753
7754 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7755 (Bug#9274).
7756
7757 2011-08-20 Alan Mackenzie <acm@muc.de>
7758
7759 Fontify CPP expressions correctly when starting in the middle of
7760 such a construct. Mainly for when jit-lock etc. starts a chunk
7761 here.
7762
7763 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
7764 variable.
7765 (c-make-font-lock-search-form): New function, extracted from
7766 c-make-font-lock-search-function.
7767 (c-make-font-lock-search-function): Use the above function.
7768 (c-make-font-lock-context-search-function): New function.
7769 (c-cpp-matchers): Enhance the preprocessor expression case with
7770 the above function
7771 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7772 which takes an expression.
7773
7774 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7775
7776 2011-08-20 Martin Rudalics <rudalics@gmx.at>
7777
7778 * window.el (display-buffer-reuse-window)
7779 (display-buffer-pop-up-window): Don't reuse or split a side
7780 window.
7781
7782 2011-08-19 Glenn Morris <rgm@gnu.org>
7783
7784 * files.el (hack-local-variables-prop-line, hack-local-variables):
7785 Downcase "Mode:". (Bug#9331)
7786
7787 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
7788
7789 * international/characters.el: Add L and R categories.
7790
7791 * subr.el (bidi-string-mark-left-to-right): Rename from
7792 string-mark-left-to-right. Use category search.
7793
7794 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7795
7796 2011-08-18 Juri Linkov <juri@jurta.org>
7797
7798 * faces.el (error, warning, success): New faces with definitions
7799 copied from old default values of `font-lock-warning-face',
7800 `compilation-warning', `compilation-info' (bug#6117).
7801
7802 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7803
7804 * progmodes/compile.el (compilation-error): Inherit from `error'.
7805 (compilation-warning): Inherit from `warning'.
7806 (compilation-info): Inherit from `success'.
7807
7808 * dired.el (dired-marked): Inherit from `warning'.
7809 (dired-flagged): Inherit from `error'.
7810
7811 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7812
7813 * mail/smtpmail.el (auth-source): Require to avoid problems with
7814 binding variables (bug#9298). Also clean up some unused
7815 autoloads.
7816
7817 * net/network-stream.el (network-stream-open-starttls):
7818 Support using starttls.el without using gnutls-cli.
7819
7820 2011-08-17 Juri Linkov <juri@jurta.org>
7821
7822 * progmodes/grep.el (rgrep): Handle the case when
7823 `grep-find-command' is a cons cell (bug#9278).
7824
7825 2011-08-17 Martin Rudalics <rudalics@gmx.at>
7826
7827 * window.el (display-buffer-pop-up-frame): Run frame creation
7828 function with BUFFER current (as special-display-popup-frame
7829 does). Reported by Drew Adams.
7830
7831 2011-08-17 Daiki Ueno <ueno@unixuser.org>
7832
7833 * epa-mail.el: Simplify GnuPG group expansion using
7834 epg-expand-group.
7835 (epa-mail-group-alist, epa-mail-group-modtime)
7836 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7837 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7838 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7839 Remove.
7840
7841 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7842
7843 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7844
7845 2011-08-16 Alan Mackenzie <acm@muc.de>
7846
7847 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7848 Correct, to avoid the inside of macros.
7849
7850 2011-08-16 Richard Stallman <rms@gnu.org>
7851
7852 * epa-mail.el: Handle GnuPG group definitions.
7853 (epa-mail-group-alist, epa-mail-group-modtime)
7854 (epa-mail-gnupg-conf-file): New variables.
7855 (epa-mail-parse-groups, epa-mail-sync-groups)
7856 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7857 (epa-mail-expand-recipients): New functions.
7858 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7859
7860 * mail/rmail.el (rmail-epa-decrypt): New command.
7861
7862 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7863 Don't bind buffer-read-only, just inhibit-read-only.
7864 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7865 (epa-decrypt-armor-in-region): Make error message clearer.
7866
7867 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7868
7869 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7870 and "a2b" to "ab" for `prefix'.
7871
7872 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
7873
7874 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7875 filter groups.
7876 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7877 Fourquet (Bug#8804).
7878
7879 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
7880
7881 * startup.el (argi): Declare as global variable (bug#9275).
7882
7883 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
7884
7885 * subr.el (string-mark-left-to-right): Search the entire string
7886 for RTL script, not just the terminating character. Doc fix.
7887
7888 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7889
7890 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7891 New function.
7892 (js--regexp-literal, js-syntax-propertize-function): Remove.
7893 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7894 (js-mode-map): Don't rebind electric keys.
7895 (js-insert-and-indent): Remove.
7896 (js-mode): Setup electric-layout and electric-indent instead.
7897
7898 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7899
7900 2011-08-12 Daiki Ueno <ueno@unixuser.org>
7901
7902 * epa.el (epa-progress-callback-function): Fix the logic of
7903 displaying progress.
7904 * epa-file.el (epa-file-insert-file-contents): Make progress
7905 display more user-friendly.
7906 (epa-file-write-region): Ditto.
7907
7908 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
7909
7910 * subr.el (string-mark-left-to-right): New function.
7911
7912 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7913 Use string-mark-left-to-right.
7914 (list-buffers-noselect): Caller changed.
7915
7916 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7917 Use string-mark-left-to-right.
7918 (tabulated-list-print): Recenter after moving point.
7919
7920 2011-08-10 Juri Linkov <juri@jurta.org>
7921
7922 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7923 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7924 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7925
7926 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
7927
7928 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7929 (Bug#7554).
7930
7931 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
7932
7933 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7934 character. (Bug#6594)
7935
7936 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
7937
7938 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7939 (image-dired--with-db-file): New macro.
7940 (image-dired-write-tags, image-dired-remove-tag)
7941 (image-dired-create-gallery-lists, image-dired-write-comments)
7942 (image-dired-get-comment, image-dired-mark-tagged-files)
7943 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7944 (image-dired-gallery-generate): Use insert-file-contents.
7945
7946 * time.el (display-time-world-list, display-time-world-display):
7947 * time-stamp.el (time-stamp-string):
7948 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7949 set-time-zone-rule (Bug#7337).
7950
7951 2011-08-08 Daiki Ueno <ueno@unixuser.org>
7952
7953 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7954 (epg-error-to-string, epg-errors-to-string): New function.
7955 (epg-wait-for-completion): Reverse errors list.
7956 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7957 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7958 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7959 (epg-sign-keys, epg-generate-key-from-file)
7960 (epg-generate-key-from-string): Format errors by using
7961 epg-errors-to-string (bug#9255).
7962 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7963
7964 2011-08-07 Juri Linkov <juri@jurta.org>
7965
7966 * faces.el (list-faces-display): Remove extra angle bracket
7967 from `help-mode-map'.
7968
7969 * info.el (Info-history-toc-nodes): Doc fix.
7970
7971 * longlines.el (longlines-mode): Doc fix.
7972
7973 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7976 of statements and in a few more cases (bug#9183).
7977
7978 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7979 New functions.
7980 (cl-transform-lambda): Use them (bug#9239).
7981
7982 2011-08-05 Martin Rudalics <rudalics@gmx.at>
7983
7984 * window.el (display-buffer-same-window)
7985 (display-buffer-same-frame, display-buffer-other-window)
7986 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7987 (pop-to-buffer-other-window)
7988 (pop-to-buffer-same-frame-other-window)
7989 (pop-to-buffer-other-frame): Make them defuns.
7990 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7991
7992 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7993
7994 * subr.el (make-composed-keymap): Move from C. Change calling
7995 convention, and improve docstring to bring attention to a subtle point.
7996 * minibuffer.el (completing-read-default): Adjust accordingly.
7997
7998 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
7999
8000 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8001 (tramp-open-shell): Use `tramp-shell-quote-argument'.
8002
8003 * net/trampver.el: Update release number.
8004
8005 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8006
8007 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
8008 "in" (bug#9190).
8009
8010 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8011
8012 * mail/sendmail.el (sendmail-query-once): Restore the current
8013 buffer after querying (bug#9074).
8014
8015 * dired.el (dired-flagged): Use different faces for marked and
8016 flagged files (bug#6117).
8017
8018 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
8019 (bug#4433).
8020
8021 * ido.el (ido-mode): Switch off the message if called
8022 non-interactively.
8023
8024 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
8025 before 587, since it appears that that's more likely to work for
8026 more people.
8027
8028 * cus-edit.el (custom-file): When running under emacs -q, always
8029 refuse to save the customizations, even if the .emacs file doesn't
8030 exist.
8031
8032 * info.el: Remove the `Info-beginning-of-buffer' function
8033 (bug#8325).
8034
8035 * net/network-stream.el (network-stream-open-starttls):
8036 Use `starttls-available-p' to see whether starttls.el can be used.
8037
8038 2011-08-01 Martin Rudalics <rudalics@gmx.at>
8039
8040 * window.el (display-buffer-in-window): Don't set dedicated status
8041 of window here (Bug#9215).
8042 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8043 (display-buffer-pop-up-side-window)
8044 (display-buffer-in-side-window): Set dedicated status of window here.
8045
8046 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8047
8048 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
8049 before binding generated-autoload-file.
8050
8051 2011-08-01 Deniz Dogan <deniz@dogan.se>
8052
8053 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
8054
8055 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
8056
8057 Sync with Tramp 2.2.2.
8058
8059 * net/trampver.el: Update release number.
8060
8061 2011-07-30 Juri Linkov <juri@jurta.org>
8062
8063 * dired-aux.el (dired-touch-initial): Remove function.
8064 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
8065 current time, and `default' to the last modification time of the
8066 current marked file (bug#6887).
8067
8068 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
8069
8070 * simple.el (goto-line): Use string-to-number to provide a
8071 numeric argument to read-number (bug#9163).
8072
8073 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
8074
8075 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
8076 connection process, it could be nil.
8077
8078 2011-07-27 Leo Liu <sdl.web@gmail.com>
8079
8080 Simplify url handling in rcirc-mode.
8081
8082 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
8083 (rcirc-browse-url-at-mouse): Remove.
8084 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
8085
8086 2011-07-26 Alan Mackenzie <acm@muc.de>
8087
8088 Fontify bitfield declarations properly.
8089
8090 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
8091 (c-symbol-chars): Now exported as a lang variable.
8092 (c-not-primitive-type-keywords): New lang variable.
8093
8094 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
8095 QT keyword "more" to prevent "more slots: ...." being spuriously
8096 parsed as a bitfield declaration.
8097
8098 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8099 Refactor and enhance to handle bitfield declarations.
8100 (c-punctuation-in): New function.
8101 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
8102 declarations properly.
8103
8104 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
8105
8106 * calendar/icalendar.el (icalendar--all-events): Take care of
8107 multiple vcalendars in a single file.
8108 (icalendar--convert-float-to-ical): Checkdoc fixes.
8109
8110 2011-07-25 Deniz Dogan <deniz@dogan.se>
8111
8112 * image.el (insert-image): Clarifying docstring.
8113
8114 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
8115
8116 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8117 `tramp-send-command-and-check' if there is no error.
8118 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8119
8120 2011-07-22 Alan Mackenzie <acm@muc.de>
8121
8122 Prevent cc-langs.elc being loaded at run time.
8123
8124 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8125 cc-langs.
8126
8127 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
8128 "(require 'cc-langs)". Quote a form so it will evaluate at
8129 (cc-mode's) compilation time.
8130
8131 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
8132
8133 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8134 loading. (Bug#9114)
8135
8136 2011-07-21 Martin Rudalics <rudalics@gmx.at>
8137
8138 * window.el (display-buffer-pop-up-window)
8139 (display-buffer-pop-up-side-window)
8140 (display-buffer-in-side-window): Call display-buffer-set-height
8141 and display-buffer-set-width after setting the new window's
8142 buffer so `fit-window-to-buffer' and friends work on the right buffer.
8143
8144 2011-07-20 Sam Steingold <sds@gnu.org>
8145
8146 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8147 (etags-tags-included-tables): Call `convert-standard-filename' on
8148 the file names contained in TAGS so that windows Emacs can handle
8149 TAGS files created by cygwin ctags.
8150
8151 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8152
8153 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8154 which apparently didn't work.
8155
8156 2011-07-19 Roland Winkler <winkler@gnu.org>
8157
8158 * proced.el (proced-send-signal): For *Marked Processes* buffer
8159 put point at beginning of buffer.
8160
8161 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
8162
8163 * proced.el (proced-format): Make header lines align with the text
8164 (bug#1779).
8165
8166 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8167
8168 * view.el (view-buffer): Allow running in `special' modes if we're
8169 visiting a file (bug#8615).
8170
8171 2011-07-19 Martin Rudalics <rudalics@gmx.at>
8172
8173 * window.el (display-buffer-alist-of-strings-p)
8174 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8175 New functions.
8176 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8177 more accurately.
8178
8179 2011-07-18 Alan Mackenzie <acm@muc.de>
8180
8181 Fontify declarators properly when, e.g., a jit-lock chunk begins
8182 inside a declaration.
8183
8184 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8185
8186 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8187 New function.
8188 (c-complex-decl-matchers): Insert reference to
8189 c-font-lock-enclosing-decls.
8190
8191 * progmodes/cc-engine.el (c-backward-single-comment):
8192 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8193 to nil around calls to (forward-comment -1).
8194
8195 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8196
8197 * image.el (put-image): Doc typo fix.
8198
8199 * progmodes/etags.el (tags-search): Doc typo fix.
8200
8201 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8202 password if we get errors 550 to 554.
8203
8204 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8205
8206 * net/gnutls.el (gnutls-log-level): Remove.
8207
8208 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8209 indentation character (bug#6380).
8210
8211 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8212
8213 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8214 to clarify what the problem is (bug#4291).
8215
8216 * simple.el (current-kill): Clarify what
8217 `interprogram-paste-function' does (bug#7500).
8218 (auto-fill-mode): Document `auto-fill-function' in relation to
8219 `auto-fill-mode' (bug#2470).
8220
8221 2011-07-16 Lawrence Mitchell <wence@gmx.li>
8222
8223 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8224 method if slot is read-only (bug#9035).
8225
8226 2011-07-16 Martin Rudalics <rudalics@gmx.at>
8227
8228 * frame.el (select-frame-set-input-focus): New argument NORECORD.
8229 * window.el (pop-to-buffer): Select window used even if it was
8230 selected before, see discussion of (Bug#8615), (Bug#6954).
8231 Pass argument NORECORD on to select-frame-set-input-focus.
8232
8233 2011-07-15 Glenn Morris <rgm@gnu.org>
8234
8235 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
8236 Respect help-form.
8237
8238 2011-07-09 Lawrence Mitchell <wence@gmx.li>
8239
8240 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8241 (gnutls-negotiate): Use it.
8242
8243 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8244
8245 * net/gnutls.el (gnutls-negotiate):
8246 Upcase `gnutls-algorithm-priority'.
8247
8248 2011-07-15 Glenn Morris <rgm@gnu.org>
8249
8250 * jka-compr.el (jka-compr-verbose): Move from here...
8251 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8252 Add missing :version tag.
8253 * info.el: No need to require jka-compr when compiling.
8254
8255 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8256
8257 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8258 (gnutls-negotiate): Use it.
8259
8260 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8261
8262 * info.el (Info-beginning-of-buffer): New command.
8263 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8264 announcing `b' as the key (bug#8325).
8265 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
8266
8267 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8268
8269 * international/mule-cmds.el
8270 (describe-specified-language-support): Make the error message
8271 clearer (bug#8905).
8272
8273 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8274
8275 * isearch.el (isearch-barrier): Add a doc string, since it's
8276 mentioned in a function doc string (bug#8678).
8277
8278 2011-07-15 Martin Rudalics <rudalics@gmx.at>
8279
8280 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8281 buffer argument (Bug#9083) and self-identifying label argument.
8282
8283 2011-07-15 Glenn Morris <rgm@gnu.org>
8284
8285 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8286
8287 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8288
8289 * man.el (Man-fontify-manpage): Fix message when formatting the
8290 man page (bug#7929).
8291
8292 2011-07-14 Eli Zaretskii <eliz@gnu.org>
8293
8294 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8295 argument LRM; if non-nil, append an invisible LRM character to the
8296 buffer name.
8297 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8298 last argument non-nil, when formatting buffer names.
8299 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8300 paragraph direction.
8301
8302 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8303
8304 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8305 the man page name (bug#7929).
8306
8307 * image.el (put-image): Mention the `put-image' overlay property
8308 (bug#7834).
8309
8310 * scroll-bar.el (set-scroll-bar-mode): Mention that
8311 `scroll-bar-mode' lists the values (bug#7772).
8312
8313 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8314 command (bug#7729).
8315
8316 * rect.el (apply-on-rectangle): Return the point after the last
8317 operation.
8318 (string-rectangle): Go to the point after the last operation
8319 (bug#7522).
8320
8321 * printing.el (pr-toggle-region): Clarify the documentation
8322 slightly (bug#7493).
8323
8324 * time.el (display-time-update):
8325 Allow `display-time-mail-function' to return nil (bug#7158).
8326 Fix suggested by Detlev Zundel.
8327
8328 * vc/diff.el (diff): Clarify the order the file names are read
8329 (bug#7111).
8330
8331 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8332 the doc string (bug#7015).
8333
8334 * font-lock.el (font-lock-maximum-decoration): Mention what
8335 numeric levels mean (bug#6935).
8336
8337 * startup.el (initial-buffer-choice): Don't mention the `none'
8338 selection, which is against policy.
8339
8340 2011-07-14 Martin Rudalics <rudalics@gmx.at>
8341
8342 * window.el (display-buffer-normalize-special):
8343 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
8344
8345 2011-07-14 Eli Zaretskii <eliz@gnu.org>
8346
8347 * subr.el (version<, version<=, version=): Mention "-CVS" and
8348 "-12345" alpha version numbers.
8349
8350 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
8351
8352 * bindings.el: Add advertised binding for set-mark-command
8353 (Bug#5772).
8354
8355 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
8356
8357 * bindings.el (mode-line-other-buffer):
8358 * bookmark.el (bookmark-bmenu-2-window):
8359 * bs.el (bs-cycle-next, bs-cycle-previous):
8360 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8361 switch-to-buffer.
8362
8363 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8364 Delete.
8365
8366 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
8367
8368 * follow.el (follow-debug-message, follow-redisplay):
8369 * jka-cmpr-hook.el (with-auto-compression-mode):
8370 Fix typos in docstrings.
8371
8372 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8373
8374 * subr.el (with-silent-modifications): Clarify somewhat what the
8375 macro inhibits (bug#6525).
8376
8377 * simple.el (eval-expression): Note what it does if called
8378 interactively (bug#6495).
8379
8380 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
8381
8382 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8383 Use pop-to-buffer buffer-or-name if it is nil.
8384
8385 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8386 Remove switch-to-buffer.
8387
8388 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8389
8390 * files.el (make-directory): Clarify that an error will be raised
8391 if there's an error (bug#6397).
8392
8393 * startup.el (initial-buffer-choice): Add `none' as a choice
8394 (bug#6234).
8395
8396 * subr.el (add-hook): Clarify section about buffer-local hooks
8397 (bug#6218).
8398
8399 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8400
8401 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
8402
8403 * tabify.el (untabify): Preserve the current column so that point
8404 doesn't move (bug#6032).
8405
8406 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8407
8408 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8409 Rewrite to avoid awkward possessive "s" (bug#5986).
8410
8411 2011-07-13 Glenn Morris <rgm@gnu.org>
8412
8413 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8414 (dired-insert-directory): Give a message the first time
8415 if ls is found not to support --dired.
8416
8417 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8418
8419 * simple.el (toggle-truncate-lines): Clarify what is toggled
8420 (bug#5580). Text by Drew Adams.
8421
8422 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
8423
8424 * simple.el (blink-matching-open): Make the error message from the
8425 last change less verbose.
8426
8427 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8428
8429 * font-lock.el (font-lock-comment-face): Use the high contrast
8430 "yellow" color for font-lock-comment-face on low color terminals
8431 using a dark background color (bug#4221).
8432
8433 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8434
8435 * dired.el (dired-insert-set-properties): Make the doc string
8436 reflect what it does now (bug#5325).
8437
8438 * simple.el (blink-matching-open): Say that we were unable to find
8439 the match within the limit, if we're limited (bug#5122).
8440
8441 * international/mule-cmds.el (prefer-coding-system): Add an
8442 example (bug#4869).
8443
8444 * progmodes/etags.el (tags-search): Document `file-list-form'
8445 (bug#4731).
8446
8447 2011-07-13 Lawrence Mitchell <wence@gmx.li>
8448
8449 * net/browse-url.el (browse-url-default-browser)
8450 (browse-url-browser-function): Make the default browser choice a
8451 bit more logical (bug#4300). Also clean up the doc string.
8452
8453 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
8454
8455 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8456 binary endings (bug#4440).
8457
8458 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8459
8460 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8461 which can be pretty annoying (bug#8971).
8462
8463 * jka-compr.el (jka-compr-verbose): New variable, and use
8464 throughout (bug#8971).
8465
8466 * info.el (Info-find-file): Fall back on the installation
8467 directory if we can't find the info node anywhere else.
8468
8469 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8470
8471 * vc/vc.el (vc-revert-file):
8472 Don't set file time-stamp in the past. (Bug#5181)
8473
8474 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8475
8476 * files.el (after-find-file): Give a better error message when
8477 trying to find a symlink that points to a file that doesn't exist
8478 (bug#4398).
8479
8480 * progmodes/cc-vars.el: Remove (probably) misleading comment
8481 (bug#4396).
8482
8483 2011-07-12 Johan Bockgård <bojohan@gnu.org>
8484
8485 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8486
8487 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
8488
8489 * mouse-sel.el: Hack restoring functionality, while keeping
8490 compatibility with 2010-07-03 changes to mouse selection.
8491 (mouse-sel-primary-overlay): New var.
8492 (mouse-sel-selection-alist): Use it.
8493 (mouse-sel-mode): Doc fix; remove points that are default features
8494 of mouse.el.
8495
8496 2011-07-12 Johan Bockgård <bojohan@gnu.org>
8497
8498 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8499 Fix previous fix (bug#2490).
8500
8501 2011-07-12 Roland Winkler <winkler@gnu.org>
8502
8503 * textmodes/bibtex.el (bibtex-initialize):
8504 Use pop-to-buffer-same-window.
8505 (bibtex-search-entries): Fix interactive call.
8506
8507 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8508
8509 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8510 Fontise bytecomp Error lines more correctly (bug#2490).
8511 Fix suggested by Johan Bockgård.
8512
8513 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8514
8515 * dired-x.el (dired-guess-default): Use `delete-dups'.
8516
8517 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
8518
8519 * dired.el (dired-mark-prompt):
8520 * dired-aux.el (dired-read-shell-command): Doc fix.
8521
8522 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8523
8524 * mail/sendmail.el (sendmail-query-once):
8525 Use `customize-save-variable' unconditionally, now that it works under
8526 emacs -Q.
8527
8528 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8529
8530 * cus-edit.el (custom-file): Take an optional no-error variable.
8531 (customize-save-variable): Set the variable, and give a warning if
8532 running under "emacs -q".
8533
8534 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
8535
8536 * loadhist.el (unload-feature-special-hooks):
8537 Add `auto-coding-functions', `fill-nobreak-predicate' and
8538 `find-directory-functions' (bug#5327).
8539
8540 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8541
8542 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8543
8544 * cus-edit.el (custom-guess-name-alist): -alist variables should
8545 use the `alist' type (bug#3120). Suggested by Drew Adams.
8546
8547 * printing.el: Add documentation to all the `pr-toggle-' commands.
8548
8549 2011-07-11 Leo Liu <sdl.web@gmail.com>
8550
8551 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8552 backends where it makes sense (bug#2623).
8553
8554 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8555
8556 * dired-x.el (dired-guess-default): Remove duplicate shell command
8557 entries (bug#2028).
8558 (dired-guess-default): Fix grammar in doc string (bug#2028).
8559 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
8560
8561 * subr.el (remove-duplicates): New conveniency function.
8562
8563 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8564
8565 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8566 (bug#1526).
8567
8568 2011-07-10 Martin Rudalics <rudalics@gmx.at>
8569
8570 * window.el (display-buffer-normalize-default): Don't invert
8571 meaning of even-window-heights. Reported by Eli Zaretskii
8572 <eliz@gnu.org>.
8573
8574 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8575
8576 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8577
8578 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
8579
8580 * window.el (display-buffer): Fix arguments to
8581 display-buffer-reuse-window in last change.
8582
8583 * faces.el (link): Use a less saturated blue on light backgrounds.
8584
8585 * startup.el (fancy-startup-text, fancy-about-text)
8586 (fancy-startup-tail): Use font-lock faces, for background safety.
8587
8588 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8589
8590 * emulation/viper-cmd.el (viper-change-state-to-vi):
8591 Limit triggering of abbrev expansion (Bug#9038).
8592
8593 2011-07-09 Martin Rudalics <rudalics@gmx.at>
8594
8595 * window.el (display-buffer-default-specifiers): Remove.
8596 (display-buffer-macro-specifiers): Remove default specifiers.
8597 (display-buffer-alist): Default to nil.
8598 (display-buffer-reuse-window): New optional argument other-window.
8599 (display-buffer-pop-up-window): Allow splitting internal
8600 windows. Check whether a live window was created.
8601 (display-buffer-other-window-means-other-frame)
8602 (display-buffer-normalize-arguments): Rename to
8603 display-buffer-normalize-argument and rewrite. Set the
8604 other-window specifier.
8605 (display-buffer-normalize-special): New function.
8606 (display-buffer-normalize-options): Rename to
8607 display-buffer-normalize-default and rewrite.
8608 (display-buffer-normalize-options-inhibit): Remove.
8609 (display-buffer-normalize-specifiers): Rewrite.
8610 (display-buffer): Process other-window specifier and call
8611 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8612 more faithfully.
8613 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
8614 (display-buffer-alist-set): Don't handle 'unset default values.
8615 (display-buffer-in-window, display-buffer-alist-set):
8616 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
8617 <tassilo@member.fsf.org>.
8618
8619 2011-07-09 Leo Liu <sdl.web@gmail.com>
8620
8621 * register.el (insert-register): Restore accidental change on
8622 2011-06-26. (Bug#9028)
8623
8624 2011-07-09 Glenn Morris <rgm@gnu.org>
8625
8626 * subr.el (remq): Handle the empty list. (Bug#9024)
8627
8628 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8629
8630 * mail/sendmail.el (send-mail-function): No longer delay custom
8631 initialization.
8632 * custom.el (custom-initialize-delay): Doc fix.
8633
8634 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8635
8636 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8637
8638 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
8639
8640 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8641 human-friendly prompt.
8642
8643 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8646 provided by a particular plugin.
8647
8648 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8649
8650 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8651 save customizations (with "emacs -Q"), just set the variable
8652 instead of erroring out.
8653
8654 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8655
8656 2011-07-08 Juri Linkov <juri@jurta.org>
8657
8658 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8659 (archive-zip-update-case): Use 7z if found by `executable-find'.
8660 The order of searching the available programs is the same as in
8661 `archive-zip-extract' (bug#8968).
8662
8663 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
8664
8665 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8666 (menu-bar-options-menu): Tweak descriptions.
8667
8668 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8669
8670 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8671 menu items into verb phrases (bug#1421). Also refill to fit under
8672 80 columns.
8673
8674 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
8675
8676 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8677 (Info-read-node-name): Doc fix (Bug#1084).
8678
8679 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8680 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8681 (end-of-sexp, beginning-of-sexp)
8682 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8683 (forward-symbol, forward-same-syntax, word-at-point)
8684 (sentence-at-point): Doc fix (Bug#1144).
8685
8686 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8687
8688 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8689 should cover it (bug#1281).
8690
8691 * cus-edit.el (custom-show): Mark as obsolete.
8692
8693 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
8694 negotiation fails, then possibly try again with a non-encrypted
8695 connection (bug#9017).
8696
8697 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8698 be used.
8699
8700 2011-07-07 Richard Stallman <rms@gnu.org>
8701
8702 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8703 property, and handle its changed format.
8704 Look for the correct line number.
8705 Use file's line contents (but not past first =) to find
8706 correct line in message.
8707
8708 2011-07-07 Kenichi Handa <handa@m17n.org>
8709
8710 * international/characters.el (build-unicode-category-table):
8711 Delete it.
8712 (unicode-category-table): Set it by unicode-property-table-internal.
8713
8714 * international/mule-cmds.el (char-code-property-alist): Move to
8715 to src/chartab.c.
8716 (get-char-code-property): Call unicode-property-table-internal to
8717 load a file. Call get-unicode-property-internal where necessary.
8718 (put-char-code-property): Call unicode-property-table-internal to
8719 load a file. Call put-unicode-property-internal where necessary.
8720 put-unicode-property-internal where necessary.
8721 (char-code-property-description):
8722 Call unicode-property-table-internal to load a file.
8723
8724 * international/charprop.el:
8725 * international/uni-bidi.el:
8726 * international/uni-category.el:
8727 * international/uni-combining.el:
8728 * international/uni-comment.el:
8729 * international/uni-decimal.el:
8730 * international/uni-decomposition.el:
8731 * international/uni-digit.el:
8732 * international/uni-lowercase.el:
8733 * international/uni-mirrored.el:
8734 * international/uni-name.el:
8735 * international/uni-numeric.el:
8736 * international/uni-old-name.el:
8737 * international/uni-titlecase.el:
8738 * international/uni-uppercase.el: Regenerate.
8739
8740 * loadup.el: Load international/charprop.el before
8741 international/characters.
8742
8743 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
8744
8745 * window.el (next-buffer, previous-buffer): Signal an error if
8746 called from a minibuffer window.
8747
8748 * bindings.el: Revert 2011-07-04 change.
8749
8750 2011-07-06 Richard Stallman <rms@gnu.org>
8751
8752 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8753 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8754 Treat markers like ints.
8755 (rmail-mime-entity): Doc fix.
8756
8757 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8758
8759 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8760 defcustom again for backwards compatibility.
8761
8762 * simple.el (shell-command-on-region): Fill.
8763
8764 * dired-aux.el (dired-kill-line): Add a doc string.
8765
8766 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8767 to "\\sw\\|\\s_" (bug#358).
8768
8769 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8770 (dired-unmark-backward): Ditto.
8771 (dired-flag-backup-files): Ditto.
8772
8773 * dired-x.el (dired-mark-sexp): Ditto.
8774
8775 2011-07-06 Richard Stallman <rms@gnu.org>
8776
8777 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8778 (rmail-mime-entity): New arg TRUNCATED.
8779 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8780 New functions.
8781 (rmail-mime-save): Warn if entity is truncated.
8782 (rmail-mime-toggle-hidden): Likewise, for showing.
8783 (rmail-mime-process-multipart): Record when an entity is truncated.
8784
8785 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8786 if ENTITY is a string.
8787
8788 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8789
8790 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
8791 of faces when `M-C-x'-ing their definitions (bug#8378).
8792 Also clean up the code slightly.
8793
8794 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
8795 because that makes the colors go away.
8796
8797 * mail/sendmail.el (send-mail-function): Change the default to
8798 `sendmail-query-once'.
8799 (sendmail-query-once): Add an autoload cookie.
8800
8801 * net/network-stream.el (network-stream-open-starttls): Try using
8802 a plain connection even if the server offered STARTTLS, and we
8803 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8804 capability. This should make smtpmail.el work in slightly more
8805 configurations.
8806
8807 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
8808
8809 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8810 New defun.
8811 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8812
8813 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8814
8815 * progmodes/sql.el: Version 3.0
8816 (sql-product-alist): Add product :completion-object,
8817 :completion-column, and :statement attributes.
8818 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
8819 (sql-mode-syntax-table): Mark all punctuation.
8820 (sql-font-lock-keywords-builder): Temporarily remove fallback on
8821 ansi keywords.
8822 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
8823 (sql-mode-oracle-font-lock-keywords): Improve.
8824 (sql-oracle-show-reserved-words): New function for development.
8825 (sql-product-font-lock): Simplify for source code buffers.
8826 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8827 New functions.
8828 (sql-highlight-product): Set product specific syntax table.
8829 (sql-mode-map): Add statement movement functions.
8830 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8831 New variable.
8832 (sql-statement-regexp, sql-beginning-of-statement)
8833 (sql-end-of-statement, sql-signum): New functions.
8834 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
8835 (sql-show-sqli-buffer): Bug fix.
8836 (sql-interactive-mode): Store connection data as buffer local.
8837 (sql-connect): Add NEW-NAME parameter. Redesign interaction
8838 with sql-interactive-mode.
8839 (sql-save-connection): Save buffer local settings.
8840 (sql-connection-menu-filter): Change menu entry name.
8841 (sql-product-interactive): Bug fix.
8842 (sql-preoutput-hold): New variable.
8843 (sql-interactive-remove-continuation-prompt): Bug fixes.
8844 (sql-debug-redirect): New variable.
8845 (sql-str-literal): New function.
8846 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
8847 Redesign.
8848 (sql-oracle-save-settings, sql-oracle-restore-settings)
8849 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8850 (sql-completion-object, sql-completion-column)
8851 (sql-completion-sqlbuf): New variables.
8852 (sql-build-completions-1, sql-build-completions)
8853 (sql-try-completion): New functions.
8854 (sql-read-table-name): Use them.
8855 (sql-contains-names): New buffer local variable.
8856 (sql-list-all, sql-list-table): Use it.
8857 (sql-oracle-completion-types): New variable.
8858 (sql-oracle-completion-object, sql-sqlite-completion-object)
8859 (sql-postgres-completion-object): New functions.
8860
8861 2011-07-06 Glenn Morris <rgm@gnu.org>
8862
8863 * window.el (pop-to-buffer): Doc fix.
8864
8865 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
8866
8867 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8868
8869 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
8870
8871 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
8872
8873 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8874
8875 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
8876
8877 * button.el (button): Inherit from link face. Suggested by Dan
8878 Nicolaescu.
8879
8880 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8881
8882 * progmodes/gdb-mi.el: Fit in 80 columns.
8883 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8884 switch-to-buffer.
8885
8886 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8887 if imenu is simply not configured (bug#8941).
8888
8889 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8890
8891 * allout.el (allout-post-undo-hook): New allout outline-change
8892 event hook to signal undo activity.
8893 (allout-post-command-business): Run allout-post-undo-hook if an
8894 undo just occurred.
8895 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8896 * allout-widgets.el (allout-widgets-after-undo-function):
8897 Ensure the integrity of the current item's decoration after it has been
8898 in the vicinity of an undo.
8899 (allout-widgets-mode): Include allout-widgets-after-undo-function
8900 on the new allout-post-undo-hook.
8901
8902 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8903
8904 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8905 Let define-derived-mode define it.
8906 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8907 cycles of abbrev-table inheritance (bug#8998).
8908
8909 2011-07-05 Roland Winkler <winkler@gnu.org>
8910
8911 * textmodes/bibtex.el: Add support for biblatex.
8912 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8913 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8914 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8915 (bibtex-entry-alist, bibtex-field-alist): New variables.
8916 (bibtex-entry-field-alist): Obsolete alias for
8917 bibtex-BibTeX-entry-alist.
8918 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8919 (bibtex-set-dialect): New command.
8920 (bibtex-entry-type, bibtex-entry-head)
8921 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8922 Bind via bibtex-set-dialect.
8923 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8924 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8925 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8926 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8927 Define via bibtex-set-dialect.
8928 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8929 Obey bibtex-no-opt-remove-re.
8930 (bibtex-vec-push, bibtex-vec-incr): New functions.
8931 (bibtex-format-entry, bibtex-field-list)
8932 (bibtex-print-help-message, bibtex-validate)
8933 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8934
8935 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * progmodes/compile.el (compilation-goto-locus):
8938 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8939 * bs.el (bs-cycle-next, bs-cycle-previous):
8940 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8941 * bindings.el (mode-line-other-buffer):
8942 * autoinsert.el (auto-insert):
8943 * arc-mode.el (archive-extract):
8944 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8945
8946 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
8947
8948 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8949 Fix check of `emacs-lock-unlockable-modes'.
8950 Coerce true values of `emacs-lock--try-unlocking' to t.
8951
8952 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
8953
8954 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8955 * emacs-lock.el: New file.
8956
8957 2011-07-05 Julien Danjou <julien@danjou.info>
8958
8959 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8960 than `boundp' to check if face is set.
8961
8962 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
8963
8964 * register.el (registerv-make):
8965 * window.el (window-min-height): Fix typos in docstrings.
8966
8967 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8968
8969 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8970 Update doc string.
8971
8972 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
8973
8974 * server.el (server-execute): Catch quit and call
8975 `server-return-error' to pass the error back to emacsclient and
8976 close the connection (bug#8942).
8977
8978 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8979
8980 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8981 insecure exception for current topic. Also note that auto-saves
8982 are handled differently.
8983
8984 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
8985 State variables for tracking auto-save inhibition situation.
8986
8987 (allout-write-contents-hook-handler): Rename from
8988 'allout-write-file-hook-handler', and describe how it depends on
8989 write-contents-functions sensitivity to non-nil value to prevent
8990 file write.
8991
8992 (allout-auto-save-hook-handler): Remove. auto-save does not check
8993 this in individual buffers, only in the starting buffer, so this
8994 is not the right way for us to inhibit auto-save in a buffer
8995 according to its condition.
8996
8997 (allout-mode): Use new allout-write-contents-hook-handler, and
8998 only with write-contents-functions. Remove auto-save provisions -
8999 they're implemented elsewhere.
9000
9001 (allout-before-change-handler): If undo is in progress, note that
9002 for attention of allout-post-command-business.
9003
9004 (allout-post-command-business): If the command we're following was
9005 an undo, check for change in the status of encrypted items and
9006 adjust auto-save inhibitions accordingly.
9007
9008 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
9009 according to whether there are or aren't any plain-text topics
9010 pending encryption.
9011
9012 (allout-inhibit-auto-save-info-for-decryption):
9013 Adjust buffer-saved-size and some allout state to inhibit auto-saves
9014 if there are plain-text topics pending encryption.
9015
9016 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
9017 buffer-saved-size and some allout state to not inhibit auto-saves
9018 if there are no longer any plain-text topics pending encryption.
9019
9020 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
9021 No longer provide for exemption of the current topic.
9022
9023 2011-07-04 Juri Linkov <juri@jurta.org>
9024
9025 Add 7z operations to delete and save changed members (bug#8968).
9026 * arc-mode.el (archive-7z-expunge, archive-7z-update):
9027 New defcustoms.
9028 (archive-7z-write-file-member): New function.
9029 (archive-7z-summarize): Fix the number of dashes in the
9030 listing output.
9031
9032 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9033
9034 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
9035 (bug#8958).
9036
9037 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
9038
9039 * bindings.el: Ignore next-buffer and previous-buffer in
9040 minibuffer-local-map.
9041
9042 * font-lock.el (font-lock-builtin-face): Change light background
9043 color to dark slate blue (Bug#6693).
9044
9045 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
9046
9047 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
9048
9049 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9050
9051 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
9052 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9053 Add switch-to-buffer.
9054
9055 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9056
9057 * isearch.el (isearch-search-fun-function): Clarify further the
9058 meaning of the function returned.
9059
9060 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
9061
9062 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
9063
9064 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
9065 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
9066 Use it.
9067 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
9068 `tramp-default-remote-path' does not exist.
9069 (tramp-send-command-and-read): New optional argument NOERROR.
9070 (tramp-open-connection-setup-interactive-shell)
9071 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
9072 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
9073 (tramp-process-sentinel): Flush also process' connection property.
9074 (tramp-sh-handle-start-file-process): Do not set process
9075 sentinel. It is done now ...
9076 (tramp-maybe-open-connection): ... here. (Bug#8929)
9077
9078 2011-07-04 MON KEY <monkey@sandpframing.com>
9079
9080 * play/animate.el (animate-string): Doc fixes and allow changing
9081 the buffer name (bug#5417).
9082
9083 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9084
9085 * play/animate.el (animation-buffer-name): Rename from *animate*.
9086
9087 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
9088
9089 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
9090 This is simpler and helps future-proof the code.
9091 (timer-until): Use time-subtract and float-time.
9092 (timer--time-less-p): Use time-less-p.
9093
9094 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
9095
9096 * type-break.el (timep): Use the value of `float-time' to avoid a
9097 byte-compiler warning.
9098
9099 * server.el (server-eval-and-print): Return any result, even nil.
9100
9101 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
9102
9103 * type-break.el: Accept time formats that the builtins accept.
9104 (timep, type-break-time-difference): Accept any format that
9105 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
9106 This is simpler and helps future-proof the code.
9107 (type-break-time-difference): Round rather than ignoring
9108 subseconds components.
9109
9110 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9111
9112 * info.el (Info-apropos-matches): Make non-interactive, since it
9113 doesn't seem to do anything useful as a command (bug#8829).
9114
9115 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
9116
9117 * frame.el (frame-background-mode, frame-set-background-mode):
9118 Move from faces.el.
9119 (frame-default-terminal-background): New function.
9120
9121 * custom.el (custom-push-theme): Don't record faces in `changed'
9122 theme; this doesn't work correctly for per-frame face settings.
9123 (disable-theme): Use face-set-after-frame-default to reset faces.
9124 (custom--frame-color-default): New function.
9125
9126 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9127
9128 * dired.el (dired-flagging-regexp): Remove unused variable
9129 (bug#8769).
9130
9131 2011-03-29 Kevin Ryde <user42@zip.com.au>
9132
9133 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9134 `perl-Test2' extend to match possible "fail #N" rep count
9135 (bug#8377).
9136
9137 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9138
9139 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9140 `smtpmail-via-smtp' now returns the error instead of nil.
9141
9142 * isearch.el (isearch-search-fun-function): Clarify the doc string
9143 (bug#8101).
9144
9145 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9146
9147 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9148 unnecessary spaces (bug#8987).
9149
9150 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9151
9152 * net/network-stream.el (open-network-stream): Use the
9153 :end-of-capability command thoughout.
9154
9155 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9156
9157 * net/network-stream.el (open-network-stream): Add the
9158 :end-of-capability command parameter, used by pop3.el.
9159
9160 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9161
9162 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9163
9164 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9165 for list)" (bug#6475).
9166
9167 * files.el (file-expand-wildcards): Ignore non-readable
9168 sub-directories while trying to find matches instead of signaling
9169 an error (bug#6297).
9170
9171 * man.el (Man-reference-regexp): Allow matching possible
9172 word-wrapped references (bug#6289).
9173
9174 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9175 for consistency with the other vc buffers (bug#6197).
9176 (vc-checkin): Ditto.
9177
9178 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9179
9180 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9181
9182 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9183
9184 * custom.el (defcustom): Clarify that :set is only used in the
9185 Customize user interface (bug#6089).
9186
9187 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9188 associated with a file, refuse to run instead of erroring out
9189 (bug#6084).
9190
9191 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9192 the doc string, since it appears that using `fill-column' always
9193 controls the width (bug#7845).
9194
9195 * simple.el (shell-command-on-region): Say where the error output
9196 went if `shell-command-default-error-buffer' is set (bug#6857).
9197
9198 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9199
9200 * allout.el (allout-yank-processing): Adjust cursor position for
9201 backwards-deleted space.
9202
9203 (allout-rebullet-heading): Register changes with
9204 allout-exposure-changed-hook, so the modified topic is properly
9205 decorated.
9206
9207 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9208
9209 * minibuffer.el (completion-in-region): Document PREDICATE
9210 (bug#7136).
9211
9212 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9213 of keyword/argument pairs (bug#6904).
9214
9215 * replace.el (multi-occur):
9216 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
9217
9218 2011-07-02 Drew Adams <drew.adams@oracle.com>
9219
9220 * dired.el (dired-mark-if): Make the message about whether it's
9221 marking or unmarking clearer (bug#8523).
9222
9223 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9224
9225 * disp-table.el (display-table-print-array): New function.
9226 (describe-display-table): Use it to print the vectors more pretty
9227 (Bug#8859).
9228
9229 2011-07-02 Martin Rudalics <rudalics@gmx.at>
9230
9231 * window.el (window-state-get-1): Don't assign clone numbers.
9232 Add clone-of item to list of window parameters.
9233 (window-state-put-2): Don't process clone numbers.
9234 (display-buffer-alist): Fix doc-string.
9235
9236 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9237
9238 * subr.el (remq): Don't allocate if it's not needed.
9239 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9240 (keymap--merge-bindings): New functions.
9241 (keymap-canonicalize): Use them to refine the canonicalization.
9242 * minibuffer.el (minibuffer-local-completion-map)
9243 (minibuffer-local-must-match-map): Move initialization from C.
9244 (minibuffer-local-filename-completion-map): Move initialization from C;
9245 don't inherit from anything here.
9246 (minibuffer-local-filename-must-match-map): Make obsolete.
9247 (completing-read-default): Use make-composed-keymap to combine
9248 minibuffer-local-filename-completion-map with either
9249 minibuffer-local-must-match-map or
9250 minibuffer-local-filename-completion-map.
9251
9252 2011-07-01 Glenn Morris <rgm@gnu.org>
9253
9254 * type-break.el (type-break-time-sum): Use dolist.
9255
9256 * textmodes/flyspell.el (flyspell-word-search-backward):
9257 Replace CL function.
9258
9259 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9260
9261 * mouse.el (mouse--strip-first-event): New function.
9262 (function-key-map): Use it to map fringe clicks to normal clicks
9263 by default.
9264
9265 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9266 (vc-bzr-revision-completion-table): Add support for annotate and date.
9267
9268 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9269 inherit from parent.
9270
9271 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9272
9273 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
9274 (dired-show-file-type): Doc fixup (bug#8818).
9275
9276 * dired.el (dired-mode): Fix up the doc string as suggested by
9277 Drew Adams (bug#8817).
9278
9279 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9280 cookie, since the manual says that it should be possible to add
9281 this function to `find-file-hook' (bug#8709).
9282
9283 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9284
9285 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9286 here. Noted Ted Zlatanov as the maintainer.
9287 (cfengine-common-settings, cfengine-common-syntax): New functions
9288 to set up common things between `cfengine-mode' and
9289 `cfengine3-mode'.
9290 (cfengine3-mode): New mode.
9291 (cfengine3-defuns cfengine3-defuns-regex
9292 (cfengine3-class-selector-regex cfengine3-category-regex)
9293 (cfengine3-vartypes cfengine3-font-lock-keywords)
9294 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
9295 (cfengine3-indent-line): Add from cfengine3.el.
9296
9297 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
9298
9299 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9300
9301 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9302
9303 2011-07-01 Martin Rudalics <rudalics@gmx.at>
9304
9305 * window.el (same-window-buffer-names, same-window-regexps)
9306 (same-window-p, special-display-frame-alist)
9307 (special-display-popup-frame, special-display-function)
9308 (special-display-buffer-names, special-display-regexps)
9309 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9310 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9311 (split-window-preferred-function, split-height-threshold)
9312 (split-width-threshold, even-window-heights)
9313 (display-buffer-mark-dedicated, window-splittable-p)
9314 (split-window-sensibly, window-safely-shrinkable-p):
9315 Un-obsolete.
9316 (display-buffer): Don't spread args with function specifier
9317 because special-display-popup-frame won't like it.
9318
9319 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9320
9321 Time-stamp simplifications and fixes.
9322 These improve accuracy slightly, and future-proof the code
9323 against some potential changes to current-time format.
9324
9325 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9326 by using time-since and float-time.
9327
9328 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9329 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9330 + NNN microseconds".
9331
9332 * type-break.el (type-break-time-sum): Rewrite using time-add.
9333
9334 * play/hanoi.el (hanoi-current-time-float): Remove.
9335 All uses replaced by float-time.
9336
9337 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9338 This yields a more-accurate answer.
9339 (rng-time-to-float): Remove; no longer needed.
9340
9341 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9342
9343 * calendar/timeclock.el (timeclock-seconds-to-time):
9344 Defalias to seconds-to-time, since they're the same thing.
9345
9346 * emacs-lisp/elp.el (elp-elapsed-time):
9347 * emacs-lisp/benchmark.el (benchmark-elapse):
9348 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9349
9350 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9351
9352 * window.el (bury-buffer): Don't iconify the only frame.
9353 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9354 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9355
9356 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
9357
9358 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9359 Add mouse-yank-primary.
9360
9361 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9362
9363 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9364
9365 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9366
9367 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9368 (find-library-name): Use it to find relative load names when provided
9369 absolute file name (bug#8803).
9370
9371 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9372
9373 * textmodes/flyspell.el (flyspell-word): Consider words that
9374 differ only in case as potential doublons (bug#5687).
9375
9376 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9377 Remove two rather uninteresting debugging-like messages to make
9378 debbugs.el more silent.
9379
9380 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9381 a password-like phrase.
9382
9383 2011-06-30 Masatake YAMATO <yamato@redhat.com>
9384
9385 * progmodes/cc-guess.el: New file.
9386
9387 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
9388
9389 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9390 derived from `c-basic-common-init'.
9391
9392 * progmodes/cc-mode.el (top-level): Require cc-guess.
9393 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9394
9395 2011-06-30 Lawrence Mitchell <wence@gmx.li>
9396
9397 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9398
9399 2011-06-30 Alan Mackenzie <acm@muc.de>
9400
9401 * progmodes/cc-engine.el (c-guess-continued-construct):
9402 Correct the handling of template-args-cont, particularly for when font
9403 lock is disabled. Name this case as "CASE G".
9404
9405 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9406
9407 * allout.el (allout-yank-processing): Fix injection of extra space
9408 between bullet and non-whitespace character in first topic when
9409 pasting, ensuring that the actual spacing in the pasted topic
9410 following the bullet char is preserved. This extra space was
9411 causing pasted encrypted topics to get a decrypted status even
9412 when the content was actually still encrypted. Now the decryption
9413 status from before the paste is preserved.
9414
9415 (allout-flag-region): Set all allout overlays so they evaporate
9416 when reduced to zero length (evanescent), to prevent overlay
9417 leakage.
9418
9419 2011-06-30 Glenn Morris <rgm@gnu.org>
9420
9421 * w32-fns.el (w32-charset-info-alist): Declare.
9422
9423 * find-dired.el (find-grep-options): Simplify.
9424
9425 * term/ns-win.el (ns-set-resource): Declare.
9426
9427 * ses.el (row, col): Declare dynamic variables honestly.
9428
9429 * textmodes/reftex-parse.el (index-tags): Declare.
9430
9431 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
9432
9433 * cus-edit.el (customize-push-and-save): New function.
9434
9435 * files.el (hack-local-variables-confirm): Use it.
9436
9437 * custom.el (load-theme): New arg NO-CONFIRM.
9438 Use customize-push-and-save (Bug#8720).
9439 (custom-enabled-themes): Doc fix.
9440
9441 * cus-theme.el (customize-create-theme)
9442 (custom-theme-merge-theme): Callers to load-theme changed.
9443
9444 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9445
9446 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9447 short URLs have at least one dot in them (bug #7614).
9448
9449 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9450 nil, because using a pty is apparently too slow (bug #895).
9451
9452 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9453
9454 * mail/sendmail.el (sendmail-query-once): New function.
9455 (sendmail-query-once-function): New variable.
9456
9457 2011-06-29 Glenn Morris <rgm@gnu.org>
9458
9459 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9460
9461 * ses.el (top-level): Require cl when compiling.
9462 (ses-set-localvars): Fix error statement.
9463 Call it at compile time to silence a storm of warnings.
9464
9465 2011-06-29 Martin Rudalics <rudalics@gmx.at>
9466
9467 * window.el (normalize-live-buffer): Rename to
9468 window-normalize-buffer.
9469 (normalize-live-frame): Rename to window-normalize-frame.
9470 (normalize-any-window): Rename to window-normalize-any-window.
9471 (normalize-live-window): Rename to window-normalize-live-window.
9472 (make-window-atom): Rename to window-make-atom.
9473 (window-resize-reset): Rename to window--resize-reset.
9474 (window-resize-reset-1): Rename to window--resize-reset-1.
9475 (resize-mini-window): Rename to window--resize-mini-window.
9476 (resize-subwindows-skip-p): Rename to
9477 window--resize-subwindows-skip-p.
9478 (resize-subwindows-normal): Rename to
9479 window--resize-subwindows-normal.
9480 (resize-subwindows): Rename to window--resize-subwindows.
9481 (resize-other-windows): Rename to window--resize-siblings.
9482 (resize-this-window): Rename to window--resize-this-window.
9483 (resize-root-window): Rename to window--resize-root-window.
9484 (resize-root-window-vertically): Rename to
9485 window--resize-root-window-vertically.
9486 (normalize-buffer-to-display): Rename to
9487 window-normalize-buffer-to-display.
9488 (normalize-buffer-to-switch-to): Rename to
9489 window-normalize-buffer-to-switch-to.
9490 Correspondingly update all callers of the functions listed
9491 above.
9492 (display-buffer-alist, display-buffer-normalize-arguments)
9493 (display-buffer-normalize-options, display-buffer)
9494 (display-buffer-alist-set): Use "function" instead of
9495 "fun-with-args".
9496
9497 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
9498
9499 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9500 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9501 debbugs.gnu.org. Mention acknowledgment email.
9502
9503 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9504
9505 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9506 buffer multibyteness, since it shouldn't matter.
9507
9508 2011-06-28 Martin Rudalics <rudalics@gmx.at>
9509
9510 * window.el (display-buffer-in-side-window): Handle dedicated
9511 windows as in display-buffer-reuse-window.
9512 (display-buffer-normalize-alist): Use value of override
9513 specifier.
9514 (display-buffer-normalize-specifiers): Use value of
9515 other-window-means-other-frame specifier.
9516 (display-buffer-alist): Rewrite some texts in widgets.
9517 (display-buffer): Spread arguments when calling function
9518 specified by fun-with-args.
9519
9520 2011-06-28 Deniz Dogan <deniz@dogan.se>
9521
9522 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9523 Unnest `let'.
9524
9525 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9526 selectors (Bug#5732).
9527 (css-proprietary-nmstart-re): Use `regexp-opt'.
9528
9529 2011-06-27 Jari Aalto <jari.aalto@cante.net>
9530
9531 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9532 (eshell-ls-date-format): New defcustom.
9533 (eshell-ls-file): Use it.
9534
9535 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9536
9537 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9538
9539 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9540
9541 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9542 (ange-ftp-make-tmp-name): New arg.
9543 (ange-ftp-file-local-copy): Use it.
9544
9545 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
9546
9547 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9548 no-conversion (Bug#8870).
9549
9550 2011-06-27 Martin Rudalics <rudalics@gmx.at>
9551
9552 * window.el (window-right, window-left, window-child)
9553 (window-child-count, window-last-child)
9554 (window-iso-combination-p, walk-window-tree-1)
9555 (window-atom-check-1, window-tree-1, delete-window)
9556 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9557 new naming conventions - window-vchild, window-hchild,
9558 window-next and window-prev are now called window-top-child,
9559 window-left-child, window-next-sibling and window-prev-sibling
9560 respectively.
9561 (resize-window-reset): Rename to window-resize-reset.
9562 (resize-window-reset-1): Rename to window-resize-reset-1.
9563 (resize-window): Rename to window-resize.
9564 (window-min-height, window-min-width)
9565 (resize-mini-window, resize-this-window, resize-root-window)
9566 (resize-root-window-vertically, adjust-window-trailing-edge)
9567 (enlarge-window, shrink-window, maximize-window)
9568 (minimize-window, delete-window, quit-restore-window)
9569 (split-window, balance-windows, balance-windows-area-adjust)
9570 (balance-windows-area, window-state-put-2)
9571 (display-buffer-even-window-sizes, display-buffer-set-height)
9572 (display-buffer-set-width, set-window-text-height)
9573 (fit-window-to-buffer): Rename all "resize-window" prefixed
9574 calls to use the "window-resize" prefix convention.
9575 (display-buffer-alist): Fix symbol for label specifier.
9576 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9577 corresponding specifier.
9578 Reported by Juanma Barranquero <lekktu@gmail.com>.
9579
9580 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9581
9582 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9583 convention.
9584 (ses-call-printer): Does not pass an empty string to formatter when the
9585 cell is empty to keep from barking printer Calc math-format-value.
9586
9587 2011-06-27 Richard Stallman <rms@gnu.org>
9588
9589 * battery.el (battery-mode-line-limit): New variable.
9590 (battery-update): Handle it.
9591
9592 * mail/rmailmm.el (rmail-mime-process-multipart):
9593 Handle truncated messages.
9594
9595 2011-06-27 Glenn Morris <rgm@gnu.org>
9596
9597 * progmodes/flymake.el (flymake-err-line-patterns):
9598 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9599
9600 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9601
9602 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
9603 (ses--clean-!, ses--clean-_): New functions.
9604 (ses-range): Add configurability of readout order, and conversion
9605 to Calc vector.
9606
9607 * ses.el (ses-repair-cell-reference-all): New function.
9608 (ses-cell-symbol): Set macro as safe, so that it can be used in
9609 formulas.
9610
9611 * ses.el: Update cycle detection algorithm.
9612 (ses-localvars): Add ses--Dijkstra-attempt-nb and
9613 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
9614 (ses-set-localvars): New function.
9615 (ses-make-cell): Add property-list as a cell element.
9616 (ses-cell-property-get-fun, ses-cell-property-get)
9617 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
9618 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9619 New functions.
9620 (ses-cell-property-set, ses-cell-property-pop)
9621 (ses-cell-property-get-handle): New macro.
9622 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9623 New aliases, used for code readability.
9624 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9625 cycle detection.
9626 (ses-self-reference-early-detection): New defcustom.
9627 (ses-formula-references): Robustify against self-referring cells.
9628 (ses-mode): Use ses-set-localvars.
9629 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9630 before lauching the update processing.
9631 (ses-initialize-Dijkstra-attempt): New function.
9632 (ses-recalculate-cell): Update for cycle detection based on
9633 Dijkstra algorithm.
9634
9635 * ses.el: Fix commenting and indenting convention.
9636
9637 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * bs.el (bs-cycle-next): Complete last change.
9640
9641 2011-06-27 Drew Adams <drew.adams@oracle.com>
9642
9643 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9644
9645 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9646
9647 * net/network-stream.el (network-stream-open-starttls):
9648 Don't re-get capabilities unless we've reestablished connection.
9649 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9650
9651 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9652 to binary to possibly avoid line encoding issues on Windows (among
9653 other things).
9654
9655 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9656
9657 * net/network-stream.el (open-network-stream): Return an :error
9658 saying what the problem was, if possible.
9659
9660 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9661 server.
9662
9663 * net/network-stream.el (network-stream-open-starttls): If we
9664 wanted to use STARTTLS, and the server offered it, but we weren't
9665 able to because we had no STARTTLS support, then close the connection.
9666 (open-network-stream): Return an :error element, if present.
9667
9668 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
9669
9670 * hl-line.el (hl-line-sticky-flag): Doc fix.
9671 (global-hl-line-sticky-flag): New option (Bug#8323).
9672 (global-hl-line-highlight): Obey it.
9673
9674 * vc/vc.el (vc-revert-show-diff): Default to t.
9675
9676 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9677
9678 * allout-widgets.el (allout-widgets-post-command-business):
9679 Stop decorating intermediate isearch matches. They're not being
9680 undecorated when an isearch is continued past, and isearch
9681 automatically collapses them. This leads to "widget leaks", where
9682 decorated items accumulate in collapsed areas. Lines with lots of
9683 hidden widgets can slow down cursor travel, substantially.
9684 Too much complicated machinery would be needed to ensure undecoration,
9685 so we're doing without this nicety.
9686
9687 (allout-widgets-tally-string): Don't try to do a hash-table-count
9688 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9689 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9690 *Messages* when allout-widgets-maintain-tally is t.
9691
9692 2011-06-26 Martin Rudalics <rudalics@gmx.at>
9693
9694 * window.el (display-buffer-normalize-argument): Rename to
9695 display-buffer-normalize-arguments. Handle special meaning of
9696 LABEL argument. Respect special-display-function when popping up
9697 a new frame. Fix code searching for a window showing the buffer
9698 on another frame.
9699 (display-buffer-normalize-specifiers):
9700 Call display-buffer-normalize-arguments.
9701 (display-buffer-in-window): Don't undedicate the window if its
9702 buffer remains the same.
9703 Reported by Drew Adams <drew.adams@oracle.com>.
9704 (display-buffer-alist): Add choice for same-window macro
9705 specfier.
9706 (display-buffer): Mention special meaning of LABEL argument in
9707 doc-string. Fix quoting. Don't pop up a new frame even as
9708 fallback.
9709
9710 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
9711
9712 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9713 avoid deleting the current window in some cases (bug#8911).
9714
9715 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9716
9717 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9718 (Bug#8934)
9719
9720 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9721
9722 * net/network-stream.el (network-stream-open-starttls):
9723 Use built-in TLS support if `gnutls-available-p' is true.
9724 (network-stream-open-tls): Ditto.
9725
9726 2011-06-26 Leo Liu <sdl.web@gmail.com>
9727
9728 * register.el (registerv): New struct.
9729 (registerv-make): New function.
9730 (jump-to-register, describe-register-1, insert-register):
9731 Support the jump-func, print-func and insert-func slot of a registerv
9732 struct. (Bug#8415)
9733
9734 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
9735
9736 * vc/vc.el (vc-revert-show-diff): New defcustom.
9737 (vc-diff-internal): New arg specifying diff buffer.
9738 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9739 reuse an existing *vc-diff* buffer (Bug#8927).
9740
9741 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9742
9743 2011-06-26 Glenn Morris <rgm@gnu.org>
9744
9745 * progmodes/f90.el (f90-critical-indent): New option.
9746 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9747 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9748 (f90-mode): Doc fix.
9749 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9750 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9751 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9752 (f90-match-end): Handle block, critical.
9753
9754 2011-06-25 Glenn Morris <rgm@gnu.org>
9755
9756 * calendar/diary-lib.el (diary-included-files): Doc fix.
9757 (diary-include-files): New function, extracted from
9758 diary-include-other-diary-files and diary-mark-included-diary-files.
9759 (diary-include-other-diary-files, diary-mark-included-diary-files):
9760 Just call diary-include-files.
9761 (diary-mark-entries): Reset diary-included-files on first call.
9762
9763 * calendar/diary-lib.el (diary-mark-entries)
9764 (diary-mark-included-diary-files):
9765 Visit included diary-files in temp buffers.
9766
9767 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9768 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9769 (f90-start-block-re, f90-imenu-generic-expression)
9770 (f90-looking-at-program-block-start, f90-no-block-limit):
9771 Add support for submodules.
9772
9773 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9774 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
9775
9776 2011-06-25 Eli Zaretskii <eliz@gnu.org>
9777
9778 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9779 buffer-file-type before setting its value, to avoid disastrous
9780 global effects on decoding files for DOS/Windows systems. (Bug#8780)
9781
9782 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
9783
9784 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9785
9786 * ses.el (ses-unload-function):
9787 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9788
9789 * proced.el (proced-unload-function):
9790 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9791
9792 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9793
9794 * server.el (server-create-window-system-frame): Add parameters arg.
9795 (server-process-filter): Doc fix. Handle frame-parameters.
9796
9797 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
9798
9799 Fix bug#8730, bug#8781.
9800
9801 * loadhist.el (unload--set-major-mode): New function.
9802 (unload-feature): Use it.
9803
9804 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9805 (python-unload-function): New function.
9806
9807 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9808
9809 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9810
9811 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9812
9813 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9814 the candidates list.
9815
9816 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
9817
9818 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9819
9820 2011-06-23 Richard Stallman <rms@gnu.org>
9821
9822 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9823 (rmail-variables): Set next-error-move-function.
9824 (rmail-what-message): Take argument POS.
9825 (rmail-next-error-move): New function.
9826
9827 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9830 messages for adjacent non-terminals.
9831
9832 2011-06-23 Richard Stallman <rms@gnu.org>
9833
9834 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
9835 (rmail-show-message-1): Preserve buffer modified flag.
9836 (rmail-start-mail): Don't specify use of rmail-mail-return;
9837 that's done by mail-bury now.
9838 (rmail-mail-return): Handle arg NEWBUF.
9839
9840 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
9841
9842 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9843 SIZE is a number.
9844
9845 2011-06-23 Martin Rudalics <rudalics@gmx.at>
9846
9847 * window.el (get-lru-window, get-mru-window)
9848 (get-largest-window): Never return a minibuffer window.
9849 (display-buffer-pop-up-window): Fix a bug that could lead to
9850 reusing the minibuffer window.
9851 (display-buffer): Pass original specifier argument to
9852 display-buffer-function instead of the normalized one.
9853 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9854
9855 2011-06-22 Leo Liu <sdl.web@gmail.com>
9856
9857 * minibuffer.el (completing-read-function)
9858 (completing-read-default): Move from minibuf.c
9859
9860 2011-06-22 Richard Stallman <rms@gnu.org>
9861
9862 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9863 to Rmail even if not started by a special Rmail command.
9864
9865 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9866 Copy the buffer currently showing just one message.
9867
9868 2011-06-22 Roland Winkler <winkler@gnu.org>
9869
9870 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9871 (bibtex-clean-entry): First delete the old key so that a
9872 customized algorithm for generating the new key does not get
9873 confused by the old key.
9874 (bibtex-url): Obey regexp of first step.
9875 (bibtex-search-entries): Do not use add-to-list with local
9876 list-var.
9877
9878 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9879
9880 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9881 stored a user name, then query for the password first, instead of
9882 waiting for SMTP to give an error message and the trying again.
9883
9884 2011-06-22 Lawrence Mitchell <wence@gmx.li>
9885
9886 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9887 BUFFER in call-process.
9888
9889 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9890
9891 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9892 QUIT twice.
9893 (smtpmail-try-auth-methods): Require user name and password from
9894 auth-source.
9895
9896 2011-06-22 Martin Rudalics <rudalics@gmx.at>
9897
9898 * window.el (display-buffer-default-specifiers)
9899 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9900 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9901 (split-window): Normalize SIDE argument (Bug#8916).
9902
9903 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9904 (special-display-frame-alist, special-display-popup-frame):
9905 Remove duplicate declarations. These are now in window.el.
9906
9907 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9908
9909 * mail/smtpmail.el (smtpmail-via-smtp):
9910 Set :use-starttls-if-possible so that we always use STARTTLS if the
9911 server supports it. SMTP servers that support STARTTLS commonly
9912 require it.
9913
9914 * net/network-stream.el (network-stream-open-starttls): Support
9915 upgrading to STARTTLS always, even if we don't have built-in support.
9916 (open-network-stream): Add the :always-query-capabilities keyword.
9917
9918 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9919 upgrades with `open-network-stream', and rely solely on
9920 auth-source for all credentials. Big changes throughout the file,
9921 but in particular:
9922 (smtpmail-auth-credentials): Remove.
9923 (smtpmail-starttls-credentials): Remove.
9924 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9925 MAIL FROM, too.
9926
9927 * net/network-stream.el (network-stream-open-starttls):
9928 Provide support for client certificates both for external and built-in
9929 STARTTLS.
9930 (auth-source): Require.
9931 (open-network-stream): Document the :client-certificate keyword.
9932 (network-stream-certificate): Change cert-cert to cert and
9933 cert-key to key.
9934
9935 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
9936
9937 * net/tramp-cache.el (top): Don't load the persistency file when
9938 "emacs -Q" has been called.
9939
9940 2011-06-21 Tim Harper <timcharper@gmail.com>
9941
9942 * term/ns-win.el (ns-initialize-window-system):
9943 Set application-specific `ApplePressAndHoldEnabled' system
9944 resource to NO as it is not yet supported by the NS port.
9945
9946 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
9947
9948 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9949 (list-dynamic-libraries): ...not here.
9950
9951 2011-06-21 Leo Liu <sdl.web@gmail.com>
9952
9953 * subr.el (sha1): Implement sha1 using secure-hash.
9954
9955 2011-06-21 Martin Rudalics <rudalics@gmx.at>
9956
9957 * window.el (display-buffer-alist): In default value do not
9958 enforce searching a window on any but the selected frame.
9959 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9960 (display-buffer-select-window): Remove function.
9961 (display-buffer-in-window): When a window on another frame gets
9962 reused, do not select it any more but just raise its frame if
9963 necessary (Bug#8851) and (Bug#8856).
9964 (display-buffer-normalize-options): Handle pop-up-frames related
9965 options more faithfully.
9966 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9967 window if it is on another frame.
9968 (display-buffer-alist, display-buffer-default-specifiers):
9969 Don't make new frame unsplittable by default.
9970 (display-buffer-normalize-argument): Fix doc-string typo and use
9971 'same-frame-other-window instead of 'other-window when associating
9972 with display-buffer-macro-specifiers.
9973
9974 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9975
9976 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9977 New functions.
9978 (5x5-mode-map, 5x5-mode-menu): Bind them.
9979 (5x5-draw-grid): Tweak the solver's rendering.
9980
9981 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9982
9983 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9984 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9985
9986 2011-06-21 Drew Adams <drew.adams@oracle.com>
9987
9988 * menu-bar.el: Use function variable instead of switch-to-buffer.
9989 (menu-bar-select-buffer-function): New variable.
9990 (menu-bar-update-buffers): Use it (bug#8876).
9991
9992 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9995 variable's status.
9996
9997 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9998
9999 * x-dnd.el (x-dnd-version-from-flags)
10000 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
10001 and long as number (Bug#8899).
10002 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
10003
10004 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10005
10006 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
10007 (completion-try-completion, completion-all-completions): Compute the
10008 metadata argument if it's missing; make it optional (bug#8795).
10009
10010 * wid-edit.el: Use lex-bind and move towards completion-at-point.
10011 (widget-complete): Use new :completion-function property.
10012 (widget-completions-at-point): New function.
10013 (default): Use :completion-function instead of :complete.
10014 (widget-default-completions): Rename from widget-default-complete;
10015 Rewrite.
10016 (widget-string-complete, widget-file-complete, widget-color-complete):
10017 Remove functions.
10018 (file, symbol, function, variable, coding-system, color):
10019 * international/mule-cmds.el (default-input-method, charset)
10020 (language-info-custom-alist):
10021 * cus-edit.el (face): Use new property :completions.
10022
10023 * progmodes/pascal.el (pascal-completions-at-point): New function.
10024 (pascal-mode): Use it.
10025 (pascal-mode-map): Use completion-at-point.
10026 (pascal-toggle-completions): Make obsolete.
10027 (pascal-complete-word, pascal-show-completions):
10028 * progmodes/octave-mod.el (octave-complete-symbol):
10029 Redefine as obsolete alias.
10030 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
10031 Signal absence of completion info for old Octave,
10032 (inferior-octave-complete): Redefine as obsolete alias.
10033 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
10034 (meta-completions-at-point): Rename from meta-complete-symbol and
10035 adapt it for use on completion-at-point-functions.
10036 (meta-common-mode): Use it.
10037 (meta-looking-at-backward, meta-match-buffer): Remove.
10038 (meta-complete-symbol): Redefine as obsolete alias.
10039 (meta-common-mode-map): Use completion-at-point.
10040 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
10041 (makefile-mode-map): Use completion-at-point.
10042 (makefile-completions-at-point): Rename from makefile-complete and
10043 adapt it for use on completion-at-point-functions.
10044 (makefile-mode): Use it.
10045 (makefile-complete): Redefine as obsolete alias.
10046
10047 2011-06-20 Deniz Dogan <deniz@dogan.se>
10048
10049 * net/rcirc.el: Delete trailing whitespaces once and for all.
10050
10051 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
10052
10053 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
10054
10055 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
10056
10057 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
10058
10059 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
10060
10061 2011-06-19 Martin Rudalics <rudalics@gmx.at>
10062
10063 * window.el (display-buffer-other-window-means-other-frame):
10064 Call display-buffer-normalize-alist.
10065 (display-buffer-normalize-specifiers-1): Rename to
10066 display-buffer-normalize-argument. New argument other-frame.
10067 Rewrite.
10068 (display-buffer-normalize-specifiers-2): Rename to
10069 display-buffer-normalize-options.
10070 (display-buffer-normalize-alist-1): New function.
10071 (display-buffer-normalize-specifiers-3): Rename to
10072 display-buffer-normalize-alist.
10073 Call display-buffer-normalize-alist-1.
10074 (display-buffer-normalize-options-inhibit): New variable.
10075 (display-buffer-normalize-specifiers): Rewrite calling
10076 display-buffer-normalize-alist,
10077 display-buffer-normalize-argument, and
10078 display-buffer-normalize-options. Don't call the latter if
10079 display-buffer-normalize-options-inhibit is non-nil.
10080 (frame-auto-delete): New option.
10081 (window-deletable-p): Use frame-auto-delete.
10082 (window-list-no-nils, window-state-ignored-parameters)
10083 (window-state-get-1, window-state-get, window-state-put-list)
10084 (window-state-put-1, window-state-put-2, window-state-put):
10085 New functions.
10086 (display-buffer-normalize-options): Move special-display-p group
10087 after pop-up-frame group (Bug#8851) and (Bug#8856).
10088
10089 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
10090
10091 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
10092 groups (Bug#8776).
10093 (rx-submatch-n): New function.
10094 (rx): Document it.
10095
10096 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
10097 (Bug#8768).
10098
10099 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
10100
10101 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
10102
10103 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
10104 anytime existing face settings are present (Bug#8889).
10105
10106 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
10107 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
10108 Remove unused argument.
10109
10110 2011-06-18 Martin Rudalics <rudalics@gmx.at>
10111
10112 * window.el (display-buffer-default-specifiers):
10113 Remove pop-up-frame. Add pop-up-window-min-height,
10114 pop-up-window-min-width, and another reuse-window specifier
10115 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
10116 (display-buffer-normalize-specifiers-2):
10117 Handle split-height-threshold and split-width-threshold also when
10118 pop-up-windows is unset. Add a reuse-window specifier for the
10119 case popping up a new window fails.
10120 (special-display-popup-frame): Remove double quoting.
10121 (display-buffer-normalize-specifiers-1): Fix thinko.
10122
10123 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10126 according to comint-completion-addsuffix.
10127
10128 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10129 (pcomplete-suffix-list): Mark as obsolete.
10130 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10131 pcomplete-seen in the closure.
10132 (pcomplete-comint-setup): Setup completion-at-point as well.
10133 (pcomplete--entries): New function.
10134 (pcomplete--env-regexp): New var.
10135 (pcomplete-entries): Rewrite to work with partial-completion and
10136 without relying on pcomplete-suffix-list.
10137 (pcomplete-pare-list): Remove, unused.
10138
10139 2011-06-17 Martin Rudalics <rudalics@gmx.at>
10140
10141 * window.el (display-buffer-alist): Set pop-up-window-min-height
10142 and pop-up-window-min-width in default value. Reported by
10143 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10144 other-window-means-other-frame.
10145 (display-buffer-macro-specifiers): Comment out entry for
10146 other-window specifier.
10147 (display-buffer-other-window-means-other-frame): New function.
10148 (display-buffer-normalize-specifiers-1): New arguments
10149 buffer-name and label. Treat other-window case specially.
10150 (display-buffer-normalize-specifiers-2): Treat other-window case
10151 specially.
10152 (display-buffer-normalize-specifiers-3): New function.
10153 (display-buffer-normalize-specifiers):
10154 Call display-buffer-normalize-specifiers-3.
10155
10156 2011-06-17 Martin Rudalics <rudalics@gmx.at>
10157
10158 * window.el (same-window-p): Fix two typos introduced when
10159 adding with-no-warnings.
10160 (display-buffer-normalize-specifiers-1): Don't check
10161 pop-up-frames for 'unset initialization.
10162 (display-buffer-normalize-specifiers-2): Major rewrite using
10163 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10164 (pop-up-frames, display-buffer-reuse-frames)
10165 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10166 Suggested by David Engster <deng@randomsample.de>.
10167 (even-window-heights): Initialize to 'unset.
10168 (display-buffer-alist-set): Handle new 'unset initializations.
10169 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10170 other window case.
10171
10172 2011-06-16 Martin Rudalics <rudalics@gmx.at>
10173
10174 * window.el (display-buffer-normalize-specifiers-1):
10175 Respect current value of pop-up-frames for most reasonable values of
10176 second argument of display-buffer (Bug#8865).
10177 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10178 (switch-to-buffer-other-window-same-frame)
10179 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10180 Adams (Bug#8875).
10181 (display-buffer): Don't check noninteractive when calling
10182 display-buffer-pop-up-frame.
10183 (display-buffer-pop-up-frame): Never pop up a frame in
10184 noninteractive mode (Bug#8857).
10185 (enlarge-window, shrink-window): Don't report an error when the
10186 window can't be resized as requested (Bug#8862).
10187
10188 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10189
10190 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10191
10192 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10193
10194 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10195
10196 2011-06-15 Alan Mackenzie <acm@muc.de>
10197
10198 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10199 for declarators, disable knr checking to speed up for normal files.
10200 2: Refactor, replacing a sequence of nested if forms by a cond form.
10201
10202 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10203
10204 * net/network-stream.el (open-network-stream): Add the keyword
10205 :always-query-capabilities for the case where you want to force a
10206 `plain' network connection, but the protocol still requires the
10207 capabilitiy command (i.e., SMTP and EHLO).
10208
10209 * subr.el (process-live-p): Rename from `process-alive-p' for
10210 consistency with other `-live-p' functions.
10211
10212 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * window.el (same-window-buffer-names, same-window-regexps)
10215 (special-display-frame-alist, special-display-popup-frame)
10216 (special-display-function, special-display-buffer-names)
10217 (special-display-regexps, pop-up-frame-alist)
10218 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10219 (pop-up-windows, split-window-preferred-function)
10220 (split-height-threshold, split-width-threshold, even-window-heights)
10221 (display-buffer-mark-dedicated): Don't encourage the use of
10222 display-buffer-alist from Elisp code.
10223
10224 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10225
10226 * progmodes/python.el (python-mode): Derive from prog-mode.
10227 * progmodes/ps-mode.el (ps-mode):
10228 * progmodes/mixal-mode.el (mixal-mode):
10229 * progmodes/cfengine.el (cfengine-mode):
10230 * progmodes/ld-script.el (ld-script-mode): Likewise.
10231
10232 2011-06-15 Martin Rudalics <rudalics@gmx.at>
10233
10234 * window.el (display-buffer-alist): Trim default value to avoid
10235 popping up a new frame (Bug#8857) or reusing an arbitrary window
10236 on another frame.
10237 (display-buffer): Do not fall back on popping up a new frame in
10238 batch mode (Bug#8857).
10239
10240 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
10241
10242 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10243 (custom-theme-summary): New function.
10244 (customize-themes): Use it.
10245
10246 2011-06-13 Glenn Morris <rgm@gnu.org>
10247
10248 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10249
10250 2011-06-13 Martin Rudalics <rudalics@gmx.at>
10251
10252 * help.el (help-window): Remove variable.
10253 (help-window-point-marker, temp-buffer-max-height)
10254 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10255 (help-print-return-message): Don't set help-window.
10256 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10257 (help-window-setup-finish): Remove.
10258 (help-window-display-message, help-window-setup)
10259 (with-help-window): Major rewrite based on new
10260 display-buffer-window variable.
10261
10262 * help-mode.el (help-mode-finish): Remove help-window related
10263 code.
10264
10265 * view.el (view-exits-all-viewing-windows): Remove reference to
10266 view-return-to-alist in doc-string.
10267 (view-return-to-alist): Make obsolete.
10268 (view-buffer): Call pop-to-buffer-same-window and remove
10269 undo-window code.
10270 (view-buffer-other-window): Call pop-to-buffer-other-window and
10271 simplify code. Ignore second argument.
10272 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10273 simplify code. Ignore second argument.
10274 (view-return-to-alist-update): Make obsolete.
10275 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10276 Rewrite using quit-restore window parameters.
10277 (view-mode-exit): Rename second argument to EXIT-ONLY.
10278 Rewrite using quit-restore-window.
10279 (View-exit, View-exit-and-edit, View-leave, View-quit)
10280 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10281 appropriate arguments.
10282 (view-end-message): Use quit-restore window parameter.
10283
10284 * window.el (display-buffer-function): Rewrite doc-string.
10285 (display-buffer-window, display-buffer-alist): New variables.
10286 (display-buffer-split-specifiers)
10287 (display-buffer-side-specifiers)
10288 (display-buffer-macro-specifiers): New constants.
10289 (display-buffer-even-window-sizes, display-buffer-set-height)
10290 (display-buffer-set-width, display-buffer-select-window)
10291 (display-buffer-in-window, display-buffer-reuse-window)
10292 (display-buffer-split-window-1, display-buffer-split-window)
10293 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10294 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10295 (display-buffer-in-side-window, normalize-buffer-to-display)
10296 (display-buffer-normalize-specifiers-1)
10297 (display-buffer-normalize-specifiers-2)
10298 (display-buffer-normalize-specifiers, display-buffer-frame):
10299 New functions.
10300 (display-buffer): Major rewrite.
10301 (display-buffer-other-window, display-buffer-other-frame)
10302 (pop-to-buffer, switch-to-buffer-other-window)
10303 (switch-to-buffer-other-frame): Rewrite.
10304 (display-buffer-same-window, display-buffer-same-frame)
10305 (display-buffer-same-frame-other-window)
10306 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10307 (pop-to-buffer-other-window)
10308 (pop-to-buffer-same-frame-other-window)
10309 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10310 (switch-to-buffer-other-window-same-frame): New functions.
10311 (same-window-p, special-display-p): Rewrite disabling warnings.
10312 Make obsolete.
10313 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10314 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10315 Make obsolete
10316 (same-window-buffer-names, same-window-regexps)
10317 (special-display-frame-alist, special-display-popup-frame)
10318 (special-display-function, special-display-buffer-names)
10319 (special-display-regexps, pop-up-frame-alist)
10320 (pop-up-frame-function, split-window-preferred-function)
10321 (split-height-threshold, split-width-threshold)
10322 (even-window-heights): Make obsolete.
10323
10324 2011-06-12 Glenn Morris <rgm@gnu.org>
10325
10326 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
10327 Misc simplifications.
10328
10329 2011-06-12 Martin Rudalics <rudalics@gmx.at>
10330
10331 * window.el (window-safely-shrinkable-p): Restore function which
10332 was inadvertently removed in change from 2011-06-11. Declare as
10333 obsolete.
10334
10335 * calendar/calendar.el (calendar-generate-window):
10336 Use window-iso-combined-p instead of combination of one-window-p and
10337 window-safely-shrinkable-p.
10338
10339 2011-06-12 Glenn Morris <rgm@gnu.org>
10340
10341 * progmodes/fortran.el (fortran-mode-syntax-table):
10342 * progmodes/f90.el (f90-mode-syntax-table):
10343 Set % to punctuation. (Bug#8820)
10344 (f90-find-tag-default): Remove, no longer needed.
10345
10346 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10347
10348 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10349
10350 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
10351
10352 * image.el (image-animated-p): Return animation delay in seconds.
10353 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10354 (image-animate-timeout): Remove DELAY argument. Don't assume
10355 every subimage has the same delay; get it from image-animated-p.
10356 (image-animate): Caller changed.
10357
10358 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
10359
10360 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10361 to ignored backtrace functions.
10362
10363 2011-06-11 Glenn Morris <rgm@gnu.org>
10364
10365 * calendar/appt.el (appt-disp-window-function): Doc fix.
10366 (appt-check): Handle overlapping appointments. (Bug#8337)
10367
10368 2011-06-11 Martin Rudalics <rudalics@gmx.at>
10369
10370 * window.el (window-tree-1, window-tree): New functions, moving
10371 the latter to window.el.
10372 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10373 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10374 (bw-refresh-edges): Remove.
10375 (balance-windows-1, balance-windows-2): New functions.
10376 (balance-windows): Rewrite in terms of window tree functions,
10377 balance-windows-1 and balance-windows-2.
10378 (bw-adjust-window): Remove.
10379 (balance-windows-area-adjust): New function with functionality of
10380 bw-adjust-window but using resize-window.
10381 (set-window-text-height): Rewrite doc-string.
10382 Use normalize-live-window and resize-window.
10383 (enlarge-window-horizontally, shrink-window-horizontally):
10384 Rename argument to DELTA.
10385 (window-buffer-height): New function.
10386 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10387 Rewrite using new window resize routines.
10388 (kill-buffer-and-window, mouse-autoselect-window-select):
10389 Use ignore-errors instead of condition-case.
10390 (quit-window): Call delete-frame instead of delete-windows-on
10391 for the only buffer on frame.
10392
10393 2011-06-10 Martin Rudalics <rudalics@gmx.at>
10394
10395 * loadup.el (top-level): Load window before files for the sake
10396 of replace-buffer-in-windows.
10397
10398 * files.el (read-buffer-to-switch)
10399 (switch-to-buffer-other-window)
10400 (switch-to-buffer-other-frame, display-buffer-other-frame):
10401 Move to window.el.
10402
10403 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10404 (previous-buffer): Move to window.el.
10405
10406 * bindings.el (unbury-buffer): Move to window.el.
10407
10408 * window.el (delete-other-windows-vertically): Move after
10409 definition of delete-other-windows.
10410 (other-window, delete-windows-on, replace-buffer-in-windows):
10411 Move here from window.c.
10412 (record-window-buffer, unrecord-window-buffer)
10413 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10414 (switch-to-next-buffer): New functions.
10415 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10416 from simple.el. Call switch-to-next-buffer.
10417 (previous-buffer): Move here from simple.el.
10418 Call switch-to-prev-buffer.
10419 (bury-buffer): Move here from buffer.c. Switch to previous
10420 buffer when window cannot be deleted.
10421 (unbury-buffer): Move here from bindings.el.
10422 (ctl-x-map): Move binding for other-window from window.c to
10423 here.
10424 (read-buffer-to-switch, switch-to-buffer-other-window)
10425 (switch-to-buffer-other-frame): Move here from files.el.
10426 (normalize-buffer-to-switch-to): New functions.
10427 (switch-to-buffer): Move here from buffer.c.
10428 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
10429
10430 2011-06-10 Martin Rudalics <rudalics@gmx.at>
10431
10432 * window.el (window-min-height, window-min-width): Move here
10433 from window.c. Add defcustoms and rewrite doc-strings.
10434 (resize-mini-window, resize-window): New functions.
10435 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10436 Move here from window.c.
10437 (maximize-window, minimize-window): New functions.
10438 (delete-window, delete-other-windows, split-window): Move here
10439 from window.c.
10440 (window-split-min-size): New function.
10441 (split-window-keep-point): Mention split-window-above-each-other
10442 instead of split-window-vertically.
10443 (split-window-above-each-other, split-window-vertically):
10444 Rename split-window-vertically to split-window-above-each-other
10445 and provide defalias for old definition.
10446 (split-window-side-by-side, split-window-horizontally):
10447 Rename split-window-horizontally to split-window-side-by-side
10448 and provide defalias for the old definition.
10449 (ctl-x-map): Move bindings for delete-window,
10450 delete-other-windows and enlarge-window here from window.c.
10451 Replace bindings for split-window-vertically and
10452 split-window-horizontally by bindings for
10453 split-window-above-each-other and split-window-side-by-side.
10454
10455 * cus-start.el (all): Remove entries for window-min-height and
10456 window-min-width. Add entries for window-splits and
10457 window-nest.
10458
10459 2011-06-09 Glenn Morris <rgm@gnu.org>
10460
10461 * calendar/appt.el (appt-mode-line): New function.
10462 (appt-check, appt-disp-window): Use it.
10463
10464 * files.el (hack-one-local-variable-eval-safep):
10465 Allow minor-modes with explicit +/-1 arguments.
10466
10467 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10468
10469 * term/xterm.el (xterm): Add defgroup.
10470 (xterm-extra-capabilities): Add defcustom to supply known xterm
10471 capabilities, skip querying them, or query them (default).
10472 (terminal-init-xterm): Use it.
10473 (terminal-init-xterm-modify-other-keys): New function to set up
10474 modifyOtherKeys support to simplify `terminal-init-xterm'.
10475
10476 2011-06-09 Martin Rudalics <rudalics@gmx.at>
10477
10478 * window.el (resize-window-reset, resize-window-reset-1)
10479 (resize-subwindows-skip-p, resize-subwindows-normal)
10480 (resize-subwindows, resize-other-windows, resize-this-window)
10481 (resize-root-window, resize-root-window-vertically)
10482 (window-deletable-p, window-or-subwindow-p)
10483 (frame-root-window-p): New functions.
10484
10485 2011-06-09 Glenn Morris <rgm@gnu.org>
10486
10487 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10488 (ange-ftp-get-files): Use it.
10489
10490 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10491
10492 * mail/sendmail.el (mail-recover-1, mail-recover):
10493 * files.el (recover-file, recover-session):
10494 Handle dired-listing-switches not being just a single short option.
10495
10496 2011-06-09 Glenn Morris <rgm@gnu.org>
10497
10498 * calendar/appt.el (appt-display-message, appt-disp-window):
10499 Handle lists of appointments.
10500
10501 2011-06-08 Martin Rudalics <rudalics@gmx.at>
10502
10503 * window.el (one-window-p): Move down in code.
10504 Rewrite doc-string.
10505 (window-current-scroll-bars): Rewrite doc-string.
10506 Normalize live window argument.
10507 (walk-windows, get-window-with-predicate, count-windows):
10508 Rewrite doc-string. Use window-list-1.
10509 (window-in-direction-2, window-in-direction, get-mru-window):
10510 New functions.
10511
10512 2011-06-08 Reuben Thomas <rrt@sc3d.org>
10513
10514 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10515 Doc fix (Bug#8713).
10516
10517 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
10518
10519 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10520
10521 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
10522
10523 * loadhist.el (unload-feature-special-hooks):
10524 Add `comint-output-filter-functions'.
10525
10526 2011-06-08 Ivan Kanis <gnu@kanis.fr>
10527
10528 * calendar/appt.el (appt-check): Move some initializations into the let.
10529
10530 2011-06-08 Martin Rudalics <rudalics@gmx.at>
10531
10532 * window.el (window-height): Defalias to window-total-height.
10533 (window-width): Defalias to window-body-width.
10534
10535 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
10536
10537 * image-mode.el (image-toggle-animation): New command.
10538 (image-mode-map): Bind it to RET.
10539 (image-mode): Update message.
10540 (image-toggle-display-image): Avoid a spurious cache flush.
10541 (image-transform-rotation): Doc fix.
10542 (image-transform-properties): Return quickly in the normal case.
10543 (image-animate-loop): Rename from image-animate-max-time.
10544
10545 * image.el (image-animate-max-time): Move to image-mode.el.
10546 (create-animated-image): Remove unnecessary function.
10547 (image-animate): Rename from image-animate-start. New arg.
10548 (image-animate-stop): Remove; just use image-animate-timer.
10549 (image-animate-timer): Use car-safe.
10550 (image-animate-timeout): Rename argument.
10551
10552 2011-06-07 Martin Rudalics <rudalics@gmx.at>
10553
10554 * window.el (get-lru-window, get-largest-window): Move here from
10555 window.c. Rename first argument to ALL-FRAMES.
10556 Rephrase doc-strings.
10557 (get-buffer-window-list): Rewrite using window-list-1.
10558 Rephrase doc-string.
10559 (window-safe-min-height, window-safe-min-width): New constants.
10560 (window-size-ignore, window-min-size, window-min-size-1)
10561 (window-sizable, window-sizable-p, window-size-fixed-1)
10562 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10563 (window-max-delta-1, window-max-delta, window-resizable)
10564 (window-resizable-p, window-total-height, window-total-width)
10565 (window-body-width): New functions.
10566 (window-full-height-p, window-full-width-p): Rewrite using
10567 window-total-size.
10568 (window-body-height): Rewrite using window-body-size.
10569
10570 2011-06-06 Martin Rudalics <rudalics@gmx.at>
10571
10572 * window.el (window-right, window-left, window-child)
10573 (window-child-count, window-last-child, window-any-p)
10574 (normalize-live-buffer, normalize-live-frame)
10575 (normalize-any-window, normalize-live-window)
10576 (window-iso-combination-p, window-iso-combined-p)
10577 (window-iso-combinations)
10578 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10579 (windows-with-parameter, window-with-parameter)
10580 (window-atom-root, make-window-atom, window-atom-check-1)
10581 (window-atom-check, window-side-check, window-check):
10582 New functions.
10583 (ignore-window-parameters, window-sides, window-sides-vertical)
10584 (window-sides-slots): New variables.
10585 (window-size-fixed): Move down in code. Minor doc-string fix.
10586
10587 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10588
10589 * comint.el (comint-dynamic-complete-as-filename)
10590 (comint-dynamic-complete-filename): Correctly call
10591 completion-in-region.
10592
10593 2011-06-05 Deniz Dogan <deniz@dogan.se>
10594
10595 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10596 in last change.
10597
10598 2011-06-05 Deniz Dogan <deniz@dogan.se>
10599
10600 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10601 (rcirc): Use it to prompt for encryption.
10602
10603 2011-06-05 Roland Winkler <winkler@gnu.org>
10604
10605 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10606 (bibtex-search-entries): New command bound to C-c C-a.
10607 (bibtex-display-entries): New function.
10608
10609 2011-06-05 Roland Winkler <winkler@gnu.org>
10610
10611 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10612 (bibtex-insert-kill): After yanking insert newline if necessary.
10613 (bibtex-initialize): Call bibtex-string-files-init only once.
10614 (bibtex-mode): Do not call easy-menu-add.
10615 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10616 (bibtex-yank): Set arg properly if nil.
10617
10618 2011-06-05 Roland Winkler <winkler@gnu.org>
10619
10620 * textmodes/bibtex.el (bibtex-search-entry-globally):
10621 New variable.
10622 (bibtex-search-entry): Use it.
10623
10624 2011-06-05 Roland Winkler <winkler@gnu.org>
10625
10626 * textmodes/bibtex.el (bibtex-entry-format): New option
10627 sort-fields.
10628 (bibtex-format-entry, bibtex-reformat): Honor this option.
10629 (bibtex-parse-entry): Return fields in proper order.
10630
10631 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
10632
10633 * doc-view.el (doc-view-remove-if): Move computation of result out
10634 of `dolist' to silence misleading lexical-binding warning.
10635
10636 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
10637
10638 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10639 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10640
10641 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
10642
10643 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10644 "SunOS 5.10".
10645
10646 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
10647
10648 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10649 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10650 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10651 (tramp-parse-putty):
10652 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10653 (tramp-completion-function-alist-ssh)
10654 (tramp-completion-function-alist-telnet)
10655 (tramp-completion-function-alist-su)
10656 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10657 cookie.
10658
10659 * net/tramp-ftp.el:
10660 * net/tramp-sh.el:
10661 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10662 load "tramp.el" `tramp-set-completion-function'.
10663
10664 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10665
10666 * shell.el: Require and use pcomplete.
10667 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10668 (shell-completion-vars): Set pcomplete-default-completion-function.
10669
10670 2011-06-04 Deniz Dogan <deniz@dogan.se>
10671
10672 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10673 `memq' (Bug#8799).
10674
10675 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10678
10679 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
10680
10681 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10682 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10683 * vc/log-view.el (log-view-beginning-of-defun):
10684 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10685 (smerge-refine-forward, smerge-refine-chopup-region):
10686 Silence warning for unused `dotimes' counter variables.
10687
10688 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10689
10690 * net/tramp.el (tramp-with-progress-reporter): Rename from
10691 with-progress-reporter. Use `declare'.
10692 * net/tramp-smb.el:
10693 * net/tramp-sh.el:
10694 * net/tramp-gvfs.el: Update all uses.
10695
10696 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10697
10698 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10699 buffer isn't killed before making it current.
10700
10701 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10702
10703 Silence various byte-compiler warnings.
10704 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10705 `access-type' and new obsolescence format.
10706 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10707 new format.
10708 (byte-compile-check-variable): New `access-type' argument.
10709 Only warn if the access-type is obsolete.
10710 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10711 (byte-compile-variable-set): Adjust callers.
10712 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10713 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10714 setting it as obsolete.
10715 * simple.el (minibuffer-completing-symbol):
10716 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10717 access as obsolete.
10718 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10719 obsolete yet.
10720 * international/quail.el (quail-mouse-choose-completion): Remove unused
10721 code referring to obsolete var.
10722 (quail-choose-completion-string): Remove.
10723 * server.el (server-clients-with, server-kill-buffer-query-function)
10724 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10725 * proced.el (proced-send-signal):
10726 * emacs-lisp/lisp.el (lisp-complete-symbol):
10727 Replace completion-annotate-function with completion-extra-properties.
10728
10729 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10730
10731 * simple.el (goto-line): Use read-number.
10732 (overriding-map-is-bound): Remove.
10733 (saved-overriding-map): Change default.
10734 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10735 Take the map as argument.
10736 (universal-argument, negative-argument, digit-argument): Use it.
10737 (restore-overriding-map): Adjust.
10738 (do-auto-fill): Use fill-forward-paragraph.
10739 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10740
10741 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10742 (minibuffer-inactive-mode): New major mode.
10743 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10744 the *Messages* buffer" hack.
10745 (mouse-popup-menubar): Don't burp if the event is a normal key.
10746
10747 Miscellaneous tweaks.
10748 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10749 lexical scoping as in subr.el's dolist and dotimes.
10750 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10751 Silence compiler warning.
10752 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10753 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10754 * international/ccl.el (ccl-compile): Trivial simplification.
10755 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10756 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10757 `printflag' argument.
10758 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10759 Purecopy the whole obsolescence data.
10760
10761 2011-06-01 Leo Liu <sdl.web@gmail.com>
10762
10763 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10764 improve doc-string as suggested by Marco Pessotto
10765 <melmothx@gmail.com>.
10766 (rcirc-print): Fix last change.
10767
10768 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10769
10770 * minibuffer.el (complete-with-action): Return nil for the metadata and
10771 boundaries of non-functional tables.
10772 (completion-table-dynamic): Return nil for the metadata.
10773 (completion-table-with-terminator): Add default case, using
10774 complete-with-action.
10775 (completion--metadata): New function.
10776 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10777 to try and avoid pathological performance problems.
10778 (completion--embedded-envvar-table): Return `category' metadata.
10779
10780 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10781
10782 * subr.el (process-alive-p): New tiny convenience function.
10783
10784 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10785
10786 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10787 content but also its previous major mode.
10788
10789 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
10790
10791 * emacs-lisp/debug.el (debug): Restore the previous content of the
10792 *Backtrace* buffer when we exit with C-M-c.
10793
10794 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * minibuffer.el: Add metadata method to completion tables.
10797 (completion-category-overrides): New defcustom.
10798 (completion-metadata, completion--field-metadata)
10799 (completion-metadata-get, completion--styles)
10800 (completion--cycle-threshold): New functions.
10801 (completion-try-completion, completion-all-completions):
10802 Add `metadata' argument to choose completion-styles.
10803 (completion--do-completion): Use metadata to choose cycling.
10804 (completion-all-sorted-completions): Use metadata for sorting.
10805 Remove :completion-cycle-penalty which is not needed any more.
10806 (completion--try-word-completion): Add `metadata' argument.
10807 (minibuffer-completion-help): Check metadata for annotation function
10808 and sorting.
10809 (completion-file-name-table): Return `category' metadata.
10810 (minibuffer-completing-file-name): Make obsolete.
10811 * simple.el (minibuffer-completing-symbol): Make obsolete.
10812 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10813 completion-try-completion.
10814
10815 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10818
10819 2011-05-30 Leo Liu <sdl.web@gmail.com>
10820
10821 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
10822 (rcirc-print): Decode all incoming messages (bug#8744).
10823 (rcirc-decode-coding-system): Allow value nil for automatic coding
10824 system detection.
10825
10826 2011-06-01 Glenn Morris <rgm@gnu.org>
10827
10828 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10829
10830 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
10831
10832 * image.el (image-animate-max-time): Allow nil and t values.
10833 Default to nil.
10834 (create-animated-image): Doc fix.
10835 (image-animate-start): Remove second arg; just use
10836 image-animate-max-time.
10837 (image-animate-timeout): Doc fix. Args changed.
10838
10839 * image-mode.el (image-toggle-display-image): Ensure that the
10840 image spec passed to the animate timer is the same object as in
10841 the buffer's display property (Bug#6981).
10842 (image-transform-properties): Doc fix.
10843
10844 * image.el (image-animate-max-time): Default to nil.
10845
10846 2011-05-29 Martin Rudalics <rudalics@gmx.at>
10847
10848 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10849 entire buffer list (Bug#8184).
10850
10851 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
10852
10853 * image.el (imagemagick-types-inhibit)
10854 (imagemagick-register-types): Doc fix.
10855
10856 2011-05-29 Deniz Dogan <deniz@dogan.se>
10857
10858 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10859 default.
10860
10861 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
10862
10863 * select.el: Don't perform clipboard-manager saving in hooks;
10864 leave the hooks empty.
10865
10866 2011-05-28 Leo Liu <sdl.web@gmail.com>
10867
10868 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10869 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10870 (occur-edit-mode): New major mode (Bug#8463).
10871 (occur-after-change-function): New function.
10872 (occur-engine): Give Occur tags a read-only property.
10873
10874 2011-05-28 Kevin Ryde <user42@zip.com.au>
10875
10876 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10877
10878 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
10879
10880 * bindings.el (help-echo): Make the initial non-indicator dash
10881 empty on graphical terminals (Bug#7295).
10882
10883 * files.el (auto-mode-alist): Move config rule after the
10884 in-stripping one (Bug#8547).
10885
10886 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10887
10888 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10889 setting (Bug#8740).
10890
10891 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10892
10893 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10894 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10895 (Bug#8539).
10896
10897 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
10898
10899 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10900
10901 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10902
10903 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10904 (hs-hide-block-at-point, hs-find-block-beginning)
10905 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10906 (Bug#8279).
10907
10908 2011-05-28 Glenn Morris <rgm@gnu.org>
10909
10910 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10911
10912 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
10913
10914 * help-fns.el (describe-function-1): If the function is a derived
10915 major mode, print the parent mode.
10916
10917 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10918 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10919
10920 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10921
10922 * minibuffer.el (completion--capf-wrapper): Check applicability before
10923 returning non-nil for non-exclusive completion data.
10924 * progmodes/etags.el (tags-completion-at-point-function):
10925 * info-look.el (info-lookup-completions-at-point): Mark as
10926 non-exclusive.
10927 (info-complete): Adjust accordingly.
10928
10929 * info-look.el: Convert to lexical-binding and completion-at-point.
10930 (info-lookup-completions-at-point): New function.
10931 (info-complete): Use it and completion-in-region.
10932
10933 2011-05-28 Drew Adams <drew.adams@oracle.com>
10934
10935 * isearch.el: Let M-e start with point at the first mismatched char.
10936 (isearch-fail-pos): New function.
10937 (isearch-edit-string): Use it.
10938
10939 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10940
10941 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10942
10943 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
10944
10945 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10946 traversal functions for avl-trees.
10947 (avl-tree--stack): New struct.
10948 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10949 (avl-tree-enter): Add optional `updatefun' arg.
10950 (avl-tree--do-enter): Add optional `updatefun' arg.
10951 Change return value.
10952 (avl-tree-delete): Add optional `test' and `nilflag' args.
10953 (avl-tree--do-delete): Add `test' and `nilflag' args.
10954 Change return value.
10955 (avl-tree-member): Add optional `nilflag'
10956 (avl-tree-member-p): New function.
10957 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10958 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10959 (avl-tree-stack-empty-p): New functions.
10960
10961 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10962 avl-tree--del-balance1 and make it work both ways.
10963 (avl-tree--del-balance2): Remove.
10964 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10965 make it work both ways.
10966 (avl-tree--enter-balance2): Remove.
10967 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10968 New macros.
10969 (avl-tree--mapc, avl-tree-map): Add direction argument.
10970
10971 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
10972
10973 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10974
10975 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
10976
10977 * select.el: Support clipboard managers with built-in function
10978 x-clipboard-manager-save, via delete-frame-functions and
10979 kill-emacs-hook.
10980 (xselect-convert-to-targets): Add MULTIPLE target to list.
10981 (xselect-convert-to-save-targets): New function.
10982
10983 2011-05-27 Kenichi Handa <handa@m17n.org>
10984
10985 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10986 let-binding rfc2047-encode-encoded-words to nil.
10987
10988 2011-05-27 Glenn Morris <rgm@gnu.org>
10989
10990 * mail/emacsbug.el: Don't require url-util.
10991
10992 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10993
10994 * files.el (set-auto-mode):
10995 Also respect mode: entries at the end of the file. (Bug#8586)
10996
10997 2011-05-26 Glenn Morris <rgm@gnu.org>
10998
10999 * files.el (hack-local-variables-prop-line, hack-local-variables):
11000 Downcase mode names, as seems to be traditional.
11001 (hack-local-variables, hack-local-variables-apply): Doc fixes.
11002
11003 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
11004 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
11005
11006 2011-05-25 Julien Danjou <julien@danjou.info>
11007
11008 * textmodes/rst.el (rst-define-level-faces): Do not define face
11009 symbol if it is already defined.
11010
11011 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
11012
11013 * play/5x5.el (5x5-new-game, 5x5-randomize):
11014 Reset 5x5-solver-output to nil when a new grid is cast.
11015 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
11016 these debugging traces, as defmacro breaks the compiled code.
11017
11018 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11019
11020 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11021
11022 2011-05-24 Leo Liu <sdl.web@gmail.com>
11023
11024 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
11025 (vc-bzr-sha1): Adapt.
11026
11027 * sha1.el: Remove. Function `sha1' is now builtin.
11028
11029 * bindings.el: Provide sha1 feature.
11030
11031 2011-05-24 Kenichi Handa <handa@m17n.org>
11032
11033 * mail/sendmail.el: Require `rfc2047'.
11034 (mail-insert-from-field): Do not perform RFC2047 encoding.
11035 (mail-encode-header): New function.
11036 (sendmail-send-it): Set buffer-file-coding-system of the work
11037 buffer to the return value of select-message-coding-system.
11038 Call mail-encode-header.
11039
11040 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
11041
11042 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
11043
11044 * mail/supercite.el (sc-default-cite-frame):
11045 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
11046
11047 2011-05-24 Glenn Morris <rgm@gnu.org>
11048
11049 * progmodes/python.el (brm-menu): Declare.
11050
11051 * emulation/viper.el (viper-set-hooks): Declare.
11052
11053 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
11054 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
11055 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
11056 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
11057 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
11058 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
11059
11060 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11061
11062 Add an :exit-function for completion-at-point.
11063
11064 * minibuffer.el (completion--done): New fun.
11065 (completion--do-completion): Use it. New arg `expect-exact'.
11066 (minibuffer-complete, minibuffer-complete-word): Don't output message,
11067 since completion--do-completion does it for us now.
11068 (minibuffer-force-complete): Use completion--done and
11069 completion--replace. Handle sole-completion case with more care.
11070 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
11071 (completion-extra-properties): New var.
11072 (completion-annotate-function): Make obsolete.
11073 (minibuffer-completion-help): Adjust accordingly.
11074 Use completion-list-insert-choice-function.
11075 (completion-at-point, completion-help-at-point):
11076 Bind completion-extra-properties.
11077 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
11078 * simple.el (completion-list-insert-choice-function): New var.
11079 (completion-setup-function): Preserve it.
11080 (choose-completion): Pay attention to it, shuffle the code a bit.
11081 (choose-completion-string): New arg `insert-function'.
11082
11083 * textmodes/bibtex.el: Convert to lexical binding.
11084 (bibtex-mode-map): Use completion-at-point.
11085 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
11086 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
11087 (bibtex-complete): Define as obsolete alias.
11088 (bibtex-complete-internal): Remove.
11089 (bibtex-format-entry): Remove unused sub-group in regexp.
11090 * shell.el (shell--command-completion-data)
11091 (shell-environment-variable-completion):
11092 * pcomplete.el (pcomplete-completions-at-point):
11093 * comint.el (comint--complete-file-name-data): Use :exit-function
11094 instead of completion-table-with-terminator so it also works for
11095 choose-completion.
11096
11097 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11098
11099 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
11100
11101 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
11102 (bug#8710).
11103
11104 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
11105
11106 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
11107
11108 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
11109 customization variable and implement: If non-nil, auto-fill will
11110 be inhibited while on topic's header line.
11111
11112 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
11113
11114 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
11115 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
11116 always have a solution in grid size = 5 cases.
11117 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11118 (5x5-solver-output, 5x5-log-buffer): New vars.
11119 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11120 Make these variables buffer local to achieve 5x5 multi-session-ness.
11121 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11122 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11123 (5x5-solve-suggest): New funs.
11124 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11125 randomize a grid so that we ensure that there is always a solution.
11126 (5x5-make-random-grid): Allow other movement than flipping.
11127
11128 2011-05-23 Kevin Ryde <user42@zip.com.au>
11129
11130 * emacs-lisp/advice.el (ad-read-advised-function):
11131 Use `function-called-at-point' as the default, if it has
11132 advice and passes PREDICATE.
11133
11134 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11135
11136 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11137 byte-compile-lambda if it's actually a lambda.
11138
11139 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11140 Fix function quoting. Use backquote better.
11141
11142 2011-05-22 Yuanle Song <sylecn@gmail.com>
11143
11144 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11145 matching (Bug#8516).
11146
11147 2011-01-22 Jari Aalto <jari.aalto@cante.net>
11148
11149 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11150 different face (Bug#8178).
11151
11152 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
11153
11154 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11155 defface (Bug#8144).
11156
11157 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11158
11159 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11160 funcall as well (bug#8712). Warn when performing those conversions.
11161 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11162
11163 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11164
11165 2011-05-22 Glenn Morris <rgm@gnu.org>
11166
11167 * files.el (hack-local-variables-prop-line): Small simplifications.
11168 (hack-local-variables, hack-local-variables-prop-line):
11169 If MODE-ONLY, return the mode, rather than just `t'.
11170
11171 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11172
11173 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11174
11175 2011-05-21 Glenn Morris <rgm@gnu.org>
11176
11177 * files.el (hack-local-variables-prop-line, hack-local-variables):
11178 If only interested in the mode, don't bother doing the other stuff.
11179
11180 * image-mode.el (image-after-revert-hook):
11181 Redraw all frames on which the image is visible. (Bug#8567)
11182
11183 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11184
11185 * wid-edit.el (widget-checklist-match-inline):
11186 Fix 2011-04-19 change. (Bug#8649)
11187
11188 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11189
11190 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11191 Also allow singlespace after single-letter capitals followed by a dot.
11192
11193 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11194 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11195
11196 2011-05-20 Nix <nix@esperi.org.uk>
11197
11198 * files.el (basic-save-buffer-2):
11199 Fix handling of break-hardlink-on-save with non-existent files.
11200
11201 2011-05-19 Deniz Dogan <deniz@dogan.se>
11202
11203 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
11204 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
11205
11206 2011-05-19 Glenn Morris <rgm@gnu.org>
11207
11208 * progmodes/f90.el (f90-type-def-re):
11209 Handle "type, bind(c)". (Bug#8691)
11210
11211 * emacs-lisp/autoload.el (batch-update-autoloads):
11212 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11213
11214 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
11215
11216 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11217 property for the correct connection in case of multihops.
11218
11219 2011-05-18 Glenn Morris <rgm@gnu.org>
11220
11221 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
11222 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11223
11224 Rationalize calendar handling of day and month abbrev-arrays.
11225 * calendar/calendar.el (calendar-customized-p): New function.
11226 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11227 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11228 Add :set function.
11229 (calendar-abbrev-length, calendar-day-abbrev-array)
11230 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11231 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11232 Elements may no longer be nil.
11233 (calendar-day-name, calendar-month-name):
11234 Update for changed nature of abbrev arrays.
11235 * calendar/diary-lib.el (diary-name-pattern):
11236 Update for changed nature of abbrev arrays.
11237 (diary-mark-entries-1): Update calendar-make-alist calls.
11238 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11239 * calendar/cal-html.el (cal-html-day-abbrev-array):
11240 Simply inherit from calendar-day-abbrev-array.
11241
11242 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11243
11244 * progmodes/grep.el (grep-mode): Disable default
11245 compilation-directory-matcher setting (bug#8684).
11246
11247 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
11248
11249 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11250 instead of "head" and "tail". There were problems with SunOS 5.9,
11251 and it performs better.
11252
11253 2011-05-17 Glenn Morris <rgm@gnu.org>
11254
11255 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11256
11257 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11258 Replace obsolete function.
11259
11260 * shell.el (pcomplete-parse-arguments-function): Declare.
11261
11262 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11263 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11264 (appt-check): Doc fixes.
11265 (appt-disp-window-function, appt-delete-window-function):
11266 Remove needless special case in custom :type.
11267 (appt-display-count): Default to 0, not nil.
11268 (appt-check): Reset appt-display-count to 0, not nil.
11269
11270 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
11271
11272 * progmodes/python.el (python-font-lock-keywords):
11273 Add the Python 3.X keyword "nonlocal" (bug#8639).
11274
11275 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11276
11277 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11278
11279 2011-05-16 Kevin Ryde <user42@zip.com.au>
11280
11281 * info-look.el (makefile-automake-mode): New setups, looking in
11282 automake manual, then makefile-mode.
11283 (makefile-mode): Remove automake manual, have it just in
11284 makefile-automake-mode since there's various things different or
11285 not relevant to plain make.
11286 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11287 believe a hypothetical automake-mode would go to makefile-mode,
11288 not the other way around.
11289
11290 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
11291
11292 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11293 hunk-end tags (Bug#8672).
11294
11295 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11296 vc-annotate-show-diff-revision-at-line (Bug#8671).
11297
11298 2011-05-14 Glenn Morris <rgm@gnu.org>
11299
11300 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11301 in the middle of an existing one with multiple authors. (Bug#8645)
11302 (change-log-font-lock-keywords): Also handle multiple author lines
11303 with leading tabs. (Bug#8644)
11304
11305 * calendar/appt.el (appt-check): Rename some local variables.
11306 Some simplification/reordering.
11307
11308 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11309 (feedmail-sendmail-f-doesnt-sell-me-out)
11310 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11311 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11312 (feedmail-queue-runner-message-sender): Set :version.
11313 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11314 (bbdb-dwim-net-address, vm-mail): Declare.
11315 (feedmail-binmail-gnulinuxish-template):
11316 Rename from feedmail-binmail-linuxish-template.
11317 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11318 Use insert-buffer-substring.
11319
11320 2011-05-14 Bill Carpenter <bill@carpenter.org>
11321
11322 * mail/feedmail.el (feedmail-patch-level): Increase.
11323 (feedmail-debug): New custom group.
11324 (feedmail-confirm-outgoing-timeout)
11325 (feedmail-sendmail-f-doesnt-sell-me-out)
11326 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11327 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11328 (feedmail-sender-line, feedmail-from-line)
11329 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
11330 (feedmail-spray-this-address)
11331 (feedmail-spray-address-fiddle-plex-list)
11332 (feedmail-queue-use-send-time-for-date)
11333 (feedmail-queue-use-send-time-for-message-id)
11334 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11335 (feedmail-buffer-eating-function):
11336 Doc fixes.
11337 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11338 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11339 (feedmail-message-action-scroll-down): New functions.
11340 (feedmail-queue-directory, feedmail-queue-draft-directory):
11341 Use expand-file-name.
11342 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11343 Remove C-v help entry.
11344 (feedmail-queue-buffer-file-name): New variable.
11345 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11346 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11347 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11348 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11349 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11350 (feedmail-message-action-toggle-spray)
11351 (feedmail-run-the-queue-no-prompts)
11352 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11353 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11354 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11355 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11356 (feedmail-envelope-deducer, feedmail-fiddle-from)
11357 (feedmail-fiddle-sender, feedmail-default-date-generator)
11358 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11359 (feedmail-fiddle-spray-address)
11360 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11361 (feedmail-fiddle-list-of-fiddle-plexes)
11362 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11363 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11364 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11365 Change default. Doc fix.
11366 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11367 (feedmail-binmail-linuxish-template): New constant.
11368 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11369 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11370 (feedmail-send-it): Add debug call.
11371 Use feedmail-queue-buffer-file-name, and
11372 feedmail-send-it-immediately-wrapper.
11373 (feedmail-message-action-send): Add debug call.
11374 Use feedmail-send-it-immediately-wrapper.
11375 (feedmail-queue-express-to-queue): Add debug call.
11376 Run feedmail-queue-express-hook.
11377 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11378 (feedmail-message-action-help-blat):
11379 Rename from feedmail-queue-send-edit-prompt-help-first.
11380 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11381 Check line-endings. Handle errors better.
11382 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11383 Doc fix. Add debug call.
11384 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11385 Use feedmail-queue-send-edit-prompt-inner.
11386 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11387 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11388 from feedmail-queue-send-edit-prompt.
11389 (feedmail-queue-send-edit-prompt-help)
11390 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11391 (feedmail-tidy-up-slug): Add debug call.
11392 Respect feedmail-queue-slug-suspect-regexp.
11393 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11394 (feedmail-dump-message-to-queue): Add debug call.
11395 Expand queue-directory.
11396 (feedmail-dump-message-to-queue): Change message slightly.
11397 Use feedmail-say-chatter.
11398 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11399 (feedmail-send-it-immediately-wrapper): New function.
11400 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11401 Insert empty string rather than newline. Handle full-frame case.
11402 Use catch/throw. Use feedmail-say-chatter.
11403 (feedmail-fiddle-from): Try mail-host-address.
11404 (feedmail-default-message-id-generator): Doc fix.
11405 Bind system-time-locale. Handle missing end.
11406 (feedmail-fiddle-x-mailer): Add debug call.
11407 Handle feedmail-x-mailer-line being nil.
11408 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11409 Add debug call. Use buffer-substring-no-properties.
11410 (feedmail-say-debug, feedmail-say-chatter): New functions.
11411 (feedmail-find-eoh): Give an explicit error.
11412
11413 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
11414
11415 * net/newst-treeview.el (newsticker-treeview-face): Change default
11416 family from helvetica to sans.
11417 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
11418 etc/images/newsticker.
11419
11420 * net/newst-reader.el (newsticker-feed-face): Change default
11421 family from helvetica to sans.
11422
11423 * net/newst-plainview.el (newsticker-new-item-face)
11424 (newsticker-old-item-face, newsticker-immortal-item-face)
11425 (newsticker-obsolete-item-face, newsticker-date-face)
11426 (newsticker-statistics-face): Change default family from
11427 helvetica to sans.
11428 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
11429 etc/images/newsticker.
11430
11431 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11432 (newsticker--process-auto-mark-filter-match): Tell user about
11433 auto-marking.
11434
11435 2011-05-13 Didier Verna <didier@xemacs.org>
11436
11437 Common Lisp indentation improvements on defmethod and lambda-lists.
11438 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11439 TODO entries.
11440 (lisp-lambda-list-keyword-parameter-indentation)
11441 (lisp-lambda-list-keyword-parameter-alignment)
11442 (lisp-lambda-list-keyword-alignment): New customizable user options.
11443 (lisp-indent-defun-method): Improve docstring.
11444 (extended-loop-p): Fix comment.
11445 (lisp-indent-lambda-list-keywords-regexp): New variable.
11446 (lisp-indent-lambda-list): New function.
11447 (lisp-indent-259): Use it.
11448 (lisp-indent-defmethod): Support for more than one
11449 method qualifier and properly indent methods lambda-lists.
11450 (defgeneric): Provide a missing common-lisp-indent-function property.
11451
11452 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11453
11454 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11455 bounds for the empty string (bug#8667).
11456
11457 2011-05-13 Glenn Morris <rgm@gnu.org>
11458
11459 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11460
11461 * mail/sendmail.el (sendmail-program): Try executable-find first.
11462 (sendmail-send-it): `sendmail-program' cannot be unbound.
11463
11464 * calendar/appt.el (appt-make-list): Simplify.
11465 (appt-time-msg-list): Doc fix.
11466 (appt-check): Change mode-line message at the time of the appointment.
11467
11468 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11469
11470 * progmodes/ld-script.el (ld-script-keywords)
11471 (ld-script-builtins): Update keywords list.
11472
11473 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11476
11477 * shell.el (shell-completion-vars): New function.
11478 (shell-mode):
11479 * simple.el (read-shell-command): Use it.
11480 (blink-matching-open): No need for " [...]" in minibuffer-message.
11481
11482 2011-05-12 Glenn Morris <rgm@gnu.org>
11483
11484 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11485 (appt-check): Simplify.
11486
11487 2011-05-12 Eli Zaretskii <eliz@gnu.org>
11488
11489 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
11490 literal "/dev/null".
11491
11492 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11493
11494 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11495 Fix typo.
11496
11497 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
11498
11499 * progmodes/which-func.el (which-function):
11500 Use add-log-current-defun instead of add-log-current-defun-function,
11501 which might not be defined (Bug#8260).
11502
11503 2011-05-12 Glenn Morris <rgm@gnu.org>
11504
11505 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11506 Let byte-compile-initial-macro-environment always take precedence.
11507
11508 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11509
11510 * net/rcirc.el: Add support for SSL/TLS connections.
11511 (rcirc-server-alist): New field `encryption'.
11512 (rcirc): Check `encryption' settings.
11513 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11514 Merge make-local-variable into `set'.
11515 (rcirc--connection-open-p): New function.
11516 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11517 the process is not a network process (e.g. running gnutls-cli).
11518 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11519 Make rcirc-(en|de)code-coding-system local here.
11520 (rcirc-mode): Merge make-local-variable into `set'.
11521 (rcirc-parent-buffer): Make permanent buffer-local.
11522 (rcirc-multiline-minor-mode): Don't do it here.
11523 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11524 there's no server buffer.
11525
11526 2011-05-11 Glenn Morris <rgm@gnu.org>
11527
11528 * newcomment.el (comment-kill): Prefix "unused" local.
11529
11530 * term/w32console.el (get-screen-color): Declare.
11531
11532 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11533 Handle symbol elements of byte-compile-initial-macro-environment.
11534
11535 2011-05-10 Leo Liu <sdl.web@gmail.com>
11536
11537 * bookmark.el (bookmark-bmenu-mode-map):
11538 Bind bookmark-bmenu-search to `/'.
11539
11540 * mail/footnote.el: Convert to utf-8 encoding.
11541 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11542 (Footnote-unicode): New function.
11543 (footnote-style-alist): Add unicode style to the list.
11544 (footnote-style): Doc fix.
11545
11546 2011-05-10 Jim Meyering <meyering@redhat.com>
11547
11548 Fix doubled-word typos.
11549 * international/quail.el (quail-insert-kbd-layout): and and -> and
11550 * kermit.el: and and -> and
11551 * net/ldap.el (ldap-search-internal): to to -> to
11552 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11553 * progmodes/js.el (js-mode): and and -> and
11554 * textmodes/artist.el (artist-move-to-xy): at at -> at
11555 (artist-draw-region-trim-line-endings): if if -> if
11556 And Safetyc -> Safety.
11557 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11558
11559 2011-05-10 Glenn Morris <rgm@gnu.org>
11560 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 * files.el (hack-one-local-variable-eval-safep):
11563 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11564
11565 2011-05-10 Glenn Morris <rgm@gnu.org>
11566
11567 * calendar/diary-lib.el (diary-list-entries-hook)
11568 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11569 (diary-nongregorian-marking-hook, diary-list-entries)
11570 (diary-include-other-diary-files, diary-mark-entries)
11571 (diary-mark-included-diary-files): Doc fixes.
11572
11573 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
11574
11575 * misc.el: Require tabulated-list.el during compilation.
11576
11577 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
11578
11579 * progmodes/compile.el (compilation-start):
11580 Run compilation-filter-hook for the async case too.
11581 (compilation-filter-hook): Doc fix.
11582
11583 2011-05-09 Deniz Dogan <deniz@dogan.se>
11584
11585 * wdired.el: Remove outdated installation comment. Fix usage
11586 comment.
11587
11588 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
11589
11590 * misc.el: Implement new command `list-dynamic-libraries'.
11591 (list-dynamic-libraries--loaded-only-p): New variable.
11592 (list-dynamic-libraries--refresh): New function.
11593 (list-dynamic-libraries): New command.
11594
11595 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
11596
11597 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11598 Fix the ant regexp to handle end-line and end-column info from jikes.
11599 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11600 higher priority to avoid clobbering by gnu.
11601
11602 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
11603
11604 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11605 if the face has existing theme settings (Bug#8454).
11606
11607 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11608
11609 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11610 Only match variables declared via `my' or `our' (Bug#8261).
11611
11612 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11613 special file names `.' and `..' (Bug#8259).
11614
11615 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
11616
11617 * progmodes/grep.el (grep-mode-font-lock-keywords):
11618 Remove buffer-changing entries.
11619 (grep-filter): New function.
11620 (grep-mode): Add it to compilation-filter-hook.
11621
11622 * progmodes/compile.el (compilation-filter-hook)
11623 (compilation-filter-start): New defvars.
11624 (compilation-filter): Call compilation-filter-hook prior to
11625 updating the process mark.
11626
11627 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11628
11629 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11630
11631 2011-05-07 Eli Zaretskii <eliz@gnu.org>
11632
11633 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11634 mailclient-send-it even if window-system is nil. (Bug#8595)
11635
11636 * term/w32console.el (terminal-init-w32console):
11637 Call get-screen-color and use its output to set the frame
11638 background-mode. (Bug#8597)
11639
11640 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11641
11642 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11643 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11644 New functions.
11645 (defgeneric, eieio--defmethod): Use them.
11646 (eieio-defgeneric): Remove.
11647 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11648
11649 2011-05-07 Glenn Morris <rgm@gnu.org>
11650
11651 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11652 Use let rather than let*.
11653 (timeclock-find-discrep): Remove unused local.
11654
11655 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11656
11657 * calendar/appt.el (appt-time-msg-list): Doc fix.
11658
11659 2011-05-06 Noah Friedman <friedman@splode.com>
11660
11661 * apropos.el (apropos-print-doc): Only use
11662 emacs-lisp-docstring-fill-column when it is bound to an integer,
11663 per that variable's documentation.
11664
11665 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11666
11667 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
11668 and warnings are not silently discarded (e.g. use -d instead of -P).
11669
11670 2011-05-06 Glenn Morris <rgm@gnu.org>
11671
11672 * calendar/appt.el (appt-message-warning-time): Doc fix.
11673 (appt-warning-time-regexp): New option.
11674 (appt-make-list): Respect appt-message-warning-time.
11675
11676 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11677 New options.
11678 (diary-add-to-list): Strip comments from the displayed string.
11679 (diary-mode): Set comment-start and comment-end.
11680
11681 * vc/diff-mode.el (smerge-refine-subst): Declare.
11682 (diff-refine-hunk): Don't require smerge-mode when compiling.
11683
11684 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
11685
11686 * simple.el (list-processes): Return nil as the docstring says.
11687
11688 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
11689
11690 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11691 to "".
11692 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11693 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11694 determining of binary transfer. (Bug#7383)
11695
11696 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
11697
11698 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11699 Fix port computation bug. (Bug#8618)
11700
11701 2011-05-05 Glenn Morris <rgm@gnu.org>
11702
11703 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11704
11705 * simple.el (shell-dynamic-complete-functions)
11706 (comint-dynamic-complete-functions): Declare.
11707
11708 * net/network-stream.el (gnutls-negotiate):
11709 * simple.el (tabulated-list-print): Fix declarations.
11710
11711 * progmodes/gud.el (syntax-symbol, syntax-point):
11712 Remove unnecessary and incorrect declarations.
11713
11714 * emacs-lisp/check-declare.el (check-declare-scan):
11715 Handle byte-compile-initial-macro-environment in bytecomp.el
11716
11717 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 Fix earlier half-done eieio-defmethod change (bug#8338).
11720 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11721 Streamline and change calling convention.
11722 (defmethod): Adjust accordingly and simplify.
11723 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11724 new eieio--defmethod.
11725 (slot-boundp): Minor CSE simplification.
11726
11727 2011-05-05 Milan Zamazal <pdm@zamazal.org>
11728
11729 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11730 (glasses-make-readable): Use glasses-separate-capital-groups.
11731
11732 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
11733
11734 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11735 (warning-series): Doc fix.
11736 (display-warning): Don't try to create the buffer if we just found it.
11737
11738 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
11739
11740 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11741 (autoload-find-generated-file): New function.
11742 (generate-file-autoloads): Bind generated-autoload-file to
11743 buffer-file-name.
11744 (update-file-autoloads, update-directory-autoloads):
11745 Use autoload-find-generated-file. If called interactively, prompt for
11746 output file (Bug#7989).
11747 (batch-update-autoloads): Doc fix.
11748
11749 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
11750
11751 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11752
11753 2011-05-04 Glenn Morris <rgm@gnu.org>
11754
11755 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11756 function, so it follows changes in calendar-date-style.
11757 (diary-fancy-date-matcher): New function.
11758 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11759 (diary-fancy-font-lock-fontify-region-function):
11760 Use diary-fancy-date-pattern as a function.
11761
11762 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11763 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11764
11765 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11766
11767 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11768 instead of positional arguments. Allow :keylist and :crlfiles
11769 arguments.
11770 (open-gnutls-stream): Call it.
11771
11772 * net/network-stream.el (network-stream-open-starttls): Adjust to
11773 call `gnutls-negotiate' with :process and :hostname arguments.
11774
11775 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11776
11777 * minibuffer.el (completion--message): New function.
11778 (completion--do-completion, minibuffer-complete)
11779 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11780 (completion--do-completion): Don't ignore completion-auto-help when in
11781 icomplete-mode.
11782
11783 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11784 internal encoding (e.g. tibetan zero is not whitespace).
11785 (global-whitespace-mode): Prefer save-current-buffer.
11786 (whitespace-trailing-regexp): Remove useless save-match-data.
11787 (whitespace-empty-at-bob-regexp): Minor simplification.
11788
11789 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
11790
11791 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11792
11793 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11794
11795 * textmodes/ispell.el (ispell-add-per-file-word-list):
11796 Use `concat' to create string for insertion.
11797
11798 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11799
11800 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11801 Avoid open-line which runs post-self-insert-hook.
11802 (bibtex-fill-entry): Remove unused `end' var.
11803
11804 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11805
11806 * textmodes/ispell.el (ispell-add-per-file-word-list):
11807 Protect against `nil' value of `comment-start' (Bug#8579).
11808
11809 2011-05-03 Leo Liu <sdl.web@gmail.com>
11810
11811 * isearch.el (isearch-yank-pop): New command.
11812 (isearch-mode-map): Bind it to `M-y'.
11813 (isearch-forward): Mention it.
11814
11815 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11816
11817 * simple.el (minibuffer-complete-shell-command): Remove.
11818 (minibuffer-local-shell-command-map): Use completion-at-point.
11819 (read-shell-command): Setup completion vars here instead.
11820 (read-expression-map): Bind TAB to symbol completion.
11821
11822 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11823 error directly rather via storing it into `results'.
11824
11825 2011-05-02 Leo Liu <sdl.web@gmail.com>
11826
11827 * vc/diff.el: Fix description.
11828
11829 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11830
11831 * server.el (server-eval-at): New function.
11832
11833 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11834
11835 * net/network-stream.el (open-network-stream): Take a :nowait
11836 parameter and pass it on to `make-network-process'.
11837 (network-stream-open-plain): Ditto.
11838
11839 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11840
11841 * faces.el (face-spec-set-match-display): Don't match toolkit
11842 options on terminal frames.
11843
11844 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11845
11846 * progmodes/pascal.el: Use lexical binding.
11847 (pascal-mode-map): Remove author preferences.
11848
11849 * pcomplete.el (pcomplete-std-complete): Don't abuse
11850 completion-at-point.
11851
11852 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
11853
11854 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11855 removing code that has been dead since 1991 or so.
11856
11857 * startup.el (command-line): When warning about "_emacs", use a
11858 delayed warning to allow the user to filter it out.
11859
11860 2011-04-28 Deniz Dogan <deniz@dogan.se>
11861
11862 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11863 user has not joined.
11864
11865 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11866
11867 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11868 aren't any completions at point.
11869
11870 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
11871
11872 * subr.el (display-delayed-warnings): New function.
11873 (delayed-warnings-hook): New variable.
11874
11875 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11876
11877 * minibuffer.el (completion-at-point, completion-help-at-point):
11878 Don't presume that a given completion-at-point-function will always
11879 use the same calling convention.
11880
11881 * pcomplete.el (pcomplete-completions-at-point):
11882 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11883 pcomplete-seen is non-nil.
11884 (pcomplete-comint-setup): Also recognize the new comint/shell
11885 completion functions.
11886 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11887 pcomplete-seen is non-nil.
11888
11889 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
11890
11891 * calendar/icalendar.el (diary-lib): Add require statement.
11892 (icalendar--create-uid): Read out a uid from a text-property on
11893 the first character in the entry. This allows for code to add its
11894 own uid to the entry.
11895 (icalendar--convert-float-to-ical): Add export of
11896 `diary-float'-entries save for those with the optional DAY
11897 argument.
11898
11899 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11900
11901 * subr.el (shell-quote-argument): Use alternate escaping strategy
11902 when we spot a variable reference in a string.
11903
11904 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11905
11906 * cus-start.el (all): Define customization for debug-on-event.
11907
11908 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11909
11910 * subr.el (shell-quote-argument): Escape correctly under Windows.
11911
11912 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11913
11914 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11915
11916 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
11917
11918 * net/tramp.el (tramp-process-actions): Add POS argument.
11919 Delete region between POS and (pos).
11920
11921 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11922 Use `nil' position in `tramp-process-actions' call.
11923 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11924
11925 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11926 position in `tramp-process-actions' call.
11927
11928 * net/trampver.el: Update release number.
11929
11930 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11931
11932 * custom.el (defcustom): Obey lexical-binding.
11933
11934 Fix octave-inf completion problems reported by Alexander Klimov.
11935 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11936 Inherit from octave-mode-syntax-table.
11937 (inferior-octave-mode): Set info-lookup-mode.
11938 (inferior-octave-completion-at-point): New function.
11939 (inferior-octave-complete): Use it and completion-in-region.
11940 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11941 comint-filename-completion.
11942 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11943 symbol elements which shouldn't be word elements.
11944 (octave-font-lock-keywords, octave-beginning-of-defun)
11945 (octave-function-header-regexp): Adjust regexps accordingly.
11946 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11947
11948 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
11949
11950 * net/gnutls.el (gnutls-errorp): Declare before first use.
11951
11952 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11953
11954 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11955 verify-error, and verify-hostname-error parameters. Check whether
11956 default trustfile exists before going to use it. Add missing
11957 argument to gnutls-message-maybe call. Return value.
11958 Reported by Claudio Bley <claudio.bley@gmail.com>.
11959 (open-gnutls-stream): Add usage example.
11960
11961 * net/network-stream.el (network-stream-open-starttls): Give host
11962 parameter to `gnutls-negotiate'.
11963 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
11964 * subr.el (shell-quote-argument): Escape correctly under Windows.
11965
11966 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
11967
11968 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11969 Use correct match group (bug#8438).
11970
11971 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
11972
11973 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11974 (package-menu--generate): New arg specifying packages to show.
11975 (package-menu-refresh, package-menu-execute, list-packages):
11976 Callers changed.
11977 (package-show-package-list): New function, replacing deleted
11978 package--list-packages (renamed because it is non-internal).
11979
11980 * finder.el (finder-list-matches): Use package-show-package-list
11981 instead of deleted package--list-packages.
11982
11983 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11984 Based on a previous implementation by Juanma Barranquero (Bug#8366).
11985 (vc-annotate-mode-map): Bind it to RET.
11986
11987 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11988
11989 * progmodes/etags.el (next-file): Don't use set-buffer to change
11990 buffers (Bug#8478).
11991
11992 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
11993
11994 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11995
11996 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11997 (apropos-accumulator): Doc fix.
11998 (apropos-function, apropos-macro, apropos-command)
11999 (apropos-variable, apropos-face, apropos-group, apropos-widget)
12000 (apropos-plist): Add face property.
12001 (apropos-symbols-internal): Fix indentation.
12002 (apropos-print): Simplify help, and recognize apropos-multi-type.
12003 (apropos-print-doc): Use button-type-get to extract the button's
12004 face property. Fill docstring (Bug#8352).
12005
12006 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
12007
12008 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
12009
12010 * play/mpuz.el (mpuz-silent): Doc fix.
12011 (mpuz-mode-map): Use mapc.
12012 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
12013 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
12014 Fix typos in docstrings.
12015
12016 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
12017 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
12018
12019 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
12020
12021 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
12022
12023 * minibuffer.el (completion--do-completion): Avoid the "Next char
12024 not unique" prompt if icomplete-mode is enabled (Bug#5849).
12025
12026 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
12027 mouse-2 into unread-command-events, it is interpreted correctly.
12028
12029 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
12030 (image-toggle-display): Doc fix.
12031
12032 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
12033
12034 * textmodes/page.el (what-page): Use line-number-at-pos to
12035 calculate line number (Bug#6825).
12036
12037 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
12038
12039 * eshell/esh-mode.el (find-tag-interactive): Declare function.
12040 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
12041 Pass argument NO-DEFAULT to `find-tag-interactive'.
12042
12043 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
12044
12045 Lexical-binding cleanup.
12046
12047 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
12048 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
12049 * progmodes/ada-prj.el (ada-prj-initialize-values)
12050 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
12051 (ada-prj-show-value):
12052 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
12053 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
12054 (antlr-invalidate-context-cache, antlr-options-menu-filter)
12055 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
12056 * progmodes/bug-reference.el (bug-reference-push-button):
12057 * progmodes/fortran.el (fortran-line-length):
12058 * progmodes/glasses.el (glasses-change):
12059 * progmodes/octave-mod.el (octave-fill-paragraph):
12060 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
12061 (python-pdbtrack-grub-for-buffer, python-sentinel):
12062 * progmodes/sql.el (sql-save-connection):
12063 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
12064 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
12065 Mark unused parameters.
12066
12067 * progmodes/compile.el (compilation--flush-directory-cache)
12068 (compilation--flush-parse, compile-internal): Mark unused parameters.
12069 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
12070 (compilation-next-error-function): Remove unused variable `timestamp'.
12071
12072 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
12073 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
12074
12075 * progmodes/dcl-mode.el (dcl-end-of-command):
12076 Remove unused variable `start'.
12077 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
12078 (dcl-option-value-basic, dcl-option-value-offset)
12079 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
12080 Mark unused parameters.
12081 (dcl-save-local-variable): Remove unused variable `val'.
12082 (mode): Declare.
12083
12084 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
12085 Mark unused parameters.
12086 (delphi-ignore-changes): Move before first use.
12087 (delphi-charset-token-at): Remove unused variable `start'.
12088 (delphi-else-start): Remove unused variable `if-count'.
12089 (delphi-comment-block-start, delphi-comment-block-end):
12090 Remove unused variable `kind'.
12091 (delphi-indent-line): Remove unused variable `new-point'.
12092
12093 * progmodes/ebrowse.el (ebrowse-files-list)
12094 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
12095 Mark unused parameters. Don't quote `lambda'.
12096 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
12097 Don't quote `lambda'.
12098 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
12099 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
12100 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
12101 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
12102 Use `ignore-errors'.
12103 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
12104 (ebrowse-view/find-file-and-search-pattern)
12105 (ebrowse-view/find-member-declaration/definition):
12106 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
12107 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
12108 Rename parameter PREFIX-ARG to PREFIX.
12109 (ebrowse-tags-read-name): Remove unused variables `start' and
12110 `member-info'.
12111 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
12112 to `tags-file'.
12113
12114 * progmodes/etags.el (local-find-tag-hook): Declare.
12115 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12116 Mark unused parameters.
12117
12118 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12119 (executable-interpret): Mark unused parameter.
12120
12121 * progmodes/flymake.el (flymake-process-sentinel)
12122 (flymake-after-change-function)
12123 (flymake-create-temp-with-folder-structure)
12124 (flymake-get-include-dirs-dot): Mark unused parameters.
12125 (flymake-safe-delete-directory): Remove unused variable `err'.
12126
12127 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12128 (speedbar-timer-fn, speedbar-line-text)
12129 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12130 (speedbar-center-buffer-smartly): Declare functions.
12131 (gdb-find-watch-expression): Remove unused variable `array'.
12132 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12133 (gdb-starting): Mark unused parameters.
12134 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12135 (gdb-table-string): Remove unused variable `res'.
12136 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12137 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12138 (gdb-display-buffer): Remove unused variable `cur-size'.
12139
12140 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12141 allow lexical-binding compilation.
12142 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12143 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12144 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12145 Mark unused parameters.
12146 (gud-gdb-marker-filter): Remove unused variable `match'.
12147 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12148 lambda expressions and funcall them, instead of using `fset'.
12149
12150 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12151 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12152
12153 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12154 variable `header-beg'; use `let'.
12155
12156 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12157 `restart', `last-sexp' and `at-do'.
12158
12159 * progmodes/js.el (js--debug): Mark unused parameter.
12160 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12161 (js--splice-into-items): Remove unused variable `item'.
12162 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12163
12164 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12165 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12166 (makefile-complete): Remove unused variable `try'.
12167 (makefile-fill-paragraph, makefile-match-function-end):
12168 Mark unused parameters.
12169
12170 * progmodes/octave-inf.el (inferior-octave-complete):
12171 Remove unused variable `proc'.
12172 (inferior-octave-output-digest): Mark unused parameter.
12173
12174 * progmodes/perl-mode.el (perl-calculate-indent):
12175 Remove unused variable `err'.
12176
12177 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12178 (prolog-indent-line): Mark unused parameters.
12179 (prolog-indent-line): Remove unused variable `beg'.
12180
12181 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12182 (reporter-dont-compact-list): Declare.
12183
12184 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12185 Remove unused variable `char'.
12186 (sh-debug): Mark unused parameter.
12187 (sh-get-indent-info): Remove unused variable `start'.
12188 (sh-calculate-indent): Remove unused variable `var'.
12189
12190 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12191 (simula-electric-keyword): Remove unused variable `null'.
12192 (simula-search-backward, simula-search-forward): Remove unused
12193 variables `begin' and `end'.
12194
12195 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12196 Remove unused variable `pos'.
12197 (vera-electric-tab, vera-comment-uncomment-region):
12198 Mark unused parameters.
12199 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12200
12201 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
12202
12203 * emacs-lisp/package.el (package--builtins, package-alist)
12204 (package-load-descriptor, package-built-in-p, package-activate)
12205 (define-package, package-installed-p)
12206 (package-compute-transaction, package-buffer-info)
12207 (package--push): Doc fix. Distinguish more clearly between
12208 version strings and version lists.
12209
12210 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
12211
12212 Lexical-binding cleanup.
12213
12214 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12215 (5x5-make-mutate-best):
12216 * play/fortune.el (fortune-in-buffer):
12217 * play/gomoku.el (gomoku-init-display):
12218 * play/solitaire.el (solitaire, solitaire-do-check):
12219 * play/tetris.el (tetris-default-update-speed-function):
12220 Mark unused parameters.
12221
12222 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12223 (bubbles--shift): Remove unused variable `char-org'.
12224 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12225 (bubbles--show-images): Remove unused variable `char'.
12226
12227 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12228 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12229 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12230 (decipher-analyze-buffer): Use ?\s.
12231 (decipher-make-checkpoint): Remove unused variable `mapping'.
12232
12233 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12234
12235 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12236 Remove unused variable `result'; use `let'.
12237
12238 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12239 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12240 (gametree-children-shown-p, gametree-compute-reduced-score):
12241 Use `ignore-errors'.
12242
12243 * play/handwrite.el (ps-lpr-switches): Declare.
12244 (handwrite): Remove unused variables `pmin' and `lastp'.
12245
12246 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12247
12248 * play/landmark.el (landmark-init-display)
12249 (landmark-update-naught-weights): Mark unused parameters.
12250 (landmark-y): Remove unused variable `noise'. Simplify.
12251 (landmark-human-plays): Remove unused variable `score'.
12252
12253 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12254 (mpuz-try-proposal): Remove unused variable `game'.
12255
12256 * play/zone.el (life-patterns): Declare.
12257
12258 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
12259
12260 * vc/vc.el (ediff-vc-internal): Declare function.
12261
12262 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * shell.el: Use lexical-binding and std completion UI.
12265 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12266 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12267 comint-preoutput-filter-functions rather than on
12268 comint-output-filter-functions.
12269 (shell-command-completion, shell--command-completion-data)
12270 (shell-filename-completion, shell-environment-variable-completion)
12271 (shell-c-a-p-replace-by-expanded-directory): New functions.
12272 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12273 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12274 (shell-dynamic-complete-environment-variable): Use them.
12275 (shell-dynamic-complete-as-environment-variable)
12276 (shell-dynamic-complete-as-command): Remove.
12277 (shell-match-partial-variable): Match past point.
12278 * comint.el: Clean up use of completion-at-point-functions.
12279 (comint-completion-at-point): New function.
12280 (comint-mode): Use it completion-at-point-functions.
12281 (comint-dynamic-complete): Make it obsolete.
12282 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12283 (comint-c-a-p-replace-by-expanded-history): New function.
12284 (comint-dynamic-complete-functions)
12285 (comint-replace-by-expanded-history): Use it.
12286 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12287 termination strings. Try harder to avoid second try-completion.
12288 (completion-in-region-mode-map): Disable bindings that don't work yet.
12289
12290 * comint.el: Use lexical-binding. Require CL.
12291 (comint-dynamic-complete-functions): Use comint-filename-completion.
12292 (comint-completion-addsuffix): Tweak custom type.
12293 (comint-filename-completion, comint--common-suffix)
12294 (comint--common-quoted-suffix, comint--table-subvert)
12295 (comint--complete-file-name-data): New functions.
12296 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12297 (comint-dynamic-list-filename-completions): Use them.
12298 (comint-dynamic-simple-complete): Make obsolete.
12299
12300 * minibuffer.el (completion-in-region-mode):
12301 Keep completion-in-region-mode--predicate global.
12302 (completion-in-region--postch):
12303 Assume completion-in-region-mode--predicate is not null.
12304
12305 * progmodes/flymake.el (flymake-start-syntax-check-process):
12306 Obey `dir'. Simplify.
12307
12308 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12309 we're in VC after all.
12310
12311 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12312
12313 * vc/vc.el (vc-diff-build-argument-list-internal)
12314 (vc-version-ediff, vc-ediff): New commands.
12315 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12316
12317 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12318
12319 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12320 add sanity check.
12321
12322 * obsolete/erc-hecomplete.el: Make obsolete.
12323 * obsolete/: Standardize obsolescence info in the header.
12324
12325 2011-04-20 Glenn Morris <rgm@gnu.org>
12326
12327 * calendar/solar.el (solar-horizontal-coordinates):
12328 Use the longitude argument rather than `calendar-longitude'.
12329 (solar-date-next-longitude): Remove unused locals.
12330
12331 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12332
12333 * whitespace.el: New version 13.2.1.
12334
12335 2011-04-20 felix <EmacsWiki> (tiny change)
12336
12337 * whitespace.el (global-whitespace-mode): Keep highlight when
12338 switching between major modes on a file.
12339
12340 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12341
12342 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12343 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12344 multi-line comments as well.
12345
12346 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
12347
12348 Lexical-binding cleanup.
12349
12350 * arc-mode.el (archive-mode-revert):
12351 * cmuscheme.el (scheme-interactively-start-process):
12352 * custom.el (custom-initialize-delay):
12353 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12354 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12355 * emacs-lock.el (emacs-lock-clear-sentinel):
12356 * ezimage.el (defezimage):
12357 * follow.el (follow-avoid-tail-recenter):
12358 * fringe.el (set-fringe-mode-1):
12359 * generic-x.el (bat-generic-mode-compile):
12360 * help-mode.el (help-info-variable, help-do-xref)
12361 (help-mode-revert-buffer):
12362 * help.el (view-emacs-todo):
12363 * iswitchb.el (iswitchb-completion-help):
12364 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12365 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12366 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12367 * locate.el (locate-update):
12368 * longlines.el (longlines-encode-region)
12369 (longlines-after-change-function):
12370 * outline.el (outline-isearch-open-invisible):
12371 * ps-def.el (declare-function, charset-dimension, char-width)
12372 (encode-char):
12373 * ps-mule.el (ps-mule-plot-string):
12374 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12375 (recentf-edit-list-select, recentf-edit-list-validate)
12376 (recentf-open-files-action):
12377 * rect.el (delete-whitespace-rectangle-line)
12378 (rectangle-number-line-callback):
12379 * register.el (window-configuration-to-register)
12380 (frame-configuration-to-register):
12381 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12382 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12383 (xselect-convert-to-targets, xselect-convert-to-delete)
12384 (xselect-convert-to-filename, xselect-convert-to-charpos)
12385 (xselect-convert-to-lineno, xselect-convert-to-colno)
12386 (xselect-convert-to-os, xselect-convert-to-host)
12387 (xselect-convert-to-user, xselect-convert-to-class)
12388 (xselect-convert-to-name, xselect-convert-to-integer)
12389 (xselect-convert-to-atom, xselect-convert-to-identity):
12390 * subr.el (declare, ignore, process-kill-without-query)
12391 (text-clone-maintain):
12392 * terminal.el (te-get-char, te-tic-sentinel):
12393 * tool-bar.el (tool-bar-make-keymap):
12394 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12395 * type-break.el (type-break-mode, type-break-noninteractive-query):
12396 * view.el (View-back-to-mark):
12397 * wid-browse.el (widget-browse-action, widget-browse-widget)
12398 (widget-browse-widgets, widget-browse-sexp):
12399 * widget.el (define-widget-keywords):
12400 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12401 Mark unused parameters.
12402
12403 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12404 (align-areas): Remove unused variable `look'.
12405 (align-region): Remove unused variables `real-end' and `pos-list'.
12406
12407 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12408
12409 * bindings.el (mode-line-modified, mode-line-remote):
12410 Mark unused parameters.
12411 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12412
12413 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12414 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12415
12416 * comint.el (comint-history-isearch-pop-state)
12417 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12418 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12419 (comint-substitute-in-file-name): Doc fix.
12420
12421 * completion.el (cmpl-statistics-block): Mark unused parameter.
12422 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12423 (save-completions-to-file, load-completions-from-file):
12424 Remove unused local variable `e'.
12425
12426 * composite.el (compose-chars): Remove unused variable `len'.
12427 (lgstring-insert-glyph): Remove unused variable `g'.
12428 (compose-glyph-string): Remove unused variables `ascent',
12429 `descent', `lbearing' and `rbearing'.
12430 (compose-glyph-string-relative): Remove unused variables
12431 `lbearing', `rbearing' and `wadjust'.
12432 (compose-gstring-for-graphic): Remove unused variables `header',
12433 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12434 (compose-gstring-for-terminal): Remove unused variables `header'
12435 and `nchars'. Use `let', not `let*'.
12436
12437 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12438 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12439 (Custom-buffer-done, custom-buffer-create-internal)
12440 (custom-browse-visibility-action, custom-browse-group-tag-action)
12441 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12442 (widget-magic-mouse-down-action, custom-toggle-parent)
12443 (custom-add-parent-links, custom-toggle-hide-variable)
12444 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12445 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12446 (custom-face-menu-create, custom-variable-menu-create, get)
12447 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12448 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12449 (customize-apropos): Remove unused variable `tests'.
12450 (custom-group-value-create): Remove unused variable `hidden-p'.
12451 (sort-fold-case): Declare.
12452
12453 * cus-theme.el (custom-reset-standard-faces-list)
12454 (custom-reset-standard-variables-list): Declare.
12455 (customize-create-theme, custom-theme-revert, custom-theme-write)
12456 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12457 Mark unused parameters.
12458
12459 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12460
12461 * delim-col.el (delimit-columns-max): Move defvar before first use.
12462
12463 * descr-text.el (describe-char-categories): Don't quote `lambda'.
12464 (describe-char): Don't quote `lambda'. Mark unused parameter.
12465
12466 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12467 (auto-insert): Declare.
12468 (desktop-restore-file-buffer): Rename desktop-* parameters;
12469 mark unused ones.
12470 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12471 (desktop-buffer): Rename desktop-* parameters.
12472
12473 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12474 (dframe-reposition-frame-xemacs, dframe-help-echo)
12475 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12476 Mark unused parameters.
12477
12478 * dired-aux.el (backup-extract-version-start, overwrite-query)
12479 (overwrite-backup-query, rename-regexp-query)
12480 (rename-non-directory-query): Declare.
12481 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12482 (dired-add-entry): Remove unused variable `orig-file-name'.
12483 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12484 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12485 `dired-copy-preserve-time' directly.
12486 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12487 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12488
12489 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12490 (dired-virtual-revert, dired-make-relative-symlink):
12491 Mark unused parameters.
12492 (manual-program): Declare.
12493 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12494 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12495 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12496
12497 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12498
12499 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12500
12501 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12502 Declare.
12503
12504 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12505
12506 * electric.el (Electric-command-loop): Rename parameter
12507 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12508
12509 * expand.el (expand-in-literal): Remove unused variable `here'.
12510
12511 * facemenu.el (facemenu-add-new-color):
12512 Remove unused variable `docstring'.
12513
12514 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12515 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12516 (face-attr-construct): Mark unused parameter. Doc fix.
12517 (read-color): Remove unused variable `hex-string'.
12518
12519 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12520 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12521 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12522 (display-buffer-other-frame): Remove unused variable `old-window'.
12523 (kill-buffer-hook): Declare.
12524 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12525 Mark unused parameters.
12526 (after-find-file): Pass 1 to `auto-save-mode', not t.
12527
12528 * files-x.el (auto-insert): Declare.
12529 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12530
12531 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
12532 variable `buf'. Mark unused parameter.
12533 (find-lisp-insert-directory): Mark unused parameter.
12534
12535 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12536 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12537 (format-common-tail): Remove, unused.
12538 (format-deannotate-region): Remove unused variable `loc'.
12539 (format-annotate-region): Remove unused variable `p'.
12540 (format-annotate-single-property-change): Remove unused variables
12541 `default' and `tail'.
12542
12543 * forms.el (read-file-filter): Declare.
12544 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12545
12546 * frame.el (frame-creation-function-alist): Mark unused parameter.
12547 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12548
12549 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12550 Remove unused parameters.
12551 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12552 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12553
12554 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12555 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12556 (hfy-prepare-tag-map): Mark unused parameters.
12557 (htmlfontify-buffer): Use `called-interactively-p'.
12558
12559 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12560 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12561 (ibuffer-do-occur): Mark unused parameters.
12562 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12563 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12564
12565 * ibuffer.el: Don't quote `lambda'.
12566 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12567 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12568 Mark unused parameters.
12569
12570 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12571 (ido-completing-read): Mark unused parameters.
12572 (ido-copy-current-word): Mark unused parameters;
12573 remove unused variable `name'.
12574 (ido-sort-merged-list): Remove unused parameter `dirs'.
12575
12576 * ielm.el (ielm-input-sender): Mark unused parameter.
12577 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12578 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12579 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12580 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12581 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12582
12583 * image-dired.el (image-dired-display-thumbs): Remove unused
12584 variables `curr-file' and `count'.
12585 (image-dired-remove-tag): Remove unused variable `start'.
12586 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12587 variable `curr-file'
12588 (image-dired-rotate-original): Remove unused variable `temp-file'.
12589 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12590 Remove unused variable `file'.
12591 (image-dired-gallery-generate): Remove unused variable `curr'.
12592 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12593
12594 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12595
12596 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12597
12598 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12599
12600 * isearch.el (minibuffer-history-symbol): Declare.
12601 (isearch-edit-string): Remove unused variable `err'.
12602 (isearch-message-prefix, isearch-message-suffix):
12603 Mark unused parameters.
12604
12605 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12606
12607 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12608
12609 * makesum.el (double-column): Remove unused variable `cnt'.
12610
12611 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12612 (ido-ignore-item-temp-list): Declare.
12613
12614 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12615 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12616 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12617 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12618 `mouse-col-delta'.
12619
12620 * mouse-sel.el (mouse-extend-internal):
12621 Remove unused variable `orig-window-frame'.
12622
12623 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12624 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12625 Move declarations before first use.
12626 (pcomplete-opt): Mark unused parameters; doc fix.
12627
12628 * proced.el (proced-revert): Mark unused parameter.
12629 (proced-send-signal): Remove unused variable `err'.
12630
12631 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12632 Rename parameter PREFIX-ARG to ARG.
12633 (ps-basic-plot-string, ps-basic-plot-whitespace):
12634 Mark unused parameters.
12635
12636 * replace.el (replace-count): Define.
12637 (occur-revert-function): Mark unused parameters.
12638 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12639 (isearch-case-fold-search, isearch-string): Declare.
12640 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12641 bind `case-fold-search'. Remove unused variables `beg' and `end',
12642 and simplify.
12643 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12644 COUNT and bind `replace-count'.
12645 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12646 to COUNT.
12647
12648 * savehist.el (print-readably, print-string-length): Declare.
12649
12650 * shadowfile.el (shadow-expand-cluster-in-file-name):
12651 Remove unused variable `cluster'.
12652 (shadow-copy-file): Remove unused variable `i'.
12653 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12654 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12655 (shadow-define-literal-group, shadow-define-regexp-group)
12656 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12657
12658 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12659 (shell): Use `called-interactively-p'.
12660 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12661
12662 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12663 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12664 (delete-backward-char): Remove unused variable `ocol'.
12665 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12666 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12667 (event-apply-hyper-modifier, event-apply-shift-modifier)
12668 (event-apply-control-modifier, event-apply-meta-modifier):
12669 Mark unused parameters.
12670 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12671 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12672
12673 * speedbar.el (speedbar-ignored-directory-expressions)
12674 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12675 (speedbar-find-file, speedbar-dir-follow)
12676 (speedbar-directory-buttons-follow, speedbar-tag-find)
12677 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12678 (speedbar-buffers-line-directory, speedbar-buffer-click):
12679 Mark unused parameters.
12680 (speedbar-tag-file): Remove unused variable `mode'.
12681 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12682
12683 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12684
12685 * talk.el (talk): Remove unused variable `display'.
12686
12687 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12688 (tar-write-region-annotate): Mark unused parameter.
12689
12690 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12691 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12692 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12693 warning by another.
12694
12695 * time-stamp.el (time-stamp-string-preprocess):
12696 Remove unused variable `require-padding'.
12697
12698 * tree-widget.el (widget-glyph-enable): Declare.
12699 (tree-widget-action): Mark unused parameter.
12700
12701 * w32-fns.el (x-get-selection): Mark unused parameter.
12702 (autoload-make-program, generated-autoload-file): Declare.
12703
12704 * wdired.el (wdired-revert): Mark unused parameters.
12705 (wdired-xcase-word): Remove unused variable `err'.
12706
12707 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12708 (whitespace-help-scroll): Remove unused variable `data-help'.
12709
12710 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12711 (widget-image-insert, widget-after-change, default)
12712 (widget-default-format-handler, widget-default-notify)
12713 (widget-default-prompt-value, widget-info-link-action)
12714 (widget-url-link-action, widget-function-link-action)
12715 (widget-variable-link-action, widget-file-link-action)
12716 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12717 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12718 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12719 (widget-insert-button-action, widget-delete-button-action, visibility)
12720 (widget-documentation-link-action, widget-documentation-string-action)
12721 (widget-const-prompt-value, widget-regexp-match, symbol)
12722 (widget-coding-system-prompt-value)
12723 (widget-key-sequence-value-to-external, sexp)
12724 (widget-sexp-value-to-internal, character, vector, cons)
12725 (widget-choice-prompt-value, widget-boolean-prompt-value)
12726 (widget-color--choose-action): Mark unused parameters.
12727 (widget-item-match-inline, widget-choice-match-inline)
12728 (widget-checklist-match, widget-checklist-match-inline)
12729 (widget-group-match): Rename parameter VALUES to VALS.
12730 (widget-field-value-set): Remove unused variable `size'.
12731 (widget-color-action): Remove unused variables `value' and `start'.
12732
12733 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
12734 variable `dir'. Doc fix.
12735 (windmove-find-other-window): Don't pass it.
12736
12737 * window.el (count-windows): Mark unused parameter.
12738 (bw-adjust-window): Remove unused variable `err'.
12739
12740 * woman.el (woman-file-name): Remove unused variable `default'.
12741 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12742 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12743 (global-font-lock-mode): Declare.
12744 (woman-decode-region): Mark unused parameter.
12745 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12746
12747 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12748 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12749 (x-dnd-handle-moz-url): Remove unused variable `title'.
12750 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12751
12752 * xml.el (xml-parse-tag, xml-parse-attlist):
12753 Remove unused variable `pos'.
12754
12755 2011-04-19 Glenn Morris <rgm@gnu.org>
12756
12757 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12758 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12759 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12760 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12761 * calendar/cal-html.el (cal-html-insert-minical):
12762 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12763 (calendar-mark-date-pattern):
12764 Prefix "unused" locals.
12765
12766 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12767 optional argument `style'.
12768
12769 * calendar/appt.el (appt-make-list):
12770 * calendar/cal-china.el (calendar-chinese-date-string):
12771 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12772 (diary-hebrew-yahrzeit):
12773 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12774 * calendar/calendar.el (calendar-generate-window):
12775 * calendar/time-date.el (time-to-days):
12776 Remove unused local variables.
12777
12778 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
12779
12780 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12781 glyphless-char-display table.
12782 (tabulated-list-glyphless-char-display): New var.
12783
12784 2011-04-18 Sam Steingold <sds@gnu.org>
12785
12786 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12787 to acknowledgments.
12788
12789 2011-04-17 Glenn Morris <rgm@gnu.org>
12790
12791 * calendar/diary-lib.el (diary-sexp-entry):
12792 * calendar/holidays.el (holiday-sexp):
12793 Set debug-on-error rather than the removed stack-trace-on-error.
12794
12795 2011-04-16 Glenn Morris <rgm@gnu.org>
12796
12797 * progmodes/f90.el: Use lexical-binding.
12798 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12799
12800 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12801
12802 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12803 (mail-mode): Setup mailalias completion here instead.
12804 * mail/mailalias.el: Use lexical-binding.
12805 (pattern, mailalias-done): Declare dynamic.
12806 (mail-completion-at-point-function): New function, from mail-complete.
12807 (mail-complete): Use it.
12808 (mail-completion-expand): New function.
12809 (mail-get-names): Use it.
12810 (mail-directory, mail-directory-process, mail-directory-stream):
12811 Don't use `pattern' for lexically bound arg.
12812
12813 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12814
12815 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12816 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12817 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12818
12819 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12820 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12821 (byte-interactive-p): Define them again, for use when inlining
12822 old code.
12823
12824 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
12825
12826 * loadup.el: Use `string-to-number', not `string-to-int'.
12827
12828 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12829
12830 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12831 gud-gdb-complete-command.
12832 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12833 (gud-gdb-completion-at-point): New function.
12834 (gud-gdb-completions): Remove.
12835
12836 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
12837
12838 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12839 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12840 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12841 whether `executable-find' is bound.
12842
12843 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12844
12845 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12846
12847 * minibuffer.el (completion-in-region-mode-predicate)
12848 (completion-in-region-mode--predicate): New vars.
12849 (completion-in-region, completion-in-region--postch)
12850 (completion-in-region-mode): Use them.
12851 (completion--capf-wrapper): Also return the hook function.
12852 (completion-at-point, completion-help-at-point):
12853 Adjust and provide a predicate.
12854
12855 Preserve arg names for advice of subr and lexical functions (bug#8457).
12856 * help-fns.el (help-function-arglist): Consolidate the subr and
12857 new-byte-code cases. Add argument `preserve-names' to extract names
12858 from the docstring when needed.
12859 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12860 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12861 (ad-arglist): Use help-function-arglist's new arg.
12862 (ad-definition-type): Use cond.
12863
12864 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
12865
12866 * autorevert.el (auto-revert-handler):
12867 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12868 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12869 Don't quote lambda.
12870
12871 * image-mode.el (image-transform-set-scale):
12872 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12873
12874 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12875
12876 * net/network-stream.el (network-stream-open-starttls): Only do
12877 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
12878 Upgrades via gnutls-cli are too slow to be done opportunistically.
12879
12880 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
12881
12882 * dframe.el (dframe-current-frame): Remove spurious quote.
12883
12884 2011-04-12 Glenn Morris <rgm@gnu.org>
12885
12886 * calendar/cal-tex.el (cal-tex-end-document):
12887 Try to automatically use latin1 input if needed.
12888
12889 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12890 Don't try to cons a mark onto an empty element.
12891
12892 2011-04-11 Leo Liu <sdl.web@gmail.com>
12893
12894 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12895 buffers.
12896 (ido-kill-buffer-at-head): Support killing virtual buffers.
12897
12898 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
12899
12900 * minibuffer.el (completion-show-inline-help): New var.
12901 (completion--do-completion, minibuffer-complete)
12902 (minibuffer-force-complete, minibuffer-complete-word):
12903 Inhibit minibuffer messages if completion-show-inline-help is nil.
12904
12905 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12906 to avoid interference from inline help (Bug#5849).
12907
12908 2011-04-10 Leo Liu <sdl.web@gmail.com>
12909
12910 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12911 Fix typo.
12912
12913 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
12914
12915 * image-mode.el (image-toggle-display-image): Signal an error if
12916 not in Image mode.
12917 (image-transform-mode, image-transform-resize)
12918 (image-transform-set-rotation): Doc fix.
12919 (image-transform-set-resize): Delete.
12920 (image-transform-set-scale, image-transform-fit-to-height)
12921 (image-transform-fit-to-width): Handle image-toggle-display-image
12922 and image-transform-resize directly.
12923
12924 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
12925
12926 * doc-view.el (doc-view-fit-width-to-window)
12927 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12928 New functions for fitting the shown image to the Emacs window size.
12929 (doc-view-mode-map): Add bindings for the new functions.
12930
12931 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
12932
12933 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
12934 Fix typo in docstring.
12935
12936 2011-04-08 Eli Zaretskii <eliz@gnu.org>
12937
12938 * files.el (file-size-human-readable): Produce one digit after
12939 decimal, like "ls -lh" does.
12940
12941 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12942 the file size representation.
12943
12944 * simple.el (list-processes): If async subprocesses are not
12945 available, error out with a clear error message.
12946
12947 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
12948
12949 * help.el (help-form-show): New function, to be called from C.
12950 Put help-form output in a buffer named differently than *Help*.
12951
12952 2011-04-08 Eli Zaretskii <eliz@gnu.org>
12953
12954 * files.el (file-size-human-readable): New function.
12955
12956 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12957 computing the representation inline. Don't require `cl'.
12958
12959 2011-04-08 Glenn Morris <rgm@gnu.org>
12960
12961 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12962
12963 * net/browse-url.el (browse-url-firefox):
12964 Test system-type, not system-configuration.
12965
12966 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12967 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12968 Use log-edit-empty-buffer-p. (Bug#7598)
12969
12970 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12971 (rlogin-mode-map): Initialize in the defvar.
12972 (rlogin): Use ignore-errors.
12973
12974 * replace.el (occur-mode-map): Some fixes for menu items.
12975
12976 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12977
12978 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12979
12980 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
12981
12982 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12983 issuing unused warnings.
12984
12985 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12986 macro directly.
12987
12988 * simple.el: Lisp reimplement of list-processes. Based on an
12989 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12990 (process-menu-mode): New major mode.
12991 (list-processes--refresh, list-processes):
12992 (process-menu-visit-buffer): New functions.
12993
12994 * files.el (save-buffers-kill-emacs): Don't assume any return
12995 value of list-processes, which is undocumented anyway.
12996
12997 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
12998
12999 * emacs-lisp/tabulated-list.el: New file.
13000
13001 * emacs-lisp/package.el: Use Tabulated List mode.
13002 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
13003 (package-menu-mode): Derive from tabulated-list-mode. Set up the
13004 table format using Tabulated List mode variables.
13005 (package--push): New macro, replacing package-list-maybe-add.
13006 (package-menu--generate): Use package--push. Renamed from
13007 package--generate-package-list.
13008 (package-menu-refresh, list-packages): Use it.
13009 (package-menu--print-info): Rename from package-print-package.
13010 Return insertion data instead of inserting it directly.
13011 (package-menu-describe-package, package-menu-execute):
13012 Use tabulated-list-get-id.
13013 (package-menu-mark-delete, package-menu-mark-install)
13014 (package-menu-mark-unmark, package-menu-backup-unmark)
13015 (package-menu-mark-obsolete-for-deletion):
13016 Use tabulated-list-put-tag.
13017 (package--list-packages, package-menu-revert)
13018 (package-menu-get-package, package-menu-get-version)
13019 (package-menu-sort-by-column): Functions deleted.
13020 (package-menu-package-list, package-menu-sort-key): Vars deleted.
13021 (package-menu--status-predicate, package-menu--version-predicate)
13022 (package-menu--name-predicate)
13023 (package-menu--description-predicate): Handle arguments in the
13024 Tabulated List format.
13025 (package-list-packages-no-fetch): Call list-packages.
13026
13027 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
13028
13029 * files.el (after-find-file-from-revert-buffer): Remove variable.
13030 (after-find-file): Don't bind it.
13031 (revert-buffer-in-progress-p): New variable.
13032 (revert-buffer): Bind it.
13033 Pass nil for `after-find-file-from-revert-buffer'.
13034
13035 * saveplace.el (save-place-find-file-hook): Use new variable
13036 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
13037
13038 2011-04-06 Glenn Morris <rgm@gnu.org>
13039
13040 * Makefile.in (AUTOGEN_VCS): New variable.
13041 (autoloads): Use $AUTOGEN_VCS.
13042
13043 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
13044 * calendar/calendar.el (calendar-mode-map):
13045 Check for toolkit scroll bars. (Bug#8305)
13046
13047 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
13048
13049 * minibuffer.el (completion-in-region--postch)
13050 (completion-in-region-mode): Remove unnecessary messages.
13051
13052 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
13053
13054 * font-lock.el (font-lock-refresh-defaults):
13055 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
13056 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
13057
13058 * info.el (Info-directory-list, Info-read-node-name-2)
13059 (Info-split-parameter-string): Doc fixes.
13060 (Info-virtual-nodes): Reflow docstring.
13061 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
13062 (Info-apropos-toc-nodes, info-finder, Info-get-token)
13063 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
13064 Fix typos in docstrings.
13065 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
13066 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
13067 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
13068 (Info-restore-desktop-buffer): Mark unused parameters.
13069 (Info-directory-find-file, Info-directory-find-node)
13070 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
13071 (Info-virtual-index-find-node, Info-apropos-find-file)
13072 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
13073 Mark unused parameters; fix typos in docstrings.
13074 (Info-virtual-index): Remove unused local variable `nodename'.
13075
13076 2011-04-05 Deniz Dogan <deniz@dogan.se>
13077
13078 * net/rcirc.el: Update my e-mail address.
13079 (rcirc-mode-map): Remove M-o binding.
13080
13081 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
13082
13083 * startup.el (command-line): Save the cursor's theme-face
13084 directly, instead of using face-override-spec.
13085
13086 * custom.el (load-theme): Minor optimization in assigning faces.
13087
13088 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
13089
13090 * help-fns.el (describe-variable): Complete all variables having
13091 documentation, including keywords.
13092 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
13093
13094 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
13095
13096 Convert to lexical-binding.
13097
13098 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
13099 (bs--get-marked-string, bs--get-modified-string)
13100 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13101 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
13102 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
13103
13104 * ehelp.el (electric-help-execute-extended)
13105 (electric-help-ctrl-x-prefix):
13106 * hexl.el (hexl-revert-buffer-function):
13107 * linum.el (linum-after-change, linum-after-scroll):
13108 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
13109
13110 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
13111
13112 2011-04-04 Daiki Ueno <ueno@unixuser.org>
13113
13114 * epa-dired.el:
13115 * epa-mail.el:
13116 * epa-hook.el:
13117 * epa-file.el:
13118 * epa.el:
13119 * epg.el: Use lexical binding.
13120
13121 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
13122
13123 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13124
13125 * textmodes/flyspell.el (flyspell-word): Recognize default
13126 dictionary case for flyspell-mark-duplications-exceptions.
13127 Use regexp matching for languages.
13128 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13129 default dictionary (Bug#7926).
13130
13131 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
13132
13133 * emacs-lisp/package.el (package--with-work-buffer):
13134 Recognize https URLs.
13135
13136 * net/network-stream.el: Move from gnus/proto-stream.el.
13137 Change prefix to network-stream throughout.
13138 (open-protocol-stream): Merge into open-network-stream, leaving
13139 open-protocol-stream as an alias. Handle nil BUFFER args.
13140
13141 * subr.el (open-network-stream): Move to net/network-stream.el.
13142
13143 2011-04-02 Glenn Morris <rgm@gnu.org>
13144
13145 * find-dired.el (find-exec-terminator): New option.
13146 (find-ls-option): Test for -ls support.
13147 (find-ls-subdir-switches): Test for -b in find-ls-option.
13148 (find-dired, find-grep-dired): Doc fixes.
13149 (find-dired): Use find-exec-terminator.
13150
13151 * find-dired.el (find-ls-option, find-ls-subdir-switches)
13152 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13153 (find-name-arg): Remove purecopy.
13154
13155 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13156 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13157 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13158 accordingly. Don't add the null-device if not needed.
13159
13160 * files.el (save-some-buffers): Doc fix.
13161
13162 2011-04-02 Eli Zaretskii <eliz@gnu.org>
13163
13164 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13165
13166 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
13167
13168 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13169 Use `dolist' rather than `mapcar'.
13170
13171 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13172
13173 Add lexical binding.
13174
13175 * subr.el (apply-partially): Use new closures rather than CL.
13176 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13177 (dolist, dotimes): Use slightly different expansion for lexical code.
13178 (functionp): Move to C.
13179 (letrec): New macro.
13180 (with-wrapper-hook): Use it and apply-partially instead of CL.
13181 (eval-after-load): Preserve lexical-binding.
13182 (save-window-excursion, with-output-to-temp-buffer): Turn them
13183 into macros.
13184
13185 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13186
13187 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13188 than the arglist.
13189 (help-add-fundoc-usage): Don't add `Not documented'.
13190 (help-function-arglist): Handle closures, subroutines, and new
13191 byte-code-functions.
13192 (help-make-usage): Remove leading underscores.
13193 (describe-function-1): Handle closures.
13194 (describe-variable): Use special-variable-p for completion.
13195
13196 * files.el (lexical-binding): Declare safe.
13197
13198 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13199 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13200 (pcase): Add `let' pattern.
13201 Change memoization so it actually works.
13202 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13203 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13204 <let>: New case.
13205
13206 * emacs-lisp/macroexp.el: Use lexical binding.
13207 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13208 Don't convert ' to #' without checking that it's indeed quoting
13209 a lambda.
13210
13211 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
13212 Use eval-sexp-add-defvars.
13213 (eval-sexp-add-defvars): New fun.
13214
13215 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13216
13217 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13218 Don't autoload.
13219 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13220 than the internal `byte-compile-lambda'.
13221 (defmethod): Don't hide code under quotes.
13222 (eieio-defmethod): New `code' argument.
13223
13224 * emacs-lisp/eieio-comp.el: Remove.
13225
13226 * emacs-lisp/edebug.el (edebug-eval-defun)
13227 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13228 (edebug-toggle): Avoid `eval'.
13229
13230 * emacs-lisp/disass.el (disassemble-internal): Handle new
13231 `closure' objects.
13232 (disassemble-1): Handle new byte codes.
13233
13234 * emacs-lisp/cl.el (pushnew): Silence warning.
13235
13236 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13237 (cl-byte-compile-throw): Remove.
13238 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13239
13240 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13241 closures.
13242
13243 * emacs-lisp/cconv.el: New file.
13244
13245 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13246 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13247 (byte-compile-initial-macro-environment):
13248 Handle declare-function here.
13249 (byte-compile--lexical-environment): New var.
13250 (byte-stack-ref, byte-stack-set, byte-discardN)
13251 (byte-discardN-preserve-tos): New lap codes.
13252 (byte-interactive-p): Don't use any more.
13253 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13254 New macros.
13255 (byte-compile-lapcode): Use them and handle new lap codes.
13256 (byte-compile-obsolete): Remove.
13257 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13258 (byte-compile-arglist-warn): Check late def of inlinable funs.
13259 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13260 since they should have been expanded by now.
13261 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13262 (byte-compile-from-buffer): Remove unused second arg.
13263 (byte-compile-preprocess): New function.
13264 (byte-compile-toplevel-file-form): New function to distinguish
13265 file-form calls from outside from file-form calls from hunk-handlers.
13266 (byte-compile-file-form): Simplify.
13267 (byte-compile-file-form-defsubst): Remove.
13268 (byte-compile-file-form-defmumble): Simplify now that
13269 byte-compile-lambda always returns a byte-code-function.
13270 (byte-compile): Preprocess.
13271 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13272 Remove, not used any more.
13273 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13274 (byte-compile-make-args-desc): New funs.
13275 (byte-compile-lambda): Handle lexical functions. Always return
13276 a byte-code-function.
13277 (byte-compile-reserved-constants): New var, to make up room for
13278 closed-over variables.
13279 (byte-compile-constants-vector): Obey it.
13280 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13281 (byte-compile-macroexpand-declare-function): New function.
13282 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13283 byte-code-functions.
13284 (byte-compile-form): Check obsolescence here.
13285 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13286 (byte-compile-variable-ref): Remove.
13287 (byte-compile-dynamic-variable-op): New fun.
13288 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13289 (byte-compile-variable-set): New funs.
13290 (byte-compile-discard): Add 2 args.
13291 (byte-compile-stack-ref, byte-compile-stack-set)
13292 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13293 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13294 macroexpand-all instead.
13295 (byte-compile-quote-form): Remove.
13296 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13297 (byte-compile-bind, byte-compile-unbind): New funs.
13298 (byte-compile-let): Handle let* and lexical binding.
13299 (byte-compile-let*): Remove.
13300 (byte-compile-catch, byte-compile-unwind-protect)
13301 (byte-compile-track-mouse, byte-compile-condition-case):
13302 Handle a new :fun-body form, used for lexical scoping.
13303 (byte-compile-save-window-excursion)
13304 (byte-compile-with-output-to-temp-buffer): Remove.
13305 (byte-compile-defun): Simplify.
13306 (byte-compile-stack-adjustment): New fun.
13307 (byte-compile-out): Use it.
13308 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13309
13310 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13311 handler any more.
13312
13313 * emacs-lisp/byte-opt.el: Use lexical binding.
13314 (byte-inline-lapcode): Remove (to bytecomp).
13315 (byte-compile-inline-expand): Pay attention to inlining to/from
13316 lexically bound code.
13317 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13318 any more.
13319 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13320 any more and don't call compiler-macros.
13321 (byte-compile-splice-in-already-compiled-code): Remove.
13322 (byte-code): Don't inline any more.
13323 (disassemble-offset): Receive `bytes' as argument rather than via
13324 dynamic scoping.
13325 (byte-compile-tag-number): Declare before first use.
13326 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13327 `return' even if make-spliceable.
13328 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13329 obsolete interactive-p.
13330 (byte-optimize-lapcode): Optimize new lap-codes.
13331 Don't trip up on new form of `byte-constant' lap code.
13332
13333 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13334
13335 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13336
13337 * custom.el (custom-initialize-default, custom-declare-variable):
13338 Use `defvar'.
13339
13340 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13341 New variables.
13342 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13343 (COMPILE_FIRST): Add macroexp and cconv.
13344 * makefile.w32-in: Mirror changes in Makefile.in.
13345
13346 * vc/cvs-status.el:
13347 * vc/diff-mode.el:
13348 * vc/log-edit.el:
13349 * vc/log-view.el:
13350 * vc/smerge-mode.el:
13351 * textmodes/bibtex-style.el:
13352 * textmodes/css.el:
13353 * startup.el:
13354 * uniquify.el:
13355 * minibuffer.el:
13356 * newcomment.el:
13357 * reveal.el:
13358 * server.el:
13359 * mpc.el:
13360 * emacs-lisp/smie.el:
13361 * doc-view.el:
13362 * dired.el:
13363 * abbrev.el: Use lexical binding.
13364
13365 2011-04-01 Eli Zaretskii <eliz@gnu.org>
13366
13367 * info.el (info-display-manual): New function.
13368
13369 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13370
13371 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13372
13373 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13374
13375 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
13376 an entry for that server in rcirc-authinfo. (Bug#8385)
13377
13378 2011-03-31 Glenn Morris <rgm@gnu.org>
13379
13380 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13381
13382 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13383
13384 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13385
13386 * progmodes/python.el (python-default-interpreter)
13387 (python-python-command-args, python-jython-command-args)
13388 (python-which-shell, python-which-args, python-which-bufname)
13389 (python-file-queue, python-comint-output-filter-function)
13390 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13391 variables and functions.
13392
13393 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13394
13395 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13396 (completion-in-region-mode): New minor mode.
13397 (completion-in-region): Use it.
13398 (completion-in-region--data, completion-in-region-mode-map): New vars.
13399 (completion-in-region--postch): New function.
13400 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13401 New vars.
13402 (completion--capf-wrapper): New function.
13403 (completion-at-point): Use it to track well-behavedness of
13404 hook functions.
13405 (completion-help-at-point): New command.
13406
13407 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13408
13409 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13410 syntax class to search for whitespace on a single line
13411 (Message-ID: <4D938140.4030905@redhat.com>).
13412
13413 2011-03-30 Leo Liu <sdl.web@gmail.com>
13414
13415 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13416 New commands.
13417 (edit-abbrevs-map): Bind them here.
13418 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13419
13420 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13421
13422 * allout.el (allout-hide-by-annotation, allout-flag-region):
13423 Reduce possibility of overlay leakage by making them volatile.
13424
13425 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13426 hash is not shared between buffers. Mode initialization is
13427 responsible for giving it a useful starting value.
13428 (allout-item-span): Reduce possibility of overlay leakage by
13429 making them volatile.
13430 (allout-widgets-count-buttons-in-region): Add diagnostic function
13431 for tracking down button overlay leaks.
13432
13433 2011-03-29 Leo Liu <sdl.web@gmail.com>
13434
13435 * ido.el (ido-read-internal): Use the default history var
13436 minibuffer-history if no HISTORY is specified.
13437
13438 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13439
13440 * net/imap.el (imap-shell-open, imap-process-connection-type):
13441 Use imap-process-connection-type for 'shell' streams as well as
13442 Kerberos, SSL, other subprocesses.
13443
13444 2011-03-28 Leo Liu <sdl.web@gmail.com>
13445
13446 * abbrev.el (abbrev-table-empty-p): New function.
13447 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13448 nonempty ones. (Bug#5937)
13449
13450 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13451
13452 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13453
13454 2011-03-27 Leo Liu <sdl.web@gmail.com>
13455
13456 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13457 for foreground and background colors.
13458 (ansi-color-make-color-map): Adapt.
13459
13460 2011-03-25 Leo Liu <sdl.web@gmail.com>
13461
13462 * midnight.el (midnight-time-float): Remove. Note it calculates
13463 the microsecond component incorrectly and seconds-to-time does the
13464 same job.
13465 Remove redundant (require 'timer).
13466
13467 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13468 (ido-completions): Remove unused arguments. (Bug#8329)
13469
13470 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13471
13472 * minibuffer.el (completion--flush-all-sorted-completions):
13473 Remove itself from hook.
13474 (completion-at-point): Let the functions perform the completion
13475 immediately and return nil or t.
13476 * comint.el (comint-dynamic-complete-functions): Now identical to
13477 completion-at-point-functions.
13478 (comint-dynamic-list-input-ring): Remove unused var `index'.
13479 (comint--match-partial-filename, comint--unquote&expand-filename):
13480 New funs, split from comint-match-partial-filename.
13481 (comint-dynamic-complete): Use completion-at-point.
13482 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13483
13484 2011-03-24 Drew Adams <drew.adams@oracle.com>
13485
13486 * thingatpt.el: Support `defun'.
13487
13488 2011-03-23 Leo Liu <sdl.web@gmail.com>
13489
13490 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13491
13492 * help-mode.el (help-mode-finish): Tweak regexp.
13493
13494 2011-03-23 Glenn Morris <rgm@gnu.org>
13495
13496 * eshell/esh-opt.el (eshell-eval-using-options):
13497 Do not bind unused local variable `eshell-option-stub'.
13498
13499 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13500
13501 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
13502
13503 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13504 keymap variable in `with-no-warnings' to avoid a warning when the
13505 keymap has been already `defconst'ed.
13506
13507 2011-03-22 Leo Liu <sdl.web@gmail.com>
13508
13509 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13510 encode all chars in abbrevs; otherwise use emacs-mule or
13511 utf-8-emacs. (Bug#8308)
13512
13513 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
13514
13515 * simple.el (backward-delete-char-untabify):
13516 Avoid warning about using `delete-backward-char'.
13517
13518 * image.el (image-type-file-name-regexps): Make it variable.
13519 `imagemagick-register-types' modifies it, and the user may want
13520 to add new extensions for known image types.
13521 (imagemagick-register-types): Throw error if not using ImageMagick.
13522
13523 2011-03-22 Leo Liu <sdl.web@gmail.com>
13524
13525 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13526 located before rcirc-prompt-end-marker.
13527 (rcirc-complete): Error if point is not after rcirc prompt.
13528 Handle the case when table is nil.
13529 (rcirc-user-authenticated): Define to fix compiler warning.
13530
13531 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
13532
13533 * custom.el (custom--inhibit-theme-enable): Make it affect only
13534 custom-theme-set-variables and custom-theme-set-faces.
13535 (provide-theme): Ignore custom--inhibit-theme-enable.
13536 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13537 (custom-enabling-themes): Delete variable.
13538 (enable-theme): Accept only loaded themes as arguments.
13539 Ignore the special custom-enabled-themes variable.
13540 (custom-enabled-themes): Forbid themes from setting this.
13541 Eliminate use of custom-enabling-themes.
13542 (custom-push-theme): Quote "changed" custom var entry.
13543
13544 2011-03-21 Leo Liu <sdl.web@gmail.com>
13545
13546 * ido.el (ido-read-internal): Add ido-selected to history instead
13547 of user input.
13548
13549 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13550
13551 * subr.el (deferred-action-list, deferred-action-function):
13552 Mark obsolete.
13553
13554 2011-03-21 Leo Liu <sdl.web@gmail.com>
13555
13556 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13557 change on 2011-02-13 (bug#8309).
13558
13559 * minibuffer.el (read-file-name-function): Change default value.
13560 (read-file-name--defaults): Rename from read-file-name-defaults.
13561 (read-file-name-default): Rename from read-file-name.
13562 (read-file-name): Call read-file-name-function.
13563
13564 2011-03-21 Glenn Morris <rgm@gnu.org>
13565
13566 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13567 Doc fixes.
13568
13569 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
13570
13571 * cus-theme.el: Add missing provide statement.
13572 (customize-create-theme): Extract theme value correctly.
13573 (custom-theme-visit-theme): Autoload.
13574 (customize-create-theme): Prompt before inserting default faces.
13575
13576 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13577
13578 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13579 units and musical notes.
13580
13581 2011-03-20 Leo Liu <sdl.web@gmail.com>
13582
13583 * ido.el (ido-read-internal): Use completing-read-default.
13584 (ido-completing-read): Fix compatibility with completing-read.
13585
13586 2011-03-20 Christian Ohler <ohler@gnu.org>
13587
13588 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13589 (ert-delete-all-tests): Use `called-interactively-p' rather than
13590 `interactive-p'.
13591 (ert--make-xrefs-region): Respect END.
13592
13593 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
13594
13595 * dired-aux.el (dired-create-directory): Signal an error if the
13596 directory already exists (Bug#8246).
13597
13598 * facemenu.el (list-colors-display): Call list-faces-display
13599 inside with-help-window.
13600 (list-colors-print): Use display property to align the final
13601 column, instead of checking window-width.
13602
13603 2011-03-19 Eli Zaretskii <eliz@gnu.org>
13604
13605 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
13606 windows-nt systems.
13607 (emerge-protect-metachars): Quote correctly for ms-dos and
13608 windows-nt systems.
13609
13610 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
13611
13612 * info.el (info-initialize): Replace all uses of `:' with
13613 path-separator for compatibility with non-Unix systems.
13614 Cache quoting of path-separator. (Bug#8258)
13615
13616 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
13617
13618 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13619 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13620 (mouse-avoidance-mode): Fix typos in docstrings.
13621
13622 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
13623
13624 * startup.el (package-subdirectory-regexp): Move from package.el.
13625 Omit \\` and \\', and let callers add them.
13626
13627 * emacs-lisp/package.el (package-strip-version)
13628 (package-load-all-descriptors): Add \\` and \\' to
13629 package-subdirectory-regexp before using it.
13630 (package-untar-buffer): New arg DIR; ensure that file untars only
13631 into this expected directory. Remove superfluous delete-region.
13632 (package-unpack): Caller changed.
13633 (package-tar-file-info): Use package-subdirectory-regexp.
13634
13635 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13636
13637 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13638 diff-mode-shared-map (bug#8284).
13639 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
13640
13641 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13642
13643 * calendar/time-date.el (format-seconds): Use assoc instead of
13644 assoc-string, since assoc-string doesn't exist in XEmacs.
13645
13646 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
13647
13648 * custom.el (custom-known-themes): Reflow docstring.
13649 (custom-theme-load-path): Fix typo in docstring.
13650 (load-theme): Fix typo in error message.
13651 (custom-available-themes, custom-variable-theme-value):
13652 Use `let', not `let*'.
13653
13654 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13655
13656 * calc/README: Mention inclusion of musical notes.
13657
13658 * calc/calc-units.el (calc-lu-quant): Rename from
13659 `calc-logunits-quantity'.
13660 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13661 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13662 (calc-db): Rename from `calc-dblevel'.
13663 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13664 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13665 (calc-np): Rename from `calc-nplevel'.
13666 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13667 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13668 (calc-lu-plus): Rename from `calc-logunits-add'.
13669 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13670 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13671 (calc-lu-minus): Rename from `calc-logunits-sub'.
13672 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13673 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13674 (calc-lu-times): Rename from `calc-logunits-mul'.
13675 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13676 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13677 (calc-lu-divide): Rename from `calc-logunits-div'.
13678 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13679 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13680
13681 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13682 functions being autoloaded.
13683
13684 * calc/calc.el (calc-lu-power-reference): Rename from
13685 `calc-logunits-power-reference'.
13686 (calc-lu-field-reference): Rename from
13687 `calc-logunits-field-reference'.
13688
13689 * calc/calc-help.el (calc-l-prefix-help):
13690 Mention musical note functions.
13691
13692 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13693
13694 * minibuffer.el (completion-all-sorted-completions):
13695 Use :completion-cycle-penalty text property if present.
13696
13697 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13698
13699 * allout.el (allout-yank-processing): Adjust for new rebulleting
13700 regime so bullet being yanked is used without prompting the user
13701 for a choice.
13702
13703 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
13704
13705 * startup.el (command-line): Warn the user that _emacs is deprecated.
13706
13707 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
13708
13709 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13710 (delphi-verbose, delphi-comment-face, delphi-string-face)
13711 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13712 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13713 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13714 (delphi-new-comment-line, delphi-font-lock-defaults)
13715 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13716 Fix typos in docstrings.
13717
13718 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13719
13720 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
13721 Invert the roles of character and string values for INSTEAD, so a
13722 string is used for the more common case of a defaulting prompt.
13723
13724 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13725
13726 * progmodes/ruby-mode.el (ruby-backward-sexp):
13727 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13728 * play/gamegrid.el (gamegrid-make-face):
13729 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13730 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13731 * notifications.el (notifications-notify):
13732 * net/xesam.el (xesam-search-engines):
13733 * net/quickurl.el (quickurl-list-insert):
13734 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13735
13736 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
13737
13738 * startup.el (command-line): Update package subdirectory regexp.
13739
13740 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13741
13742 * allout.el (allout-abbreviate-flattened-numbering)
13743 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13744
13745 * subr.el (read-char-choice): Only show the cursor after the prompt,
13746 not after the answer.
13747
13748 2011-03-15 Kevin Ryde <user42@zip.com.au>
13749
13750 * help-fns.el (variable-at-point): Skip leading quotes, if any
13751 (bug#8253).
13752
13753 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13754
13755 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13756 warning message.
13757
13758 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
13759
13760 * shell.el (shell): When called interactively, offer to change the
13761 shell file name on remote hosts.
13762
13763 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13764
13765 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13766 integration for LDAP parameters. The host, base, user or binddn,
13767 and secret tokens can be specified in a netrc file, for instance.
13768 This is optional because an `auth-source' parameter must be
13769 specified in the search attributes.
13770
13771 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
13772
13773 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13774
13775 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13776
13777 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13778 into declaration. Remove redundant and harmful binding.
13779
13780 2011-03-12 Eli Zaretskii <eliz@gnu.org>
13781
13782 * files.el (file-ownership-preserved-p): Pass `integer' as an
13783 explicit 2nd argument to `file-attributes'. If the file's owner
13784 is the Administrators group on Windows, and the current user is
13785 Administrator, consider that a match.
13786
13787 * server.el (server-ensure-safe-dir): Consider server directory
13788 safe on MS-Windows if its owner is the Administrators group while
13789 the current Emacs user is Administrator. Use `=' to compare
13790 numerical UIDs, since they could be integers or floats.
13791
13792 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
13793
13794 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13795
13796 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
13797
13798 Sync with Tramp 2.2.1.
13799
13800 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13801
13802 * net/trampver.el: Update release number.
13803
13804 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13805
13806 * progmodes/compile.el (compilation--previous-directory): Fix up
13807 various nil/dead-marker mismatches (bug#8014).
13808 (compilation-directory-properties, compilation-error-properties):
13809 Don't call it at a position past the one we're about to change.
13810
13811 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13812 Disable obsolescence warnings in the file that declares it.
13813
13814 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13815
13816 * allout-widgets.el (allout-widgets-tally):
13817 Initialize allout-widgets-tally as a hash table rather than nil to
13818 prevent mode-line redisplay warnings. Also, clarify the module
13819 description and fix a comment typo.
13820
13821 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
13822
13823 * help-fns.el (describe-variable): Don't complete keywords.
13824 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13825
13826 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
13827
13828 * emacs-lisp/package.el (package-version-join): Impose a standard
13829 string representation for pre/alpha/beta version lists.
13830 (package-unpack-single): Standardize the directory name by passing
13831 it through package-version-join.
13832 (package-strip-rcs-id): Accept any version string that does not
13833 signal an error in version-to-list.
13834
13835 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
13836
13837 * simple.el (delete-trailing-whitespace): Return nil for the
13838 benefit of `write-file-functions'.
13839
13840 2011-03-10 Glenn Morris <rgm@gnu.org>
13841
13842 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13843
13844 * vc/vc-git.el (vc-git-program): New option.
13845 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13846 (vc-git--call): Use it.
13847
13848 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13849
13850 * cus-edit.el (Custom-newline): If no button at point, look
13851 for a subgroup button at start-of-line. (Bug#2298)
13852
13853 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13854
13855 2011-03-10 Julien Danjou <julien@danjou.info>
13856
13857 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13858 `cursor-type' is nil.
13859
13860 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13861
13862 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13863
13864 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13865
13866 * allout.el: Change so yank of distinctive-bullet items
13867 preserves the existing header prefix, rebulleting it if necessary,
13868 rather than replacing it. This is necessary for proper operation
13869 of cooperative addons like allout-widgets.
13870 (allout-make-topic-prefix, allout-rebullet-heading):
13871 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13872 value as alternate bullet to be used, instead of prompting the user
13873 for a bullet character.
13874
13875 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
13876
13877 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13878 Do not use `tramp-file-name-port', because this returns also
13879 `tramp-default-port'.
13880
13881 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13882
13883 * net/rcirc.el (rcirc-handler-001): Remove useless
13884 with-rcirc-process-buffer.
13885 (rcirc-check-auth-status): Swap arguments to string-match.
13886
13887 2011-03-09 Glenn Morris <rgm@gnu.org>
13888
13889 * shell.el (shell-mode):
13890 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13891
13892 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13893 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13894
13895 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
13896
13897 * emacs-lisp/package.el (package-refresh-contents)
13898 (package-menu-execute): Use condition-case-no-debug.
13899
13900 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
13901
13902 * simple.el (shell-command-to-string): Use `process-file'.
13903
13904 * emacs-lisp/package.el (package-tar-file-info): Handle also
13905 remote files.
13906
13907 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13908 Use `equal' for upload base check.
13909
13910 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13911
13912 * textmodes/texinfo.el (texinfo-environments):
13913 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13914
13915 2011-03-08 Glenn Morris <rgm@gnu.org>
13916
13917 * cus-start.el (cursor-in-non-selected-windows):
13918 Fix :set quoting oddness. (Bug#8192)
13919
13920 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13921 in some setf expressions. (Bug#2159)
13922
13923 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
13924
13925 * custom.el (custom-available-themes): Return themes in
13926 alphabetical order.
13927
13928 See ChangeLog.15 for earlier changes.
13929
13930 ;; Local Variables:
13931 ;; coding: utf-8
13932 ;; End:
13933
13934 Copyright (C) 2011-2012 Free Software Foundation, Inc.
13935
13936 This file is part of GNU Emacs.
13937
13938 GNU Emacs is free software: you can redistribute it and/or modify
13939 it under the terms of the GNU General Public License as published by
13940 the Free Software Foundation, either version 3 of the License, or
13941 (at your option) any later version.
13942
13943 GNU Emacs is distributed in the hope that it will be useful,
13944 but WITHOUT ANY WARRANTY; without even the implied warranty of
13945 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13946 GNU General Public License for more details.
13947
13948 You should have received a copy of the GNU General Public License
13949 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.